@charset "UTF-8";
/*
Theme Name: Create_Conection
Theme URI: 
Description: 京都福知山の情報ポータルサイトCreateConnection.
Author: ECCOM Creation Co.,Ltd.
Author URI: 

Version: 1.6.1
.
京都福知山の情報ポータルサイトCreateConnection 公式サイト
.
*/
/* 変数
------------------------------------*/
/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* 共通パーツ
------------------------------------*/
html {
  font-size: 62.5%;
  height: 100vh;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  background: #fff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-noscroll {
  position: fixed;
  overflow-y: scroll;
}
body.is-noclick {
  pointer-events: none;
}

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

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 1.3em;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.c-btn-menu span,
.c-footer-backToTop,
button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
button::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.c-preload * {
  transition: none !important;
}

.customize-control textarea {
  background-color: #fff;
  border: 1px solid #8c8f94;
  padding: 8px;
}

.c-header {
  padding: 21px 0 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-header {
    padding: 13px 0 0;
  }
}
.c-header.is-nav-none {
  border-bottom: 1px solid #D9D9D9;
}
.c-header.is-nav-none .c-header__inner {
  padding-bottom: 34px;
}
@media screen and (max-width: 1280px) {
  .c-header.is-nav-none .c-header__inner {
    padding-bottom: 13px;
  }
}
.c-header .c-header__inner {
  margin: 0 auto;
  padding: 0 40px 20px;
  max-width: 1480px;
}
@media screen and (max-width: 1280px) {
  .c-header .c-header__inner {
    padding: 0 30px 13px;
  }
}
@media screen and (max-width: 650px) {
  .c-header .c-header__inner {
    padding: 0 20px 13px;
  }
}
.c-header .c-header__text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 3px;
}
.c-header .c-header__wrapper {
  align-items: center;
  display: flex;
  height: 78px;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .c-header .c-header__wrapper {
    height: 35px;
    padding-right: 49px;
  }
}
.c-header .c-header__wrapper .c-header__headline {
  line-height: 0;
}
.c-header .c-header__wrapper .c-header__headline .c-header__logo {
  height: auto;
  width: 207px;
}
@media screen and (max-width: 1280px) {
  .c-header .c-header__wrapper .c-header__headline .c-header__logo {
    width: 119px;
  }
}
@media screen and (max-width: 365px) {
  .c-header .c-header__wrapper .c-header__headline .c-header__logo {
    width: 100px;
  }
}
.c-header .c-header__wrapper .c-header__search {
  height: 31px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1280px) {
  .c-header .c-header__wrapper .c-header__search {
    display: none;
  }
}
.c-header .c-header__wrapper .c-header__member-link {
  align-items: center;
  display: flex;
}
.c-header .c-header__wrapper .c-header__entry {
  display: block;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-right: 15px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .c-header .c-header__wrapper .c-header__entry {
    font-size: 1.1rem;
    text-decoration: underline;
  }
}
@media screen and (max-width: 365px) {
  .c-header .c-header__wrapper .c-header__entry {
    font-size: 1rem;
    letter-spacing: 0;
    margin-right: 7px;
  }
}
.c-header .c-header__wrapper .c-header__entry:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c-header .c-header__wrapper .c-header__login {
  background-color: #138179;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 35px;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 8px 29px 0px 27px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .c-header .c-header__wrapper .c-header__login {
    align-items: center;
    background-color: transparent;
    color: #138179;
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    letter-spacing: 0;
    padding: 0;
    position: relative;
  }
}
@media screen and (max-width: 365px) {
  .c-header .c-header__wrapper .c-header__login {
    font-size: 1rem;
  }
}
.c-header .c-header__wrapper .c-header__login:hover {
  opacity: 0.7;
}
.c-header .c-header__wrapper .c-header__login .c-header__login-icon {
  display: inline-block;
  height: auto;
  margin: 0 4px -4px 0;
  width: 20px;
}
@media screen and (max-width: 1280px) {
  .c-header .c-header__wrapper .c-header__login .c-header__login-icon {
    display: block;
    padding: 3px 0 8px;
    width: 17px;
  }
  .c-header .c-header__wrapper .c-header__login .c-header__login-icon path {
    fill: #138179;
  }
}

.c-header__nav {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-header__nav {
    overflow-x: auto;
    white-space: nowrap;
  }
  .c-header__nav::-webkit-scrollbar {
    display: none;
  }
}
.c-header__nav .c-header__nav-list {
  display: flex;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-header__nav .c-header__nav-list {
    min-width: 1080px;
    width: 100%;
  }
}
.c-header__nav .c-header__nav-list.is-ready li {
  background-color: #0E605A !important;
}
.c-header__nav .c-header__nav-list li {
  border-right: 2px solid #fff;
  transition: opacity 0.3s ease, background-color 0.6s ease-out;
  width: 14.2857142857%;
}
@media screen and (max-width: 1280px) {
  .c-header__nav .c-header__nav-list li {
    width: 40%;
  }
}
.c-header__nav .c-header__nav-list li:hover {
  opacity: 0.8;
}
.c-header__nav .c-header__nav-list li:first-child {
  background-color: #74C77B;
}
.c-header__nav .c-header__nav-list li:nth-child(2) {
  background-color: #5FB77A;
}
.c-header__nav .c-header__nav-list li:nth-child(3) {
  background-color: #50AD7A;
}
.c-header__nav .c-header__nav-list li:nth-child(4) {
  background-color: #3D9F79;
}
.c-header__nav .c-header__nav-list li:nth-child(5) {
  background-color: #258D79;
}
.c-header__nav .c-header__nav-list li:nth-child(6) {
  background-color: #1C7766;
}
.c-header__nav .c-header__nav-list li:nth-child(7) {
  background-color: #0E605A;
}
.c-header__nav .c-header__nav-list li:last-child {
  border-right: none;
}
.c-header__nav .c-header__nav-list li .c-header__nav-item {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding: 29px 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-header__nav .c-header__nav-list li .c-header__nav-item {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 20px 10px;
  }
}
.c-header__nav .c-header__nav-list li .c-header__nav-item .c-header__nav-icon {
  display: block;
  height: auto;
  margin-right: 5px;
  width: 26px;
}
@media screen and (max-width: 1280px) {
  .c-header__nav .c-header__nav-list li .c-header__nav-item .c-header__nav-icon {
    width: 20px;
  }
}
.c-header__nav .c-header__nav-list li .c-header__nav-item .c-header__nav-new {
  background-color: #FFF841;
  color: #231815;
  font-size: 1.2rem;
  height: 17px;
  line-height: 17px;
  margin: 2px 6px 0 0;
  text-align: center;
  width: 32px;
}

.c-footer {
  overflow: hidden;
  width: 100%;
}

.c-footer__inner {
  display: flex;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-footer__inner {
    flex-direction: column;
    padding: 0;
  }
}

.c-footer__head {
  align-items: center;
  background-color: #0E605A;
  display: flex;
  flex-direction: column;
  padding: 50px 40px 0;
  position: relative;
  width: 270px;
}
@media screen and (max-width: 1280px) {
  .c-footer__head {
    padding: 40px 0;
    width: 100%;
  }
}
.c-footer__head::before {
  background-color: #0E605A;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: calc(50vw - 50%);
}
@media screen and (max-width: 1280px) {
  .c-footer__head::before {
    display: none;
  }
}
.c-footer__head .c-footer__logo {
  display: block;
  height: auto;
  width: 154px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .c-footer__head .c-footer__logo {
    margin-bottom: 50px;
    max-width: 222px;
    width: 59.2%;
  }
}
.c-footer__head .c-footer__contact {
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  width: 162px;
  padding: 8px;
  text-align: center;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1280px) {
  .c-footer__head .c-footer__contact {
    max-width: 269px;
    padding: 13px;
    width: 100%;
  }
}
.c-footer__head .c-footer__contact:hover {
  opacity: 0.7;
}

.c-footer__main {
  background-color: #21A89E;
  color: #fff;
  padding: 37px 0 29px;
  position: relative;
  width: calc(100% - 270px);
  flex-basis: auto;
}
@media screen and (max-width: 1280px) {
  .c-footer__main {
    padding: 35px 0 47px;
    width: 100%;
  }
}
.c-footer__main::before {
  background-color: #21A89E;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  width: calc(50vw - 50%);
}
@media screen and (max-width: 1280px) {
  .c-footer__main::before {
    display: none;
  }
}

.c-footer__main-inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 45px auto;
  padding-left: 27px;
  width: 95.6989247312%;
}
@media screen and (max-width: 1280px) {
  .c-footer__main-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 500px;
  }
}
@media screen and (max-width: 650px) {
  .c-footer__main-inner {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 290px;
    width: 100%;
  }
}

.c-footer__menu-wrapper01 {
  display: flex;
  justify-content: space-between;
  margin-right: 80px;
  width: 46.0674157303%;
  min-width: 380px;
}
@media screen and (max-width: 1280px) {
  .c-footer__menu-wrapper01 {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-footer__menu-wrapper01 {
    flex-direction: column;
  }
}
.c-footer__menu-wrapper01 .c-footer__search-list {
  list-style: none;
  margin-right: 70px;
  padding: 0;
  width: 174px;
}
@media screen and (max-width: 1280px) {
  .c-footer__menu-wrapper01 .c-footer__search-list {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .c-footer__menu-wrapper01 .c-footer__search-list {
    width: 100%;
  }
}
.c-footer__menu-wrapper01 .c-footer__search-list li {
  margin-bottom: 30px;
}
.c-footer__menu-wrapper01 .c-footer__search-list li:last-child {
  margin-bottom: 0;
}
.c-footer__menu-wrapper01 .c-footer__search-list li .c-footer__search-item {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4615384615;
  padding-right: 30px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer__menu-wrapper01 .c-footer__search-list li .c-footer__search-item {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}
@media screen and (max-width: 365px) {
  .c-footer__menu-wrapper01 .c-footer__search-list li .c-footer__search-item {
    font-size: 1.4rem;
  }
}
.c-footer__menu-wrapper01 .c-footer__search-list li .c-footer__search-item .c-footer__search-icon {
  display: block;
  height: auto;
  margin-right: 10px;
  width: 26px;
}
@media screen and (max-width: 650px) {
  .c-footer__menu-wrapper01 .c-footer__search-list li .c-footer__search-item .c-footer__search-icon {
    margin-right: 18px;
  }
}
.c-footer__menu-wrapper01 .c-footer__search-list li .c-footer__search-item .c-footer__search-icon path {
  fill: #fff;
}
.c-footer__menu-wrapper01 .c-footer__search-list li .c-footer__search-item::after {
  background: url("images/icon-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 18px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 18px;
}
.c-footer__menu-wrapper01 .c-footer__search-list li .c-footer__search-item:hover {
  opacity: 0.7;
}
.c-footer__menu-wrapper01 .c-footer__only-list {
  list-style: none;
  padding: 0;
  width: 162px;
}
@media screen and (max-width: 650px) {
  .c-footer__menu-wrapper01 .c-footer__only-list {
    width: 100%;
  }
}
.c-footer__menu-wrapper01 .c-footer__only-list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .c-footer__menu-wrapper01 .c-footer__only-list li {
    margin-bottom: 30px;
  }
}
.c-footer__menu-wrapper01 .c-footer__only-list li:last-child {
  margin-bottom: 0;
}
.c-footer__menu-wrapper01 .c-footer__only-list li .c-footer__only-item {
  display: block;
  line-height: 1.5;
  padding-right: 17px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 365px) {
  .c-footer__menu-wrapper01 .c-footer__only-list li .c-footer__only-item {
    font-size: 1.4rem;
  }
}
.c-footer__menu-wrapper01 .c-footer__only-list li .c-footer__only-item:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 5px;
}
.c-footer__menu-wrapper01 .c-footer__only-list li .c-footer__only-item:hover {
  opacity: 0.7;
}

.c-footer__menu-wrapper02 {
  display: flex;
  justify-content: space-between;
  padding-top: 66px;
  width: 345px;
}
@media screen and (max-width: 1280px) {
  .c-footer__menu-wrapper02 {
    min-width: auto;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-footer__menu-wrapper02 {
    flex-direction: column;
  }
}
.c-footer__menu-wrapper02 .c-footer__menu-list {
  list-style: none;
  padding: 0;
  width: 140px;
}
@media screen and (max-width: 1280px) {
  .c-footer__menu-wrapper02 .c-footer__menu-list {
    margin-right: 0;
    width: 35%;
  }
}
@media screen and (max-width: 650px) {
  .c-footer__menu-wrapper02 .c-footer__menu-list {
    width: 100%;
  }
}
.c-footer__menu-wrapper02 .c-footer__menu-list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .c-footer__menu-wrapper02 .c-footer__menu-list li {
    margin-bottom: 30px;
  }
}
.c-footer__menu-wrapper02 .c-footer__menu-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .c-footer__menu-wrapper02 .c-footer__menu-list li:last-child {
    margin-bottom: 30px;
  }
}
.c-footer__menu-wrapper02 .c-footer__menu-list li .c-footer__menu-item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-footer__menu-wrapper02 .c-footer__menu-list li .c-footer__menu-item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 365px) {
  .c-footer__menu-wrapper02 .c-footer__menu-list li .c-footer__menu-item {
    font-size: 1.4rem;
  }
}
.c-footer__menu-wrapper02 .c-footer__menu-list li .c-footer__menu-item:hover {
  opacity: 0.7;
}

.c-footer__headline {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-bottom: 37px;
}
@media screen and (max-width: 650px) {
  .c-footer__headline {
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

.c-footer__copyright {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.c-pagetop {
  display: block;
  height: 67px;
  line-height: 0;
  opacity: 0;
  position: fixed;
  right: 35px;
  bottom: 20px;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width: 67px;
  z-index: 100;
}
@media screen and (max-width: 650px) {
  .c-pagetop {
    display: none;
  }
}
.c-pagetop:hover {
  opacity: 0.7;
}
.c-pagetop.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-pagetop.is-footer {
  position: absolute;
}

.c-headline__menu {
  color: #0E605A;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-headline__menu {
    margin-bottom: 30px;
  }
}
.c-headline__menu.is-arrow::after {
  border-bottom: 2px solid #0E605A;
  border-right: 2px solid #0E605A;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
.c-headline__menu.is-arrow.is-active::after {
  border-bottom: none;
  border-right: none;
  border-left: 2px solid #0E605A;
  border-top: 2px solid #0E605A;
}
.c-headline__menu.is-search {
  color: #179F6B;
  padding-left: 40px;
}
.c-headline__menu.is-search::before {
  background: url("images/icon-search-green.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 30px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 28px;
}
.c-headline__menu.is-lightgreen {
  color: #179F6B;
}

.c-headline__default {
  color: #0E605A;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.46875;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-headline__default {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

.c-headline__small {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-headline__small {
    font-size: 1.8rem;
  }
}
.c-headline__small.is-green {
  color: #0E605A;
}

.c-headline__kv {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.46875;
}
.c-headline__kv span:nth-child(1) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(2) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(3) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(4) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(5) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(6) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(7) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(8) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(9) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(10) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(11) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(12) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(13) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(14) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(15) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(16) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(17) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(18) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(19) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.c-headline__kv span:nth-child(20) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
@media screen and (max-width: 650px) {
  .c-headline__kv {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.c-headline__detail-name {
  color: #0E605A;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-headline__icon {
  align-items: center;
  color: #2F8E71;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
}
.c-headline__icon img {
  display: inline-block;
  margin-right: 10px;
}

.c-contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1480px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

main {
  position: relative;
}

.c-main {
  padding: 0 40px;
  position: relative;
  width: calc(100% - 310px);
}
@media screen and (max-width: 1280px) {
  .c-main {
    border: none;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-main {
    padding: 0 20px;
  }
}

.c-search {
  display: flex;
  font-size: 1.2rem;
  justify-content: flex-end;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .c-search {
    justify-content: flex-start;
  }
}
.c-search.is-small .c-search__input {
  padding: 9px 15px;
  width: 158px;
}
.c-search.is-small .c-search__button {
  padding: 9px 14px;
  width: 73px;
}
.c-search .c-search__input {
  background-color: #F5F5F5;
  border-radius: 10px 0 0 10px;
  display: block;
  padding: 7px 15px;
  width: 190px;
}
.c-search .c-search__input::-moz-placeholder {
  color: #D5D5D5;
}
.c-search .c-search__input::placeholder {
  color: #D5D5D5;
}
@media screen and (max-width: 1280px) {
  .c-search .c-search__input {
    padding: 9px 14px 10px;
    width: 177px;
  }
}
@media screen and (max-width: 365px) {
  .c-search .c-search__input {
    padding: 7px 10px;
    width: 150px;
  }
}
.c-search .c-search__button {
  color: #fff;
  background-color: #5C5C5C;
  border-radius: 0 10px 10px 0;
  font-weight: 700;
  padding: 7px 13px 7px 12px;
  transition: opacity 0.3s ease;
  width: 68px;
}
@media screen and (max-width: 1280px) {
  .c-search .c-search__button {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 9px 14px 10px;
    width: 73px;
  }
}
@media screen and (max-width: 650px) {
  .c-search .c-search__button {
    padding: 9px 10px 10px;
  }
}
@media screen and (max-width: 365px) {
  .c-search .c-search__button {
    font-size: 1rem;
    padding: 7px;
  }
}
.c-search .c-search__button::before {
  background: url("images/icon-search.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 6px -2px 0;
  width: 13px;
}
@media screen and (max-width: 650px) {
  .c-search .c-search__button::before {
    height: 12px;
    margin-right: 5px;
    width: 12px;
  }
}
@media screen and (max-width: 365px) {
  .c-search .c-search__button::before {
    height: 10px;
    margin-bottom: -1px;
    width: 10px;
  }
}
.c-search .c-search__button:hover {
  opacity: 0.7;
}

.c-pr {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .c-pr {
    padding: 40px 0;
  }
}
.c-pr::before {
  background-color: #F4F4F4;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  width: calc(100% + 80px);
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .c-pr::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.c-pr .swiper-container {
  margin: 0 0 0 -40px;
  padding: 0 20px;
  width: calc(100% + 80px);
}
@media screen and (max-width: 1280px) {
  .c-pr .swiper-container {
    margin: 0 0 0 -30px;
    padding: 0 15px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 650px) {
  .c-pr .swiper-container {
    margin: 0 0 0 -20px;
    width: calc(100% + 40px);
  }
}
.c-pr .top-pr__slide {
  list-style: none;
  padding: 0;
}
.c-pr .top-pr__slide li {
  width: 231px;
}
.c-pr .swiper-button-prev, .c-pr .swiper-button-next {
  cursor: pointer;
  height: 36px;
  padding: 0;
  transition: opacity 0.3s ease;
  width: 36px;
}
.c-pr .swiper-button-prev:hover, .c-pr .swiper-button-next:hover {
  opacity: 0.85;
}
.c-pr .swiper-button-prev::before, .c-pr .swiper-button-next::before {
  background-color: #138179;
  border-radius: 50%;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
}
.c-pr .swiper-button-prev::after, .c-pr .swiper-button-next::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 15px;
  top: 13px;
  transform: rotate(45deg);
  width: 10px;
}
.c-pr .swiper-button-next::before {
  left: auto;
  right: 0;
}
.c-pr .swiper-button-next::after {
  left: auto;
  right: 15px;
  transform: rotate(-135deg);
}

.c-banner__pr {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease;
}
.c-banner__pr::after {
  background: #FFF841;
  border-radius: 20px 0 0 0;
  content: "PR";
  display: inline-block;
  font-size: 2.1rem;
  line-height: 43px;
  height: 43px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  transform: translate3d(0, 0, 0);
  width: 64px;
}
.c-banner__pr a {
  border: 1px solid #E6E6E6;
  border-radius: 20px !important;
  display: block;
}
.c-banner__pr a:hover {
  opacity: 0.7;
}
.c-banner__pr img {
  border-radius: 20px !important;
  display: block;
  height: auto;
  width: 100%;
}
.c-banner__pr figure figcaption {
  line-height: 1.2;
}

.c-tag__block {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 58px;
}
@media screen and (max-width: 1280px) {
  .c-tag__block {
    display: block;
    margin: 10px 0 45px;
  }
}

.c-tag__headline {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4666666667;
  padding-top: 8px;
  width: 135px;
}
@media screen and (max-width: 1280px) {
  .c-tag__headline {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    margin-bottom: 19px;
    padding-top: 0;
    width: auto;
  }
}

.c-tag__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  list-style: none;
  margin-left: 16px;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .c-tag__list {
    margin-left: -7px;
    width: calc(100% + 14px);
  }
}
.c-tag__list li {
  margin: 0 7px 22px;
}
@media screen and (max-width: 650px) {
  .c-tag__list li {
    margin-bottom: 14px;
  }
}
.c-tag__list li .c-tag__list-items {
  background-color: #F5F5F5;
  border-radius: 20px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 13px 8px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-tag__list li .c-tag__list-items {
    padding: 10px;
  }
}
.c-tag__list li .c-tag__list-items:hover {
  opacity: 0.7;
}

.c-tag__list-small {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px 0 5px;
  padding: 0;
  white-space: nowrap;
}
.c-tag__list-small li {
  margin: 5px 20px 5px 0;
}
@media screen and (max-width: 1280px) {
  .c-tag__list-small li {
    margin: 0 10px 10px 0;
  }
}
.c-tag__list-small li .c-tag__list-small-items {
  background-color: #F5F5F5;
  border-radius: 20px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px 10px;
  transition: opacity 0.3s ease;
}
.c-tag__list-small li .c-tag__list-small-items.is-pink {
  background-color: #F79E9E;
}

.c-breadcrumb-list {
  align-items: center;
  display: inline-flex;
  font-size: 1.4rem;
  flex-wrap: wrap;
  line-height: 1.4285714286;
  margin: 80px 0 0 -14px;
}
@media screen and (max-width: 1280px) {
  .c-breadcrumb-list {
    font-size: 1rem;
    line-height: 1.5;
    margin: 30px 0 0 -10px;
  }
}
.c-breadcrumb-list .c-breadcrumb-list__item {
  display: block;
  padding: 7px 14px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .c-breadcrumb-list .c-breadcrumb-list__item {
    padding: 5px 10px;
  }
}
.c-breadcrumb-list .c-breadcrumb-list__item:hover {
  opacity: 0.7;
}
.c-breadcrumb-list .c-breadcrumb-list__item:last-child:after {
  display: none;
}
.c-breadcrumb-list .c-breadcrumb-list__item.is-current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
@media screen and (max-width: 650px) {
  .c-breadcrumb-list .c-breadcrumb-list__item.is-current {
    max-width: 250px;
  }
}
.c-breadcrumb-list .c-breadcrumb-list__item.is-current:hover {
  opacity: 1;
}

.c-pager {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 140px;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .c-pager {
    margin: 0 0 120px;
    width: 100%;
  }
}
.c-pager .page-numbers {
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 5px;
  padding: 0 10px 3px;
  transition: opacity 0.3s ease;
}
.c-pager .page-numbers:hover {
  opacity: 0.7;
}
.c-pager .page-numbers.current {
  background-color: #0E605A;
  color: #fff;
  margin: 0 15px;
}
.c-pager .page-numbers.current:hover {
  opacity: 1;
}
.c-pager .page-numbers.prev {
  border-radius: 0;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  display: inline-block;
  height: 9px;
  margin: -1px 10px 0 0;
  transform: rotate(45deg);
  padding: 0;
  width: 9px;
}
.c-pager .page-numbers.next {
  border-left: none;
  border-bottom: none;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  border-radius: 0;
  display: inline-block;
  height: 9px;
  margin: -1px 0 0 15px;
  transform: rotate(45deg);
  padding: 0;
  width: 9px;
}

@media screen and (max-width: 650px) {
  .c-news {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.c-news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 0 0 -8px;
  padding: 0;
  width: calc(100% + 16px);
}
@media screen and (max-width: 650px) {
  .c-news-list {
    margin: 0;
    width: 100%;
  }
}
.c-news-list.is-active li {
  display: block !important;
}
.c-news-list.is-top {
  margin: 0 0 0 -18px;
  width: calc(100% + 36px);
}
.c-news-list.is-top li {
  margin: 0 18px 36px;
  width: 16.5%;
}
.c-news-list.is-top li:nth-child(-n+15) {
  display: block;
}
@media screen and (max-width: 1280px) {
  .c-news-list.is-top li:nth-child(-n+15) {
    display: none;
  }
  .c-news-list.is-top li:nth-child(-n+10) {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .c-news-list.is-top li {
    margin-bottom: 15px;
    width: 100%;
  }
}
.c-news-list.is-mypage li:nth-child(-n+8) {
  display: block;
}
.c-news-list.is-full li {
  display: block;
}
.c-news-list li {
  display: none;
  margin: 0 8px 17px;
  min-width: 210px;
  width: 23%;
}
@media screen and (max-width: 650px) {
  .c-news-list li {
    margin: 0 0 15px;
    width: 100%;
  }
}
.c-news-list li.is-dummy {
  display: block;
  height: 0;
  margin-bottom: 0;
}
.c-news-list li:nth-child(-n+4) {
  display: block;
}
@media screen and (max-width: 650px) {
  .c-news-list li:nth-child(-n+4) {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .c-news-list li:nth-child(-n+3) {
    display: block;
  }
}
.c-news-list li .c-news__item {
  border: 1px solid #D5D5D5;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-news-list li .c-news__item {
    align-items: stretch;
    border: none;
    display: grid;
    grid-template-columns: 24% 76%;
    grid-template-rows: 27px auto;
    gap: 0px 0px;
    grid-template-areas: "image name" "image title";
  }
}
.c-news-list li .c-news__item:hover {
  opacity: 0.7;
}
.c-news-list li .c-news__item .c-news__image-wrapper {
  align-self: self-start;
  grid-area: image;
  width: 100%;
}
.c-news-list li .c-news__item .c-news__image {
  aspect-ratio: 1/1;
  background-color: #e3e3e3;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.c-news-list li .c-news__item .c-news__name {
  background-color: #E5F5E7;
  font-size: 1rem;
  grid-area: name;
  line-height: 1.5;
  padding: 5px;
}
@media screen and (max-width: 650px) {
  .c-news-list li .c-news__item .c-news__name {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.c-news-list li .c-news__item .c-news__text-block {
  background-color: #FAFAFA;
  grid-area: title;
  height: 100%;
  padding: 15px;
}
@media screen and (max-width: 650px) {
  .c-news-list li .c-news__item .c-news__text-block {
    padding: 10px;
    overflow: hidden;
  }
}
.c-news-list li .c-news__item .c-news__text-block .c-news__text {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 0 10px;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .c-news-list li .c-news__item .c-news__text-block .c-news__text {
    line-height: 1.4166666667;
    overflow: hidden;
    padding: 0 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.c-news-list li .c-news__item .c-news__text-block .c-news__date {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .c-news-list li .c-news__item .c-news__text-block .c-news__date {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}

.c-pickup {
  list-style: none;
  padding: 0;
  width: 100%;
}
.c-pickup li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .c-pickup li {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.c-pickup li.is-ads {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-pickup li.is-ads {
    display: block;
    width: 53.2584269663%;
  }
}
@media screen and (max-width: 650px) {
  .c-pickup li.is-ads {
    width: 100%;
  }
}
.c-pickup li .c-pickup__image {
  aspect-ratio: 16/9;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: auto;
  margin-right: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 53.2584269663%;
}
@media screen and (max-width: 1280px) {
  .c-pickup li .c-pickup__image {
    margin-right: 24px;
  }
}
@media screen and (max-width: 650px) {
  .c-pickup li .c-pickup__image {
    margin-right: 0;
    width: 100%;
  }
}
.c-pickup li .c-pickup__text-block {
  padding: 10px 0 0 0;
  width: 41.9101123596%;
}
@media screen and (max-width: 650px) {
  .c-pickup li .c-pickup__text-block {
    padding-top: 15px;
    width: 100%;
  }
}
.c-pickup li .c-pickup__text-block .c-pickup__text-head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .c-pickup li .c-pickup__text-block .c-pickup__text-head {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
}
.c-pickup li .c-pickup__text-block .c-pickup__banner {
  background-color: #0E605A;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
  padding: 9px 19px 9px 13px;
}
@media screen and (max-width: 1280px) {
  .c-pickup li .c-pickup__text-block .c-pickup__banner {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 650px) {
  .c-pickup li .c-pickup__text-block .c-pickup__banner {
    display: inline-block;
    margin: 0 10px 15px 0;
  }
}
.c-pickup li .c-pickup__text-block .c-pickup__date-block {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 650px) {
  .c-pickup li .c-pickup__text-block .c-pickup__date-block {
    align-items: center;
    display: flex;
    margin-bottom: 16px;
  }
}
.c-pickup li .c-pickup__text-block .c-pickup__date-block .c-pickup__date {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-right: 26px;
}
@media screen and (max-width: 650px) {
  .c-pickup li .c-pickup__text-block .c-pickup__date-block .c-pickup__date {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.c-pickup li .c-pickup__text-block .c-pickup__date-block .c-pickup__tag {
  background-color: #FAE19C;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 4px 12px 3px;
}
@media screen and (max-width: 650px) {
  .c-pickup li .c-pickup__text-block .c-pickup__date-block .c-pickup__tag {
    display: inline-block;
  }
}
.c-pickup li .c-pickup__text-block .c-pickup__text {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .c-pickup li .c-pickup__text-block .c-pickup__text {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 20px;
  }
}
.c-pickup li .c-pickup__text-block .c-pickup__more-button {
  border: 2px solid #707070;
  border-radius: 20px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 9px;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 162px;
}
@media screen and (max-width: 650px) {
  .c-pickup li .c-pickup__text-block .c-pickup__more-button {
    margin: 0 auto;
  }
}
.c-pickup li .c-pickup__text-block .c-pickup__more-button:hover {
  opacity: 0.7;
}

.c-pickup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-pickup__list {
    margin-bottom: 30px;
  }
}
.c-pickup__list li {
  width: 30.7086614173%;
  margin: 0 0 30px;
}
.c-pickup__list li.is-dammy {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .c-pickup__list li.is-ads {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .c-pickup__list li {
    width: 31.4960629921%;
  }
}
@media screen and (max-width: 650px) {
  .c-pickup__list li {
    width: 48.502994012%;
  }
}
.c-pickup__list li .c-pickup__list-item {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
.c-pickup__list li .c-pickup__list-item:hover {
  opacity: 0.7;
}
.c-pickup__list li .c-pickup__list-item .c-pickup__list-tag {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  padding: 6px 20px 6px 20px;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 31px;
  min-width: 74px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .c-pickup__list li .c-pickup__list-item .c-pickup__list-tag {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 650px) {
  .c-pickup__list li .c-pickup__list-item .c-pickup__list-tag {
    padding: 2px 7px;
    min-height: 19px;
    min-width: 44px;
  }
}
.c-pickup__list li .c-pickup__list-item .c-pickup__list-image-block {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-pickup__list li .c-pickup__list-item .c-pickup__list-image-block .c-pickup__list-image {
  aspect-ratio: 16/9;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-pickup__list li .c-pickup__list-item .c-pickup__list-text {
  line-height: 1.5;
  padding-top: 22px;
}
@media screen and (max-width: 1280px) {
  .c-pickup__list li .c-pickup__list-item .c-pickup__list-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding-top: 10px;
  }
}

.c-event-list__slider {
  display: flex;
  list-style: none;
  margin: 0 auto 60px 0;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-event-list__slider {
    margin: 0;
  }
}
.c-event-list__slider .swiper-slide {
  height: auto;
  width: 207px;
}

.c-event__item {
  background-color: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 0 20px 20px 20px;
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-event__item:hover {
  opacity: 0.7;
}
.c-event__item .c-event__tag {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  max-width: 120px;
  min-width: 68px;
  padding: 6px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1;
}
.c-event__item .c-event__image-block {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-event__item .c-event__image-block .c-event__image {
  aspect-ratio: 16/9;
  border-radius: 0 20px 0 0;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-event__item .c-event__text {
  padding: 14px 10px 24px;
}
@media screen and (max-width: 650px) {
  .c-event__item .c-event__text {
    padding: 5px 3px 10px;
  }
}
.c-event__item .c-event__text .c-event__date {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-bottom: 7px;
}
@media screen and (max-width: 1280px) {
  .c-event__item .c-event__text .c-event__date.is-sp-small {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-event__item .c-event__text .c-event__date.is-sp-small .c-event__day {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 1280px) {
  .c-event__item .c-event__text .c-event__date.is-sp-small .c-event__day {
    display: block;
    padding: 0 8px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .c-event__item .c-event__text .c-event__date.is-sp-small .c-event__day {
    padding: 0;
    width: 100%;
  }
}
.c-event__item .c-event__text .c-event__date.is-sp-small .c-event__week {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .c-event__item .c-event__text .c-event__date.is-sp-small .c-event__week {
    font-size: 1rem;
    transform: scale(0.9);
    transform-origin: left bottom;
  }
}
.c-event__item .c-event__text .c-event__date.is-page .c-event__day {
  padding: 0 7px 0 0;
}
@media screen and (max-width: 1280px) {
  .c-event__item .c-event__text .c-event__date.is-page .c-event__day {
    display: block;
    padding: 0 10px 0 0;
  }
}
.c-event__item .c-event__text .c-event__date.is-page .c-event__week {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .c-event__item .c-event__text .c-event__date.is-page .c-event__week {
    font-size: 1.1rem;
  }
}
.c-event__item .c-event__text .c-event__date .c-event__week {
  background-color: #DEDEDE;
  border-radius: 50%;
  color: #5C5C5C;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 0 12px;
  padding: 6px 6px 8px;
}
.c-event__item .c-event__text .c-event__date .c-event__week.is-blue {
  background-color: #83C2F0;
  color: #fff;
}
.c-event__item .c-event__text .c-event__date .c-event__week.is-red {
  background-color: #F08383;
  color: #fff;
}
.c-event__item .c-event__text .c-event__title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.c-event__item .c-event__text .c-event__title-samll {
  font-size: 1.1rem;
  line-height: 1.5454545455;
}
@media screen and (max-width: 650px) {
  .c-event__item .c-event__text .c-event__title-samll {
    font-size: 1rem;
    transform: scale(0.8);
    transform-origin: left center;
  }
}

.c-event-list__small {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-event-list__small {
    justify-content: space-between;
    margin: 0;
  }
}
.c-event-list__small li {
  margin: 0 8px 18px;
  min-width: auto;
  width: 23.1460674157%;
}
@media screen and (max-width: 1280px) {
  .c-event-list__small li {
    margin: 0 1.2vw 12px;
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
  .c-event-list__small li {
    margin: 0 0 12px;
    width: 48.1481481481%;
  }
}
@media screen and (max-width: 650px) {
  .c-event-list__small li .c-event__item::before {
    font-size: 1rem;
    height: 22px;
    min-width: 57px;
    padding-bottom: 3px;
    transform: scale(0.8);
    transform-origin: top left;
  }
}

.c-event-list__page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 122px;
  max-width: 890px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-event-list__page {
    margin-bottom: 64px;
  }
}
.c-event-list__page li {
  margin: 0 0 18px;
  width: 23.3707865169%;
}
@media screen and (max-width: 1280px) {
  .c-event-list__page li {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 650px) {
  .c-event-list__page li {
    width: 47.4626865672%;
  }
}
.c-event-list__page li.is-dammy {
  display: block;
  height: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .c-event-list__page li .c-event__item::before {
    font-size: 1rem;
    height: 23px;
    line-height: 1.5;
    min-width: 57px;
    padding: 4px 8px;
  }
}

.c-sns {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 100px auto 0;
  width: 370px;
}
@media screen and (max-width: 1280px) {
  .c-sns {
    width: 304px;
  }
}
@media screen and (max-width: 365px) {
  .c-sns {
    width: 260px;
  }
}
.c-sns.is-share {
  width: 515px;
}
@media screen and (max-width: 1280px) {
  .c-sns.is-share {
    max-width: 328px;
    width: 100%;
  }
}
.c-sns.is-share .c-sns__headline::before {
  left: -45px;
}
@media screen and (max-width: 1280px) {
  .c-sns.is-share .c-sns__headline::before {
    left: -70px;
  }
}
@media screen and (max-width: 365px) {
  .c-sns.is-share .c-sns__headline::before {
    left: -65px;
  }
}
.c-sns.is-share .c-sns__headline::after {
  right: -43px;
}
@media screen and (max-width: 1280px) {
  .c-sns.is-share .c-sns__headline::after {
    right: -70px;
  }
}
@media screen and (max-width: 365px) {
  .c-sns.is-share .c-sns__headline::after {
    right: -65px;
  }
}

.c-sns__headline {
  display: inline-block;
  position: relative;
}
.c-sns__headline::before {
  background: url("images/icon-line.svg") no-repeat top left/contain;
  content: "";
  display: inline-block;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: -33px;
  margin-right: 5px;
  width: 21px;
  vertical-align: bottom;
}
@media screen and (max-width: 650px) {
  .c-sns__headline::before {
    left: -45px;
  }
}
@media screen and (max-width: 365px) {
  .c-sns__headline::before {
    left: -33px;
  }
}
.c-sns__headline::after {
  background: url("images/icon-line.svg") no-repeat top left/contain;
  content: "";
  display: inline-block;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: -33px;
  transform: scale(-1, 1);
  width: 21px;
  vertical-align: bottom;
}
@media screen and (max-width: 650px) {
  .c-sns__headline::after {
    right: -45px;
  }
}
@media screen and (max-width: 365px) {
  .c-sns__headline::after {
    right: -33px;
  }
}
.c-sns__headline .c-sns__headline-text {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-sns__list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 31px auto 102px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-sns__list {
    margin: 23px auto 87px;
  }
}
.c-sns__list.is-share {
  margin-bottom: 120px;
}
.c-sns__list.is-share .c-sns__item {
  margin: 0 15px;
}
@media screen and (max-width: 1280px) {
  .c-sns__list.is-share .c-sns__item {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 10px;
  }
}
@media screen and (max-width: 365px) {
  .c-sns__list.is-share .c-sns__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .c-sns__list.is-share .c-sns__item .c-sns__image {
    margin: 0 0 5px;
  }
}
.c-sns__list .c-sns__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1.4285714286;
  margin: 0 30px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .c-sns__list .c-sns__item {
    flex-direction: column;
    font-size: 19px;
    line-height: 1.4736842105;
  }
}
@media screen and (max-width: 365px) {
  .c-sns__list .c-sns__item {
    font-size: 14px;
  }
}
.c-sns__list .c-sns__item:hover {
  opacity: 0.7;
}
.c-sns__list .c-sns__item .c-sns__image {
  display: block;
  height: auto;
  margin: 0 10px 0 0;
  max-width: 100%;
  width: 30px;
}
@media screen and (max-width: 1280px) {
  .c-sns__list .c-sns__item .c-sns__image {
    margin: 0;
    width: 43px;
  }
}

.c-sns__follow-headline {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-sns__follow-headline {
    margin: 0 0 23px;
  }
}

.c-sns__follow-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .c-sns__follow-list {
    max-width: 300px;
    width: 100%;
  }
}
.c-sns__follow-list .c-sns__follow-item {
  display: block;
  margin: 0 20px;
  width: 36px;
}
@media screen and (max-width: 1280px) {
  .c-sns__follow-list .c-sns__follow-item {
    width: 45px;
  }
}
.c-sns__follow-list .c-sns__follow-item .c-sns__follow-icon {
  display: block;
  height: auto;
  width: 100%;
}

.c-kv__page {
  align-items: center;
  background: url("images/kv-shop-production@2x.jpg") no-repeat top center/cover;
  display: flex;
  flex-direction: column;
  height: 234px;
  margin: 2px 0 0;
  padding: 49px 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-kv__page {
    height: 133px;
    margin: 0;
    padding: 28px 0;
  }
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(1) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.05s, opacity 0.2s ease 0.05s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(3) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(4) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.2s, opacity 0.2s ease 0.2s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(5) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.25s, opacity 0.2s ease 0.25s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(6) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.3s, opacity 0.2s ease 0.3s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(7) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.35s, opacity 0.2s ease 0.35s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(8) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.4s, opacity 0.2s ease 0.4s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(9) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.45s, opacity 0.2s ease 0.45s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(10) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.5s, opacity 0.2s ease 0.5s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(11) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.55s, opacity 0.2s ease 0.55s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(12) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.6s, opacity 0.2s ease 0.6s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(13) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.65s, opacity 0.2s ease 0.65s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(14) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.7s, opacity 0.2s ease 0.7s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(15) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.75s, opacity 0.2s ease 0.75s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(16) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.8s, opacity 0.2s ease 0.8s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(17) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.85s, opacity 0.2s ease 0.85s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(18) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.9s, opacity 0.2s ease 0.9s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(19) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.95s, opacity 0.2s ease 0.95s;
}
.c-kv__page.is-animated .c-headline__kv span:nth-child(20) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 1s, opacity 0.2s ease 1s;
}
.c-kv__page.is-animated .c-kv__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.c-kv__page .c-kv__icon {
  height: auto;
  margin-bottom: 12px;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 82px;
}
@media screen and (max-width: 650px) {
  .c-kv__page .c-kv__icon {
    width: 40px;
  }
}
.c-kv__page .c-kv__icon path {
  fill: #fff;
}

.c-search__button-list {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .c-search__button-list {
    flex-wrap: wrap;
  }
}
.c-search__button-list.is-4rows {
  margin-bottom: -10px;
}
.c-search__button-list.is-4rows li {
  margin-bottom: 10px;
}
.c-search__button-list.is-4rows li:first-child {
  margin-right: 20px;
  width: 166px;
}
@media screen and (max-width: 1280px) {
  .c-search__button-list.is-4rows li:first-child {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .c-search__button-list.is-4rows li:first-child {
    margin-right: 0;
    width: 100%;
  }
}
.c-search__button-list.is-4rows li:nth-child(2) {
  margin-right: 20px;
  width: 283px;
}
@media screen and (max-width: 1280px) {
  .c-search__button-list.is-4rows li:nth-child(2) {
    margin-right: 0;
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .c-search__button-list.is-4rows li:nth-child(2) {
    width: 100%;
  }
}
.c-search__button-list.is-4rows li:nth-child(3) {
  margin-right: 20px;
  width: 191px;
}
@media screen and (max-width: 1280px) {
  .c-search__button-list.is-4rows li:nth-child(3) {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .c-search__button-list.is-4rows li:nth-child(3) {
    margin-right: 0;
    width: 100%;
  }
}
.c-search__button-list.is-4rows li:nth-child(4) {
  width: 183px;
}
@media screen and (max-width: 1280px) {
  .c-search__button-list.is-4rows li:nth-child(4) {
    margin-right: 0;
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .c-search__button-list.is-4rows li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-search__button-list li {
    margin-bottom: 10px;
  }
}
.c-search__button-list li:first-child {
  margin-right: 20px;
  width: 26.7415730337%;
}
@media screen and (max-width: 650px) {
  .c-search__button-list li:first-child {
    margin-right: 0;
    width: 100%;
  }
}
.c-search__button-list li:nth-child(2) {
  margin-right: 20px;
  width: 35.0561797753%;
}
@media screen and (max-width: 650px) {
  .c-search__button-list li:nth-child(2) {
    margin-right: 0;
    width: 100%;
  }
}
.c-search__button-list li:nth-child(3) {
  width: 27.6404494382%;
}
@media screen and (max-width: 650px) {
  .c-search__button-list li:nth-child(3) {
    width: 100%;
  }
}
.c-search__button-list .c-search__button-item {
  align-items: center;
  display: block;
  border: 3px solid #179F6B;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.4666666667;
  min-height: 62px;
  overflow: hidden;
  padding: 17px 40px 17px 23px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.c-search__button-list .c-search__button-item:after {
  border-bottom: 2px solid #179F6B;
  border-right: 2px solid #179F6B;
  content: "";
  display: inline-block;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 20px;
  top: 0;
  width: 8px;
  transform: rotate(45deg);
}
.c-search__button-list .c-search__button-item.is-keyword {
  color: #333333;
}
.c-search__button-list .c-search__button-item.is-keyword::-moz-placeholder {
  color: #D5D5D5;
}
.c-search__button-list .c-search__button-item.is-keyword::placeholder {
  color: #D5D5D5;
}
.c-search__button-list .c-search__button-item.is-keyword:after {
  display: none;
}
.c-search__button-list .c-search__button-item.is-keyword:focus-visible, .c-search__button-list .c-search__button-item.is-keyword:focus {
  outline: none;
  outline-color: #179F6B;
}
.c-search__button-list .c-search__button-item .c-search__button-placeholder {
  color: #D5D5D5;
}
.c-search__button-list .c-search__button-item .c-search__button-value {
  color: #333333;
}

.c-page-wrapper {
  padding: 60px 0 0;
}
@media screen and (max-width: 1280px) {
  .c-page-wrapper {
    padding: 37px 0 0;
  }
}

.c-cases {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 80px;
}
.c-cases .c-cases__small {
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-search-results {
  margin: 0 0 140px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-search-results {
    margin: 0 0 120px;
  }
}

.c-results__items {
  margin: 0 0 80px;
}
.c-results__items:last-child {
  margin-bottom: 0;
}
.c-results__items .c-results__label {
  display: flex;
  list-style: none;
  padding: 0;
}
.c-results__items .c-results__label li {
  border-radius: 0 20px 0 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0 5px;
  padding: 0 15px;
}
.c-results__items .c-results__label li:first-child {
  margin: 0;
}
.c-results__items .c-results__label li.is-update {
  background-color: #EF3F3F;
}
.c-results__items .c-results__label li.is-new {
  background-color: #179F6B;
}
.c-results__items .c-results__head {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
@media screen and (max-width: 1280px) {
  .c-results__items .c-results__head {
    flex-direction: column;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-results__items .c-results__head .c-results__title-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
  }
}
.c-results__items .c-results__head .c-results__title-block .c-results__title {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 20px 0 0;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.c-results__items .c-results__head .c-results__title-block .c-results__title:hover {
  opacity: 0.7;
}
.c-results__items .c-results__text-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
@media screen and (max-width: 1280px) {
  .c-results__items .c-results__text-block {
    margin: 0 0 20px;
  }
}
.c-results__items .c-results__text-block .c-results__text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-right: 20px;
  width: 65.1685393258%;
}
@media screen and (max-width: 1280px) {
  .c-results__items .c-results__text-block .c-results__text {
    margin-right: 0;
    width: 100%;
  }
}
.c-results__items .c-results__image-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
  .c-results__items .c-results__image-gallery {
    flex-direction: column;
    margin-bottom: 21px;
  }
}
.c-results__items .c-results__image-gallery .c-results__image-block01 {
  width: 53.4831460674%;
}
@media screen and (max-width: 650px) {
  .c-results__items .c-results__image-gallery .c-results__image-block01 {
    margin-bottom: 15px;
    width: 100%;
  }
}
.c-results__items .c-results__image-gallery .c-results__image-block01 .c-results__image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-results__items .c-results__image-gallery .c-results__image-block01 .c-results__image {
  aspect-ratio: 16/9;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-results__items .c-results__image-gallery .c-results__image-block02 {
  width: 44.606741573%;
}
@media screen and (max-width: 650px) {
  .c-results__items .c-results__image-gallery .c-results__image-block02 {
    overflow-x: scroll;
    width: 100%;
  }
}
.c-results__items .c-results__image-gallery .c-results__image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-results__items .c-results__image-gallery .c-results__image-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 809px;
  }
}
.c-results__items .c-results__image-gallery .c-results__image-list li {
  line-height: 0;
  margin-bottom: 15px;
  width: 48.1108312343%;
}
@media screen and (max-width: 650px) {
  .c-results__items .c-results__image-gallery .c-results__image-list li {
    margin: 0 0 0 15px;
    width: 23.609394314%;
  }
}
.c-results__items .c-results__image-gallery .c-results__image-list li .c-results__small-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-results__items .c-results__image-gallery .c-results__image-list li .c-results__small-image {
  aspect-ratio: 16/9;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-results__items .c-results__image-gallery .c-results__image-block03 {
  width: 100%;
}
.c-results__items .c-results__image-gallery .c-results__image-block03 img,
.c-results__items .c-results__image-gallery .c-results__image-block03 video {
  aspect-ratio: 16/9;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-results__items .c-results__link {
  margin: 25px auto 15px;
}
@media screen and (max-width: 650px) {
  .c-results__items .c-results__link {
    margin: -20px auto 0;
  }
}
.c-results__date, .c-results__items .c-results__address, .c-results__items .c-results__hour, .c-results__items .c-results__price {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 5px;
}

.c-free-info {
  background-color: #F7FDF8;
  margin: 0 0 0 -40px;
  padding: 40px;
  text-align: center;
  width: calc(100% + 80px);
}
@media screen and (max-width: 650px) {
  .c-free-info {
    margin-left: -20px;
    padding: 40px 20px;
    width: calc(100% + 40px);
  }
}
.c-free-info.is-w100 {
  margin: 0 auto;
  max-width: 760px;
  padding: 38px 32px 42px 51px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-free-info.is-w100 {
    margin: 0 0 0 -20px;
    padding: 40px 36px;
    width: calc(100% + 40px);
  }
}
.c-free-info .c-free-info__text {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .c-free-info .c-free-info__text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.c-free-info .c-free-info__text a {
  color: #21A89E;
  font-weight: 700;
  text-decoration: underline;
}

.c-results__free-items {
  margin: 0 0 80px;
}
.c-results__free-items:last-child {
  margin-bottom: 0;
}

.c-results__free-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .c-results__free-head {
    flex-direction: column;
  }
}
.c-results__free-head .c-results__free-image-block {
  margin: 0 20px 0 0;
  width: 51.6853932584%;
}
@media screen and (max-width: 1280px) {
  .c-results__free-head .c-results__free-image-block {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .c-results__free-head .c-results__free-image-block {
    margin: 0;
    width: 100%;
  }
}
.c-results__free-head .c-results__free-image-block video,
.c-results__free-head .c-results__free-image-block img {
  aspect-ratio: 16/9;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-results__free-textblock {
  flex: 1;
  width: 44.9438202247%;
}
@media screen and (max-width: 1280px) {
  .c-results__free-textblock {
    width: 45%;
  }
}
@media screen and (max-width: 650px) {
  .c-results__free-textblock {
    width: 100%;
  }
}

.c-results__free-title {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-results__free-title {
    margin: 15px 0;
  }
}
.c-results__free-title:hover {
  opacity: 0.7;
}

.c-results__free-text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .c-results__free-text {
    margin-right: 0;
    width: 100%;
  }
}

.c-detail {
  padding-top: 65px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-detail {
    margin: 0 auto;
    max-width: 890px;
    padding-top: 40px;
  }
}
.c-detail.is-pt-14 {
  padding: 14px 0 0;
}
.c-detail.is-pc-none {
  display: none;
  padding: 14px 0 0;
}
@media screen and (max-width: 1280px) {
  .c-detail.is-pc-none {
    display: block;
  }
}
.c-detail .c-detail__favorite {
  position: absolute;
  right: 0;
  top: -20px;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__favorite {
    top: 35px;
  }
}
.c-detail .c-detail__favorite.is-shop {
  top: -40px;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__favorite.is-shop {
    top: 12px;
  }
}
.c-detail .c-detail__head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 0 23px;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__head {
    flex-direction: column;
    margin: 0;
  }
}
.c-detail .c-detail__head .c-detail__text-block {
  width: 55.2808988764%;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__head .c-detail__text-block {
    width: 100%;
  }
}
.c-detail .c-detail__head .c-detail__text-block .c-detail__text-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__head .c-detail__text-block .c-detail__text-flex {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 0 10px;
  }
}
.c-detail .c-detail__head .c-detail__text-block .c-detail__text-flex .c-detail__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 40px 0 0;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__head .c-detail__text-block .c-detail__text-flex .c-detail__title {
    margin: 0 27px 20px 0;
    white-space: normal;
    width: 64.0718562874%;
  }
}
.c-detail .c-detail__head .c-detail__text-block .c-detail__text-flex .c-detail__title .c-detail__title-copy {
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__head .c-detail__text-block .c-detail__text-flex .c-detail__title .c-detail__title-copy {
    display: block;
    line-height: 1.4166666667;
    position: relative;
    top: auto;
    left: auto;
  }
}
.c-detail .c-detail__contact {
  text-align: right;
  width: 334px;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__contact {
    text-align: left;
    width: 100%;
  }
}
.c-detail .c-detail__contact .c-detail__tel {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4642857143;
  margin-bottom: 10px;
}
.c-detail .c-detail__contact .c-detail__buttun-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__contact .c-detail__buttun-block {
    justify-content: space-between;
    max-width: 334px;
  }
}
.c-detail .c-detail__head-sp {
  display: none;
  margin: 15px 0 0;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__head-sp {
    display: block;
  }
}
.c-detail .c-detail__text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.c-detail .c-detail__text-sp {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin: 0 0 25px;
}
.c-detail .c-detail__kv-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-detail .c-detail__kv-wrapper.is-video {
  cursor: pointer;
}
.c-detail .c-detail__kv-wrapper.is-video::after {
  background: rgba(0, 0, 0, 0.2) url("images/btn-play.svg") no-repeat center center/62px 62px;
  border-radius: 20px;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 100%;
  z-index: 2;
}
.c-detail .c-detail__kv-wrapper.is-video:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-detail .c-detail__kv-wrapper.is-video.is-active::after {
  background-image: url("images/btn-pause.svg");
  opacity: 0;
}
.c-detail .c-detail__kv-wrapper.is-video.is-active:hover::after {
  opacity: 1;
}
.c-detail .c-detail__kv-wrapper.is-video.is-no-action:hover::after {
  opacity: 0;
}
.c-detail .c-detail__kv-wrapper img,
.c-detail .c-detail__kv-wrapper video {
  aspect-ratio: 16/9;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-detail .c-detail__kv-sound {
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: 5;
}
@media screen and (max-width: 650px) {
  .c-detail .c-detail__image-list-block {
    overflow-x: scroll;
  }
}
.c-detail .c-detail__image-list {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-detail .c-detail__image-list {
    width: 809px;
  }
}
.c-detail .c-detail__image-list li {
  margin-right: 15px;
  width: 23.9325842697%;
}
@media screen and (max-width: 650px) {
  .c-detail .c-detail__image-list li {
    width: 191px;
  }
}
.c-detail .c-detail__image-list li:last-child {
  margin-right: 0;
}
.c-detail .c-detail__image-list li .c-detail__image-wrapper {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  position: relative;
  width: 100%;
}
.c-detail .c-detail__image-list li .c-detail__image-wrapper img,
.c-detail .c-detail__image-list li .c-detail__image-wrapper video {
  aspect-ratio: 16/9;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-detail .c-detail__link {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-detail .c-detail__link {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .c-detail .c-detail__link {
    border-top: solid 1px #707070;
  }
}

.c-detail__shop-contact {
  width: 293px;
}
@media screen and (max-width: 1280px) {
  .c-detail__shop-contact {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-detail__shop-contact {
    max-width: 333px;
  }
}

.c-detail__shop-contact-block {
  border: 2px solid #1B9F6B;
  border-radius: 20px;
  padding: 9px;
  text-align: center;
  width: 100%;
}
.c-detail__shop-contact-block.is-small .c-detail__shop-text {
  font-size: 1rem;
}
@media screen and (max-width: 650px) {
  .c-detail__shop-contact-block.is-small .c-detail__shop-text {
    font-size: 1.2rem;
  }
}
.c-detail__shop-contact-block.is-small .c-detail__shop-text::before {
  height: 8px;
  margin-right: 2px;
  width: 8px;
}
.c-detail__shop-contact-block.is-small .c-detail__shop-text::after {
  margin-left: 2px;
}
.c-detail__shop-contact-block.is-small .c-detail__shop-tel {
  font-size: 1.9rem;
  margin-bottom: 2px;
}
.c-detail__shop-contact-block.is-small .c-detail__shop-date {
  font-size: 1.2rem;
}
.c-detail__shop-contact-block .c-detail__shop-text {
  color: #1B9F6B;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1.4285714286;
}
.c-detail__shop-contact-block .c-detail__shop-text::before {
  background: url("images/icon-line02.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  width: 10px;
}
.c-detail__shop-contact-block .c-detail__shop-text::after {
  background: url("images/icon-line02.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 0 0 4px;
  transform: scaleX(-1);
  width: 10px;
}
.c-detail__shop-contact-block .c-detail__shop-tel {
  color: #1B9F6B;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4642857143;
}
.c-detail__shop-contact-block .c-detail__shop-date {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
}

.c-detail__free-favorite-pc {
  position: absolute;
  right: 0;
  top: -20px;
}

.c-detail__free-favorite-sp {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .c-detail__free-favorite-sp {
    top: 6px;
  }
}

.c-detail__free-contact {
  border: 2px solid #1B9F6B;
  border-radius: 20px;
  padding: 9px;
  position: absolute;
  right: 0;
  top: 33px;
  text-align: center;
  width: 293px;
}
@media screen and (max-width: 1280px) {
  .c-detail__free-contact {
    margin: auto;
    max-width: 333px;
    bottom: -103px;
    left: 0;
    right: 0;
    top: auto;
    padding: 0;
    width: 100%;
  }
}
.c-detail__free-contact .c-detail__free-tel {
  color: #1B9F6B;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4642857143;
}

.c-detail__free-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 15px;
}
@media screen and (max-width: 1280px) {
  .c-detail__free-head {
    flex-direction: column;
    margin-top: 0;
  }
}
.c-detail__free-head .c-detail__free-image-block {
  margin: 0 20px 0 0;
  position: relative;
  width: 52.2727272727%;
}
@media screen and (max-width: 1280px) {
  .c-detail__free-head .c-detail__free-image-block {
    margin: 0 auto 5px;
    max-width: 650px;
    width: 100%;
  }
}
.c-detail__free-head .c-detail__free-image-block.is-video {
  cursor: pointer;
}
.c-detail__free-head .c-detail__free-image-block.is-video::after {
  background: rgba(0, 0, 0, 0.2) url("images/btn-play.svg") no-repeat center center/62px 62px;
  border-radius: 20px;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 100%;
  z-index: 2;
}
.c-detail__free-head .c-detail__free-image-block.is-video:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-detail__free-head .c-detail__free-image-block.is-video.is-active::after {
  background-image: url("images/btn-pause.svg");
  opacity: 0;
}
.c-detail__free-head .c-detail__free-image-block.is-video.is-active:hover::after {
  opacity: 1;
}
.c-detail__free-head .c-detail__free-image-block video,
.c-detail__free-head .c-detail__free-image-block img {
  aspect-ratio: 16/9;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-detail__free-head .c-detail__free-textblock {
  flex: 1;
  margin: 0 0 15px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-detail__free-head .c-detail__free-textblock {
    width: 100%;
  }
}
.c-detail__free-head .c-detail__free-textblock .c-detail__free-title {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 20px 0 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-detail__free-head .c-detail__free-textblock .c-detail__free-title {
    margin: 15px 0;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 650px) {
  .c-detail__free-head .c-detail__free-textblock .c-detail__free-title {
    margin: 0;
    width: calc(100% - 110px);
  }
}
.c-detail__free-head .c-detail__free-text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .c-detail__free-head .c-detail__free-text {
    margin-right: 0;
    width: 100%;
  }
}

.c-detail__free-point {
  margin: 0 auto;
  width: 76.6292134831%;
}
@media screen and (max-width: 650px) {
  .c-detail__free-point {
    width: 100%;
  }
}
.c-detail__free-point .c-detail__free-point-headline {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 15px;
}
.c-detail__free-point .c-detail__free-point-text {
  font-size: 1.4rem;
  line-height: 2;
}

.c-information__note {
  color: #FA5F5F;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 0 15px;
  max-width: 505px;
}
@media screen and (max-width: 650px) {
  .c-information__note {
    padding-bottom: 20px;
  }
}

.c-point__list {
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-point__list {
    max-width: 890px;
    margin: 0 auto;
  }
}
.c-point__list li {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .c-point__list li {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.c-point__list li:last-child {
  margin-bottom: 0;
}
.c-point__list li .c-point__image {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  height: auto;
  width: 53.3707865169%;
}
@media screen and (max-width: 650px) {
  .c-point__list li .c-point__image {
    margin-bottom: 20px;
    width: 100%;
  }
}
.c-point__list li .c-point__text-block {
  width: 41.9101123596%;
}
@media screen and (max-width: 650px) {
  .c-point__list li .c-point__text-block {
    width: 100%;
  }
}
.c-point__list li .c-point__text-block .c-point__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.c-point__list li .c-point__text-block .c-point__text {
  font-size: 1.4rem;
  line-height: 2;
}

.c-staff__list li {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .c-staff__list li {
    flex-direction: column;
  }
}
.c-staff__list li:last-child {
  margin-bottom: 0;
}
.c-staff__list li .c-staff__image {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: auto;
  width: 42.1348314607%;
}
@media screen and (max-width: 650px) {
  .c-staff__list li .c-staff__image {
    margin: 0 auto 20px;
    max-width: 610px;
    width: 100%;
  }
}
.c-staff__list li .c-staff__text-block {
  width: 53.2584269663%;
}
@media screen and (max-width: 650px) {
  .c-staff__list li .c-staff__text-block {
    margin: 0 auto;
    max-width: 610px;
    width: 100%;
  }
}
.c-staff__list li .c-staff__text-block .c-staff__name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 650px) {
  .c-staff__list li .c-staff__text-block .c-staff__name {
    margin: 0 0 15px;
  }
}
.c-staff__list li .c-staff__text-block .c-staff__name .c-staff__name-small {
  font-size: 1.6rem;
}
@media screen and (max-width: 650px) {
  .c-staff__list li .c-staff__text-block .c-staff__name .c-staff__name-small {
    font-size: 2.4rem;
  }
}
.c-staff__list li .c-staff__text-block .c-staff__text {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 40px;
}
@media screen and (max-width: 650px) {
  .c-staff__list li .c-staff__text-block .c-staff__text {
    margin: 0 0 20px;
  }
}
.c-staff__list li .c-staff__text-block .c-staff__headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
}

.c-access__map {
  max-width: 689px;
  margin: 0 auto 20px;
  width: 100%;
}
.c-access__map iframe {
  height: 383px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-access__map iframe {
    height: 250px;
  }
}

.c-access__text {
  font-size: 1.4rem;
  line-height: 2.4285714286;
  text-align: center;
}

.c-contact__page {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-contact__page {
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
}
.c-contact__page .c-contact__page-items {
  height: auto;
  margin: 0 10px;
  width: 236px;
}
@media screen and (max-width: 650px) {
  .c-contact__page .c-contact__page-items {
    margin: 0 0 12px;
    max-width: 334px;
    width: 100%;
  }
  .c-contact__page .c-contact__page-items:last-child {
    margin-bottom: 0;
  }
}

.c-contact__tel {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.c-coupon {
  margin: 0 0 0 -40px;
  width: calc(100% + 80px);
}
@media screen and (max-width: 1280px) {
  .c-coupon {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.c-coupon__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 952px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-coupon__block {
    padding: 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.c-coupon__block.is-active .c-coupon__items {
  display: block;
}
.c-coupon__block .c-coupon__items {
  display: none;
  margin: 0 10px 40px;
  width: 208px;
}
@media screen and (max-width: 650px) {
  .c-coupon__block .c-coupon__items {
    margin: 0 5px 40px;
    width: 162px;
  }
}
.c-coupon__block .c-coupon__items:nth-child(-n+8) {
  display: block;
}
.c-coupon__block .c-coupon__items.is-dammy {
  display: block;
  height: 0;
  margin-bottom: 0;
}
.c-coupon__block .c-coupon__button {
  background: none;
  border: none;
  display: block;
  width: 100%;
}
.c-coupon__block .c-coupon__discount-percent, .c-coupon__block .c-coupon__free, .c-coupon__block .c-coupon__present, .c-coupon__block .c-coupon__discount-yen {
  align-items: center;
  background-color: #74C77B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 113px;
  overflow: hidden;
  padding: 4px 8px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-coupon__block .c-coupon__discount-percent, .c-coupon__block .c-coupon__free, .c-coupon__block .c-coupon__present, .c-coupon__block .c-coupon__discount-yen {
    padding: 6px 7px;
  }
}
@media screen and (max-width: 650px) {
  .c-coupon__block .c-coupon__discount-percent, .c-coupon__block .c-coupon__free, .c-coupon__block .c-coupon__present, .c-coupon__block .c-coupon__discount-yen {
    height: 93px;
  }
}
.c-coupon__block .c-coupon__discount-percent .c-coupon__contents, .c-coupon__block .c-coupon__free .c-coupon__contents, .c-coupon__block .c-coupon__present .c-coupon__contents, .c-coupon__block .c-coupon__discount-yen .c-coupon__contents {
  align-items: center;
  color: #FFF841;
  display: flex;
  justify-content: center;
}
.c-coupon__block .c-coupon__discount-percent .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__free .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__present .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__discount-yen .c-coupon__contents .c-coupon__contents-left {
  font-size: 6.5rem;
  font-weight: 700;
  margin: 0 3px 0 0;
}
@media screen and (max-width: 1280px) {
  .c-coupon__block .c-coupon__discount-percent .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__free .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__present .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__discount-yen .c-coupon__contents .c-coupon__contents-left {
    font-size: 5rem;
  }
}
@media screen and (max-width: 365px) {
  .c-coupon__block .c-coupon__discount-percent .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__free .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__present .c-coupon__contents .c-coupon__contents-left, .c-coupon__block .c-coupon__discount-yen .c-coupon__contents .c-coupon__contents-left {
    font-size: 4.6rem;
  }
}
.c-coupon__block .c-coupon__discount-percent .c-coupon__contents .c-coupon__contents-right, .c-coupon__block .c-coupon__free .c-coupon__contents .c-coupon__contents-right, .c-coupon__block .c-coupon__present .c-coupon__contents .c-coupon__contents-right, .c-coupon__block .c-coupon__discount-yen .c-coupon__contents .c-coupon__contents-right {
  text-align: left;
}
.c-coupon__block .c-coupon__discount-percent .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__free .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__present .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__discount-yen .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small {
  display: block;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 0.8965517241;
}
@media screen and (max-width: 1280px) {
  .c-coupon__block .c-coupon__discount-percent .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__free .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__present .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__discount-yen .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small {
    font-size: 2.2rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 365px) {
  .c-coupon__block .c-coupon__discount-percent .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__free .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__present .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small, .c-coupon__block .c-coupon__discount-yen .c-coupon__contents .c-coupon__contents-right .c-coupon__contents-small {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.c-coupon__block .c-coupon__discount-yen {
  background-color: #F5F5F5;
  color: #179F6B;
}
.c-coupon__block .c-coupon__discount-yen .c-coupon__yen-contents {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.488372093;
}
@media screen and (max-width: 1280px) {
  .c-coupon__block .c-coupon__discount-yen .c-coupon__yen-contents {
    font-size: 3.2rem;
    line-height: 1.46875;
  }
}
@media screen and (max-width: 365px) {
  .c-coupon__block .c-coupon__discount-yen .c-coupon__yen-contents {
    font-size: 2.8rem;
  }
}
.c-coupon__block .c-coupon__discount-yen .c-coupon__yen-contents .c-coupon__yen-small {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .c-coupon__block .c-coupon__discount-yen .c-coupon__yen-contents .c-coupon__yen-small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 365px) {
  .c-coupon__block .c-coupon__discount-yen .c-coupon__yen-contents .c-coupon__yen-small {
    font-size: 1rem;
  }
}
.c-coupon__block .c-coupon__present {
  background-color: #FFF841;
}
.c-coupon__block .c-coupon__free {
  background-color: #0E605A;
}
.c-coupon__block .c-coupon__image-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 113px;
}
@media screen and (max-width: 650px) {
  .c-coupon__block .c-coupon__image-wrapper {
    height: 93px;
  }
}
.c-coupon__block .c-coupon__image-wrapper .c-coupon__image {
  display: block;
  height: auto;
  max-height: 113px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-coupon__block .c-coupon__image-wrapper .c-coupon__image {
    max-height: 93px;
  }
}
.c-coupon__block .c-coupon__text, .c-coupon__block .c-coupon__text02 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4736842105;
}
@media screen and (max-width: 1280px) {
  .c-coupon__block .c-coupon__text, .c-coupon__block .c-coupon__text02 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 365px) {
  .c-coupon__block .c-coupon__text, .c-coupon__block .c-coupon__text02 {
    font-size: 1.2rem;
  }
}
.c-coupon__block .c-coupon__text.is-green, .c-coupon__block .is-green.c-coupon__text02 {
  color: #179F6B;
}
.c-coupon__block .c-coupon__text02 {
  line-height: 1.2105263158;
}
@media screen and (max-width: 1280px) {
  .c-coupon__block .c-coupon__text02 {
    line-height: 1.6428571429;
  }
}
.c-coupon__block .c-coupon__headline {
  color: #6F6F6F;
  display: -webkit-box;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5384615385;
  min-height: 43px;
  overflow: hidden;
  padding: 5px 0 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 365px) {
  .c-coupon__block .c-coupon__headline {
    font-size: 1.2rem;
  }
}
.c-coupon__block .c-coupon__link {
  color: #21A89E;
  display: block;
  font-weight: 700;
  line-height: 1.375;
  padding: 5px 0 0;
  text-align: center;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media screen and (max-width: 365px) {
  .c-coupon__block .c-coupon__link {
    font-size: 1.4rem;
  }
}
.c-coupon__block .c-coupon__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c-comments__form {
  max-width: 679px;
  margin: 0 auto;
}
.c-comments__form .acf-field {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  margin: 0;
}
.c-comments__form .acf-field .acf-label {
  margin: 0;
}
.c-comments__form .form-submit {
  text-align: center;
}

.c-input__default {
  background-color: #F7F7F7;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 24px 26px;
  width: 100%;
}
.c-input__default::-moz-placeholder {
  color: #B7B7B7;
}
.c-input__default::placeholder {
  color: #B7B7B7;
}

.c-input__item {
  background-color: #F7F7F7;
  border-radius: 10px;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  padding: 11px 26px;
  max-width: 290px;
  width: 57.3122529644%;
}
@media screen and (max-width: 650px) {
  .c-input__item {
    padding: 11px 14px;
    width: 100%;
  }
}

.c-comments__form .acf-comment-fields {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .c-comments__form .acf-comment-fields {
    flex-wrap: wrap;
  }
}
.c-comments__form .acf-comment-fields .acf-field {
  align-items: center;
  display: flex;
  width: 29.1605301915%;
}
@media screen and (max-width: 650px) {
  .c-comments__form .acf-comment-fields .acf-field {
    margin: 0 0 20px;
    max-width: 335px;
    width: 100%;
  }
  .c-comments__form .acf-comment-fields .acf-field:last-child {
    margin: 0;
  }
}
.c-comments__form .acf-comment-fields .acf-label {
  font-weight: 700;
  line-height: 1.4285714286;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 650px) {
  .c-comments__form .acf-comment-fields .acf-label {
    margin-right: 15px;
  }
}
.c-comments__form .acf-comment-fields .acf-input {
  background-color: #F7F7F7;
  border-radius: 10px;
  height: 45px;
  position: relative;
  width: 160px;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .c-comments__form .acf-comment-fields .acf-input {
    width: 86.5671641791%;
  }
}
.c-comments__form .acf-comment-fields .acf-input::after {
  border-bottom: 2px solid #B9B9B9;
  border-right: 2px solid #B9B9B9;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 17px;
  right: 15px;
  transform: rotate(45deg);
  width: 8px;
}
.c-comments__form .acf-comment-fields .acf-input select {
  border-radius: 10px;
  color: #B9B9B9;
  font-size: 1.3rem;
  font-weight: 700;
  height: 100%;
  padding: 15px;
  width: 100%;
}
.c-comments__form .acf-comment-fields .acf-input #acf-field_61b82e2fca715 {
  color: #FAE19C;
}
.c-comments__form .acf-comment-fields .acf-input data-placeholder {
  color: #B9B9B9;
}
.c-comments__form .acf-comment-fields .acf-required {
  display: none;
}
.c-comments__form .form-submit {
  max-width: 238px;
  margin: 0 auto;
}

.c-list-page__link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-list-page__link {
    flex-direction: column;
    justify-content: center;
  }
}
.c-list-page__link li {
  border-right: 1px solid #707070;
  width: 33.3333333333%;
}
@media screen and (max-width: 650px) {
  .c-list-page__link li {
    border-bottom: 1px solid #707070;
    border-right: none;
    width: 100%;
  }
}
.c-list-page__link li:first-child .c-list-page__link-item:after {
  background-color: #74C77B;
}
.c-list-page__link li:nth-child(2) .c-list-page__link-item::after {
  background-color: #179F6B;
}
.c-list-page__link li:nth-child(3) {
  border-right: none;
  margin-bottom: 0;
}
.c-list-page__link li:nth-child(3) .c-list-page__link-item::after {
  background-color: #138179;
}
.c-list-page__link .c-list-page__link-item {
  align-items: center;
  color: #5C5C5C;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  padding: 12px 0;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-list-page__link .c-list-page__link-item {
    padding: 12px 6px;
  }
}
@media screen and (max-width: 650px) {
  .c-list-page__link .c-list-page__link-item {
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.c-list-page__link .c-list-page__link-item::after {
  align-items: center;
  background: #ACACAC url("images/icon-arrow-white.svg") no-repeat left 7px center/14px;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  margin: 0 0 0 20px;
  min-width: 24px;
  padding: 0 0 0 4px;
  width: 24px;
}
@media screen and (max-width: 1280px) {
  .c-list-page__link .c-list-page__link-item::after {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .c-list-page__link .c-list-page__link-item::after {
    margin: 0 0 0 auto;
  }
}
.c-list-page__link .c-list-page__link-item:hover {
  opacity: 0.7;
}
.c-list-page__link .c-list-page__link-item.is-progress {
  color: #ACACAC;
}
.c-list-page__link .c-list-page__link-item.is-progress:hover {
  opacity: 1;
}
.c-list-page__link .c-list-page__link-item.is-progress::after {
  background-color: #ACACAC !important;
}
.c-list-page__link .c-list-page__link-item.is-progress .c-list-page__link-icon path {
  fill: #ACACAC;
}
.c-list-page__link .c-list-page__link-icon {
  height: auto;
  margin-right: 10px;
  width: 35px;
}
.c-list-page__link .c-list-page__link-icon path {
  fill: #5C5C5C;
}

.a-animate1 span:nth-child(1) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(2) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(3) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(4) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(5) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(6) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(7) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(8) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(9) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(10) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(11) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(12) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(13) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(14) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(15) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(16) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(17) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(18) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(19) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1 span:nth-child(20) {
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translate3d(0, 20px, 0);
}
.a-animate1.is-animated span:nth-child(1) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.05s, opacity 0.2s ease 0.05s;
}
.a-animate1.is-animated span:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
}
.a-animate1.is-animated span:nth-child(3) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
}
.a-animate1.is-animated span:nth-child(4) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.2s, opacity 0.2s ease 0.2s;
}
.a-animate1.is-animated span:nth-child(5) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.25s, opacity 0.2s ease 0.25s;
}
.a-animate1.is-animated span:nth-child(6) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.3s, opacity 0.2s ease 0.3s;
}
.a-animate1.is-animated span:nth-child(7) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.35s, opacity 0.2s ease 0.35s;
}
.a-animate1.is-animated span:nth-child(8) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.4s, opacity 0.2s ease 0.4s;
}
.a-animate1.is-animated span:nth-child(9) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.45s, opacity 0.2s ease 0.45s;
}
.a-animate1.is-animated span:nth-child(10) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.5s, opacity 0.2s ease 0.5s;
}
.a-animate1.is-animated span:nth-child(11) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.55s, opacity 0.2s ease 0.55s;
}
.a-animate1.is-animated span:nth-child(12) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.6s, opacity 0.2s ease 0.6s;
}
.a-animate1.is-animated span:nth-child(13) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.65s, opacity 0.2s ease 0.65s;
}
.a-animate1.is-animated span:nth-child(14) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.7s, opacity 0.2s ease 0.7s;
}
.a-animate1.is-animated span:nth-child(15) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.75s, opacity 0.2s ease 0.75s;
}
.a-animate1.is-animated span:nth-child(16) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.8s, opacity 0.2s ease 0.8s;
}
.a-animate1.is-animated span:nth-child(17) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.85s, opacity 0.2s ease 0.85s;
}
.a-animate1.is-animated span:nth-child(18) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.9s, opacity 0.2s ease 0.9s;
}
.a-animate1.is-animated span:nth-child(19) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 0.95s, opacity 0.2s ease 0.95s;
}
.a-animate1.is-animated span:nth-child(20) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease 1s, opacity 0.2s ease 1s;
}

.c-article {
  margin: 0 auto 96px;
  width: 85.393258427%;
}
@media screen and (max-width: 1280px) {
  .c-article {
    max-width: 760px;
    width: 100%;
  }
}
.c-article h2 {
  color: #0E605A;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 20px;
}
.c-article p {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.125;
}
.c-article .wp-block-image .c-results__image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.c-article .wp-block-gallery {
  justify-content: space-between;
}
.c-article .wp-block-gallery .wp-block-image {
  width: 48.9473684211%;
}
.c-article h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 18px;
}
.c-article ul {
  list-style: none;
  padding: 0;
}
.c-article ul li {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin: 0 0 10px;
}
.c-article ul li::before {
  background-color: #0E605A;
  border-radius: 50%;
  content: "";
  height: 15px;
  margin: 0 5px 0 0;
  width: 15px;
}
.c-article ol {
  counter-reset: item 0;
  list-style: none;
  padding: 0;
}
.c-article ol li {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin: 0 0 16px;
}
.c-article ol li::before {
  content: counter(item);
  counter-increment: item;
  font-size: 2.2rem;
  padding: 0 5px 0 0;
}
.c-article #toc_container {
  margin-bottom: 60px;
}
.c-article #toc_container ul {
  width: 100%;
}
.c-article #toc_container ul li {
  flex-wrap: wrap;
}
.c-article #toc_container ul li::before {
  display: none;
}

.c-loader {
  background-color: #fff;
  display: block;
  height: 100vh;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 200;
}
.c-loader.is-hide {
  opacity: 0 !important;
}
.c-loader.is-none {
  display: none;
}
.c-loader.is-play-pc {
  opacity: 1;
}
.c-loader.is-play-pc .c-loader__video:first-child {
  display: block;
}
.c-loader.is-play-pc .c-loader__video:last-child {
  display: none;
}
.c-loader.is-play-sp {
  opacity: 1;
}
.c-loader.is-play-sp .c-loader__video:first-child {
  display: none;
}
.c-loader.is-play-sp .c-loader__video:last-child {
  display: block;
}
.c-loader .c-loader__video {
  display: none;
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__video {
    height: 107%;
    position: static;
    transform: translate3d(-3.5%, -3.5%, 0);
    width: 107%;
  }
}

@keyframes fadeOutLoader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.simplefavorite-button {
  align-items: center;
  border: 2px solid #179F6B;
  border-radius: 20px;
  color: #179F6B;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 45px;
  justify-content: center;
  padding: 0 0 0 6px;
  text-align: left;
  transition: opacity 0.3s ease;
  width: 178px;
}
@media screen and (max-width: 650px) {
  .simplefavorite-button {
    border-radius: 10px;
    font-size: 1rem;
    height: 43px;
    line-height: 1.4444444444;
    min-width: 91px;
    padding: 0;
    transform: scale(0.9);
    width: 95px;
  }
}
.simplefavorite-button:hover {
  opacity: 0.7;
}
.simplefavorite-button.active {
  border-color: #D9D9D9;
  color: #D9D9D9;
}
.simplefavorite-button.active svg path {
  fill: #D9D9D9;
}
.simplefavorite-button.is-noborder {
  border: none;
  color: #0E605A;
  height: auto;
  padding: 0;
  width: auto;
}
.simplefavorite-button.is-noborder.active {
  color: #D9D9D9;
}
.simplefavorite-button.is-noborder.active svg path {
  fill: #D9D9D9;
}
.simplefavorite-button.is-noborder svg path {
  fill: #0E605A;
}
.simplefavorite-button svg {
  display: inline-block;
  height: auto;
  margin: 0 4px 0 0;
  width: 20px;
}
@media screen and (max-width: 650px) {
  .simplefavorite-button svg {
    margin-right: 6px;
    width: 16px;
  }
}

.c-button__page {
  border: 2px solid #898989;
  border-radius: 20px;
  color: #898989;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4666666667;
  width: 305px;
  padding: 14px;
  position: relative;
  transition: opacity 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-button__page {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    max-width: 333px;
    width: 100%;
  }
}
.c-button__page:hover {
  opacity: 0.7;
}
.c-button__page.is-active::after {
  transform: rotate(-45deg);
}
.c-button__page.is-left {
  min-width: 284px;
  padding: 14px 80px 14px 43px;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 1280px) {
  .c-button__page.is-left {
    max-width: 333px;
    padding: 14px;
    width: 100%;
  }
}
.c-button__page.is-noicon::after {
  display: none;
}
.c-button__page::after {
  border-top: 2px solid #898989;
  border-right: 2px solid #898989;
  content: "";
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 22px;
  top: 0;
  width: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1280px) {
  .c-button__page::after {
    right: 33px;
  }
}
@media screen and (max-width: 365px) {
  .c-button__page::after {
    right: 20px;
  }
}

.c-button__contact-page {
  align-items: center;
  background-color: #0E605A;
  border: none;
  color: #fff;
  border-radius: 20px;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1.4285714286;
  padding: 17px;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-button__contact-page:hover {
  opacity: 0.7;
}
.c-button__contact-page.is-white {
  background-color: #fff;
  border: 1px solid #333333;
  color: #333333;
  padding: 16px;
}
.c-button__contact-page.is-lightgreen {
  background-color: #138179;
}

.c-button__more {
  display: inline-block;
  line-height: 1.5;
  padding: 5px;
  transition: opacity 0.3s ease;
}
.c-button__more:hover {
  opacity: 0.7;
}
.c-button__more:after {
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 0 3px 20px;
  transform: rotate(45deg);
  width: 6px;
}
.c-button__more.is-active:after {
  border-bottom: none;
  border-right: none;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  margin-bottom: 0;
}

.c-button__more-link {
  display: inline-block;
  line-height: 1.5;
  padding: 5px;
  transition: opacity 0.3s ease;
}
.c-button__more-link:hover {
  opacity: 0.7;
}
.c-button__more-link:after {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 0 3px 20px;
  transform: rotate(45deg);
  width: 6px;
}

.c-button__detail-contact {
  background-color: #0E605A;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin: 0 0 0 10px;
  padding: 8px;
  text-align: center;
  width: 162px;
}
@media screen and (max-width: 1280px) {
  .c-button__detail-contact {
    margin: 0;
    max-width: 162px;
    width: 48.502994012%;
  }
}
.c-button__detail-contact:first-child {
  margin-left: 0;
}
.c-button__detail-contact.is-white {
  border: 1px solid #333333;
  background-color: #fff;
  color: #333333;
}

.c-button__detail-contact-large {
  border: 1px solid #333333;
  border-radius: 20px;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5454545455;
  padding: 9px;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-button__detail-contact-large:hover {
  opacity: 0.7;
}
.c-button__detail-contact-large.is-green {
  background-color: #0E605A;
  border: 1px solid #0E605A;
  color: #fff;
}

.c-button__sidebar {
  background-color: #0E605A;
  border-radius: 20px;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 16px;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-button__sidebar.is-white {
  background-color: #fff;
  border: 1px solid #333333;
  color: #333333;
}
.c-button__sidebar:hover {
  opacity: 0.7;
}

.c-button__small {
  align-items: center;
  background-color: #138179;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  height: 35px;
  width: 158px;
}
.c-button__small.is-disabled {
  background-color: #ccc;
  pointer-events: none;
}

.c-button__line {
  align-items: center;
  background-color: #00C300;
  border-radius: 5px;
  display: flex;
  height: 59px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 16px 12px 12px;
  transition: opacity 0.3s ease;
  width: 260px;
}
.c-button__line .c-button__line-icon {
  height: auto;
  width: 36px;
}
.c-button__line .c-button__line-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
.c-button__line:hover {
  opacity: 0.7;
}

.c-button__check {
  border: solid 2px #ADADAD;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 15px;
}
.c-button__check::before {
  border-right: solid 3px #707070;
  border-bottom: solid 3px #707070;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 6px 0 0;
  transform: rotate(45deg);
  width: 8px;
}
.c-button__check.is-active {
  opacity: 0.4;
}

.c-button-sound {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 15px 10px 52px;
  position: relative;
}
.c-button-sound.is-on .c-button-sound__icon-on {
  opacity: 1;
}
.c-button-sound.is-on .c-button-sound__icon-off {
  opacity: 0;
}
.c-button-sound.is-on .c-button-sound__text-off {
  opacity: 0.3;
}
.c-button-sound.is-off .c-button-sound__icon-on {
  opacity: 0;
}
.c-button-sound.is-off .c-button-sound__icon-off {
  opacity: 1;
}
.c-button-sound.is-off .c-button-sound__text-on {
  opacity: 0.3;
}
.c-button-sound .c-button-sound__icon {
  height: 19px;
  position: absolute;
  left: 10px;
  top: 9px;
  width: 27px;
}
.c-button-sound .c-button-sound__icon .c-button-sound__icon-on,
.c-button-sound .c-button-sound__icon .c-button-sound__icon-off {
  border: none;
  border-radius: 0;
  display: block;
  height: 18px;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
}
.c-button-sound .c-button-sound__text-on::after {
  border-right: solid 2px #fff;
  content: "";
  height: 13px;
  display: inline-block;
  margin: 0 10px 0 12px;
  width: 0;
}

.c-table__calendar {
  background-color: #F8F8F8;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.c-table__calendar.is-ready .c-table__calendar-events {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.c-table__calendar.is-animated .c-table__calendar-events {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.c-table__calendar thead th {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4666666667;
  padding-bottom: 19px;
  text-align: center;
  width: 14.28%;
}
.c-table__calendar thead th.is-red {
  color: #E36666;
}
.c-table__calendar thead th.is-blue {
  color: #54ABEB;
}
.c-table__calendar tbody td {
  border-top: 1px solid #707070;
  height: 97px;
  width: 14.28%;
  vertical-align: top;
}
.c-table__calendar tbody td.is-no-border {
  border-top: none;
}
.c-table__calendar tbody td .c-table__calendar-button {
  display: block;
  height: 100%;
  padding: 8px 4px 27px;
  width: 100%;
}
.c-table__calendar tbody td .c-table__calendar-button[href]:hover {
  opacity: 0.7;
}
.c-table__calendar tbody td .c-table__calendar-button[href]:hover .c-table__calendar-more {
  text-decoration: none;
}
.c-table__calendar tbody td .c-table__calendar-date {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-table__calendar tbody td .c-table__calendar-date.is-red {
  color: #E36666;
}
.c-table__calendar tbody td .c-table__calendar-events {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-1 {
  transition-delay: 0.1s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-2 {
  transition-delay: 0.2s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-3 {
  transition-delay: 0.3s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-4 {
  transition-delay: 0.4s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-5 {
  transition-delay: 0.5s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-6 {
  transition-delay: 0.6s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-7 {
  transition-delay: 0.7s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-8 {
  transition-delay: 0.8s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-9 {
  transition-delay: 0.9s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-10 {
  transition-delay: 1s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-11 {
  transition-delay: 1.1s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-12 {
  transition-delay: 1.2s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-13 {
  transition-delay: 1.3s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-14 {
  transition-delay: 1.4s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-15 {
  transition-delay: 1.5s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-16 {
  transition-delay: 1.6s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-17 {
  transition-delay: 1.7s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-18 {
  transition-delay: 1.8s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-19 {
  transition-delay: 1.9s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-20 {
  transition-delay: 2s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-21 {
  transition-delay: 2.1s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-22 {
  transition-delay: 2.2s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-23 {
  transition-delay: 2.3s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-24 {
  transition-delay: 2.4s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-25 {
  transition-delay: 2.5s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-26 {
  transition-delay: 2.6s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-27 {
  transition-delay: 2.7s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-28 {
  transition-delay: 2.8s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-29 {
  transition-delay: 2.9s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-30 {
  transition-delay: 3s;
}
.c-table__calendar tbody td .c-table__calendar-events.is-day-31 {
  transition-delay: 3.1s;
}
.c-table__calendar tbody td .c-table__calendar-banner {
  background-color: #FAE19C;
  border-radius: 10px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 3px 9px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-table__calendar tbody td .c-table__calendar-more {
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: underline;
}

.c-information {
  border-top: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  max-width: 682px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .c-information {
    width: 100%;
  }
}
.c-information dt {
  background-color: #F0F4F1;
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 20px 5px;
  text-align: center;
  width: 18.3284457478%;
}
@media screen and (max-width: 650px) {
  .c-information dt {
    width: 37.4251497006%;
  }
}
.c-information dt.is-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-information dd {
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding: 20px 0 20px 30px;
  width: 81.6715542522%;
}
@media screen and (max-width: 650px) {
  .c-information dd {
    padding: 20px 0 20px 23px;
    width: 62.5748502994%;
  }
}
.c-information dd.is-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-information a {
  color: #2F8E71;
  text-decoration: underline;
}
.c-information a:hover {
  text-decoration: none;
}
.c-information .c-information__info {
  color: #FA5F5F;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 12px 0 0;
}

.c-sp-menu__hamburger {
  display: none;
  position: fixed;
  top: 13px;
  right: 22px;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .c-sp-menu__hamburger {
    display: block;
    top: 13px;
  }
}
@media screen and (max-width: 365px) {
  .c-sp-menu__hamburger {
    top: 10px;
  }
}
.c-sp-menu__hamburger.is-active .c-sp-menu__button::after {
  content: "CLOSE";
}
.c-sp-menu__hamburger.is-active .c-sp-menu__button span:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}
.c-sp-menu__hamburger.is-active .c-sp-menu__button span:nth-of-type(2) {
  opacity: 0;
}
.c-sp-menu__hamburger.is-active .c-sp-menu__button span:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
}
.c-sp-menu__hamburger .c-sp-menu__button {
  cursor: pointer;
  height: 25px;
  position: relative;
  width: 33px;
}
@media screen and (max-width: 365px) {
  .c-sp-menu__hamburger .c-sp-menu__button {
    width: 30px;
  }
}
.c-sp-menu__hamburger .c-sp-menu__button::after {
  color: #0E605A;
  content: "MENU";
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5454545455;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.c-sp-menu__hamburger .c-sp-menu__button span {
  display: inline-block;
  transition: transform 0.4s;
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
}
.c-sp-menu__hamburger .c-sp-menu__button span:nth-of-type(1) {
  background-color: #74C77B;
  top: 0;
}
.c-sp-menu__hamburger .c-sp-menu__button span:nth-of-type(2) {
  background-color: #3D9F79;
  top: 9px;
}
.c-sp-menu__hamburger .c-sp-menu__button span:nth-of-type(3) {
  background-color: #0E605A;
  top: 19px;
}

.c-sp-menu {
  display: none;
  height: 100%;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 1280px) {
  .c-sp-menu {
    display: block;
  }
}
.c-sp-menu.is-active .c-sp-menu__inner {
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.c-sp-menu.is-active .c-sp-menu__mask {
  opacity: 1;
  pointer-events: auto;
}
.c-sp-menu .c-sp-menu__mask {
  background: rgba(53, 53, 53, 0.6);
  display: block;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.6s ease;
  width: 100vw;
  z-index: -1;
}
.c-sp-menu .c-sp-menu__inner {
  background-color: #fff;
  height: 100%;
  margin: 0 0 0 auto;
  overflow-y: scroll;
  position: relative;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.6s ease-out;
  width: 83.2%;
}
@media screen and (max-width: 365px) {
  .c-sp-menu .c-sp-menu__inner {
    width: 95%;
  }
}
.c-sp-menu .c-sp-menu__inner-of-inner {
  padding: 82px 21px 55px 44px;
  position: relative;
}
.c-sp-menu .c-sp-menu__inner-of-inner::after {
  background: rgb(14, 96, 90);
  background: linear-gradient(0deg, rgb(14, 96, 90) 0%, rgb(116, 199, 123) 50%, rgb(116, 199, 123) 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
}
.c-sp-menu .c-sp-menu__wrapper {
  width: 247px;
}
.c-sp-menu .c-sp-menu__about {
  align-items: center;
  color: #5C5C5C;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.c-sp-menu .c-sp-menu__about .c-sidebar__about-icon {
  display: block;
  height: auto;
  margin-right: 12px;
  width: 29px;
}
.c-sp-menu .c-sp-menu__about::before {
  background-color: #74C77B;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 24px;
}
.c-sp-menu .c-sp-menu__about::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}
.c-sp-menu .c-sp-menu__nav {
  list-style: none;
  margin-bottom: 72px;
  padding: 0;
}
.c-sp-menu .c-sp-menu__nav li {
  margin-bottom: 35px;
}
.c-sp-menu .c-sp-menu__nav li:last-child {
  margin-bottom: 0;
}
.c-sp-menu .c-sp-menu__nav li:nth-child(2) .c-sp-menu__nav-item::before {
  background-color: #179F6B;
}
.c-sp-menu .c-sp-menu__nav li:nth-child(3) .c-sp-menu__nav-item::before {
  background-color: #138179;
}
.c-sp-menu .c-sp-menu__nav .c-sp-menu__nav-item {
  align-items: center;
  color: #5C5C5C;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  width: 100%;
}
.c-sp-menu .c-sp-menu__nav .c-sp-menu__nav-item::before {
  background-color: #74C77B;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 24px;
}
.c-sp-menu .c-sp-menu__nav .c-sp-menu__nav-item::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}
.c-sp-menu .c-sp-menu__nav .c-sp-menu__nav-icon {
  height: auto;
  margin-right: 13px;
  width: 35px;
}
.c-sp-menu .c-sp-menu__nav .c-sp-menu__nav-icon path {
  fill: #5C5C5C;
}
.c-sp-menu .c-sp-menu__kind {
  list-style: none;
  margin-bottom: 80px;
  padding: 0;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__category-list {
  display: none;
  list-style: none;
  padding: 0;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__category-list.is-active {
  display: block;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__category-list li {
  margin-bottom: 46px;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__category-list li .c-sp-menu__category-item {
  align-items: center;
  color: #707070;
  display: flex;
  line-height: 1.5;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__category-list li .c-sp-menu__category-item .c-sp-menu__category-icon {
  display: block;
  height: auto;
  margin-right: 15px;
  width: 29px;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list {
  display: none;
  list-style: none;
  padding: 0;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list.is-active {
  display: block;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list li {
  margin-bottom: 33px;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__kind-item {
  display: block;
  height: 100%;
  line-height: 1.5;
  padding-right: 45px;
  position: relative;
  width: 100%;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__kind-item::after {
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 5px;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__kind-item .c-sp-menu__small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__kind-item-list {
  display: inline-block;
  height: 100%;
  line-height: 1.5;
  text-decoration: underline;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__event-item {
  display: block;
  padding-right: 30px;
  position: relative;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__event-item::after {
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 5px;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__event-item .c-sp-menu__event-tag {
  background-color: #FAE19C;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  margin: 0 0 5px;
  padding: 4px 14px;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__event-item .c-sp-menu__event-tag.is-blue {
  background-color: #9CD2FA;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__event-item .c-sp-menu__event-tag.is-green {
  background-color: #94E69D;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__event-item .c-sp-menu__event-date {
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-list .c-sp-menu__event-item .c-sp-menu__event-title {
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-tag {
  display: none;
  flex-wrap: wrap;
  line-height: normal;
  list-style: none;
  margin-bottom: 105px;
  padding: 0 25px 0 0;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-tag.is-active {
  display: flex;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-tag li {
  margin: 0 15px 15px 0;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-tag li .c-sp-menu__kind-tag-items {
  background: #F5F5F5;
  border-radius: 20px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 13px 8px;
  text-align: center;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-tag li .c-sp-menu__kind-tag-items.is-active {
  background: #D5EFE5;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-group {
  display: none;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 75px;
  padding: 0;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-group.is-active {
  display: flex;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-group .widget_block,
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-group li {
  display: block;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-group .widget_block img,
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-group li img {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 0 0 5px;
  width: 100%;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-group figcaption {
  line-height: 1.5;
  padding: 0 20px 0 0;
  position: relative;
}
.c-sp-menu .c-sp-menu__kind .c-sp-menu__kind-group figcaption::after {
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 5px;
}
.c-sp-menu .c-sp-menu__pr-block {
  margin-bottom: 58px;
}
.c-sp-menu .c-sp-menu__pr-block .c-sp-menu__pr-list {
  list-style: none;
  max-width: 246px;
  padding: 0;
}
.c-sp-menu .c-sp-menu__pr-block .c-sp-menu__pr-list li {
  margin-bottom: 28px;
}
.c-sp-menu .c-sp-menu__pr-block .c-sp-menu__pr-list li:last-child {
  margin-bottom: 0;
}
.c-sp-menu .c-sp-menu__foot-logo {
  display: block;
  height: auto;
  margin-bottom: 14px;
  width: 156px;
}
.c-sp-menu .c-sp-menu__foot-text {
  color: #1C7766;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1280px) {
  .c-sp-menu .c-sp-menu__foot-text {
    max-width: 246px;
  }
}

.c-sidebar {
  background-color: #F7FDF8;
  border-right: 1px solid #D9D9D9;
  padding: 80px 39px 115px 40px;
  width: 310px;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .c-sidebar {
    display: none;
  }
}

.c-sidebar__head-block {
  margin-bottom: 45px;
}
.c-sidebar__head-block .c-sidebar__logo {
  display: block;
  height: auto;
  margin-bottom: 14px;
  width: 156px;
}
.c-sidebar__head-block .c-sidebar__head-text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.c-sidebar__nav {
  list-style: none;
  margin-bottom: 111px;
  padding: 0;
}
.c-sidebar__nav li {
  margin-bottom: 35px;
}
.c-sidebar__nav li:nth-child(2) .c-sidebar__nav-item::before {
  background-color: #179F6B;
}
.c-sidebar__nav li:nth-child(3) .c-sidebar__nav-item::before {
  background-color: #138179;
}
.c-sidebar__nav li:last-child {
  margin-bottom: 0;
}
.c-sidebar__nav .c-sidebar__nav-item {
  align-items: center;
  color: #5C5C5C;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-sidebar__nav .c-sidebar__nav-item::before {
  background-color: #74C77B;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 24px;
}
.c-sidebar__nav .c-sidebar__nav-item::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 9px;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}
.c-sidebar__nav .c-sidebar__nav-item:hover {
  opacity: 0.7;
}
.c-sidebar__nav .c-sidebar__nav-item.is-progress {
  filter: grayscale(1);
  opacity: 0.3;
}
.c-sidebar__nav .c-sidebar__nav-icon {
  height: auto;
  margin-right: 13px;
  width: 35px;
}
.c-sidebar__nav .c-sidebar__nav-icon path {
  fill: #5C5C5C;
}
.c-sidebar__nav .c-sidebar__about-icon {
  display: inline-block;
  height: auto;
  margin-right: 12px;
  width: 29px;
  vertical-align: middle;
}

.c-sidebar__category {
  list-style: none;
  padding: 0;
}
.c-sidebar__category li {
  margin-bottom: 46px;
}
.c-sidebar__category li:last-child {
  margin-bottom: 0;
}
.c-sidebar__category .c-sidebar__category-item {
  color: #707070;
  display: flex;
  line-height: 1.5;
  height: 100%;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-sidebar__category .c-sidebar__category-item:hover {
  opacity: 0.7;
}
.c-sidebar__category .c-sidebar__category-item .c-sidebar__category-icon {
  height: auto;
  margin-right: 20px;
  width: 29px;
}

.c-sidebar__list {
  list-style: none;
  padding: 0;
}
.c-sidebar__list.is-special {
  margin-bottom: 75px;
}
.c-sidebar__list.is-short-space li {
  margin-bottom: 27px;
}
.c-sidebar__list li {
  margin-bottom: 33px;
}
.c-sidebar__list li:last-child {
  margin-bottom: 0;
}
.c-sidebar__list .c-sidebar__item {
  display: block;
  padding-right: 30px;
  position: relative;
}
.c-sidebar__list .c-sidebar__item::after {
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
  width: 5px;
}
.c-sidebar__list .c-sidebar__item .c-sidebar__event-tag {
  background-color: #FAE19C;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  margin: 0 0 5px;
  padding: 4px 14px;
}
.c-sidebar__list .c-sidebar__item .c-sidebar__event-tag.is-blue {
  background-color: #9CD2FA;
}
.c-sidebar__list .c-sidebar__item .c-sidebar__event-tag.is-green {
  background-color: #94E69D;
}
.c-sidebar__list .c-sidebar__item .c-sidebar__event-date {
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-sidebar__list .c-sidebar__item .c-sidebar__event-title {
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-sidebar__list .c-sidebar__item:hover {
  opacity: 0.7;
}

.c-sidebar__more-wrapper {
  margin-top: 33px;
}

.c-sidebar__more {
  display: inline-block;
  line-height: 1.5;
  height: 100%;
  text-decoration: underline;
  width: 100%;
}
.c-sidebar__more:hover {
  text-decoration: none;
}

.c-sidebar__tag {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 75px;
  padding: 0;
  padding-right: 25px;
}
.c-sidebar__tag li {
  margin: 0 15px 15px 0;
}
.c-sidebar__tag li .c-sidebar__tag-items {
  background: #F5F5F5;
  border-radius: 20px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 13px 8px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.c-sidebar__tag li .c-sidebar__tag-items.is-active {
  background: #D5EFE5;
}
.c-sidebar__tag li .c-sidebar__tag-items:hover {
  opacity: 0.7;
}

.c-sidebar__group {
  list-style: none;
  padding: 0;
}
.c-sidebar__group .widget_block,
.c-sidebar__group li {
  margin: 0 0 25px;
}
.c-sidebar__group .widget_block:last-child,
.c-sidebar__group li:last-child {
  margin-bottom: 0;
}
.c-sidebar__group .widget_block a,
.c-sidebar__group li a {
  display: block;
  transition: opacity 0.3s ease;
}
.c-sidebar__group .widget_block a:hover,
.c-sidebar__group li a:hover {
  opacity: 0.7;
}
.c-sidebar__group .widget_block a img,
.c-sidebar__group li a img {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 0 0 5px;
  width: 100%;
}
.c-sidebar__group .widget_block figcaption,
.c-sidebar__group li figcaption {
  line-height: 1.5;
  padding: 0 20px 0 0;
  position: relative;
}
.c-sidebar__group .widget_block figcaption::after,
.c-sidebar__group li figcaption::after {
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 5px;
}

.c-sidebar__pr {
  list-style: none;
  padding: 0;
}
.c-sidebar__pr li {
  margin-bottom: 25px;
}

.c-button__sidebar-block {
  margin: 55px 0 0;
  width: 100%;
}
.c-button__sidebar-block .c-button__sidebar-wrapper {
  margin-bottom: 22px;
}
.c-button__sidebar-block .c-button__sidebar-wrapper:last-of-type {
  margin-bottom: 15px;
}

.c-sidebar__link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.c-sidebar__link-list li {
  margin: 0 0 10px;
  width: 110px;
}
.c-sidebar__link-list li img {
  border: 1px solid #E6E6E6;
  height: auto;
  max-width: 100%;
}

.c-sidebar__favorite .simplefavorite-button {
  align-items: center;
  border: none;
  border-radius: 20px;
  color: #0E605A;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  justify-content: center;
  padding: 0;
  text-align: left;
  transition: opacity 0.3s ease;
  width: auto;
}
@media screen and (max-width: 650px) {
  .c-sidebar__favorite .simplefavorite-button {
    border-radius: 10px;
    font-size: 1rem;
    height: 43px;
    line-height: 1.4444444444;
    min-width: 91px;
    transform: scale(0.9);
    width: 95px;
  }
}
.c-sidebar__favorite .simplefavorite-button:hover {
  opacity: 0.7;
}
.c-sidebar__favorite .simplefavorite-button.active {
  color: #D9D9D9;
}
.c-sidebar__favorite .simplefavorite-button.active svg path {
  fill: #D9D9D9;
}
.c-sidebar__favorite .simplefavorite-button svg {
  display: inline-block;
  height: auto;
  margin: 0 4px 0 0;
  width: 20px;
}
@media screen and (max-width: 650px) {
  .c-sidebar__favorite .simplefavorite-button svg {
    margin-right: 6px;
    width: 16px;
  }
}
.c-sidebar__favorite .simplefavorite-button svg path {
  fill: #0E605A;
}

.c-modal {
  display: none;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.c-modal .c-modal__bg {
  background-color: rgba(183, 183, 183, 0.9);
  height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: -1;
}

.c-modal__category {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-height: 77%;
  max-width: 990px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 77.34375%;
}
@media screen and (max-width: 1280px) {
  .c-modal__category {
    width: calc(100% - 40px);
  }
}

.c-modal__content {
  overflow-y: scroll;
  padding: 70px 50px 20px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-modal__content {
    padding: 40px 40px 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-modal__content {
    padding: 20px;
  }
}

.c-modal__footer .c-modal__footer-logo {
  display: block;
  height: auto;
  margin: 30px auto 0;
  width: 117px;
}

.c-modal__headline {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .c-modal__headline {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .c-modal__headline {
    margin-bottom: 20px;
  }
}

.c-modal__headline-green {
  color: #0E605A;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .c-modal__headline-green {
    text-align: center;
  }
}

.c-modal__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-modal__list {
    margin-bottom: 40px;
  }
}
.c-modal__list.is-2cols {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 510px;
}
.c-modal__list .c-modal__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 16.6666%;
}
@media screen and (max-width: 1280px) {
  .c-modal__list .c-modal__item {
    width: 33.333%;
  }
}
@media screen and (max-width: 650px) {
  .c-modal__list .c-modal__item {
    width: 50%;
  }
}
.c-modal__list .c-modal__item.is-full {
  width: 100%;
}
.c-modal__list .c-modal__item .c-modal__pulldown {
  position: relative;
  width: 100%;
}
.c-modal__list .c-modal__item .c-modal__pulldown::after {
  border-bottom: 2px solid #D5D5D5;
  border-right: 2px solid #D5D5D5;
  content: "";
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 13px;
  top: 0;
  width: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 650px) {
  .c-modal__list .c-modal__item .c-modal__pulldown::after {
    height: 10px;
    width: 10px;
  }
}
.c-modal__list .c-modal__item .c-modal__pulldown select {
  background-color: #F7F7F7;
  border-radius: 10px;
  border-style: none;
  color: #D5D5D5;
  display: block;
  height: 42px;
  padding: 13px 13px 13px 19px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-modal__list .c-modal__item .c-modal__pulldown select {
    height: 55px;
    padding: 17px 32px 17px 25px;
  }
}
.c-modal__list .c-modal__item .c-modal__pulldown select:focus-visible {
  outline: none;
}
.c-modal__list .c-modal__item .c-modal__pulldown select:focus {
  color: #333333;
  outline: none;
}
.c-modal__list .c-modal__item input[type=checkbox] {
  display: none;
}
.c-modal__list .c-modal__item input[type=checkbox]:checked + .c-modal__checkbox::after {
  opacity: 1;
}
.c-modal__list .c-modal__item .c-modal__checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 30px 0 33px;
  position: relative;
  width: auto;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .c-modal__list .c-modal__item .c-modal__checkbox {
    padding-right: 20px;
  }
}
.c-modal__list .c-modal__item .c-modal__checkbox::before {
  background: #fff;
  border: 2px solid #ADADAD;
  border-radius: 5px;
  content: "";
  display: block;
  height: 23px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 23px;
}
.c-modal__list .c-modal__item .c-modal__checkbox::after {
  border-right: 3px solid #707070;
  border-bottom: 3px solid #707070;
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.c-modal__list .c-modal__item .c-modal__link {
  line-height: 1.5;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .c-modal__list .c-modal__item .c-modal__link {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 365px) {
  .c-modal__list .c-modal__item .c-modal__link {
    font-size: 1rem;
  }
}

.c-modal__archive-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .c-modal__archive-list {
    justify-content: space-between;
    margin: 0 auto 40px;
    width: 360px;
  }
}
@media screen and (max-width: 650px) {
  .c-modal__archive-list {
    max-width: 286px;
    width: 100%;
  }
}
.c-modal__archive-list li {
  margin: 0 0 20px;
  width: 25%;
}
@media screen and (max-width: 1280px) {
  .c-modal__archive-list li {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .c-modal__archive-list li {
    width: 45%;
  }
}
.c-modal__archive-list a {
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .c-modal__archive-list a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 365px) {
  .c-modal__archive-list a {
    font-size: 1rem;
  }
}
.c-modal__archive-list a::after {
  content: "の特集記事";
}
.c-modal__archive-list a:hover {
  text-decoration: none;
}

.c-modal__buttons {
  background-color: #fff;
  border-top: solid 1px #eee;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-modal__buttons {
    padding: 20px 0 20px;
  }
}
.c-modal__buttons .c-modal__button-clear {
  border: 1px solid #707070;
  border-radius: 20px;
  font-size: 1.3rem;
  height: 47px;
  line-height: 1.4615384615;
  padding: 14px;
  transition: opacity 0.3s ease;
  width: 108px;
}
@media screen and (max-width: 365px) {
  .c-modal__buttons .c-modal__button-clear {
    font-size: 1rem;
    margin-right: 10px;
    padding: 14px 10px;
    width: 100px;
  }
}
.c-modal__buttons .c-modal__button-clear:hover {
  opacity: 0.7;
}
.c-modal__buttons .c-modal__button-search {
  border-radius: 20px;
  background-color: #0E605A;
  color: #fff;
  font-size: 1.8rem;
  height: 47px;
  line-height: 1.5;
  padding: 11px 47px 9px;
  width: 169px;
}
@media screen and (max-width: 365px) {
  .c-modal__buttons .c-modal__button-search {
    font-size: 1.2rem;
    padding: 14px 10px;
    width: 160px;
  }
}

.c-modal__largebutton-block {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  max-width: 478px;
  margin: 0 auto;
}
.c-modal__largebutton-block .c-modal__largebutton-items {
  width: 48.3263598326%;
}

.c-modal__news-content {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.5%;
  max-width: 605px;
}
@media screen and (max-width: 1280px) {
  .c-modal__news-content {
    top: 1.7%;
    width: 89.3333333333%;
  }
}
.c-modal__news-content .c-modal__news-inner {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-height: 77.8vh;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-modal__news-content .c-modal__news-inner {
    max-height: 76vh;
  }
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-image {
  border-radius: 20px 20px 0 0;
  display: block;
  width: 100%;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock {
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 63px 22px;
}
@media screen and (max-width: 1280px) {
  .c-modal__news-content .c-modal__news-inner .c-modal__news-textblock {
    padding: 25px 47px 36px;
  }
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__news-headline {
  border-bottom: 1px solid #333333;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.5;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__news-date {
  font-size: 1rem;
  line-height: 1.4615384615;
  padding: 10px 0 14px;
  transform: scale(0.9);
  transform-origin: center center;
}
@media screen and (max-width: 1280px) {
  .c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__news-date {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 8px 0 9px;
  }
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__news-button {
  align-items: center;
  border: 2px solid #707070;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  font-size: 1.2rem;
  height: 40px;
  line-height: 1.5;
  padding: 9px;
  transition: opacity 0.3s ease;
  width: 208px;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__news-button:hover {
  opacity: 0.7;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__news-text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 20px;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  width: 261px;
}
@media screen and (max-width: 1280px) {
  .c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager {
    margin: 0;
    max-width: 261px;
    width: 100%;
  }
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager .c-modal__pager-item {
  display: inline-block;
  font-size: 1rem;
  padding: 10px;
  position: relative;
  transform: scale(0.9);
  transform-origin: top left;
}
@media screen and (max-width: 1280px) {
  .c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager .c-modal__pager-item {
    transform: none;
  }
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager .c-modal__pager-item:hover {
  opacity: 0.7;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager .c-modal__pager-item::before {
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager .c-modal__pager-item.is-next::before {
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  left: 0;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager .c-modal__pager-item.is-prev::before {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  right: 0;
}
.c-modal__news-content .c-modal__news-inner .c-modal__news-textblock .c-modal__pager .c-modal__pager-item.is-dammy {
  opacity: 0;
  pointer-events: none;
}

.c-modal__event-content {
  margin: auto;
  max-width: 980px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .c-modal__event-content {
    top: 1.7%;
    transform: none;
    width: 89.0666666667%;
  }
}
.c-modal__event-content .c-modal__event-inner {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-height: 77.8vh;
  overflow-y: scroll;
  padding: 37px 49px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-modal__event-content .c-modal__event-inner {
    max-height: 76vh;
    padding: 43px 32px 20px;
  }
}
.c-modal__event-content .c-modal__event-head {
  align-items: center;
  border-bottom: 1px solid #707070;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 24px 8px;
  padding: 0 0 20px;
  width: calc(100% - 16px);
}
@media screen and (max-width: 1280px) {
  .c-modal__event-content .c-modal__event-head {
    margin: 0 0 30px 8px;
    padding: 0 0 14px;
  }
}
@media screen and (max-width: 365px) {
  .c-modal__event-content .c-modal__event-head {
    font-size: 1.6rem;
  }
}
.c-modal__event-content .c-modal__event-head .c-modal__event-date {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 1280px) {
  .c-modal__event-content .c-modal__event-head .c-modal__event-date {
    margin: 0 36px 0 0;
  }
}
@media screen and (max-width: 365px) {
  .c-modal__event-content .c-modal__event-head .c-modal__event-date {
    margin: 0 20px 0 0;
  }
}
.c-modal__event-content .c-modal__event-head .c-modal__event-day {
  vertical-align: middle;
}
.c-modal__event-content .c-modal__event-head .c-modal__event-week {
  color: #5C5C5C;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 0 0 8px;
}
.c-modal__event-content .c-modal__event-head .c-modal__event-week.is-blue {
  color: #9CD2FA;
}
.c-modal__event-content .c-modal__event-head .c-modal__event-week.is-red {
  color: #F08383;
}
.c-modal__event-content .c-modal__event-head .c-modal__event-headline {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 365px) {
  .c-modal__event-content .c-modal__event-head .c-modal__event-headline {
    font-size: 1.6rem;
  }
}

.c-modal__close {
  display: block;
  margin: 0 0 10px auto;
  width: 55px;
}
.c-modal__close .c-modal__closebutton {
  display: block;
  position: relative;
  height: 35px;
  margin: 0 0 0 auto;
  width: 35px;
}
@media screen and (max-width: 1280px) {
  .c-modal__close .c-modal__closebutton {
    height: 28px;
    margin: 20px 4px 0 auto;
    width: 28px;
  }
}
.c-modal__close .c-modal__closebutton::before {
  background: #fff;
  content: "";
  height: 35px; /* 棒の高さ */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px; /* 棒の幅（太さ） */
}
@media screen and (max-width: 1280px) {
  .c-modal__close .c-modal__closebutton::before {
    height: 28px; /* 棒の高さ */
    width: 4px; /* 棒の幅（太さ） */
  }
}
.c-modal__close .c-modal__closebutton::after {
  background: #fff;
  content: "";
  height: 35px; /* 棒の高さ */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2px; /* 棒の幅（太さ） */
}
@media screen and (max-width: 1280px) {
  .c-modal__close .c-modal__closebutton::after {
    height: 28px; /* 棒の高さ */
    width: 4px; /* 棒の幅（太さ） */
  }
}
.c-modal__close .c-modal__closetext {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 5px;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .c-modal__close .c-modal__closetext {
    font-size: 1.2rem;
    padding-top: 3px;
  }
}

.c-modal__content-small {
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  max-height: 77%;
  max-width: 605px;
  padding: 45px 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 1280px) {
  .c-modal__content-small {
    max-height: 70%;
    padding: 48px 30px 23px;
    width: 89.0666666667%;
  }
}
@media screen and (max-width: 365px) {
  .c-modal__content-small {
    padding: 48px 20px 23px;
  }
}
.c-modal__content-small .c-modal__content-headline {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-modal__content-small .c-modal__content-text {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.c-modal__coupon-content {
  margin: auto;
  max-width: 410px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .c-modal__coupon-content {
    top: 1.7%;
    transform: none;
    width: 89.0666666667%;
  }
}
.c-modal__coupon-content .c-modal__coupon-inner {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  max-height: 76vh;
  overflow-y: scroll;
  padding: 60px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-modal__coupon-content .c-modal__coupon-inner {
    padding: 40px;
  }
}
.c-modal__coupon-content .c-modal__coupon-inner .c-coupon__headline {
  display: block;
}

.lightboxOverlay {
  background-color: rgba(183, 183, 183, 0.9);
}

.lb-outerContainer {
  border-radius: 20px;
}

.lb-container {
  position: relative;
  padding: 17px;
}

.lightbox .lb-image {
  border: none;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.lb-close {
  background: url("images/btn-close02.svg") top right no-repeat !important;
  height: 45px !important;
  width: 40px !important;
}

.lb-dataContainer {
  padding-top: 18px;
}

.lb-data .lb-number {
  display: none !important;
}

.ads-sns__upper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.ads-kv__after {
  align-items: center;
  background-color: #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  padding: 70px 40px;
}
@media screen and (max-width: 1280px) {
  .ads-kv__after {
    flex-direction: column;
    padding: 35px 20px 30px;
  }
}
.ads-kv__after #a8_rbr {
  line-height: 0;
}

.ads-modal {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .ads-modal {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.ads-subpage {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  .ads-subpage {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.ads-subpage.is-bg-gray {
  background-color: #F4F4F4;
  margin: 0 -40px;
  padding: 35px;
}

.ads-devider {
  background-color: #F4F4F4;
  margin: 0 calc(50% - 50vw);
  padding: 35px 20px;
  text-align: center;
  width: 100vw;
}
@media screen and (max-width: 1280px) {
  .ads-devider {
    padding: 35px 20px 30px;
  }
}
.ads-devider #a8_rbr {
  line-height: 0;
}

.ads-toppage {
  background-color: #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: space-around;
  margin: 0 -40px;
  padding: 35px;
}

/* ユーティリティー
------------------------------------*/
/*
    .u-mb-0{
        margin-bottom:0 !important;
    }

    .u-mr-5{
        margin-right:5rem !important;
    }

    .u-mt-15{
        margin-right:15rem !important;
    }
*/
.u-mt-0 {
  margin-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1280px) {
  .u-sp-mt-0 {
    margin-top: 0rem !important;
  }
  .u-sp-mt-1 {
    margin-top: 1rem !important;
  }
  .u-sp-mt-2 {
    margin-top: 2rem !important;
  }
  .u-sp-mt-3 {
    margin-top: 3rem !important;
  }
  .u-sp-mt-4 {
    margin-top: 4rem !important;
  }
  .u-sp-mt-5 {
    margin-top: 5rem !important;
  }
  .u-sp-mt-6 {
    margin-top: 6rem !important;
  }
  .u-sp-mt-7 {
    margin-top: 7rem !important;
  }
  .u-sp-mt-8 {
    margin-top: 8rem !important;
  }
  .u-sp-mt-9 {
    margin-top: 9rem !important;
  }
  .u-sp-mt-10 {
    margin-top: 10rem !important;
  }
  .u-sp-mt-11 {
    margin-top: 11rem !important;
  }
  .u-sp-mt-12 {
    margin-top: 12rem !important;
  }
  .u-sp-mt-13 {
    margin-top: 13rem !important;
  }
  .u-sp-mt-14 {
    margin-top: 14rem !important;
  }
  .u-sp-mt-15 {
    margin-top: 15rem !important;
  }
  .u-sp-mt-16 {
    margin-top: 16rem !important;
  }
  .u-sp-mt-17 {
    margin-top: 17rem !important;
  }
  .u-sp-mt-18 {
    margin-top: 18rem !important;
  }
  .u-sp-mt-19 {
    margin-top: 19rem !important;
  }
  .u-sp-mt-20 {
    margin-top: 20rem !important;
  }
  .u-sp-mt-21 {
    margin-top: 21rem !important;
  }
  .u-sp-mt-22 {
    margin-top: 22rem !important;
  }
  .u-sp-mt-23 {
    margin-top: 23rem !important;
  }
  .u-sp-mt-24 {
    margin-top: 24rem !important;
  }
  .u-sp-mt-25 {
    margin-top: 25rem !important;
  }
  .u-sp-mt-26 {
    margin-top: 26rem !important;
  }
  .u-sp-mt-27 {
    margin-top: 27rem !important;
  }
  .u-sp-mt-28 {
    margin-top: 28rem !important;
  }
  .u-sp-mt-29 {
    margin-top: 29rem !important;
  }
  .u-sp-mt-30 {
    margin-top: 30rem !important;
  }
  .u-sp-mt-31 {
    margin-top: 31rem !important;
  }
  .u-sp-mt-32 {
    margin-top: 32rem !important;
  }
  .u-sp-mt-33 {
    margin-top: 33rem !important;
  }
  .u-sp-mt-34 {
    margin-top: 34rem !important;
  }
  .u-sp-mt-35 {
    margin-top: 35rem !important;
  }
  .u-sp-mt-36 {
    margin-top: 36rem !important;
  }
  .u-sp-mt-37 {
    margin-top: 37rem !important;
  }
  .u-sp-mt-38 {
    margin-top: 38rem !important;
  }
  .u-sp-mt-39 {
    margin-top: 39rem !important;
  }
  .u-sp-mt-40 {
    margin-top: 40rem !important;
  }
  .u-sp-mt-41 {
    margin-top: 41rem !important;
  }
  .u-sp-mt-42 {
    margin-top: 42rem !important;
  }
  .u-sp-mt-43 {
    margin-top: 43rem !important;
  }
  .u-sp-mt-44 {
    margin-top: 44rem !important;
  }
  .u-sp-mt-45 {
    margin-top: 45rem !important;
  }
  .u-sp-mt-46 {
    margin-top: 46rem !important;
  }
  .u-sp-mt-47 {
    margin-top: 47rem !important;
  }
  .u-sp-mt-48 {
    margin-top: 48rem !important;
  }
  .u-sp-mt-49 {
    margin-top: 49rem !important;
  }
  .u-sp-mt-50 {
    margin-top: 50rem !important;
  }
}
.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-1 {
  margin-right: 1rem !important;
}

.u-mr-2 {
  margin-right: 2rem !important;
}

.u-mr-3 {
  margin-right: 3rem !important;
}

.u-mr-4 {
  margin-right: 4rem !important;
}

.u-mr-5 {
  margin-right: 5rem !important;
}

.u-mr-6 {
  margin-right: 6rem !important;
}

.u-mr-7 {
  margin-right: 7rem !important;
}

.u-mr-8 {
  margin-right: 8rem !important;
}

.u-mr-9 {
  margin-right: 9rem !important;
}

.u-mr-10 {
  margin-right: 10rem !important;
}

.u-mr-11 {
  margin-right: 11rem !important;
}

.u-mr-12 {
  margin-right: 12rem !important;
}

.u-mr-13 {
  margin-right: 13rem !important;
}

.u-mr-14 {
  margin-right: 14rem !important;
}

.u-mr-15 {
  margin-right: 15rem !important;
}

.u-mr-16 {
  margin-right: 16rem !important;
}

.u-mr-17 {
  margin-right: 17rem !important;
}

.u-mr-18 {
  margin-right: 18rem !important;
}

.u-mr-19 {
  margin-right: 19rem !important;
}

.u-mr-20 {
  margin-right: 20rem !important;
}

.u-mr-21 {
  margin-right: 21rem !important;
}

.u-mr-22 {
  margin-right: 22rem !important;
}

.u-mr-23 {
  margin-right: 23rem !important;
}

.u-mr-24 {
  margin-right: 24rem !important;
}

.u-mr-25 {
  margin-right: 25rem !important;
}

.u-mr-26 {
  margin-right: 26rem !important;
}

.u-mr-27 {
  margin-right: 27rem !important;
}

.u-mr-28 {
  margin-right: 28rem !important;
}

.u-mr-29 {
  margin-right: 29rem !important;
}

.u-mr-30 {
  margin-right: 30rem !important;
}

.u-mr-31 {
  margin-right: 31rem !important;
}

.u-mr-32 {
  margin-right: 32rem !important;
}

.u-mr-33 {
  margin-right: 33rem !important;
}

.u-mr-34 {
  margin-right: 34rem !important;
}

.u-mr-35 {
  margin-right: 35rem !important;
}

.u-mr-36 {
  margin-right: 36rem !important;
}

.u-mr-37 {
  margin-right: 37rem !important;
}

.u-mr-38 {
  margin-right: 38rem !important;
}

.u-mr-39 {
  margin-right: 39rem !important;
}

.u-mr-40 {
  margin-right: 40rem !important;
}

.u-mr-41 {
  margin-right: 41rem !important;
}

.u-mr-42 {
  margin-right: 42rem !important;
}

.u-mr-43 {
  margin-right: 43rem !important;
}

.u-mr-44 {
  margin-right: 44rem !important;
}

.u-mr-45 {
  margin-right: 45rem !important;
}

.u-mr-46 {
  margin-right: 46rem !important;
}

.u-mr-47 {
  margin-right: 47rem !important;
}

.u-mr-48 {
  margin-right: 48rem !important;
}

.u-mr-49 {
  margin-right: 49rem !important;
}

.u-mr-50 {
  margin-right: 50rem !important;
}

@media screen and (max-width: 1280px) {
  .u-sp-mr-0 {
    margin-right: 0rem !important;
  }
  .u-sp-mr-1 {
    margin-right: 1rem !important;
  }
  .u-sp-mr-2 {
    margin-right: 2rem !important;
  }
  .u-sp-mr-3 {
    margin-right: 3rem !important;
  }
  .u-sp-mr-4 {
    margin-right: 4rem !important;
  }
  .u-sp-mr-5 {
    margin-right: 5rem !important;
  }
  .u-sp-mr-6 {
    margin-right: 6rem !important;
  }
  .u-sp-mr-7 {
    margin-right: 7rem !important;
  }
  .u-sp-mr-8 {
    margin-right: 8rem !important;
  }
  .u-sp-mr-9 {
    margin-right: 9rem !important;
  }
  .u-sp-mr-10 {
    margin-right: 10rem !important;
  }
  .u-sp-mr-11 {
    margin-right: 11rem !important;
  }
  .u-sp-mr-12 {
    margin-right: 12rem !important;
  }
  .u-sp-mr-13 {
    margin-right: 13rem !important;
  }
  .u-sp-mr-14 {
    margin-right: 14rem !important;
  }
  .u-sp-mr-15 {
    margin-right: 15rem !important;
  }
  .u-sp-mr-16 {
    margin-right: 16rem !important;
  }
  .u-sp-mr-17 {
    margin-right: 17rem !important;
  }
  .u-sp-mr-18 {
    margin-right: 18rem !important;
  }
  .u-sp-mr-19 {
    margin-right: 19rem !important;
  }
  .u-sp-mr-20 {
    margin-right: 20rem !important;
  }
  .u-sp-mr-21 {
    margin-right: 21rem !important;
  }
  .u-sp-mr-22 {
    margin-right: 22rem !important;
  }
  .u-sp-mr-23 {
    margin-right: 23rem !important;
  }
  .u-sp-mr-24 {
    margin-right: 24rem !important;
  }
  .u-sp-mr-25 {
    margin-right: 25rem !important;
  }
  .u-sp-mr-26 {
    margin-right: 26rem !important;
  }
  .u-sp-mr-27 {
    margin-right: 27rem !important;
  }
  .u-sp-mr-28 {
    margin-right: 28rem !important;
  }
  .u-sp-mr-29 {
    margin-right: 29rem !important;
  }
  .u-sp-mr-30 {
    margin-right: 30rem !important;
  }
  .u-sp-mr-31 {
    margin-right: 31rem !important;
  }
  .u-sp-mr-32 {
    margin-right: 32rem !important;
  }
  .u-sp-mr-33 {
    margin-right: 33rem !important;
  }
  .u-sp-mr-34 {
    margin-right: 34rem !important;
  }
  .u-sp-mr-35 {
    margin-right: 35rem !important;
  }
  .u-sp-mr-36 {
    margin-right: 36rem !important;
  }
  .u-sp-mr-37 {
    margin-right: 37rem !important;
  }
  .u-sp-mr-38 {
    margin-right: 38rem !important;
  }
  .u-sp-mr-39 {
    margin-right: 39rem !important;
  }
  .u-sp-mr-40 {
    margin-right: 40rem !important;
  }
  .u-sp-mr-41 {
    margin-right: 41rem !important;
  }
  .u-sp-mr-42 {
    margin-right: 42rem !important;
  }
  .u-sp-mr-43 {
    margin-right: 43rem !important;
  }
  .u-sp-mr-44 {
    margin-right: 44rem !important;
  }
  .u-sp-mr-45 {
    margin-right: 45rem !important;
  }
  .u-sp-mr-46 {
    margin-right: 46rem !important;
  }
  .u-sp-mr-47 {
    margin-right: 47rem !important;
  }
  .u-sp-mr-48 {
    margin-right: 48rem !important;
  }
  .u-sp-mr-49 {
    margin-right: 49rem !important;
  }
  .u-sp-mr-50 {
    margin-right: 50rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1280px) {
  .u-sp-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 1rem !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 2rem !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 3rem !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 4rem !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5rem !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 6rem !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 7rem !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 8rem !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 9rem !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10rem !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 11rem !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 12rem !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 13rem !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 14rem !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15rem !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 16rem !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 17rem !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 18rem !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 19rem !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20rem !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 21rem !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 22rem !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 23rem !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 24rem !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25rem !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 26rem !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 27rem !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 28rem !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 29rem !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30rem !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 31rem !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 32rem !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 33rem !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 34rem !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35rem !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 36rem !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 37rem !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 38rem !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 39rem !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40rem !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 41rem !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 42rem !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 43rem !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 44rem !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45rem !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 46rem !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 47rem !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 48rem !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 49rem !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50rem !important;
  }
}
.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-1 {
  margin-left: 1rem !important;
}

.u-ml-2 {
  margin-left: 2rem !important;
}

.u-ml-3 {
  margin-left: 3rem !important;
}

.u-ml-4 {
  margin-left: 4rem !important;
}

.u-ml-5 {
  margin-left: 5rem !important;
}

.u-ml-6 {
  margin-left: 6rem !important;
}

.u-ml-7 {
  margin-left: 7rem !important;
}

.u-ml-8 {
  margin-left: 8rem !important;
}

.u-ml-9 {
  margin-left: 9rem !important;
}

.u-ml-10 {
  margin-left: 10rem !important;
}

.u-ml-11 {
  margin-left: 11rem !important;
}

.u-ml-12 {
  margin-left: 12rem !important;
}

.u-ml-13 {
  margin-left: 13rem !important;
}

.u-ml-14 {
  margin-left: 14rem !important;
}

.u-ml-15 {
  margin-left: 15rem !important;
}

.u-ml-16 {
  margin-left: 16rem !important;
}

.u-ml-17 {
  margin-left: 17rem !important;
}

.u-ml-18 {
  margin-left: 18rem !important;
}

.u-ml-19 {
  margin-left: 19rem !important;
}

.u-ml-20 {
  margin-left: 20rem !important;
}

.u-ml-21 {
  margin-left: 21rem !important;
}

.u-ml-22 {
  margin-left: 22rem !important;
}

.u-ml-23 {
  margin-left: 23rem !important;
}

.u-ml-24 {
  margin-left: 24rem !important;
}

.u-ml-25 {
  margin-left: 25rem !important;
}

.u-ml-26 {
  margin-left: 26rem !important;
}

.u-ml-27 {
  margin-left: 27rem !important;
}

.u-ml-28 {
  margin-left: 28rem !important;
}

.u-ml-29 {
  margin-left: 29rem !important;
}

.u-ml-30 {
  margin-left: 30rem !important;
}

.u-ml-31 {
  margin-left: 31rem !important;
}

.u-ml-32 {
  margin-left: 32rem !important;
}

.u-ml-33 {
  margin-left: 33rem !important;
}

.u-ml-34 {
  margin-left: 34rem !important;
}

.u-ml-35 {
  margin-left: 35rem !important;
}

.u-ml-36 {
  margin-left: 36rem !important;
}

.u-ml-37 {
  margin-left: 37rem !important;
}

.u-ml-38 {
  margin-left: 38rem !important;
}

.u-ml-39 {
  margin-left: 39rem !important;
}

.u-ml-40 {
  margin-left: 40rem !important;
}

.u-ml-41 {
  margin-left: 41rem !important;
}

.u-ml-42 {
  margin-left: 42rem !important;
}

.u-ml-43 {
  margin-left: 43rem !important;
}

.u-ml-44 {
  margin-left: 44rem !important;
}

.u-ml-45 {
  margin-left: 45rem !important;
}

.u-ml-46 {
  margin-left: 46rem !important;
}

.u-ml-47 {
  margin-left: 47rem !important;
}

.u-ml-48 {
  margin-left: 48rem !important;
}

.u-ml-49 {
  margin-left: 49rem !important;
}

.u-ml-50 {
  margin-left: 50rem !important;
}

@media screen and (max-width: 1280px) {
  .u-sp-ml-0 {
    margin-left: 0rem !important;
  }
  .u-sp-ml-1 {
    margin-left: 1rem !important;
  }
  .u-sp-ml-2 {
    margin-left: 2rem !important;
  }
  .u-sp-ml-3 {
    margin-left: 3rem !important;
  }
  .u-sp-ml-4 {
    margin-left: 4rem !important;
  }
  .u-sp-ml-5 {
    margin-left: 5rem !important;
  }
  .u-sp-ml-6 {
    margin-left: 6rem !important;
  }
  .u-sp-ml-7 {
    margin-left: 7rem !important;
  }
  .u-sp-ml-8 {
    margin-left: 8rem !important;
  }
  .u-sp-ml-9 {
    margin-left: 9rem !important;
  }
  .u-sp-ml-10 {
    margin-left: 10rem !important;
  }
  .u-sp-ml-11 {
    margin-left: 11rem !important;
  }
  .u-sp-ml-12 {
    margin-left: 12rem !important;
  }
  .u-sp-ml-13 {
    margin-left: 13rem !important;
  }
  .u-sp-ml-14 {
    margin-left: 14rem !important;
  }
  .u-sp-ml-15 {
    margin-left: 15rem !important;
  }
  .u-sp-ml-16 {
    margin-left: 16rem !important;
  }
  .u-sp-ml-17 {
    margin-left: 17rem !important;
  }
  .u-sp-ml-18 {
    margin-left: 18rem !important;
  }
  .u-sp-ml-19 {
    margin-left: 19rem !important;
  }
  .u-sp-ml-20 {
    margin-left: 20rem !important;
  }
  .u-sp-ml-21 {
    margin-left: 21rem !important;
  }
  .u-sp-ml-22 {
    margin-left: 22rem !important;
  }
  .u-sp-ml-23 {
    margin-left: 23rem !important;
  }
  .u-sp-ml-24 {
    margin-left: 24rem !important;
  }
  .u-sp-ml-25 {
    margin-left: 25rem !important;
  }
  .u-sp-ml-26 {
    margin-left: 26rem !important;
  }
  .u-sp-ml-27 {
    margin-left: 27rem !important;
  }
  .u-sp-ml-28 {
    margin-left: 28rem !important;
  }
  .u-sp-ml-29 {
    margin-left: 29rem !important;
  }
  .u-sp-ml-30 {
    margin-left: 30rem !important;
  }
  .u-sp-ml-31 {
    margin-left: 31rem !important;
  }
  .u-sp-ml-32 {
    margin-left: 32rem !important;
  }
  .u-sp-ml-33 {
    margin-left: 33rem !important;
  }
  .u-sp-ml-34 {
    margin-left: 34rem !important;
  }
  .u-sp-ml-35 {
    margin-left: 35rem !important;
  }
  .u-sp-ml-36 {
    margin-left: 36rem !important;
  }
  .u-sp-ml-37 {
    margin-left: 37rem !important;
  }
  .u-sp-ml-38 {
    margin-left: 38rem !important;
  }
  .u-sp-ml-39 {
    margin-left: 39rem !important;
  }
  .u-sp-ml-40 {
    margin-left: 40rem !important;
  }
  .u-sp-ml-41 {
    margin-left: 41rem !important;
  }
  .u-sp-ml-42 {
    margin-left: 42rem !important;
  }
  .u-sp-ml-43 {
    margin-left: 43rem !important;
  }
  .u-sp-ml-44 {
    margin-left: 44rem !important;
  }
  .u-sp-ml-45 {
    margin-left: 45rem !important;
  }
  .u-sp-ml-46 {
    margin-left: 46rem !important;
  }
  .u-sp-ml-47 {
    margin-left: 47rem !important;
  }
  .u-sp-ml-48 {
    margin-left: 48rem !important;
  }
  .u-sp-ml-49 {
    margin-left: 49rem !important;
  }
  .u-sp-ml-50 {
    margin-left: 50rem !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 1.1rem;
}

.u-fontM {
  font-size: 2.2rem;
}
@media screen and (max-width: 1280px) {
  .u-fontM {
    font-size: 1.5rem;
  }
}

.u-fontL {
  font-size: 3rem;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 2.6rem;
  }
}

.u-fontN {
  font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .u-fontN {
    font-size: 1.4rem;
  }
}

.u-font10 {
  font-size: 1 rem !important;
}

.u-font11 {
  font-size: 1.1 rem !important;
}

.u-font12 {
  font-size: 1.2 rem !important;
}

.u-font13 {
  font-size: 1.3 rem !important;
}

.u-font14 {
  font-size: 1.4 rem !important;
}

.u-font15 {
  font-size: 1.5 rem !important;
}

.u-font16 {
  font-size: 1.6 rem !important;
}

.u-font17 {
  font-size: 1.7 rem !important;
}

.u-font18 {
  font-size: 1.8 rem !important;
}

.u-font19 {
  font-size: 1.9 rem !important;
}

.u-font20 {
  font-size: 2 rem !important;
}

.u-font21 {
  font-size: 2.1 rem !important;
}

.u-font22 {
  font-size: 2.2 rem !important;
}

.u-font23 {
  font-size: 2.3 rem !important;
}

.u-font24 {
  font-size: 2.4 rem !important;
}

.u-font25 {
  font-size: 2.5 rem !important;
}

.u-font26 {
  font-size: 2.6 rem !important;
}

.u-font27 {
  font-size: 2.7 rem !important;
}

.u-font28 {
  font-size: 2.8 rem !important;
}

.u-font29 {
  font-size: 2.9 rem !important;
}

.u-font30 {
  font-size: 3 rem !important;
}

.u-font31 {
  font-size: 3.1 rem !important;
}

.u-font32 {
  font-size: 3.2 rem !important;
}

.u-font33 {
  font-size: 3.3 rem !important;
}

.u-font34 {
  font-size: 3.4 rem !important;
}

.u-font35 {
  font-size: 3.5 rem !important;
}

.u-font36 {
  font-size: 3.6 rem !important;
}

.u-font37 {
  font-size: 3.7 rem !important;
}

.u-font38 {
  font-size: 3.8 rem !important;
}

.u-font39 {
  font-size: 3.9 rem !important;
}

.u-font40 {
  font-size: 4 rem !important;
}

@media screen and (max-width: 1280px) {
  .u-tab-font0 {
    font-size: 0 rem !important;
  }
  .u-tab-font1 {
    font-size: 0.1 rem !important;
  }
  .u-tab-font2 {
    font-size: 0.2 rem !important;
  }
  .u-tab-font3 {
    font-size: 0.3 rem !important;
  }
  .u-tab-font4 {
    font-size: 0.4 rem !important;
  }
  .u-tab-font5 {
    font-size: 0.5 rem !important;
  }
  .u-tab-font6 {
    font-size: 0.6 rem !important;
  }
  .u-tab-font7 {
    font-size: 0.7 rem !important;
  }
  .u-tab-font8 {
    font-size: 0.8 rem !important;
  }
  .u-tab-font9 {
    font-size: 0.9 rem !important;
  }
  .u-tab-font10 {
    font-size: 1 rem !important;
  }
  .u-tab-font11 {
    font-size: 1.1 rem !important;
  }
  .u-tab-font12 {
    font-size: 1.2 rem !important;
  }
  .u-tab-font13 {
    font-size: 1.3 rem !important;
  }
  .u-tab-font14 {
    font-size: 1.4 rem !important;
  }
  .u-tab-font15 {
    font-size: 1.5 rem !important;
  }
  .u-tab-font16 {
    font-size: 1.6 rem !important;
  }
  .u-tab-font17 {
    font-size: 1.7 rem !important;
  }
  .u-tab-font18 {
    font-size: 1.8 rem !important;
  }
  .u-tab-font19 {
    font-size: 1.9 rem !important;
  }
  .u-tab-font20 {
    font-size: 2 rem !important;
  }
  .u-tab-font21 {
    font-size: 2.1 rem !important;
  }
  .u-tab-font22 {
    font-size: 2.2 rem !important;
  }
  .u-tab-font23 {
    font-size: 2.3 rem !important;
  }
  .u-tab-font24 {
    font-size: 2.4 rem !important;
  }
  .u-tab-font25 {
    font-size: 2.5 rem !important;
  }
  .u-tab-font26 {
    font-size: 2.6 rem !important;
  }
  .u-tab-font27 {
    font-size: 2.7 rem !important;
  }
  .u-tab-font28 {
    font-size: 2.8 rem !important;
  }
  .u-tab-font29 {
    font-size: 2.9 rem !important;
  }
  .u-tab-font30 {
    font-size: 3 rem !important;
  }
  .u-tab-font31 {
    font-size: 3.1 rem !important;
  }
  .u-tab-font32 {
    font-size: 3.2 rem !important;
  }
  .u-tab-font33 {
    font-size: 3.3 rem !important;
  }
  .u-tab-font34 {
    font-size: 3.4 rem !important;
  }
  .u-tab-font35 {
    font-size: 3.5 rem !important;
  }
  .u-tab-font36 {
    font-size: 3.6 rem !important;
  }
  .u-tab-font37 {
    font-size: 3.7 rem !important;
  }
  .u-tab-font38 {
    font-size: 3.8 rem !important;
  }
  .u-tab-font39 {
    font-size: 3.9 rem !important;
  }
  .u-tab-font40 {
    font-size: 4 rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0 rem !important;
  }
  .u-sp-font1 {
    font-size: 0.1 rem !important;
  }
  .u-sp-font2 {
    font-size: 0.2 rem !important;
  }
  .u-sp-font3 {
    font-size: 0.3 rem !important;
  }
  .u-sp-font4 {
    font-size: 0.4 rem !important;
  }
  .u-sp-font5 {
    font-size: 0.5 rem !important;
  }
  .u-sp-font6 {
    font-size: 0.6 rem !important;
  }
  .u-sp-font7 {
    font-size: 0.7 rem !important;
  }
  .u-sp-font8 {
    font-size: 0.8 rem !important;
  }
  .u-sp-font9 {
    font-size: 0.9 rem !important;
  }
  .u-sp-font10 {
    font-size: 1 rem !important;
  }
  .u-sp-font11 {
    font-size: 1.1 rem !important;
  }
  .u-sp-font12 {
    font-size: 1.2 rem !important;
  }
  .u-sp-font13 {
    font-size: 1.3 rem !important;
  }
  .u-sp-font14 {
    font-size: 1.4 rem !important;
  }
  .u-sp-font15 {
    font-size: 1.5 rem !important;
  }
  .u-sp-font16 {
    font-size: 1.6 rem !important;
  }
  .u-sp-font17 {
    font-size: 1.7 rem !important;
  }
  .u-sp-font18 {
    font-size: 1.8 rem !important;
  }
  .u-sp-font19 {
    font-size: 1.9 rem !important;
  }
  .u-sp-font20 {
    font-size: 2 rem !important;
  }
  .u-sp-font21 {
    font-size: 2.1 rem !important;
  }
  .u-sp-font22 {
    font-size: 2.2 rem !important;
  }
  .u-sp-font23 {
    font-size: 2.3 rem !important;
  }
  .u-sp-font24 {
    font-size: 2.4 rem !important;
  }
  .u-sp-font25 {
    font-size: 2.5 rem !important;
  }
  .u-sp-font26 {
    font-size: 2.6 rem !important;
  }
  .u-sp-font27 {
    font-size: 2.7 rem !important;
  }
  .u-sp-font28 {
    font-size: 2.8 rem !important;
  }
  .u-sp-font29 {
    font-size: 2.9 rem !important;
  }
  .u-sp-font30 {
    font-size: 3 rem !important;
  }
  .u-sp-font31 {
    font-size: 3.1 rem !important;
  }
  .u-sp-font32 {
    font-size: 3.2 rem !important;
  }
  .u-sp-font33 {
    font-size: 3.3 rem !important;
  }
  .u-sp-font34 {
    font-size: 3.4 rem !important;
  }
  .u-sp-font35 {
    font-size: 3.5 rem !important;
  }
  .u-sp-font36 {
    font-size: 3.6 rem !important;
  }
  .u-sp-font37 {
    font-size: 3.7 rem !important;
  }
  .u-sp-font38 {
    font-size: 3.8 rem !important;
  }
  .u-sp-font39 {
    font-size: 3.9 rem !important;
  }
  .u-sp-font40 {
    font-size: 4 rem !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #FA5F5F;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 300;
}

.u-bold {
  font-weight: 700;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh15 {
  line-height: 1.5 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 650px) {
  .u-sp-textcenter {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textleft {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textright {
    text-align: right !important;
  }
}

@media screen and (max-width: 1280px) {
  .u-tab-textcenter {
    text-align: center !important;
  }
}

.u-fontLight-green {
  color: #179F6B;
}

.u-fontGreen {
  color: #2F8E71;
}

.u-fontDark-green {
  color: #138179;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none !important;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (max-width: 1280px) {
  .u-tab-none {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

.u-sp-block {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp-block {
    display: block;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-pc-grid {
  display: grid;
}
@media screen and (max-width: 1280px) {
  .u-pc-grid {
    display: block;
  }
}

/* サブページ
------------------------------------*/
.top-kv__wrapper {
  background: #5C5C5C;
}
@media screen and (max-width: 650px) {
  .top-kv__wrapper {
    background: transparent;
  }
}

.top-kv .top-kv__list {
  list-style: none;
  padding: 0;
}
.top-kv .top-kv__list .top-kv__items {
  position: relative;
}
.top-kv .top-kv__list .top-kv__items::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 0;
  width: calc(100% - 2px);
  z-index: -1;
}
.top-kv .top-kv__list .top-kv__items .top-kv__items-link {
  display: block;
  height: 100%;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__list .top-kv__items .top-kv__items-link {
    background: #fff;
  }
}
.top-kv .top-kv__list .top-kv__items a.top-kv__items-link:hover .top-kv__items-photo {
  opacity: 0.7;
}
.top-kv .top-kv__list .top-kv__items .top-kv__items-inner {
  background: #5C5C5C;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__list .top-kv__items .top-kv__items-inner {
    display: contents;
  }
}
.top-kv .top-kv__list .top-kv__items .top-kv__items-photo {
  height: calc(95vh - 227px);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-kv .top-kv__list .top-kv__items .top-kv__items-photo {
    height: calc(95vh - 123px);
  }
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__list .top-kv__items .top-kv__items-photo {
    height: 56vw;
  }
}
.top-kv .top-kv__list .top-kv__items .top-kv__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.top-kv .top-kv__list .top-kv__items .top-kv__items-photo video {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.top-kv .top-kv__list .top-kv__items .top-kv__items-box {
  background: linear-gradient(to top, #000, #fff);
  display: block;
  height: 123px;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__list .top-kv__items .top-kv__items-box {
    display: none;
  }
}
.top-kv .top-kv__list .top-kv__items .top-kv__items-text-letters {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 900;
  height: 123px;
  letter-spacing: 0.06em;
  line-height: 1.25;
  max-width: 1100px;
  padding: 0 60px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-kv .top-kv__list .top-kv__items .top-kv__items-text-letters {
    font-size: 2.188vw;
    max-width: none;
    padding: 0 130px 0 30px;
  }
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__list .top-kv__items .top-kv__items-text-letters {
    align-items: flex-start;
    color: #0E605A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 21px;
    height: 78px;
    margin: 14px 20px;
    position: static;
    padding: 0;
    transform: translate3d(0, 0, 0);
    width: calc(100% - 40px);
  }
}
.top-kv .swiper-pagination {
  position: absolute;
  bottom: 13px;
  left: 50%;
  text-align: left;
  transform: translate3d(-550px, 0, 0);
}
@media screen and (max-width: 1280px) {
  .top-kv .swiper-pagination {
    left: 30px;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 650px) {
  .top-kv .swiper-pagination {
    padding: 0 20px 12px;
    position: static;
  }
}
.top-kv .swiper-pagination .swiper-pagination-bullet {
  background: #A7A7A7;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.top-kv .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(to top, #127360, #6DC57A);
}
.top-kv .swiper-button-black {
  background: #fff;
  border: solid 1px #179F6B;
  border-radius: 50%;
  height: 45px;
  outline: unset;
  width: 45px;
}
@media screen and (max-width: 650px) {
  .top-kv .swiper-button-black {
    border-width: 2px;
    height: 40px;
    width: 40px;
  }
}
.top-kv .swiper-button-black:after {
  border-top: solid 3px #179F6B;
  border-right: solid 3px #179F6B;
  content: "";
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 650px) {
  .top-kv .swiper-button-black:after {
    height: 10px;
    width: 10px;
  }
}
.top-kv .swiper-button-black:hover {
  opacity: 0.7;
}
.top-kv .swiper-button-prev, .top-kv .c-pr .swiper-button-next, .c-pr .top-kv .swiper-button-next {
  bottom: 30px;
  left: auto;
  right: 50%;
  top: auto;
  transform: translate3d(550px, 0, 0);
}
@media screen and (max-width: 1280px) {
  .top-kv .swiper-button-prev, .top-kv .c-pr .swiper-button-next, .c-pr .top-kv .swiper-button-next {
    right: 85px;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 650px) {
  .top-kv .swiper-button-prev, .top-kv .c-pr .swiper-button-next, .c-pr .top-kv .swiper-button-next {
    bottom: 0;
    right: 70px;
    transform: translate3d(0, 0, 0);
  }
}
.top-kv .swiper-button-prev:after, .top-kv .c-pr .swiper-button-next:after, .c-pr .top-kv .swiper-button-next:after {
  margin: 0 0 0 3px;
  transform: rotate(-135deg);
}
.top-kv .swiper-button-next {
  bottom: 30px;
  left: auto;
  right: 50%;
  top: auto;
  transform: translate3d(605px, 0, 0);
}
@media screen and (max-width: 1280px) {
  .top-kv .swiper-button-next {
    right: 30px;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 650px) {
  .top-kv .swiper-button-next {
    bottom: 0;
    right: 20px;
    transform: translate3d(0, 0, 0);
  }
}
.top-kv .swiper-button-next:after {
  margin: 0 3px 0 0;
  transform: rotate(45deg);
}

.top-head {
  background: url("images/back-logo.jpg") repeat top left/cover;
  padding: 40px 40px 36px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-head {
    padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 650px) {
  .top-head {
    padding: 20px 20px 30px;
  }
}

.top-head__link-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 39px;
  padding: 0;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.top-head__link-list.is-play .top-head__link-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.top-head__link-list.is-animated .top-head__link-item {
  pointer-events: auto;
  transition-delay: 0s !important;
}
.top-head__link-list .top-head__link-item {
  border-radius: 20px;
  opacity: 0;
  padding: 5px;
  transform: translate3d(0, 60px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 32%;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item {
    margin: 0 auto 20px;
    max-width: 470px;
    padding: 3px;
    width: 100%;
  }
}
.top-head__link-list .top-head__link-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item:last-child {
    margin-bottom: 0;
  }
}
.top-head__link-list .top-head__link-item.is-shop {
  background: rgb(116, 199, 123);
  background: linear-gradient(90deg, rgb(116, 199, 123) 0%, rgb(103, 190, 123) 7%, rgb(81, 184, 117) 25%, rgb(59, 157, 122) 45%, rgb(23, 159, 107) 55%, rgb(14, 96, 90) 100%);
  transition-delay: 0s;
}
.top-head__link-list .top-head__link-item.is-recruit {
  background: rgb(116, 199, 123);
  background: linear-gradient(90deg, rgb(116, 199, 123) 0%, rgb(103, 190, 123) 7%, rgb(81, 184, 117) 25%, rgb(59, 157, 122) 45%, rgb(23, 159, 107) 55%, rgb(14, 96, 90) 100%);
  transition-delay: 0.05s;
}
.top-head__link-list .top-head__link-item.is-business {
  background: rgb(116, 199, 123);
  background: linear-gradient(90deg, rgb(116, 199, 123) 0%, rgb(106, 194, 121) 7%, rgb(81, 184, 117) 25%, rgb(40, 166, 109) 45%, rgb(23, 159, 107) 55%, rgb(14, 96, 90) 100%);
  transition-delay: 0.1s;
}
.top-head__link-list .top-head__link-item .top-head__link {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 48px 20px 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link {
    border-radius: 18px;
    flex-direction: row;
    padding: 30px 46px 30px 15px;
    text-align: left;
  }
}
.top-head__link-list .top-head__link-item .top-head__link.is-noclick {
  pointer-events: none;
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__sghop-icon {
  height: auto;
  margin-bottom: 39px;
  width: 118px;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__sghop-icon {
    margin-bottom: 0;
    width: 62px;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__recruit-icon {
  height: auto;
  margin-bottom: 30px;
  width: 95px;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__recruit-icon {
    margin-bottom: 0;
    width: 54px;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__business-block {
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__business-block {
    margin-bottom: 0;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__business-block .top-head__business-icon {
  display: block;
  height: auto;
  width: 116px;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__business-block .top-head__business-icon {
    margin-bottom: 0;
    width: 60px;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__business-block .top-head__pc-balloon {
  color: #FFF841;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  position: absolute;
  right: -81px;
  top: 26px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__business-block .top-head__pc-balloon {
    display: none;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__business-block .top-head__pc-balloon::after {
  background: url("images/balloon.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  right: -5px;
  top: -16px;
  width: 80px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__text-block {
    margin-left: 14px;
    position: relative;
    width: 84.328358209%;
  }
  .top-head__link-list .top-head__link-item .top-head__link .top-head__text-block::before {
    background-color: #138179;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: -33px;
    top: 0;
    width: 20px;
  }
  .top-head__link-list .top-head__link-item .top-head__link .top-head__text-block::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 6px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: -25px;
    top: 0;
    transform: rotate(45deg);
    width: 6px;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__text-block .top-head__headline {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4615384615;
  margin-bottom: 20px;
  padding-right: 46px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__text-block .top-head__headline {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 2px;
    padding-right: 0;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__text-block .top-head__headline::before {
  background-color: #138179;
  border-radius: 50%;
  content: "";
  display: block;
  height: 36px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 36px;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__text-block .top-head__headline::before {
    display: none;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__text-block .top-head__headline::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 15px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__text-block .top-head__headline::after {
    display: none;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__text-block .top-head__text {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__text-block .top-head__text {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__tab-balloon {
  display: none;
  color: #FFF841;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2222222222;
  position: absolute;
  right: -10px;
  top: -6px;
  transform: scale(0.9);
  transform-origin: center center;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .top-head__link-list .top-head__link-item .top-head__link .top-head__tab-balloon {
    display: block;
  }
}
.top-head__link-list .top-head__link-item .top-head__link .top-head__tab-balloon::after {
  background: url("images/balloon.svg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 63px;
  position: absolute;
  right: -1px;
  top: -12px;
  width: 63px;
  z-index: -1;
}

.top-head__tag {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 691px;
}
@media screen and (max-width: 1280px) {
  .top-head__tag {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .top-head__tag {
    margin: 0 auto 0 0;
    width: calc(100% + 20px);
  }
}

.top-head__tag-headline {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-right: 16px;
  padding-top: 5px;
  width: 135px;
}
@media screen and (max-width: 1280px) {
  .top-head__tag-headline {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 11px;
    padding-top: 0;
    width: auto;
  }
}

.top-head__taglist {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .top-head__taglist {
    margin: 0 -7px;
  }
}
@media screen and (max-width: 650px) {
  .top-head__taglist {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    overflow-x: scroll;
  }
}
.top-head__taglist .top-head__taglist-items {
  background-color: #F5F5F5;
  border-radius: 20px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 7px 22px;
  transition: opacity 0.3s ease;
  padding: 10px 13px 8px;
}
@media screen and (max-width: 650px) {
  .top-head__taglist .top-head__taglist-items {
    margin: 0 10px 0 0;
    padding: 10px 13px 8px;
    white-space: nowrap;
  }
}
.top-head__taglist .top-head__taglist-items:hover {
  opacity: 0.7;
}

.top-slider {
  padding: 80px 0;
  width: 100%;
  position: relative;
}
.top-slider::after {
  background-color: #F4F4F4;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
.top-slider .top-slider-wrapper .top-slider__list {
  list-style: none;
  padding: 100px 0;
}
@media screen and (max-width: 1280px) {
  .top-slider .top-slider-wrapper .top-slider__list {
    padding: 0 0 10px;
  }
}
.top-slider .top-slider-wrapper .top-slider__list .swiper-slide {
  border-radius: 20px;
  line-height: 0;
  opacity: 0.3;
  position: relative;
  transition: opacity 0.3s ease, transform 0.6s ease 0s;
  width: 650px;
}
.top-slider .top-slider-wrapper .top-slider__list .swiper-slide::after {
  background-color: #FFF841;
  border-radius: 20px 0 0 0;
  box-sizing: border-box;
  content: "PR";
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  height: 49px;
  padding: 4px 0 9px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 75px;
  z-index: 3;
}
@media screen and (max-width: 650px) {
  .top-slider .top-slider-wrapper .top-slider__list .swiper-slide::after {
    font-size: 1.5rem;
    height: 34px;
    width: 52px;
  }
}
.top-slider .top-slider-wrapper .top-slider__list .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale3d(1.5, 1.5, 1);
  transition: opacity 0.3s ease, transform 0.6s ease 0.6s;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .top-slider .top-slider-wrapper .top-slider__list .swiper-slide.swiper-slide-active {
    transform: scale3d(1, 1, 1);
  }
}
.top-slider .top-slider-wrapper .top-slider__list .swiper-slide a {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.top-slider .top-slider-wrapper .top-slider__list .swiper-slide figure {
  margin: 0;
}
.top-slider .top-slider-wrapper .top-slider__list .swiper-slide figcaption {
  line-height: 1.2;
  padding: 6px;
}
.top-slider .top-slider-wrapper .top-slider__list .swiper-slide img {
  border-radius: 20px;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
.top-slider .top-slider__thumbnail.is-show-all .top-slider__thumbnail-list {
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.top-slider .top-slider__thumbnail.is-show-all .top-slider__thumbnail-list.is-active li {
  display: block;
}
.top-slider .top-slider__thumbnail.is-show-all .top-slider__thumbnail-list li {
  display: none;
  margin-bottom: 12px;
  opacity: 1;
  width: 48%;
}
.top-slider .top-slider__thumbnail.is-show-all .top-slider__thumbnail-list li:nth-child(-n+10) {
  display: block;
}
.top-slider .top-slider__thumbnail .top-slider__thumbnail-list {
  list-style: none;
  padding: 0;
}
.top-slider .top-slider__thumbnail .top-slider__thumbnail-list li {
  height: auto;
  max-width: 100%;
  opacity: 0.3;
  width: 238px;
}
.top-slider .top-slider__thumbnail .top-slider__thumbnail-list li::after {
  background-color: #FFF841;
  border-radius: 20px 0 0 0;
  box-sizing: border-box;
  content: "PR";
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  height: 49px;
  padding: 4px 0 9px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 75px;
  z-index: 3;
}
@media screen and (max-width: 650px) {
  .top-slider .top-slider__thumbnail .top-slider__thumbnail-list li::after {
    font-size: 1.5rem;
    height: 34px;
    width: 52px;
  }
}
.top-slider .top-slider__thumbnail .top-slider__thumbnail-list li.swiper-slide-thumb-active {
  opacity: 1;
}
.top-slider .top-slider__thumbnail .top-slider__thumbnail-list li img {
  border-radius: 20px;
  display: block;
  position: relative;
}

.top-news {
  padding: 80px 40px 95px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .top-news {
    padding: 60px 30px 60px;
  }
}
@media screen and (max-width: 650px) {
  .top-news {
    padding: 60px 0 60px;
  }
}

.top-pickup {
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  .top-pickup {
    padding: 60px 0;
  }
}

.top-newshop {
  padding: 80px 0 95px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .top-newshop {
    padding: 60px 0 65px;
  }
}
.top-newshop .top-newshop__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 60px auto 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-newshop .top-newshop__list {
    margin: 42px 0 50px;
  }
}
@media screen and (max-width: 650px) {
  .top-newshop .top-newshop__list {
    justify-content: space-between;
  }
}
.top-newshop .top-newshop__list.is-active li {
  display: block;
}
.top-newshop .top-newshop__list li {
  display: none;
  width: 30.7086614173%;
  margin: 0 40px 30px 0;
}
.top-newshop .top-newshop__list li:nth-child(-n+6) {
  display: block;
}
.top-newshop .top-newshop__list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 1px) and (max-width: 1480px) {
  .top-newshop .top-newshop__list li {
    margin-right: 2.344vw;
  }
}
@media screen and (max-width: 1280px) {
  .top-newshop .top-newshop__list li {
    width: 31.4960629921%;
    margin-right: 2.1vw;
  }
}
@media screen and (max-width: 650px) {
  .top-newshop .top-newshop__list li {
    width: 48.502994012%;
    margin-right: 0;
  }
}
.top-newshop .top-newshop__list li .top-newshop__item {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
.top-newshop .top-newshop__list li .top-newshop__item:hover {
  opacity: 0.7;
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__tag-list {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 20px;
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__tag-list .top-newshop__tag {
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin: 0 0 5px;
  min-width: 85px;
  padding: 3px 10px 4px 5px;
}
@media screen and (max-width: 650px) {
  .top-newshop .top-newshop__list li .top-newshop__item .top-newshop__tag-list .top-newshop__tag {
    font-size: 1rem;
    line-height: 1.5;
    min-width: 71px;
    padding: 2px 16px 3px 5px;
  }
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__tag-list .top-newshop__tag.is-lightgreen {
  background-color: #74C77B;
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__tag-list .top-newshop__tag.is-green {
  background-color: #1B9F6B;
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__tag-list .top-newshop__tag.is-darkgreen {
  background-color: #148179;
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__image-block {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__image-block .top-newshop__image {
  aspect-ratio: 16/9;
  border-radius: 20px 20px 0 0;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__text {
  background-color: #FAFAFA;
  border-radius: 0 0 20px 20px;
  padding: 1.641vw 1.094vw 34px;
}
@media screen and (max-width: 650px) {
  .top-newshop .top-newshop__list li .top-newshop__item .top-newshop__text {
    padding: 10px 15px;
  }
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__text .top-newshop__date {
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1280px) {
  .top-newshop .top-newshop__list li .top-newshop__item .top-newshop__text .top-newshop__date {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.top-newshop .top-newshop__list li .top-newshop__item .top-newshop__text .top-newshop__title {
  font-size: 17px;
  line-height: 1.4705882353;
}
@media screen and (max-width: 1280px) {
  .top-newshop .top-newshop__list li .top-newshop__item .top-newshop__text .top-newshop__title {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.top-event {
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  .top-event {
    padding: 60px 0 75px;
  }
}
@media screen and (max-width: 650px) {
  .top-event {
    padding-bottom: 60px;
  }
}
.top-event .top-event__headline {
  align-items: center;
  display: flex;
  justify-content: center;
}
.top-event .top-event__headline .top-event__arrow {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 34px 0 0;
}
.top-event .top-event__headline .top-event__arrow.is-next {
  margin: 0 0 0 34px;
}
.top-event .top-event__headline .top-event__arrow.is-next .top-event__arrow-icon {
  transform: rotate(180deg);
}
.top-event .top-event__headline .top-event__arrow .top-event__arrow-icon {
  height: auto;
  pointer-events: none;
  width: 24px;
}
.top-event .top-event__headline .c-headline {
  padding: 0 30px;
}
.top-event .swiper-container {
  margin: 40px 0 0 -40px;
  padding: 0 18px;
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: calc(100% + 80px);
}
@media screen and (max-width: 1280px) {
  .top-event .swiper-container {
    margin: 0 0 0 -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 650px) {
  .top-event .swiper-container {
    margin: 0 0 0 -20px;
    width: calc(100% + 40px);
  }
}
.top-event .swiper-container.is-ready {
  opacity: 0;
  transform: translate3d(60px, 0, 0);
}
.top-event .swiper-container.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.top-event .swiper-container .swiper-button-prev, .top-event .swiper-container .c-pr .swiper-button-next, .c-pr .top-event .swiper-container .swiper-button-next {
  cursor: pointer;
  padding: 18px;
  top: 45%;
}
.top-event .swiper-container .swiper-button-prev::before, .top-event .swiper-container .c-pr .swiper-button-next::before, .c-pr .top-event .swiper-container .swiper-button-next::before {
  background-color: #138179;
  border-radius: 50%;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
}
.top-event .swiper-container .swiper-button-prev::after, .top-event .swiper-container .c-pr .swiper-button-next::after, .c-pr .top-event .swiper-container .swiper-button-next::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 15px;
  top: 13px;
  transform: rotate(45deg);
  width: 10px;
}
.top-event .swiper-container .swiper-button-next {
  cursor: pointer;
  padding: 18px;
  top: 45%;
}
.top-event .swiper-container .swiper-button-next::before {
  background-color: #138179;
  border-radius: 50%;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}
.top-event .swiper-container .swiper-button-next::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 13px;
  transform: rotate(45deg);
  width: 10px;
}
.top-event .top-event__calendar {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 30px 30px 22px;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__calendar {
    display: none;
  }
}

.top-event__sp {
  display: none;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .top-event__sp {
    display: block;
  }
}

.top-event__sp-list {
  background-color: #F8F8F8;
  border-top: 1px solid #707070;
  list-style: none;
  padding: 0;
}
.top-event__sp-list.is-active li {
  display: block;
}
.top-event__sp-list.is-ready .top-event__sp-contents {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.top-event__sp-list.is-animated .top-event__sp-contents {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.top-event__sp-list li {
  border-bottom: 1px solid #707070;
  display: none;
}
.top-event__sp-list li:nth-child(-n+7) {
  display: block;
}
.top-event__sp-list .top-event__sp-items {
  display: flex;
  justify-content: space-between;
  padding: 19px 16px 19px 9px;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-date {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.5;
  width: 41px;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-date .top-event__sp-day {
  font-size: 1.8rem;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-date .top-event__sp-week {
  font-size: 1.2rem;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-date .top-event__sp-week.is-red {
  color: #E36666;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-date .top-event__sp-week.is-blue {
  color: #54ABEB;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents {
  width: calc(100% - 72px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-1 {
  transition-delay: 0.1s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-2 {
  transition-delay: 0.2s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-3 {
  transition-delay: 0.3s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-4 {
  transition-delay: 0.4s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-5 {
  transition-delay: 0.5s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-6 {
  transition-delay: 0.6s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-7 {
  transition-delay: 0.7s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-8 {
  transition-delay: 0.8s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-9 {
  transition-delay: 0.9s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-10 {
  transition-delay: 1s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-11 {
  transition-delay: 1.1s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-12 {
  transition-delay: 1.2s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-13 {
  transition-delay: 1.3s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-14 {
  transition-delay: 1.4s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-15 {
  transition-delay: 1.5s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-16 {
  transition-delay: 1.6s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-17 {
  transition-delay: 1.7s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-18 {
  transition-delay: 1.8s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-19 {
  transition-delay: 1.9s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-20 {
  transition-delay: 2s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-21 {
  transition-delay: 2.1s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-22 {
  transition-delay: 2.2s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-23 {
  transition-delay: 2.3s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-24 {
  transition-delay: 2.4s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-25 {
  transition-delay: 2.5s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-26 {
  transition-delay: 2.6s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-27 {
  transition-delay: 2.7s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-28 {
  transition-delay: 2.8s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-29 {
  transition-delay: 2.9s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-30 {
  transition-delay: 3s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents.is-day-31 {
  transition-delay: 3.1s;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents .top-event__sp-banner {
  background-color: #FAE19C;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  margin: 0 0 10px;
  padding: 5px 10px 4px;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents .top-event__sp-banner:last-child {
  margin: 0;
}
.top-event__sp-list .top-event__sp-items .top-event__sp-contents .top-event__sp-more {
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: underline;
}

.top-sp-link {
  display: none;
  margin: 0 auto 66px;
  max-width: 617px;
}
@media screen and (max-width: 1280px) {
  .top-sp-link {
    display: block;
  }
}
.top-sp-link .top-sp-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-left: -7px;
  padding: 0;
  width: calc(100% + 14px);
}
.top-sp-link .top-sp-link__list li {
  margin: 0 7px 14px;
  width: 102px;
}
.top-sp-link .top-sp-link__list li .top-sp-link__image {
  height: auto;
  width: 100%;
}

.top-info__list {
  max-height: 231px;
  list-style: none;
  margin: 17px auto 0;
  max-width: 697px;
  overflow-y: scroll;
  padding: 0 92px;
}
@media screen and (max-width: 1280px) {
  .top-info__list {
    max-height: 315px;
    margin: 35px auto 0;
    padding: 0 40px;
    width: 100%;
  }
}
.top-info__list li {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 15px;
}
.top-info__list li .top-info__date {
  margin-bottom: 5px;
}
.top-info__list li .top-info__list-link {
  display: block;
}
.top-info__list li .top-info__list-link:hover .top-info__text {
  text-decoration: none;
}
.top-info__list li .top-info__list-link .top-info__text {
  text-decoration: underline;
}

.contact-thanks {
  margin: 0 auto;
  max-width: 474px;
}

.contact-thanks__text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 44px;
}

.c-contact__head-text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-contact__head-text {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 9px;
  }
}

.c-contact__block {
  margin: 0 auto;
  max-width: 720px;
}
.c-contact__block .wpforms-container-full {
  margin-bottom: 0;
}
.c-contact__block .wpforms-container-full.is-login-form .wpforms-required-label, .c-contact__block .wpforms-container-full.is-login-form .wpforms-form .wpforms-optional-label {
  display: none;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 0 30px;
}
@media screen and (max-width: 1280px) {
  .c-contact__block .wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 0 40px;
  }
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-field:last-child {
  padding: 0;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-field.text_optional .wpforms-required-label, .c-contact__block .wpforms-container-full .wpforms-form .wpforms-field.text_optional .wpforms-optional-label {
  background-color: #F5F5F5;
  color: #D5D5D5;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-password {
  padding: 0 0 20px;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-field-label {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.7rem;
  font-weight: 700;
  justify-content: flex-end;
  line-height: 1.4705882353;
  margin-bottom: 15px;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-required-label, .c-contact__block .wpforms-container-full .wpforms-form .wpforms-optional-label {
  background-color: #E36666;
  color: #fff;
  font-size: 1.2rem;
  height: 18px;
  line-height: 1;
  margin-right: 10px;
  order: 3;
  padding: 3px 5px;
  width: 34px;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-optional-label {
  background-color: #5C5C5C;
  color: #FFFFFF;
  order: 2;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-container-full,
.c-contact__block .wpforms-container-full .wpforms-form input[type=tel],
.c-contact__block .wpforms-container-full .wpforms-form input[type=text],
.c-contact__block .wpforms-container-full .wpforms-form input[type=email],
.c-contact__block .wpforms-container-full .wpforms-form input[type=password],
.c-contact__block .wpforms-container-full .wpforms-form textarea {
  background-color: #F7F7F7;
  border: none;
  border-radius: 10px;
  font-size: 1.7rem;
  height: auto;
  line-height: 1.4705882353;
  padding: 11px 26px;
}
@media screen and (max-width: 1280px) {
  .c-contact__block .wpforms-container-full .wpforms-form .wpforms-container-full,
  .c-contact__block .wpforms-container-full .wpforms-form input[type=tel],
  .c-contact__block .wpforms-container-full .wpforms-form input[type=text],
  .c-contact__block .wpforms-container-full .wpforms-form input[type=email],
  .c-contact__block .wpforms-container-full .wpforms-form input[type=password],
  .c-contact__block .wpforms-container-full .wpforms-form textarea {
    padding: 11px 20px;
  }
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-container-full::-moz-placeholder, .c-contact__block .wpforms-container-full .wpforms-form input[type=tel]::-moz-placeholder, .c-contact__block .wpforms-container-full .wpforms-form input[type=text]::-moz-placeholder, .c-contact__block .wpforms-container-full .wpforms-form input[type=email]::-moz-placeholder, .c-contact__block .wpforms-container-full .wpforms-form input[type=password]::-moz-placeholder, .c-contact__block .wpforms-container-full .wpforms-form textarea::-moz-placeholder {
  color: #B9B9B9;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-container-full::placeholder,
.c-contact__block .wpforms-container-full .wpforms-form input[type=tel]::placeholder,
.c-contact__block .wpforms-container-full .wpforms-form input[type=text]::placeholder,
.c-contact__block .wpforms-container-full .wpforms-form input[type=email]::placeholder,
.c-contact__block .wpforms-container-full .wpforms-form input[type=password]::placeholder,
.c-contact__block .wpforms-container-full .wpforms-form textarea::placeholder {
  color: #B9B9B9;
}
.c-contact__block .wpforms-container-full .wpforms-form .c-contact__choice ul.wpforms-field-required {
  display: flex;
  flex-wrap: wrap;
}
.c-contact__block .wpforms-container-full .wpforms-form .c-contact__choice ul.wpforms-field-required li {
  margin: 0 40px 0 0 !important;
}
@media screen and (max-width: 1280px) {
  .c-contact__block .wpforms-container-full .wpforms-form .c-contact__choice ul.wpforms-field-required li {
    margin: 0 30px 0 0 !important;
  }
}
.c-contact__block .wpforms-container-full .wpforms-form .c-contact__choice ul.wpforms-field-required li .wpforms-field-label-inline {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1.8666666667;
}
@media screen and (max-width: 1280px) {
  .c-contact__block .wpforms-container-full .wpforms-form .c-contact__privacy {
    margin-top: 20px;
    overflow: visible !important;
  }
}
.c-contact__block .wpforms-container-full .wpforms-form .c-contact__privacy .wpforms-field-label-inline {
  font-size: 1.2rem;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=radio] {
  display: none !important;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  color: #242424;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
  padding-left: 23px;
  position: relative;
  width: auto;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=radio] + label::before {
  background: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=radio] + label::after {
  background: #A2C86C;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 7px;
  width: 9px;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=radio]:checked + label::after {
  opacity: 1;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=checkbox] {
  display: none !important;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 22px;
  padding: 0 0 0 30px;
  position: relative;
  text-align: left;
  width: auto;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #807B7B;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  width: 20px;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label::after {
  border-right: solid 3px #333333;
  border-bottom: solid 3px #333333;
  content: "";
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 7px);
  left: 5px;
  transform: rotate(45deg);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 8px;
}
.c-contact__block .wpforms-container-full .wpforms-form input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.c-contact__block .wpforms-container-full .wpforms-form textarea:focus {
  border: none;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 20px;
  padding: 0;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  background-color: #0E605A;
  border: none;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding: 16px 10px;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 236px;
}
@media screen and (max-width: 1280px) {
  .c-contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    width: 334px;
  }
}
@media screen and (max-width: 365px) {
  .c-contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    width: 100%;
  }
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-field-description {
  color: #B9B9B9;
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-contact__block .wpforms-container-full .wpforms-form .choices {
  margin-bottom: 0;
}
.c-contact__block .wpforms-container-full .wpforms-form .choices::after {
  border-bottom: solid 2px #B9B9B9 !important;
  border-right: solid 2px #B9B9B9 !important;
  border-left: none !important;
  border-top: none !important;
  border-width: medium !important;
  display: block;
  height: 8px !important;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  right: 15px !important;
  width: 8px !important;
}
.c-contact__block .wpforms-container-full .wpforms-form .choices.is-open::after {
  border-left: solid 2px #B9B9B9 !important;
  border-top: solid 2px #B9B9B9 !important;
  border-bottom: none !important;
  border-right: none !important;
  top: calc(50% + 5px) !important;
}
.c-contact__block .wpforms-container-full .wpforms-form .choices.is-open .choices__inner {
  border-color: #F7F7F7;
  box-shadow: none;
}
.c-contact__block .wpforms-container-full .wpforms-form .choices.is-focused .choices__inner {
  border: none;
  box-shadow: none;
}
.c-contact__block .wpforms-container-full .wpforms-form .choices .choices__button {
  right: 10px !important;
}
.c-contact__block .wpforms-container-full .wpforms-form .choices .choices__button:focus {
  box-shadow: none !important;
}
.c-contact__block .wpforms-container-full .wpforms-form .choices__inner {
  background-color: #F7F7F7;
  border: none;
  border-radius: 10px;
  font-size: 1.7rem;
  outline: none;
  line-height: 1.4705882353;
  padding: 9px 19px;
}
@media screen and (max-width: 650px) {
  .c-contact__block .wpforms-container-full .wpforms-form .choices__inner {
    padding: 7px 21px;
  }
}
.c-contact__block .wpforms-container-full .wpforms-form .wpforms-field-description {
  color: #333333;
  font-weight: 700;
}
.c-contact__block .wpforms-container-full .wpforms-field-description a {
  color: #58ACEA;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  text-decoration: underline;
}
.c-contact__block .wpforms-container-full .wpforms-field-description a:hover {
  text-decoration: none;
}
.c-contact__block .wpforms-container-full .wpforms-error-container {
  margin: 40px auto;
}
.c-contact__block .wpforms-container-full .wpforms-error-container a {
  text-decoration: underline;
}
.c-contact__block .wpforms-container-full .wpforms-error-container a:hover {
  text-decoration: none;
}
.c-contact__block .wpforms-container-full .wpforms-has-error .choices .choices__inner {
  background: #F7F7F7 !important;
  border-color: #E36666 !important;
}
.c-contact__block .wpforms-container-full label.wpforms-error {
  color: #E36666 !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  line-height: 1.4285714286 !important;
  margin-top: 5px !important;
}

.shop-gallery {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .shop-gallery {
    margin: 0 auto;
    max-width: 890px;
  }
}
.shop-gallery .shop-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .shop-gallery .shop-gallery__list {
    margin: 0 0 20px;
  }
}
.shop-gallery .shop-gallery__list.is-active .shop-gallery__item:nth-child(n+8) {
  display: block;
}
.shop-gallery .shop-gallery__list .shop-gallery__item {
  display: none;
  margin: 0 0 50px;
  width: 21.0112359551%;
}
@media screen and (max-width: 1280px) {
  .shop-gallery .shop-gallery__list .shop-gallery__item {
    margin: 0 0 30px;
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
  .shop-gallery .shop-gallery__list .shop-gallery__item {
    margin: 0 0 20px;
    width: 47.3053892216%;
  }
}
.shop-gallery .shop-gallery__list .shop-gallery__item:nth-child(-n+8) {
  display: block;
}
.shop-gallery .shop-gallery__list .shop-gallery__item.is-dammy {
  display: block;
  height: 0;
  margin-bottom: 0;
}
.shop-gallery .shop-gallery__list .shop-gallery__item .shop-gallery__link {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.shop-gallery .shop-gallery__list .shop-gallery__item .shop-gallery__link:hover {
  opacity: 0.7;
}
.shop-gallery .shop-gallery__list .shop-gallery__item .shop-gallery__link .shop-gallery__image {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  height: auto;
  width: 100%;
}

.shop-menu {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .shop-menu {
    margin: 0 auto;
    max-width: 890px;
  }
}
.shop-menu .shop-menu__list {
  list-style: none;
  max-height: auto;
  padding: 0;
  transition: height 0.7s linear;
}
.shop-menu .shop-menu__list.is-active li:nth-child(n+3) {
  display: flex;
}
.shop-menu .shop-menu__list li {
  align-items: flex-start;
  display: none;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 650px) {
  .shop-menu .shop-menu__list li {
    flex-direction: column;
    margin: 0 0 60px;
  }
}
.shop-menu .shop-menu__list li:nth-child(-n+3) {
  display: flex;
}
.shop-menu .shop-menu__list li .shop-menu__image {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  height: auto;
  width: 42.1348314607%;
}
@media screen and (max-width: 650px) {
  .shop-menu .shop-menu__list li .shop-menu__image {
    margin: 0 0 20px;
    width: 100%;
  }
}
.shop-menu .shop-menu__list li .shop-menu__text-block {
  width: 53.3707865169%;
}
@media screen and (max-width: 650px) {
  .shop-menu .shop-menu__list li .shop-menu__text-block {
    width: 100%;
  }
}
.shop-menu .shop-menu__list li .shop-menu__text-block .shop-menu__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 2px;
}
@media screen and (max-width: 650px) {
  .shop-menu .shop-menu__list li .shop-menu__text-block .shop-menu__title {
    margin: 0 0 10px;
  }
}
.shop-menu .shop-menu__list li .shop-menu__text-block .shop-menu__price {
  color: #E36C6C;
  font-weight: 700;
  margin: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .shop-menu .shop-menu__list li .shop-menu__text-block .shop-menu__price {
    margin: 0 0 10px;
  }
}
.shop-menu .shop-menu__list li .shop-menu__text-block .shop-menu__text {
  font-size: 14px;
  line-height: 2;
}
.shop-menu .shop-menu__list li .shop-menu__text-block .shop-menu__text a {
  color: #2F8E71;
  text-decoration: underline;
}
.shop-menu .shop-menu__list li .shop-menu__text-block .shop-menu__text a:hover {
  text-decoration: none;
}

.shop-voice__list.is-active .shop-voice__items:nth-child(n+2) {
  display: grid;
}
@media screen and (max-width: 650px) {
  .shop-voice__list.is-active .shop-voice__items:nth-child(n+2) {
    display: flex;
  }
}

.shop-voice__items {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: none;
  grid-template-columns: 83px 1fr;
  grid-template-rows: minmax(55px, auto) 1fr;
  margin: 0 auto 30px;
  padding: 20px 17px 33px 34px;
  row-gap: 17px;
  width: 76.2921348315%;
}
@media screen and (max-width: 1280px) {
  .shop-voice__items {
    max-width: 679px;
    padding: 19px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .shop-voice__items {
    -moz-column-gap: normal;
         column-gap: normal;
    flex-wrap: wrap;
    grid-template-columns: none;
    grid-template-rows: none;
    justify-content: space-between;
    margin-bottom: 20px;
    row-gap: normal;
  }
}
.shop-voice__items:nth-child(-n+2) {
  display: grid;
}
@media screen and (max-width: 650px) {
  .shop-voice__items:nth-child(-n+2) {
    display: flex;
  }
}
.shop-voice__items .shop-voice__image-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-row: 1/3;
  grid-column: 1/2;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .shop-voice__items .shop-voice__image-block {
    align-items: flex-start;
    grid-row: auto;
    grid-column: auto;
    margin: 0 0 20px;
    width: 17.6870748299%;
  }
}
.shop-voice__items .shop-voice__image-block .shop-voice__image {
  height: auto;
  margin: 0 auto 13px;
  width: 83px;
}
@media screen and (max-width: 650px) {
  .shop-voice__items .shop-voice__image-block .shop-voice__image {
    margin-bottom: 3px;
    width: 100%;
  }
}
.shop-voice__items .shop-voice__image-block .shop-voice__image-text {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .shop-voice__items .shop-voice__image-block .shop-voice__image-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.shop-voice__items .shop-voice__title-block {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 650px) {
  .shop-voice__items .shop-voice__title-block {
    grid-row: auto;
    grid-column: auto;
    margin: 0 0 20px;
    width: 74.8299319728%;
  }
}
.shop-voice__items .shop-voice__title-block .shop-voice__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 9px;
}
.shop-voice__items .shop-voice__title-block .shop-voice__stars {
  display: flex;
  list-style: none;
  padding: 0;
}
.shop-voice__items .shop-voice__title-block .shop-voice__stars.is-1 .shop-voice__star:nth-child(n+2) path {
  fill: #EDEDED;
}
.shop-voice__items .shop-voice__title-block .shop-voice__stars.is-2 .shop-voice__star:nth-child(n+3) path {
  fill: #EDEDED;
}
.shop-voice__items .shop-voice__title-block .shop-voice__stars.is-3 .shop-voice__star:nth-child(n+4) path {
  fill: #EDEDED;
}
.shop-voice__items .shop-voice__title-block .shop-voice__stars.is-4 .shop-voice__star:nth-child(n+5) path {
  fill: #EDEDED;
}
.shop-voice__items .shop-voice__title-block .shop-voice__stars .shop-voice__star {
  height: auto;
  margin-right: 9px;
  width: 20px;
}
.shop-voice__items .shop-voice__text-block {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 100%;
}
.shop-voice__items .shop-voice__text-block .shop-voice__text {
  display: -webkit-box;
  font-size: 1.4rem;
  height: 100px;
  line-height: 1.8571428571;
  overflow: hidden;
  transition: height 0.5s linear;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 制限したい行数が3の場合 */
}
.shop-voice__items .shop-voice__text-block .shop-voice__text.is-active {
  display: block;
  height: auto;
}
.shop-voice__items .shop-voice__text-block .shop-voice__more {
  color: #A7A7A7;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  margin: 20px 0 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 650px) {
  .shop-voice__items .shop-voice__text-block .shop-voice__more {
    text-align: center;
    width: 100%;
  }
}
.shop-voice__items .shop-voice__text-block .shop-voice__more:hover {
  opacity: 0.7;
}
.shop-voice__items .shop-voice__text-block .shop-voice__more::after {
  border-bottom: 1px solid #A7A7A7;
  border-right: 1px solid #A7A7A7;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 2px 20px;
  transform: rotate(45deg);
  width: 8px;
}
.shop-voice__items .shop-voice__text-block .shop-voice__more.is-active::after {
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #A7A7A7;
  border-left: 1px solid #A7A7A7;
  vertical-align: text-bottom;
}

.shop-movie__block {
  margin: 0 0 0 auto;
  padding: 0 40px 0 38px;
  position: relative;
  width: calc(100% + 40px);
}
@media screen and (max-width: 1280px) {
  .shop-movie__block {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.shop-movie__block .swiper-button-prev, .shop-movie__block .c-pr .swiper-button-next, .c-pr .shop-movie__block .swiper-button-next {
  padding: 18px;
}
.shop-movie__block .swiper-button-prev::before, .shop-movie__block .c-pr .swiper-button-next::before, .c-pr .shop-movie__block .swiper-button-next::before {
  background-color: #138179;
  border-radius: 50%;
  content: "";
  display: block;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
}
@media screen and (max-width: 1280px) {
  .shop-movie__block .swiper-button-prev::before, .shop-movie__block .c-pr .swiper-button-next::before, .c-pr .shop-movie__block .swiper-button-next::before {
    left: -35px;
  }
}
@media screen and (max-width: 650px) {
  .shop-movie__block .swiper-button-prev::before, .shop-movie__block .c-pr .swiper-button-next::before, .c-pr .shop-movie__block .swiper-button-next::before {
    height: 36px;
    left: -27px;
    width: 36px;
  }
}
.shop-movie__block .swiper-button-prev::after, .shop-movie__block .c-pr .swiper-button-next::after, .c-pr .shop-movie__block .swiper-button-next::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  left: 22px;
  top: 20px;
  transform: rotate(45deg);
  width: 16px;
}
@media screen and (max-width: 1280px) {
  .shop-movie__block .swiper-button-prev::after, .shop-movie__block .c-pr .swiper-button-next::after, .c-pr .shop-movie__block .swiper-button-next::after {
    left: -13px;
  }
}
@media screen and (max-width: 650px) {
  .shop-movie__block .swiper-button-prev::after, .shop-movie__block .c-pr .swiper-button-next::after, .c-pr .shop-movie__block .swiper-button-next::after {
    height: 10px;
    left: -13px;
    top: 13px;
    width: 10px;
  }
}
.shop-movie__block .swiper-button-next {
  padding: 18px;
}
.shop-movie__block .swiper-button-next::before {
  background-color: #138179;
  border-radius: 50%;
  content: "";
  display: block;
  height: 54px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 54px;
}
@media screen and (max-width: 1280px) {
  .shop-movie__block .swiper-button-next::before {
    right: -35px;
  }
}
@media screen and (max-width: 650px) {
  .shop-movie__block .swiper-button-next::before {
    height: 36px;
    right: -27px;
    width: 36px;
  }
}
.shop-movie__block .swiper-button-next::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 27px;
  top: 20px;
  transform: rotate(45deg);
  width: 16px;
}
@media screen and (max-width: 1280px) {
  .shop-movie__block .swiper-button-next::after {
    right: -13px;
  }
}
@media screen and (max-width: 650px) {
  .shop-movie__block .swiper-button-next::after {
    height: 10px;
    right: -13px;
    top: 13px;
    width: 10px;
  }
}

.shop-movie__slider .shop-movie__items {
  margin-right: 32px;
  width: 0.312573443;
}
@media screen and (max-width: 1280px) {
  .shop-movie__slider .shop-movie__items {
    margin-right: 20px;
    width: 0.312573443;
  }
}
.shop-movie__slider .shop-movie__items .shop-movie__link {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .shop-movie__slider .shop-movie__items .shop-movie__link {
    width: 100%;
  }
}
.shop-movie__slider .shop-movie__items .shop-movie__thumb {
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.shop-movie__slider .shop-movie__items .shop-movie__thumb::after {
  background: url("images/btn-play.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 75px;
}
@media screen and (max-width: 1280px) {
  .shop-movie__slider .shop-movie__items .shop-movie__thumb::after {
    height: 55px;
    width: 55px;
  }
}
.shop-movie__slider .shop-movie__items .shop-movie__thumb img {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .shop-aboutus {
    margin: 0 auto;
    max-width: 890px;
  }
}

.shop-aboutus__text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.shop-aboutus__text a {
  color: #2F8E71;
  text-decoration: underline;
}
.shop-aboutus__text a:hover {
  text-decoration: none;
}

.rule-section {
  margin: 140px auto 240px;
  max-width: 748px;
}
@media screen and (max-width: 1280px) {
  .rule-section {
    margin: 60px auto 120px;
    width: 100%;
  }
}
.rule-section h2 {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.7391304348;
  margin-bottom: 20px;
  text-align: center;
}
.rule-section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7777777778;
}
.rule-section p {
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .rule-section p {
    margin-bottom: 30px;
  }
}
.rule-section ol {
  padding: 0 0 0 1.8em;
}
.rule-section ol.is-round-brackets li {
  counter-increment: cnt;
  list-style-type: none;
  list-style-position: inside;
  text-indent: -1.8em;
}
.rule-section ol.is-round-brackets li:before {
  content: "(" counter(cnt) ") ";
  display: marker;
}
.rule-section ol.is-space-small li {
  margin-bottom: 5px;
}
.rule-section ol li {
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .rule-section ol li {
    margin-bottom: 30px;
  }
}

.rule-head__text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin: 15px 0 0;
}

.faq-headline {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 75px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .faq-headline {
    margin: 0 0 59px;
  }
}

.faq-list {
  background-color: #F7F7F7;
  border-radius: 20px;
  margin: 0 0 30px;
  padding: 30px 40px 30px 80px;
}
@media screen and (max-width: 1280px) {
  .faq-list {
    margin: 0 0 20px;
    padding: 20px 20px 20px 78px;
  }
}
.faq-list:last-child {
  margin: 0;
}
.faq-list dt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 20px;
  position: relative;
}
.faq-list dt::before {
  background-color: #179F6B;
  border-radius: 50%;
  color: #fff;
  content: "Q";
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  height: 38px;
  line-height: 32px;
  position: absolute;
  left: -58px;
  top: 2px;
  text-align: center;
  width: 38px;
  z-index: 1;
}
.faq-list dd {
  line-height: 2.125;
  position: relative;
}
.faq-list dd::before {
  background-color: #fff;
  border-radius: 50%;
  content: "A";
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  height: 38px;
  line-height: 36px;
  position: absolute;
  left: -58px;
  top: 4px;
  text-align: center;
  width: 38px;
  z-index: 1;
}

.onlytags__headline {
  color: #0E605A;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .onlytags__headline {
    font-size: 2.4rem;
    text-align: center;
  }
}

.onlytags__head-text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin: 9px 0 0;
}
@media screen and (max-width: 1280px) {
  .onlytags__head-text {
    margin: 20px 0 0;
    text-align: center;
  }
}

.onlytags__block {
  margin: 0 auto;
  max-width: 766px;
}
.onlytags__block .onlytags__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.onlytags__block .onlytags__list li {
  margin: 20px 0 0;
  width: 48.6945169713%;
}
@media screen and (max-width: 650px) {
  .onlytags__block .onlytags__list li {
    width: 100%;
  }
}
.onlytags__block .onlytags__list li .onlytags__items {
  background-color: #E1EFE2;
  border-radius: 20px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 19px;
}
.onlytags__block .onlytags__list li .onlytags__items:hover {
  opacity: 0.7;
}

.pickup-list-wrapper {
  padding: 80px 0 336px;
}
@media screen and (max-width: 1280px) {
  .pickup-list-wrapper {
    padding: 36px 0 360px;
  }
}

.pickup-head {
  margin: 0 0 80px -40px;
  min-height: 227px;
  position: relative;
  width: calc(100% + 80px);
}
@media screen and (max-width: 1280px) {
  .pickup-head {
    margin: 0 0 40px -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 650px) {
  .pickup-head {
    margin-left: -20px;
    min-height: 299px;
    width: calc(100% + 40px);
  }
}
.pickup-head::before {
  background-color: rgba(44, 44, 44, 0.7);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.pickup-head .pickup-head__inner {
  padding: 33px 40px 27px 40px;
}
@media screen and (max-width: 1280px) {
  .pickup-head .pickup-head__inner {
    padding: 33px 30px 27px 30px;
  }
}
@media screen and (max-width: 650px) {
  .pickup-head .pickup-head__inner {
    padding: 33px 20px 24px 40px;
  }
}
.pickup-head .pickup-head__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}

.pickup-head__banner {
  background-color: #179F6B;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 11px;
  padding: 9px 19px 9px 13px;
}

.pickup-head__date-block {
  align-items: center;
  display: flex;
  margin-bottom: 11px;
}
.pickup-head__date-block .pickup-head__date {
  color: #fff;
  font-size: 1.8rem;
  line-height: 0.3888888889;
  margin-right: 26px;
}
.pickup-head__date-block .pickup-head__tag {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 4px 13px 3px 12px;
}
.pickup-head__date-block .pickup-head__tag.is-food {
  background-color: #FAE19C;
}
.pickup-head__date-block .pickup-head__tag.is-business {
  background-color: #9CD2FA;
}
.pickup-head__date-block .pickup-head__tag.is-recruit::before {
  background-color: #94E69D;
}

.pickup-head__headline {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.recruit-info {
  margin: 0 0 140px;
}
@media screen and (max-width: 1280px) {
  .recruit-info {
    margin: 0 0 80px;
  }
}

.recruit-info__item {
  border: 1px solid #C6C6C6;
  border-radius: 20px;
  margin: 0 auto 30px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .recruit-info__item {
    max-width: 890px;
  }
}
@media screen and (max-width: 650px) {
  .recruit-info__item {
    margin: 0 auto 20px;
  }
}
.recruit-info__item:last-of-type {
  margin-bottom: 0;
}
.recruit-info__item .recruit-info__show {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 35px 35px 25px;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show {
    flex-direction: column;
    padding: 19px;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__image-block {
  width: 36.6421568627%;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__image-block {
    margin: 0 auto 20px;
    max-width: 570px;
    width: 100%;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__image-block .recruit-info__image-wrapper {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recruit-info__item .recruit-info__show .recruit-info__image-block .recruit-info__image-wrapper .recruit-info__image {
  display: block;
  height: auto;
  width: 100%;
}
.recruit-info__item .recruit-info__show .recruit-info__text-block {
  width: 57.1078431373%;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__text-block {
    width: 100%;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__headline, .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__pay {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__headline, .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__pay {
    margin: 0 0 12px;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__pay {
  line-height: 1.4166666667;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__pay {
    margin: 0 0 15px;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__tag-list li {
  margin: 0 10px 15px 0;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__tag-list li {
    margin: 0 15px 10px 0;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__tag-list li .recruit-info__tag-item {
  background-color: #F5F5F5;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  height: 37px;
  line-height: 1.5;
  padding: 10px 15px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__tag-list li .recruit-info__tag-item {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__text {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 40px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__text {
    margin: 0 0 30px;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 433px;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block {
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button, .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view {
  align-items: center;
  background-color: #0E605A;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  line-height: 1.4705882353;
  margin: 0 0 10px 10px;
  padding: 10px;
  transition: opacity 0.3s ease;
  width: 206px;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button, .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view {
    margin-right: 0;
  }
  .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button:last-of-type, .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view:last-of-type {
    margin-bottom: 0;
  }
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button:hover, .recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view:hover {
  opacity: 0.7;
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view {
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
  position: relative;
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view::before {
  content: "募集要項をみる";
  display: block;
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view::after {
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  content: "";
  display: inline-block;
  height: 6px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 19px;
  top: 0;
  width: 6px;
  transform: rotate(45deg);
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view.is-active::before {
  content: "とじる";
  display: block;
}
.recruit-info__item .recruit-info__show .recruit-info__text-block .recruit-info__button-block .recruit-info__button-view.is-active::after {
  border-bottom: none;
  border-right: none;
  border-left: 2px solid #333333;
  border-top: 2px solid #333333;
}
.recruit-info__item .recruit-info__hide {
  border-top: 1px solid #D0D0D0;
  display: none;
  margin: 26px 0 0;
  padding: 50px 45px 41px;
}
@media screen and (max-width: 1280px) {
  .recruit-info__item .recruit-info__hide {
    border-top: none;
    margin: 0;
    padding: 38px 19px 19px;
  }
}
.recruit-info__item .recruit-info__hide.is-active {
  display: block;
}
.recruit-info__item .recruit-info__table {
  border-radius: 20px;
  margin: 28px auto 0;
  overflow: hidden;
  max-width: 978px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__table {
    margin: 0;
  }
}
.recruit-info__item .recruit-info__table tr {
  border: 2px solid #fff;
}
.recruit-info__item .recruit-info__table tr:last-of-type {
  border: none;
}
.recruit-info__item .recruit-info__table th {
  background-color: #138179;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding: 17px 14px;
  text-align: center;
  width: 11.7586912065%;
}
@media screen and (max-width: 1280px) {
  .recruit-info__item .recruit-info__table th {
    width: 25.4295532646%;
  }
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__table th {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    padding: 17px 10px;
  }
}
.recruit-info__item .recruit-info__table td {
  background-color: #ECF4F0;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding: 16px 33px 21px;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__table td {
    font-size: 1.4rem;
    padding: 19px;
  }
}
.recruit-info__item .recruit-info__table td .recruit-info__table-text {
  margin-bottom: 7px;
}
@media screen and (max-width: 650px) {
  .recruit-info__item .recruit-info__table td .recruit-info__table-text {
    margin-bottom: 0;
  }
}
.recruit-info__item .recruit-info__table td .recruit-info__table-list {
  padding: 0;
  list-style: none;
}
.recruit-info__item .recruit-info__table td .recruit-info__table-list li::before {
  content: "◆";
  display: inline-block;
}

.business-effort__block.is-bg .business-effort__items:nth-child(odd) {
  padding: 65px 0 60px;
}
.business-effort__block.is-bg .business-effort__items:nth-child(odd)::before {
  background: #F8F8F8;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  width: calc(100% + 80px);
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .business-effort__block.is-bg .business-effort__items:nth-child(odd)::before {
    margin: 0 calc(50% - 50vw);
    left: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 650px) {
  .business-effort__block.is-bg .business-effort__items:nth-child(odd) {
    padding: 20px 0 65px;
  }
}
.business-effort__block.is-small .business-effort__items .business-effort__image02-block {
  width: 36.7117117117%;
}
@media screen and (max-width: 650px) {
  .business-effort__block.is-small .business-effort__items .business-effort__image02-block {
    width: 100%;
  }
}
.business-effort__block.is-small .business-effort__items .business-effort__text-block {
  width: 58.7837837838%;
}
@media screen and (max-width: 650px) {
  .business-effort__block.is-small .business-effort__items .business-effort__text-block {
    width: 100%;
  }
}

.business-effort__items {
  margin: 0 0 45px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .business-effort__items {
    max-width: 890px;
    margin: 0 auto 55px;
  }
}
.business-effort__items:last-child {
  margin-bottom: 0;
}
.business-effort__items:nth-child(even) .business-effort__flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 650px) {
  .business-effort__items:nth-child(even) .business-effort__flex {
    flex-direction: column;
  }
}
.business-effort__items .business-effort__headline {
  margin: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .business-effort__items .business-effort__headline {
    margin: 0 0 18px;
  }
}
.business-effort__items .business-effort__image01-block {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  line-height: 0;
  margin: 0 0 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .business-effort__items .business-effort__image01-block {
    margin: 0 0 33px;
  }
}
.business-effort__items .business-effort__image01-block .business-effort__image01 {
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.business-effort__items .business-effort__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 1280px) {
  .business-effort__items .business-effort__title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 650px) {
  .business-effort__items .business-effort__title {
    margin: 0 0 20px;
  }
}
.business-effort__items .business-effort__text {
  line-height: 2.125;
}
.business-effort__items .business-effort__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .business-effort__items .business-effort__flex {
    flex-direction: column;
  }
}
.business-effort__items .business-effort__flex .business-effort__image02-block {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  width: 53.490990991%;
}
@media screen and (max-width: 650px) {
  .business-effort__items .business-effort__flex .business-effort__image02-block {
    margin: 0 0 20px;
    width: 100%;
  }
}
.business-effort__items .business-effort__flex .business-effort__image02-block .business-effort__image02 {
  height: auto;
  width: 100%;
}
.business-effort__items .business-effort__flex .business-effort__text-block {
  width: 44.1441441441%;
}
@media screen and (max-width: 650px) {
  .business-effort__items .business-effort__flex .business-effort__text-block {
    width: 100%;
  }
}

.event-detail {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .event-detail {
    margin: 0 auto;
    max-width: 890px;
  }
}

.event-detail__end-text {
  color: #939393;
  display: none;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.event-detail__end-text.is-end {
  display: block;
}

.event-detail__head {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.event-detail__tag {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.event-detail__tag li {
  background-color: #FAE19C;
  display: block;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  margin: 0 10px 10px 0;
  max-width: 120px;
  min-width: 68px;
  padding: 6px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .event-detail__tag li {
    font-size: 1rem;
    line-height: 1.3636363636;
  }
}

.event-detail__date {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 20px 9px 0;
}
@media screen and (max-width: 1280px) {
  .event-detail__date {
    margin-right: 12px;
  }
}

.event-detail__image-block {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .event-detail__image-block {
    margin: 0 0 20px;
  }
}
.event-detail__image-block img {
  aspect-ratio: 16/9;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.event-detail__items {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.event-detail__items:last-child {
  margin: 0;
}
@media screen and (max-width: 650px) {
  .event-detail__items {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
.event-detail__items .event-detail__image-small {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 53.3707865169%;
}
@media screen and (max-width: 650px) {
  .event-detail__items .event-detail__image-small {
    margin: 0 0 20px;
    width: 100%;
  }
}
.event-detail__items .event-detail__image-small ~ .event-detail__text-block {
  width: 42.2471910112%;
}
@media screen and (max-width: 650px) {
  .event-detail__items .event-detail__image-small ~ .event-detail__text-block {
    width: 100%;
  }
}
.event-detail__items .event-detail__text-block .event-detail__text {
  font-size: 1.4rem;
  line-height: 2;
}

.about__background {
  margin-bottom: 60px;
  padding: 40px 0 60px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .about__background {
    padding: 20px 0 0;
  }
}
.about__background::before {
  background: url("images/back-logo.jpg") repeat top left/contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 80px);
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .about__background::before {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 650px) {
  .about__background::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}

.about__headline {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width: 365px) {
  .about__headline {
    font-size: 2rem;
  }
}

.about__text {
  line-height: 2.125;
  margin: 0 0 40px;
}
.about__text:last-child {
  margin: 0;
}

.abont-head__logo {
  display: block;
  height: auto;
  margin: 0 auto 48px;
  text-align: center;
  width: 317px;
}
@media screen and (max-width: 1280px) {
  .abont-head__logo {
    margin-bottom: 53px;
    width: 195px;
  }
}

.abont-head__text-block {
  margin: 0 auto;
  max-width: 741px;
  width: 100%;
}

.about__contents-block {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 650px) {
  .about__contents-block {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.about__contents-block:last-child {
  margin: 0;
}
.about__contents-block .about__image {
  border-radius: 20px;
  display: block;
  height: auto;
  width: 34.0449438202%;
}
@media screen and (max-width: 650px) {
  .about__contents-block .about__image {
    margin: 0 0 20px;
    width: 100%;
  }
}
.about__contents-block .about__text-block {
  width: 63.3707865169%;
}
@media screen and (max-width: 650px) {
  .about__contents-block .about__text-block {
    width: 100%;
  }
}

.about__image-background {
  border-radius: 20px;
  height: auto;
  margin: 0 0 20px;
  width: 100%;
}

.about-foot {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.about-foot__headline {
  color: #179F6B;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .about-foot__headline {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.about-foot__headline.is-line::before {
  background: url("images/icon-line02.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  left: -54px;
  top: 8px;
  width: 40px;
}
@media screen and (max-width: 1280px) {
  .about-foot__headline.is-line::before {
    left: -42px;
  }
}
.about-foot__headline.is-line::after {
  background: url("images/icon-line02.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  right: -37px;
  top: 8px;
  transform: scale(-1, 1);
  width: 40px;
}
@media screen and (max-width: 1280px) {
  .about-foot__headline.is-line::after {
    right: -40px;
  }
}

.about-foot__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 38px 0 71px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .about-foot__list {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin: 42px 0 40px;
  }
}
.about-foot__list .about-foot__link-item {
  border-radius: 20px;
  padding: 5px;
  transition: opacity 0.3s ease;
  width: 32.1348314607%;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item {
    margin: 0 auto 20px;
    max-width: 470px;
    padding: 3px;
    width: 100%;
  }
}
.about-foot__list .about-foot__link-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item:last-child {
    margin-bottom: 0;
  }
}
.about-foot__list .about-foot__link-item.is-shop {
  background: rgb(116, 199, 123);
  background: linear-gradient(90deg, rgb(116, 199, 123) 0%, rgb(103, 190, 123) 7%, rgb(81, 184, 117) 25%, rgb(59, 157, 122) 45%, rgb(23, 159, 107) 55%, rgb(14, 96, 90) 100%);
}
.about-foot__list .about-foot__link-item.is-recruit {
  background: rgb(116, 199, 123);
  background: linear-gradient(90deg, rgb(116, 199, 123) 0%, rgb(103, 190, 123) 7%, rgb(81, 184, 117) 25%, rgb(59, 157, 122) 45%, rgb(23, 159, 107) 55%, rgb(14, 96, 90) 100%);
}
.about-foot__list .about-foot__link-item.is-business {
  background: rgb(116, 199, 123);
  background: linear-gradient(90deg, rgb(116, 199, 123) 0%, rgb(106, 194, 121) 7%, rgb(81, 184, 117) 25%, rgb(40, 166, 109) 45%, rgb(23, 159, 107) 55%, rgb(14, 96, 90) 100%);
}
.about-foot__list .about-foot__link-item .about-foot__link {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 36px 10px 28px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link {
    border-radius: 18px;
    flex-direction: row;
    padding: 29px 37px 29px 11px;
    text-align: left;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__sghop-icon {
  height: auto;
  margin-bottom: 28px;
  width: 81px;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__sghop-icon {
    margin-bottom: 0;
    width: 62px;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__recruit-icon {
  height: auto;
  margin-bottom: 22px;
  width: 70px;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__recruit-icon {
    margin-bottom: 0;
    width: 54px;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__business-block {
  position: relative;
  margin-bottom: 27px;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__business-block {
    margin-bottom: 0;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__business-block .about-foot__business-icon {
  display: block;
  height: auto;
  width: 100px;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__business-block .about-foot__business-icon {
    margin-bottom: 0;
    width: 60px;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__business-block .about-foot__pc-balloon {
  color: #FFF841;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  position: absolute;
  right: -66px;
  top: 24px;
  transform: scale(0.9);
  transform-origin: center center;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__business-block .about-foot__pc-balloon {
    display: none;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__business-block .about-foot__pc-balloon::after {
  background: url("images/balloon.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  right: -11px;
  top: -20px;
  width: 80px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block {
    margin-left: 14px;
    position: relative;
    width: 84.328358209%;
  }
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block::before {
    background-color: #138179;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: -33px;
    top: 0;
    width: 20px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block::before {
    right: -21px;
  }
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 6px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: -25px;
    top: 0;
    transform: rotate(45deg);
    width: 6px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block::after {
    right: -14px;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block .about-foot__headline {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4736842105;
  margin: 0 0 15px;
  padding-right: 37px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block .about-foot__headline {
    line-height: 1.5;
    margin-bottom: 2px;
    padding-right: 0;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block .about-foot__headline::before {
  background-color: #138179;
  border-radius: 50%;
  content: "";
  display: block;
  height: 27px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 27px;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block .about-foot__headline::before {
    display: none;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block .about-foot__headline::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 11px;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block .about-foot__headline::after {
    display: none;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block .about-foot__text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__text-block .about-foot__text {
    line-height: 1.5833333333;
    padding: 0 10px 0 0;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__tab-balloon {
  display: none;
  color: #FFF841;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2222222222;
  position: absolute;
  right: -10px;
  top: -6px;
  transform: scale(0.8);
  transform-origin: center center;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__tab-balloon {
    top: -11px;
    transform: scale(0.9);
    display: block;
  }
}
.about-foot__list .about-foot__link-item .about-foot__link .about-foot__tab-balloon::after {
  background: url("images/balloon.svg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 73px;
  position: absolute;
  right: -1px;
  top: -12px;
  width: 73px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .about-foot__list .about-foot__link-item .about-foot__link .about-foot__tab-balloon::after {
    height: 64px;
    right: -2px;
    width: 64px;
  }
}

.about-foot__tel {
  color: #179F6B;
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6904761905;
  margin: 0 0 15px;
}
@media screen and (max-width: 1280px) {
  .about-foot__tel {
    font-size: 4rem;
    line-height: 1.4166666667;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 365px) {
  .about-foot__tel {
    font-size: 3.2rem;
  }
}

.about-foot__tel-icon {
  height: auto;
  margin: 0 20px 0 0;
  width: 32px;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .about-foot__tel-icon {
    margin-right: 5px;
    width: 35px;
  }
}

.about-foot__date {
  color: #179F6B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin: 0 0 29px;
}
@media screen and (max-width: 1280px) {
  .about-foot__date {
    margin-bottom: 19px;
  }
}

.about-foot__button-block {
  height: 62px;
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 1280px) {
  .about-foot__button-block {
    height: 52px;
    max-width: 400px;
    width: 100%;
  }
}
.about-foot__button-block .about-foot__buttun {
  align-items: center;
  background: rgb(44, 96, 96);
  background: linear-gradient(0deg, rgb(44, 96, 96) 0%, rgb(51, 110, 104) 50%, rgb(144, 208, 141) 100%);
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  font-size: 1.5rem;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.news-detail__head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.news-detail__head .news-detail__head-block01 {
  margin-right: 10px;
}
.news-detail__head .news-detail__head-block01 .news-detail__head-date {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 0 10px;
}
.news-detail__head .news-detail__head-block01 .news-detail__head-title {
  font-size: 2.4rem;
  line-height: 1.5;
}
.news-detail__head .news-detail__head-block02 {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .news-detail__head .news-detail__head-block02 {
    position: absolute;
    right: 0;
    top: -50px;
  }
}

.c-detail__shop-contact-tab {
  display: none;
  margin: 0 auto;
  width: 333px;
}
@media screen and (max-width: 1280px) {
  .c-detail__shop-contact-tab {
    display: block;
  }
}
.c-detail__shop-contact-tab .c-detail__shop-tel-tab {
  border: 2px solid #1B9F6B;
  border-radius: 20px;
  color: #1B9F6B;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4642857143;
  text-align: center;
  width: 100%;
}

.news-detail__slider-list {
  display: flex;
  list-style: none;
  overflow-x: scroll;
  padding: 0;
  width: 100%;
}
.news-detail__slider-list .news-detail__slider-image {
  background-color: #e3e3e3;
  height: 356px;
  margin: 0 15px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 356px;
}
@media screen and (max-width: 650px) {
  .news-detail__slider-list .news-detail__slider-image {
    height: 291px;
    margin-right: 10px;
    width: 291px;
  }
}

.news-detail__body h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 13px;
}
.news-detail__body p {
  font-size: 1.4rem;
  line-height: 2.4285714286;
}
@media screen and (max-width: 1280px) {
  .news-detail__body p {
    line-height: 2;
  }
}
.news-detail__body a {
  color: #2F8E71;
  text-decoration: underline;
}
.news-detail__body a:hover {
  text-decoration: none;
}
.news-detail__body img {
  border-radius: 20px;
  display: inline-block;
  height: auto;
  margin: 0 15px 0 0;
  max-width: 100%;
}

.news-detail-pager {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  width: 495px;
}
@media screen and (max-width: 650px) {
  .news-detail-pager {
    flex-wrap: wrap;
    max-width: 100%;
    width: 300px;
  }
}
.news-detail-pager .news-detail-pager__prev {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 650px) {
  .news-detail-pager .news-detail-pager__prev {
    margin-right: 48px;
    order: 2;
  }
}
@media screen and (max-width: 365px) {
  .news-detail-pager .news-detail-pager__prev {
    margin-right: 30px;
  }
}
.news-detail-pager .news-detail-pager__prev:hover {
  opacity: 0.7;
}
.news-detail-pager .news-detail-pager__prev::before {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 10px 0 0;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
  width: 7px;
}
.news-detail-pager .news-detail-pager__next {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 650px) {
  .news-detail-pager .news-detail-pager__next {
    margin-left: 48px;
    order: 2;
  }
}
@media screen and (max-width: 365px) {
  .news-detail-pager .news-detail-pager__next {
    margin-left: 30px;
  }
}
.news-detail-pager .news-detail-pager__next:hover {
  opacity: 0.7;
}
.news-detail-pager .news-detail-pager__next::after {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 0 0 10px;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
  width: 7px;
}
.news-detail-pager .news-detail-pager__list {
  border: 2px solid #707070;
  border-radius: 20px;
  display: block;
  height: 40px;
  padding: 8px;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 208px;
}
@media screen and (max-width: 650px) {
  .news-detail-pager .news-detail-pager__list {
    margin: 0 auto 30px;
    order: 1;
    width: 208px;
  }
}
.news-detail-pager .news-detail-pager__list:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */