@charset "UTF-8";
/*
Theme Name: NIGIWAI_THEME
Theme URI: https://www.inabe-nigiwai.jp
Description: にぎわいの森 公式サイト.
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 1.2.0
.
にぎわいの森 公式サイト
.

2021.05.07 Ver1.0 -	リリース

*/
/* 変数
------------------------------------*/
/* 外部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;
  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;
  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 {
  -webkit-backface-visibility: visible;
  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 {
  -webkit-backface-visibility: visible !important;
  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 {
  -webkit-backface-visibility: visible !important;
  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;
  -webkit-backface-visibility: visible !important;
  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 {
  -webkit-backface-visibility: visible !important;
  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: 100%;
  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: #000;
  font-family: "Nunito Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0;
  line-height: 2;
  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: 980px) {
  body {
    font-size: 1.4rem;
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-noscroll {
  position: fixed;
  overflow-y: scroll;
}

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

.c-header {
  height: 100%;
  pointer-events: none;
  padding: 25px 0 0;
  position: fixed;
  width: 84px;
  z-index: 500;
}
@media screen and (max-width: 980px) {
  .c-header {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 51px;
    z-index: 1000;
  }
}
.c-header .c-header__logo {
  padding: 0 7px 86px;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__logo {
    padding: 0 11px 0 6px;
  }
}
.c-header .c-header__logo .c-header__logo-link {
  line-height: 0;
  pointer-events: visible;
}
.c-header .c-header__logo .c-header__logo-link:hover {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__main {
    display: none;
  }
}
.c-header .c-header__main .c-header__menu {
  list-style: none;
  padding: 0 0 35px;
}
.c-header .c-header__main .c-header__menu .c-header__menu-items {
  padding: 0 0 15px 14px;
  position: relative;
}
.c-header .c-header__main .c-header__menu .c-header__menu-link {
  color: #000000;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 200;
  display: block;
  letter-spacing: 0;
  line-height: 1.9rem;
  pointer-events: visible;
  position: relative;
  white-space: nowrap;
}
.c-header .c-header__main .c-header__menu .c-header__menu-link:hover {
  opacity: 1;
}
.c-header .c-header__main .c-header__menu .c-header__menu-link:hover .c-header__menu-link-en {
  opacity: 0;
  transition: opacity 0.3s ease-out 0.2s;
}
.c-header .c-header__main .c-header__menu .c-header__menu-link:hover .c-header__menu-link-ja {
  opacity: 1;
  transition: opacity 0.3s ease-out 0.2s;
}
.c-header .c-header__main .c-header__menu .c-header__menu-link .c-header__menu-link-en {
  font-family: "Nunito Sans", sans-serif;
  transition: opacity 0.3s ease-out 0.2s;
  z-index: 1;
}
.c-header .c-header__main .c-header__menu .c-header__menu-link .c-header__menu-link-ja {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-out 0.2s;
  width: 100%;
  z-index: 3;
}
.c-header .c-header__main .c-header__sns {
  list-style: none;
  padding: 0 0 0 24px;
}
.c-header .c-header__main .c-header__sns::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 5px 0 0;
  width: 25px;
}
.c-header .c-header__main .c-header__sns li {
  padding: 0 0 5px;
}
.c-header .c-header__main .c-header__sns a {
  display: block;
  height: 25px;
  line-height: 0;
  transition: opacity 0.3s ease;
  padding: 5px;
  pointer-events: visible;
  width: 25px;
}
.c-header .c-header__main .c-header__sns a:hover {
  opacity: 0.35;
}
.c-header .c-header__hamburger {
  display: none;
  height: 22px;
  line-height: 0;
  outline: none;
  pointer-events: visible;
  position: absolute;
  left: 11px;
  top: 29px;
  width: 28px;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__hamburger {
    display: block;
  }
}
.c-header .c-header__fixed-button {
  background-color: #000;
  color: #fff;
  display: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  height: 76px;
  letter-spacing: 0.1em;
  outline: none;
  padding: 0 0 20px 6px;
  pointer-events: visible;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 51px;
  z-index: 600;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__fixed-button {
    display: block;
  }
}
.c-header .c-header__fixed-button::before {
  background: url("images/btn-close-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 20px;
  opacity: 0;
  position: absolute;
  left: 6px;
  bottom: 5px;
  transition: opacity 0.3s ease;
  width: 20px;
}
.c-header .c-header__fixed-button::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 45px;
}
.c-header .c-header__fixed-button.is-active::before {
  opacity: 1;
}
.c-header .c-header__info {
  background-color: #F2F0F0;
  display: none;
  font-size: 1rem;
  height: 76px;
  padding: 6px 15px 0 81px;
  pointer-events: visible;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.3s ease;
  transform: translate3d(-100%, 0, 0);
  width: 100vw;
  z-index: 550;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__info {
    display: block;
  }
}
.c-header .c-header__info.is-active {
  transform: translate3d(0, 0, 0);
}
.c-header .c-header__info .c-header__info-date {
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 3px;
}
.c-header .c-header__info .c-header__info-text {
  line-height: 1.4;
  padding: 0 0 7px;
}
.c-header .c-header__info .c-header__info-more {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  font-weight: 200;
  line-height: 1.2;
}
.c-header .c-header__info .c-header__info-more::before {
  background-color: #707070;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 7px 2px 0;
  width: 41px;
}

.c-footer {
  background: #fff;
  padding: 0 0 22px;
  position: relative;
  width: 100%;
  z-index: 501;
}
@media screen and (max-width: 980px) {
  .c-footer {
    margin: 0 0 0 51px;
  }
}

.c-footer-upper {
  background: url("images/footer-image@2x.jpg") no-repeat center center/cover;
  height: 460px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .c-footer-upper {
    height: 320px;
  }
}
@media screen and (max-width: 650px) {
  .c-footer-upper {
    height: 116px;
  }
}

.c-footer-lower {
  padding: 52px 0 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-footer-lower {
    padding: 72px 0 0 28px;
  }
}
.c-footer-lower .c-footer__company {
  align-items: center;
  display: flex;
  padding: 0 0 14px;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__company {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.c-footer-lower .c-footer__company .c-footer__company-logo {
  display: block;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__company .c-footer__company-logo {
    margin: 0 0 27px;
  }
}
.c-footer-lower .c-footer__company .c-footer__company-info {
  border-right: solid 1px #000;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin: 0 19px 0 0;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__company .c-footer__company-info {
    border-right: none;
  }
}
.c-footer-lower .c-footer__company .c-footer__company-info .c-footer__company-name {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin: 0 0 7px;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__company .c-footer__company-info .c-footer__company-name {
    font-size: 1.2rem;
    margin: 0 0 17px;
  }
}
.c-footer-lower .c-footer__navi {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0 0 75px;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__navi {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 55px;
  }
}
.c-footer-lower .c-footer__menu {
  align-items: flex-end;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__menu .c-footer__menu-items {
    max-width: 150px;
    padding: 15px 0;
    width: 50%;
  }
}
.c-footer-lower .c-footer__menu .c-footer__menu-link {
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 0 3px;
}
@media screen and (max-width: 650px) {
  .c-footer-lower .c-footer__menu .c-footer__menu-link {
    font-size: 1.4rem;
  }
}
.c-footer-lower .c-footer__menu .c-footer__menu-link:hover {
  opacity: 0.6;
}
.c-footer-lower .c-footer__logo {
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 30px 0 0;
  width: 84px;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__logo {
    margin: 0 0 31px;
  }
}
.c-footer-lower .c-footer__copyright {
  border-top: solid 1px #000;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1;
  margin: 0 calc(50% - 50vw);
  padding: 10px calc(50vw - 50%) 0;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer__copyright {
    margin: 0;
    padding: 10px 0 0;
  }
}

.c-scrolltop {
  background: #000;
  display: inline-block;
  line-height: 0;
  max-width: 814px;
  padding: 13px 15px 18px;
  pointer-events: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
@media screen and (max-width: 980px) {
  .c-scrolltop {
    right: 0;
  }
}
.c-scrolltop .c-scrolltop__icon {
  transition: transform 0.3s ease;
}
.c-scrolltop:hover {
  opacity: 1;
}
.c-scrolltop:hover .c-scrolltop__icon {
  transform: translate3d(0, -2px, 0);
}

.c-headline__section {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 40px;
}
@media screen and (max-width: 980px) {
  .c-headline__section {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

.c-headline__page {
  line-height: 1;
  margin: 69px 0 22px;
  padding: 3px 0 4px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-headline__page {
    margin: 20px 0 22px;
    padding: 8px 0 5px;
    position: static;
  }
}
.c-headline__page .c-headline__page-en {
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 200;
}
@media screen and (max-width: 650px) {
  .c-headline__page .c-headline__page-en {
    font-size: 1.8rem;
  }
}
.c-headline__page .c-headline__page-en::after {
  content: "/";
  display: inline;
  font-size: 1.2rem;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 650px) {
  .c-headline__page .c-headline__page-en::after {
    padding: 0 0 0 5px;
  }
}
.c-headline__page .c-headline__page-ja {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0 0 0 4px;
}
@media screen and (max-width: 650px) {
  .c-headline__page .c-headline__page-ja {
    font-size: 1rem;
    padding: 0 0 0 3px;
    position: relative;
  }
}
.c-headline__page .c-headline__page-ja::before {
  background: #000;
  content: "";
  display: block;
  height: 73px;
  position: absolute;
  left: 190px;
  top: -70px;
  transform: rotate(23deg);
  width: 2px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .c-headline__page .c-headline__page-ja::before {
    left: 15px;
    top: -85px;
    width: 1px;
  }
}
.c-headline__page .c-headline__page-ja::after {
  background: #000;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  left: 157px;
  top: 37px;
  transform: rotate(23deg);
  width: 2px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .c-headline__page .c-headline__page-ja::after {
    height: 22px;
    left: -16px;
    top: 18px;
    width: 1px;
  }
}

.c-wrap {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-wrap {
    overflow-x: hidden;
    width: 100%;
  }
}

.c-contents {
  margin: 0 0 0 auto;
  max-width: 814px;
  min-height: 900px;
}
@media screen and (max-width: 980px) {
  .c-contents {
    padding: 0 20px 0 79px;
  }
}
.c-contents .c-contents__header {
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-contents .c-contents__header {
    max-width: none;
  }
}
.c-contents .c-contents__header .c-contents__header-image {
  display: block;
  height: auto;
  line-height: 0;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .c-contents .c-contents__header .c-contents__header-image {
    margin: 0 -20px 0 -19px;
  }
}
@media screen and (max-width: 980px) {
  .c-contents .c-contents__header .c-contents__header-image img {
    max-width: none;
    width: calc(100% + 39px);
  }
}
.c-contents .c-contents__header .c-contents__header-spacer {
  padding-top: 37px;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__header .c-contents__header-spacer {
    padding-top: 90px;
  }
}
.c-contents .c-contents__header .c-contents__header-decoration {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.c-contents .c-contents__header .c-contents__header-decoration.is-brown {
  left: 298px;
  top: 97px;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__header .c-contents__header-decoration.is-brown {
    left: 93px;
    top: 173px;
  }
}
.c-contents .c-contents__header .c-contents__header-decoration.is-blue {
  left: 413px;
  top: 62px;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__header .c-contents__header-decoration.is-blue {
    left: 135px;
    top: 166px;
    width: 142px;
  }
}
.c-contents .c-contents__header .c-contents__header-decoration.is-yellow {
  left: 287px;
  top: 56px;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__header .c-contents__header-decoration.is-yellow {
    left: 115px;
    top: 153px;
  }
}
.c-contents .c-contents__header .c-contents__header-decoration.is-green {
  left: 320px;
  top: 90px;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__header .c-contents__header-decoration.is-green {
    left: 105px;
    top: 160px;
  }
}

.c-bg-gray {
  background: #F2F0F0;
}

.c-bg-white {
  background: #fff;
}

.wp-block-group {
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 980px) {
  .wp-block-group {
    padding: 0 20px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 814px;
}

.c-breadcrumb {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5rem;
  list-style: none;
  padding: 0 0 13px;
}
.c-breadcrumb li {
  padding: 0 0.5em 0 0;
}
.c-breadcrumb li::after {
  content: " >";
}
.c-breadcrumb li:last-child::after {
  display: none;
}

.c-hr__default {
  border: none;
  border-bottom: solid 1px #000;
  width: 100%;
}

.c-pager {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 0 auto;
  max-width: 814px;
  padding: 0 0 50px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .c-pager {
    padding: 0;
  }
}
.c-pager .page-numbers {
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-family: "Nuito Sans", sans-serif;
  font-weight: 700;
  height: 28px;
  letter-spacing: -0.05em;
  line-height: 28px;
  margin: 0 2px;
  width: 28px;
}
.c-pager .page-numbers:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.c-pager .page-numbers.current {
  background: #000;
  color: #fff;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  border: none;
  margin: 0;
}
.c-pager .page-numbers.prev:hover, .c-pager .page-numbers.next:hover {
  background: none;
  color: #000;
}
.c-pager .page-numbers.dots {
  width: auto;
}
.c-pager .page-numbers.dots:hover {
  background: none;
  color: #000;
}

.c-loader {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 1;
  pointer-events: visible;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.6s ease-out 1.6s;
  width: 100%;
  z-index: 2000;
}
.c-loader.is-hide {
  display: none;
}
.c-loader.is-fadeout {
  opacity: 0;
  pointer-events: none;
}
.c-loader.is-fadeout .c-loader__image {
  opacity: 0;
}
.c-loader .c-loader__image {
  animation: fadeIn 1.2s ease-out;
  display: block;
  transition: opacity 0.6s ease-out 0.9s;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__image {
    height: auto;
    max-width: 140px;
  }
}

@keyframes scaleOut {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
.c-page-section {
  position: relative;
}

.c-hollow-dots-spinner, .c-hollow-dots-spinner * {
  box-sizing: border-box;
}

.c-hollow-dots-spinner {
  height: 15px;
  width: 90px;
}

.c-hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  border: 3px solid #777;
  border-radius: 50%;
  float: left;
  transform: scale(0);
  animation: c-hollow-dots-spinner-animation 2000ms ease infinite 0ms;
}

.c-hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: 300ms;
}

.c-hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: 600ms;
}

.c-hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: 900ms;
}

@keyframes c-hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-button__more {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  position: relative;
  text-align: right;
}
.c-button__more.is-small {
  font-size: 1.6rem;
}
.c-button__more:hover::before {
  transform: scaleX(1);
}
.c-button__more::before {
  background-color: #707070;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 11px 4px 0;
  transform: scaleX(0.6);
  transform-origin: center right;
  transition: transform 0.3s ease;
  width: 130px;
}

/* デフォルトtable */
.c-table__default {
  background: #fff;
  border: solid 1px #707070;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin: 45px 0 120px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  .c-table__default {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .c-table__default {
    font-size: 18px;
  }
}
.c-table__default tr {
  height: 90px;
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  .c-table__default tr {
    height: 67px;
  }
}
.c-table__default td,
.c-table__default th {
  border: solid 1px #707070;
  padding: 15px 25px;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .c-table__default th {
    border-bottom: none;
    display: block;
    position: relative;
    width: 100%;
  }
  .c-table__default th::after {
    border-bottom: solid 1px #707070;
    bottom: -15px;
    content: "";
    display: block;
    position: relative;
    width: 100%;
  }
  .c-table__default td {
    border-top: none;
    display: block;
    width: 100%;
  }
}

/* デフォルトdl */
.c-dl__default {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
.c-dl__default dt {
  float: left;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  width: 106px;
}
@media screen and (max-width: 650px) {
  .c-dl__default dt {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.c-dl__default dd {
  margin: 0 0 32px 106px;
  padding: 2px 0 0;
}
@media screen and (max-width: 650px) {
  .c-dl__default dd {
    margin: 0 0 20px;
    padding: 0;
  }
}

.c-sp-menu {
  background: #fff;
  display: block;
  height: 100%;
  overflow-y: scroll;
  padding: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease-out;
  width: 100%;
  z-index: 1100;
}
.c-sp-menu.is-active {
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.c-sp-menu__header {
  padding: 17px 0 15px 79px;
}
.c-sp-menu__header .c-sp-menu__logo {
  display: block;
  height: 40px;
  line-height: 0;
  width: 139px;
}
.c-sp-menu__header .c-sp-menu__close {
  display: block;
  height: 20px;
  line-height: 0;
  outline: none;
  pointer-events: auto;
  position: absolute;
  left: 15px;
  top: 26px;
  width: 20px;
}

.c-sp-menu__main {
  list-style: none;
  padding: 0 0 29px 79px;
}
.c-sp-menu__main li a {
  border-bottom: solid 1px #272727;
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  outline: none;
  padding: 19px 20px 19px 0;
  position: relative;
}
.c-sp-menu__main li a:hover::before {
  transform: translate3d(5px, 0, 0);
}
.c-sp-menu__main li a::before {
  background: url("images/icon-arrow-menu.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 6px 2px 0;
  transition: transform 0.3s ease;
  width: 5px;
}

.c-sp-menu__sns-menu {
  list-style: none;
  padding: 0 0 19px 99px;
  text-align: center;
}
.c-sp-menu__sns-menu::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 10px 0 0;
  width: 62px;
}
.c-sp-menu__sns-menu li a {
  display: block;
  line-height: 0;
  padding: 10px 12px;
  width: 62px;
}
.c-sp-menu__sns-menu li a:hover {
  opacity: 0.35;
}
.c-sp-menu__sns-menu li img {
  height: auto;
  width: 38px;
}

/* ユーティリティー
------------------------------------*/
/*
    .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;
}

@media screen and (max-width: 650px) {
  .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-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;
}

@media screen and (max-width: 650px) {
  .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-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;
}

@media screen and (max-width: 650px) {
  .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-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;
}

@media screen and (max-width: 650px) {
  .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-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: 980px) {
  .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: 980px) {
  .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: 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: #000;
}

.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-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, .aligncenter {
  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-textcenter-sp {
    text-align: center !important;
  }
}

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

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

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

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

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

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

@media screen and (max-width: 980px) {
  .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;
  }
}

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

/* サブページ
------------------------------------*/
.top-info .top-info__pinned {
  align-items: center;
  background-color: rgb(242, 240, 240);
  display: flex;
  font-size: 1rem;
  height: 46px;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 980px) {
  .top-info .top-info__pinned {
    display: none;
  }
}
.top-info .top-info__pinned:hover {
  background-color: rgba(242, 240, 240, 0.35);
}
.top-info .top-info__pinned:hover .top-info__pinned-more::before {
  transform: scaleX(1);
}
.top-info .top-info__pinned .top-info__pinned-title {
  align-items: center;
  background-color: #000000;
  color: #fff;
  display: flex;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  width: 72px;
}
.top-info .top-info__pinned .top-info__pinned-date {
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 0 22px;
  width: 95px;
}
.top-info .top-info__pinned .top-info__pinned-text {
  font-size: 1.1rem;
  line-height: 1.4;
  width: calc(100% - 330px);
}
.top-info .top-info__pinned .top-info__pinned-more {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 0 auto;
  padding: 0 20px 0 0;
  position: relative;
  text-align: right;
  width: 155px;
}
.top-info .top-info__pinned .top-info__pinned-more::before {
  background-color: #707070;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 10px 3px 0;
  transform: scaleX(0.5);
  transform-origin: center right;
  transition: transform 0.3s ease;
  width: 55px;
}

.top-kv-slider {
  height: 397px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top-kv-slider {
    height: 320px;
    margin: 0 -20px 0 -28px;
    width: calc(100% + 48px);
  }
}
@media screen and (max-width: 650px) {
  .top-kv-slider {
    height: 211px;
  }
}
.top-kv-slider .swiper-slide,
.top-kv-slider .slick-slide {
  line-height: 0;
}
.top-kv-slider img {
  display: block;
  height: 397px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top-kv-slider img {
    height: 320px;
  }
}
@media screen and (max-width: 650px) {
  .top-kv-slider img {
    height: 211px;
  }
}

.top-concept {
  padding: 26px 0 0;
}
.top-concept .top-concept__lead {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 110px 0 0;
}
@media screen and (max-width: 980px) {
  .top-concept .top-concept__lead {
    padding: 0 8px 0 0;
  }
}
.top-concept .top-concept__lead .top-concept__lead-headline {
  border-left: solid 2px #000;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.6em;
  line-height: 1;
  padding: 0 0 0 40px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  .top-concept .top-concept__lead .top-concept__lead-headline {
    font-size: 2.2rem;
    padding: 0 0 20px 18px;
  }
}
.top-concept .top-concept__lead .top-concept__lead-text {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5714285714em;
  line-height: 4;
  padding: 7px 35px 0 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  .top-concept .top-concept__lead .top-concept__lead-text {
    line-height: 3.6666666667;
    padding: 0;
  }
}
.top-concept .top-concept__detail {
  margin: -50px 0 0;
  padding: 0 0 68px;
}
@media screen and (max-width: 980px) {
  .top-concept .top-concept__detail {
    margin: 0;
    padding: 35px 0 49px;
  }
}
.top-concept .top-concept__detail .top-concept__detail-text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.1428571429;
  padding: 0 0 5px;
  max-width: 400px;
}
@media screen and (max-width: 980px) {
  .top-concept .top-concept__detail .top-concept__detail-text {
    padding: 0 0 27px;
  }
}
.top-concept .top-concept__detail .top-concept__detail-more {
  padding: 0 0 0 352px;
}
@media screen and (max-width: 980px) {
  .top-concept .top-concept__detail .top-concept__detail-more {
    padding: 0;
    text-align: right;
  }
}
.top-concept .top-concept__photo {
  display: block;
  height: 256px;
  line-height: 0;
  margin: 0 0 0 calc(50% - 50vw - 83px);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .top-concept .top-concept__photo {
    height: 200px;
    margin: 0 -20px 0 -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__photo {
    height: 130px;
  }
}
.top-concept .top-concept__photo img {
  max-width: none;
  min-width: 1400px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -30%);
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top-concept .top-concept__photo img {
    min-width: 850px;
  }
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__photo img {
    min-width: 480px;
  }
}

.top-shops-slider {
  margin: 0 calc(490px - 50vw) 0 0;
  overflow: hidden;
  padding: 0 0 50px;
}
@media screen and (max-width: 980px) {
  .top-shops-slider {
    margin: 0 -20px;
  }
}
.top-shops-slider .swiper-slide-duplicate .top-shops-slider__items .top-shops-slider__photo img,
.top-shops-slider .swiper-slide .top-shops-slider__items .top-shops-slider__photo img {
  transform: translate3d(-39px, 0, 0);
}
@media screen and (max-width: 650px) {
  .top-shops-slider .swiper-slide-duplicate .top-shops-slider__items .top-shops-slider__photo img,
  .top-shops-slider .swiper-slide .top-shops-slider__items .top-shops-slider__photo img {
    transform: translate3d(-27px, 0, 0);
  }
}
.top-shops-slider .swiper-slide-duplicate-prev .top-shops-slider__items .top-shops-slider__photo img,
.top-shops-slider .swiper-slide-prev .top-shops-slider__items .top-shops-slider__photo img {
  transform: translate3d(-156px, 0, 0);
}
@media screen and (max-width: 650px) {
  .top-shops-slider .swiper-slide-duplicate-prev .top-shops-slider__items .top-shops-slider__photo img,
  .top-shops-slider .swiper-slide-prev .top-shops-slider__items .top-shops-slider__photo img {
    transform: translate3d(-108px, 0, 0);
  }
}
.top-shops-slider .swiper-slide-duplicate-active .top-shops-slider__items .top-shops-slider__photo img,
.top-shops-slider .swiper-slide-active .top-shops-slider__items .top-shops-slider__photo img {
  transform: translate3d(-117px, 0, 0);
}
@media screen and (max-width: 650px) {
  .top-shops-slider .swiper-slide-duplicate-active .top-shops-slider__items .top-shops-slider__photo img,
  .top-shops-slider .swiper-slide-active .top-shops-slider__items .top-shops-slider__photo img {
    transform: translate3d(-81px, 0, 0);
  }
}
.top-shops-slider .swiper-slide-duplicate-next .top-shops-slider__items .top-shops-slider__photo img,
.top-shops-slider .swiper-slide-next .top-shops-slider__items .top-shops-slider__photo img {
  transform: translate3d(-78px, 0, 0);
}
@media screen and (max-width: 650px) {
  .top-shops-slider .swiper-slide-duplicate-next .top-shops-slider__items .top-shops-slider__photo img,
  .top-shops-slider .swiper-slide-next .top-shops-slider__items .top-shops-slider__photo img {
    transform: translate3d(-54px, 0, 0);
  }
}
.top-shops-slider .top-shops-slider__items {
  display: block;
  position: relative;
}
.top-shops-slider .top-shops-slider__items:hover .top-shops-slider__photo::before {
  opacity: 0;
}
.top-shops-slider .top-shops-slider__items:hover .top-shops-slider__more::before {
  transform: scaleX(1);
}
.top-shops-slider .top-shops-slider__items .top-shops-slider__photo {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 650px) {
  .top-shops-slider .top-shops-slider__items .top-shops-slider__photo {
    height: 246px;
  }
}
.top-shops-slider .top-shops-slider__items .top-shops-slider__photo::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 2;
}
.top-shops-slider .top-shops-slider__items .top-shops-slider__photo img {
  height: 100%;
  max-width: none;
  transition: transform 2.5s ease;
  width: auto;
}
.top-shops-slider .top-shops-slider__items .top-shops-slider__logo {
  position: absolute;
  left: 50%;
  bottom: 63px;
  transform: translate3d(-50%, 0, 0);
  transform-origin: center bottom;
}
@media screen and (max-width: 650px) {
  .top-shops-slider .top-shops-slider__items .top-shops-slider__logo {
    bottom: 40px;
    transform: translate3d(-50%, 0, 0) scale(98/144);
  }
}
.top-shops-slider .top-shops-slider__items .top-shops-slider__more {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.35;
  position: absolute;
  right: 8px;
  bottom: 8px;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .top-shops-slider .top-shops-slider__items .top-shops-slider__more {
    font-size: 1.2rem;
    right: 10px;
    bottom: 7px;
  }
}
.top-shops-slider .top-shops-slider__items .top-shops-slider__more::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 11px 4px 0;
  transform: scaleX(0.5);
  transform-origin: center right;
  transition: transform 0.3s ease;
  width: 100px;
}
@media screen and (max-width: 650px) {
  .top-shops-slider .top-shops-slider__items .top-shops-slider__more::before {
    margin: 0 3px 2px 0;
    width: 50px;
  }
}
.top-shops-slider .swiper-pagination {
  padding: 0 calc(50vw - 50%) 0 0;
}
@media screen and (max-width: 650px) {
  .top-shops-slider .swiper-pagination {
    padding: 0 0 0 20px;
    text-align: left;
  }
}
.top-shops-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #CCCBCB;
  height: 6px;
  margin: 0 7px;
  outline: none;
  opacity: 1;
  position: relative;
  transform-origin: center center;
  transition: transform 1.2s ease;
  width: 6px;
}
.top-shops-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.top-shops-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: swiperdot 5s linear;
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform-origin: left center;
  width: 14px;
}
.top-shops-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 10px;
}
.top-shops-slider .swiper-pagination .swiper-pagination-bullet:last-child::before {
  display: none;
}

@keyframes swiperdot {
  0% {
    transform: rotateY(30deg) translate3d(-100%, 0, 0);
  }
  100% {
    transform: rotateY(0deg) translate3d(50%, 0, 0);
  }
}
.top-events .top-events__link {
  text-align: right;
}
.top-events .top-events__link a {
  text-decoration: underline;
}
.top-events .top-events__link a:hover {
  text-decoration: none;
}

.top-fieldmap .top-fieldmap__bg {
  position: relative;
}
@media screen and (max-width: 980px) {
  .top-fieldmap .top-fieldmap__bg {
    margin: 0 -20px 0 calc(100% - 100vw + 20px);
    width: 100vw;
  }
}
.top-fieldmap .top-fieldmap__bg::before {
  background: url("images/bg-top-fieldmap@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 700px;
  position: absolute;
  left: calc(50% - 50vw - 83px);
  bottom: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .top-fieldmap .top-fieldmap__bg::before {
    left: 0;
  }
}
.top-fieldmap .top-fieldmap__picture {
  display: block;
}
@media screen and (max-width: 980px) {
  .top-fieldmap .top-fieldmap__picture {
    padding: 0 20px 0 51px;
  }
}
@media screen and (max-width: 650px) {
  .top-fieldmap .top-fieldmap__picture {
    overflow-x: scroll;
    padding: 0 0 0 51px;
  }
}
.top-fieldmap .top-fieldmap__picture img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .top-fieldmap .top-fieldmap__picture img {
    height: 500px;
    max-width: none;
    width: auto;
  }
}
.top-fieldmap .top-fieldmap__googlemap {
  position: relative;
}
.top-fieldmap .top-fieldmap__googlemap .top-fieldmap__googlemap-address {
  background-color: #fff;
  padding: 21px 7px 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 246px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .top-fieldmap .top-fieldmap__googlemap .top-fieldmap__googlemap-address {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
}
.top-fieldmap .top-fieldmap__googlemap .top-fieldmap__googlemap-address .top-fieldmap__googlemap-address-en {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.7142857143;
  padding: 0 0 10px;
}
.top-fieldmap .top-fieldmap__googlemap .top-fieldmap__googlemap-address .top-fieldmap__googlemap-address-ja {
  font-size: 1rem;
  line-height: 1.1;
}
.top-fieldmap .top-fieldmap__googlemap .top-fieldmap__googlemap-embed {
  height: 489px;
  margin: 0 0 0 calc(50% - 50vw - 83px);
  opacity: 0.6;
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .top-fieldmap .top-fieldmap__googlemap .top-fieldmap__googlemap-embed {
    height: 165px;
    margin: 0 -20px 0 calc(100% - 100vw + 20px);
  }
}
.top-fieldmap .top-fieldmap__googlemap iframe {
  height: 489px;
  margin: 0 0 0 calc(50% - 50vw - 83px);
  opacity: 0.6;
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .top-fieldmap .top-fieldmap__googlemap iframe {
    margin: 0 -20px 0 calc(100% - 100vw + 20px);
  }
}
.top-fieldmap .top-fieldmap__googlemap-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 27px 0 0;
}
.top-fieldmap .top-fieldmap__googlemap-links .top-fieldmap__googlemap-link {
  color: #777777;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 0 56px;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .top-fieldmap .top-fieldmap__googlemap-links .top-fieldmap__googlemap-link {
    margin: 0;
  }
}
.top-fieldmap .top-fieldmap__googlemap-links .top-fieldmap__googlemap-link:hover {
  text-decoration: none;
}
.top-fieldmap .top-fieldmap__googlemap-links .top-fieldmap__button {
  text-align: right;
}

.top-tourism .top-tourism__latest {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 734px;
}
@media screen and (max-width: 650px) {
  .top-tourism .top-tourism__latest {
    align-items: flex-start;
    flex-direction: column;
  }
}
.top-tourism .top-tourism__latest:hover .top-tourism__photo img {
  transform: scale(1.05);
}
.top-tourism .top-tourism__latest:hover .top-tourism__detail .top-tourism__more::before {
  transform: scaleX(1);
}
.top-tourism .top-tourism__photo {
  aspect-ratio: 317/212;
  border-radius: 5px;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 317px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .top-tourism .top-tourism__photo {
    aspect-ratio: 216/243;
    margin: 0 auto 15px -20px;
    width: calc(100% + 20px);
  }
}
.top-tourism .top-tourism__photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.top-tourism .top-tourism__detail {
  margin: 0 0 -45px -20px;
  max-width: 335px;
  width: calc(100% - 337px);
}
@media screen and (max-width: 650px) {
  .top-tourism .top-tourism__detail {
    margin: 0 0 0 -20px;
    text-align: left;
    width: 100%;
  }
}
.top-tourism .top-tourism__detail .top-tourism__detail-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .top-tourism .top-tourism__detail .top-tourism__detail-text {
    width: calc(100% + 20px);
  }
}
.top-tourism .top-tourism__date {
  font-family: "Nunito Sans", sans-serif;
  font-size: 7.8rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1.3717948718;
}
@media screen and (max-width: 980px) {
  .top-tourism .top-tourism__date {
    font-size: 4.4rem;
    line-height: 1.3636363636;
  }
}
.top-tourism .top-tourism__more {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  margin: 22px 0 0;
  position: relative;
  text-align: right;
}
.top-tourism .top-tourism__more::before {
  background-color: #707070;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 11px 4px 0;
  transform: scaleX(0.6);
  transform-origin: center right;
  transition: transform 0.3s ease;
  width: 130px;
}

.top-corona {
  padding: 90px 0 65px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top-corona {
    padding: 105px 0 10px;
  }
}
.top-corona::before {
  background-color: #F2F0F0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw - 83px);
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .top-corona::before {
    left: -28px;
    width: calc(100% + 48px);
  }
}
.top-corona .top-corona__headline {
  color: #6BC3EC;
  font-size: 2.4rem;
  font-weight: 700;
  opacity: 0.83;
  line-height: 1;
  padding: 0 0 50px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .top-corona .top-corona__headline {
    padding: 0 0 23px;
  }
}
.top-corona .top-corona__text {
  font-size: 1.6rem;
  opacity: 0.83;
  letter-spacing: 0.2em;
  line-height: 1.875;
  padding: 0 0 70px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .top-corona .top-corona__text {
    line-height: 1.75;
    padding: 0 0 50px;
    text-align: left;
  }
}
.top-corona .top-corona-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 65px;
}
@media screen and (max-width: 650px) {
  .top-corona .top-corona-items {
    flex-direction: column;
    padding: 45px 0 95px;
  }
}
.top-corona .top-corona-items .top-corona-items__headline {
  color: #6BC3EC;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  opacity: 0.83;
  padding: 0 0 27px 165px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .top-corona .top-corona-items .top-corona-items__headline {
    padding: 0 0 29px;
    text-align: center;
  }
}
.top-corona .top-corona-items .top-corona-items__picture {
  display: block;
  line-height: 0;
  margin: 0;
  width: 111px;
}
@media screen and (max-width: 650px) {
  .top-corona .top-corona-items .top-corona-items__picture {
    margin: 0 auto 23px;
  }
}
.top-corona .top-corona-items .top-corona-items__detail {
  width: calc(100% - 165px);
}
@media screen and (max-width: 650px) {
  .top-corona .top-corona-items .top-corona-items__detail {
    width: 100%;
  }
}
.top-corona .top-corona-items .top-corona-items__list {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  list-style: none;
  margin: 0 0 0 0.8em;
  opacity: 0.83;
  padding: 0;
  text-indent: -0.6em;
}
@media screen and (max-width: 650px) {
  .top-corona .top-corona-items .top-corona-items__list {
    line-height: 1.7142857143;
  }
}
.top-corona .top-corona-items .top-corona-items__list li::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 2px 2px 0;
  width: 6px;
}

.top-news .top-news-list {
  list-style: none;
  padding: 0;
  max-width: 564px;
}
@media screen and (max-width: 980px) {
  .top-news .top-news-list {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.top-news .top-news-list a {
  align-items: flex-start;
  border-bottom: solid 1px #707070;
  display: flex;
  justify-content: flex-start;
  padding: 26px 0 9px;
}
@media screen and (max-width: 650px) {
  .top-news .top-news-list a {
    padding: 39px 20px 19px;
    flex-direction: column;
  }
}
.top-news .top-news-list a:hover {
  opacity: 0.55;
}
.top-news .top-news-list a .top-news-list__date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.83;
  width: 100px;
}
@media screen and (max-width: 650px) {
  .top-news .top-news-list a .top-news-list__date {
    font-size: 1.2rem;
    padding: 0 0 14px;
    width: 100%;
  }
}
.top-news .top-news-list a .top-news-list__date::before {
  background: url("images/icon-arrow.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 18px 0 5px;
  width: 4px;
}
@media screen and (max-width: 650px) {
  .top-news .top-news-list a .top-news-list__date::before {
    margin: 0 6px 1px 0;
  }
}
.top-news .top-news-list a .top-news-list__text {
  font-size: 1.1rem;
  line-height: 1.2857142857;
  opacity: 0.83;
  width: 464px;
}
@media screen and (max-width: 650px) {
  .top-news .top-news-list a .top-news-list__text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    width: 100%;
  }
}
.top-news .top-news__link {
  text-align: right;
}
.top-news .top-news__link a {
  font-size: 1.2rem;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .top-news .top-news__link a {
    font-size: 1.4rem;
  }
}
.top-news .top-news__link a:hover {
  text-decoration: none;
}

.top-banner {
  text-align: center;
}
.top-banner .top-banner__link {
  display: inline-block;
  line-height: 0;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.top-banner .top-banner__link:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  transform: translate3d(0, -5px, 0);
}

.top-banner .top-banner__items {
  display: flex;
  height: 230px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .top-banner .top-banner__items {
    height: 86px;
    margin: 0 auto 41px;
    max-width: 295px;
    width: 100%;
  }
}
.top-banner .top-banner__items:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  transform: translate3d(0, -5px, 0);
}
.top-banner .top-banner__items:hover .top-banner__body-link::before {
  transform: scaleX(1.5);
}
.top-banner .top-banner__items .top-banner__photo {
  width: 39.8034398034%;
}
@media screen and (max-width: 650px) {
  .top-banner .top-banner__items .top-banner__photo {
    width: 37.9661016949%;
  }
}
.top-banner .top-banner__items .top-banner__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-banner .top-banner__items .top-banner__body {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 60.1965601966%;
}
@media screen and (max-width: 650px) {
  .top-banner .top-banner__items .top-banner__body {
    padding: 13px 0 0;
    width: 62.0338983051%;
  }
}
.top-banner .top-banner__items .top-banner__body .top-banner__body-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin: -18px 15.1020408163% 0 0;
}
@media screen and (max-width: 650px) {
  .top-banner .top-banner__items .top-banner__body .top-banner__body-title {
    font-size: 1rem;
    margin: -5px 12.5683060109% 0 0;
  }
}
.top-banner .top-banner__items .top-banner__body .top-banner__body-logo {
  margin: 0 11.6326530612% 0 0;
}
@media screen and (max-width: 650px) {
  .top-banner .top-banner__items .top-banner__body .top-banner__body-logo {
    height: 42px;
    margin: 0 8.1967213115% 0 0;
    width: 52px;
  }
}
@media screen and (max-width: 650px) and (max-width: 650px) {
  .top-banner .top-banner__items .top-banner__body .top-banner__body-logo img {
    display: block;
    height: 100%;
    width: 100%;
  }
}
.top-banner .top-banner__items .top-banner__body .top-banner__body-link {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 11.9164619165%;
}
.top-banner .top-banner__items .top-banner__body .top-banner__body-link::before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 10px 5px 0;
  transition: transform 0.3s ease;
  transform-origin: center right;
  width: 65px;
}
@media screen and (max-width: 650px) {
  .top-banner .top-banner__items .top-banner__body .top-banner__body-link {
    display: none;
  }
}

.contact-header {
  text-align: center;
}
.contact-header .contact-header__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 980px) {
  .contact-header .contact-header__text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
  }
}

.contact-footer .contact-footer__headline {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0 32px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .contact-footer .contact-footer__headline {
    font-size: 1.6rem;
    padding: 0 0 22px;
  }
}
.contact-footer .contact-footer__headline::after {
  background-color: #000;
  content: "";
  display: block;
  height: 7px;
  margin: 32px auto 0;
  width: 56px;
}
@media screen and (max-width: 980px) {
  .contact-footer .contact-footer__headline::after {
    margin: 22px auto 0;
    width: 48px;
  }
}
.contact-footer .contact-footer__tel {
  color: #000;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .contact-footer .contact-footer__tel {
    font-size: 2.2rem;
  }
}
.contact-footer .contact-footer__hour {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0 32px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .contact-footer .contact-footer__hour {
    padding: 0 0 22px;
  }
}
.contact-footer .contact-footer__address {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7142857143;
  text-align: center;
}

.c-contents .contact-form {
  margin: 0 auto;
  max-width: 662px;
}
.c-contents .wpforms-container {
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container {
    padding-bottom: 24px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field {
  padding: 16px 0;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-field-label-inline {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-required-label {
  display: none;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label {
  border-left: solid 6px #000;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 10px;
  min-height: 28px;
  padding: 0 0 0 8px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label .wpforms-required-label {
  color: #fff;
  display: block;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label .wpforms-required-label::before {
  color: #4FA966;
  content: "(必須)";
  font-size: 1.2rem;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea,
.c-contents .wpforms-container .wpforms-form .wpforms-field input {
  -webkit-appearance: none;
  background-color: rgba(248, 218, 135, 0.1);
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 11px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] {
  display: none !important;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 auto 0;
  padding: 0 0 0 30px;
  position: relative;
  text-align: left;
  width: auto;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: calc(50% - 11px);
  width: 20px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::after {
  border-right: solid 3px #000;
  border-bottom: solid 3px #000;
  content: "";
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 9px);
  left: 5px;
  transform: rotate(45deg);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 8px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field {
  /* selectbox */
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .selectbox {
  background-color: #fff;
  background-image: url("../images/platform/icon-select-arrow.svg");
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  border: solid 2px #F2F0F0;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  height: 66px;
  margin: 15px auto 0;
  max-width: 565px;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field .selectbox {
    background-position: calc(100% - 18px) center;
    background-size: 11px 7px;
    height: 50px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  height: 64px;
  line-height: 1.3;
  margin: 0 0 10px;
  outline: none;
  padding: 0 25px;
  width: 95%;
}
@media screen and (max-width: 980px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field .selectbox select {
    font-size: 1.4rem;
    height: 48px;
    padding: 7px 14px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-description {
  margin: 5px auto 0;
  text-align: left;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  background-color: #707070;
  border: none;
  border-radius: 18px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin: 0 auto;
  max-width: 297px;
  padding: 19px 0 17px;
  text-align: center;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  background-color: #4FA966;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:active {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

.concept .concept-summary {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 0 105px;
}
@media screen and (max-width: 980px) {
  .concept .concept-summary {
    flex-direction: column;
    padding: 0 0 63px;
  }
}
.concept .concept-summary .concept-summary__decoration {
  padding: 25px 0 0;
}
@media screen and (max-width: 980px) {
  .concept .concept-summary .concept-summary__decoration {
    margin: 0 -6px 53px auto;
    padding: 0;
    width: 170px;
  }
}
.concept .concept-summary .concept-summary__text {
  border-right: solid 2px #000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 3.3333333333;
  margin: 0 166px 0 0;
  padding: 12px 42px 173px 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  .concept .concept-summary .concept-summary__text {
    margin: 0 auto;
    padding: 47px 36px 24px 0;
    width: 261px;
  }
}
.concept .concept-block1 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 17px;
}
@media screen and (max-width: 980px) {
  .concept .concept-block1 {
    flex-direction: column;
    padding: 0 0 100px;
  }
}
.concept .concept-block1 .concept-block1__text {
  line-height: 3.2142857143;
  position: relative;
  width: 318px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .concept .concept-block1 .concept-block1__text {
    margin: 0 0 122px;
    width: 100%;
  }
}
.concept .concept-block1 .concept-block1__photos {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: -284px calc(490px - 50vw) 0 auto;
  overflow: hidden;
  padding: 284px 0 0;
  width: 50vw;
}
@media screen and (max-width: 980px) {
  .concept .concept-block1 .concept-block1__photos {
    margin: 0 -20px 0 auto;
    padding: 0;
    width: calc(100% + 20px);
  }
}
.concept .concept-block1 .concept-block1__photos img:first-child {
  margin: -284px 0 0;
  width: 400px;
}
@media screen and (max-width: 980px) {
  .concept .concept-block1 .concept-block1__photos img:first-child {
    margin: 0;
    width: 72.2972972973%;
  }
}
.concept .concept-block1 .concept-block1__photos img:last-child {
  margin: 222px -159px 0 81px;
  width: 317px;
}
@media screen and (max-width: 980px) {
  .concept .concept-block1 .concept-block1__photos img:last-child {
    margin: 91.2162162162% -28.3783783784% 0 0;
    width: 57.4324324324%;
  }
}
.concept .concept-block2 {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 0 44px;
}
@media screen and (max-width: 980px) {
  .concept .concept-block2 {
    flex-direction: column;
  }
}
.concept .concept-block2 .concept-block2__text {
  font-size: 1.4rem;
  line-height: 3.2142857143;
  padding: 135px 0 0;
  width: 356px;
}
@media screen and (max-width: 980px) {
  .concept .concept-block2 .concept-block2__text {
    padding: 0 0 75px;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .concept .concept-block2 .concept-block2__photo {
    width: 100%;
  }
}
.concept .concept-block3 {
  line-height: 0;
  padding: 0 0 0 324px;
}
@media screen and (max-width: 980px) {
  .concept .concept-block3 {
    text-align: right;
    margin: 0 -20px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .concept .concept-block3 .concept-block3__photo {
    width: 71.9594594595%;
  }
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 814px;
  padding: 0 86px 0 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .news-list {
    margin: 0 auto;
    padding: 0;
  }
}
.news-list .news-list__items {
  display: block;
  height: 366px;
  width: 32.4175824176%;
}
@media screen and (max-width: 980px) {
  .news-list .news-list__items {
    height: auto;
    min-height: 320px;
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items {
    min-height: 260px;
    padding: 0 0 30px;
    width: 100%;
  }
}
.news-list .news-list__items.is-dammy {
  height: 0;
  min-height: 0;
  padding: 0;
}
.news-list .news-list__items:hover .news-list__photo img {
  transform: scale(1.15);
}
.news-list .news-list__items:hover .news-list__more::before {
  transform: scaleX(1);
}
.news-list .news-list__items .news-list__photo {
  display: block;
  max-height: 154px;
  line-height: 0;
  margin: 0 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .news-list .news-list__items .news-list__photo {
    max-height: 65.2542372881%;
  }
}
.news-list .news-list__items .news-list__photo img {
  height: auto;
  transition: transform 0.3s ease;
  width: 100%;
}
.news-list .news-list__items .news-list__date {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
  padding: 0 10px 3px;
}
@media screen and (max-width: 980px) {
  .news-list .news-list__items .news-list__date {
    padding: 0 10px 8px;
  }
}
.news-list .news-list__items .news-list__text {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 10px 30px;
}
@media screen and (max-width: 980px) {
  .news-list .news-list__items .news-list__text {
    padding: 0 10px 15px;
  }
}
.news-list .news-list__items .news-list__more {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 200;
  position: relative;
  text-align: right;
}
.news-list .news-list__items .news-list__more::before {
  background-color: #707070;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 11px 4px 0;
  transform-origin: center right;
  transition: transform 0.3s ease;
  transform: scaleX(0.5);
  width: 102px;
}

.news-list-footer {
  padding: 52px 0 0;
}

.news-list__archives {
  align-items: center;
  display: flex;
  max-width: 814px;
  padding: 125px 0 75px;
}
@media screen and (max-width: 650px) {
  .news-list__archives {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    max-width: 814px;
    padding: 150px 0 50px;
  }
}
.news-list__archives .news-list__archives-title {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0 9px;
}
.news-list__archives .news-list__archives-list {
  border-left: solid 1px #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286;
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .news-list__archives .news-list__archives-list {
    letter-spacing: -0.1em;
    margin: 25px 0 0;
    padding: 0 0 0 7px;
  }
}
.news-list__archives .news-list__archives-list li {
  padding: 0 0 0 28px;
}
.news-list__archives .news-list__archives-list a {
  color: #777777;
}
.news-list__archives .news-list__archives-list a:hover {
  text-decoration: underline;
}

.news-header {
  max-width: 645px;
}
@media screen and (max-width: 980px) {
  .news-header {
    padding: 0;
  }
}
.news-header .news-header__photo {
  display: block;
  margin: 0 0 23px;
}
@media screen and (max-width: 650px) {
  .news-header .news-header__photo {
    margin: 0 -20px 30px -19px;
    max-width: none;
    width: calc(100% + 39px);
  }
}
.news-header .news-header__date {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2857142857;
  padding: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .news-header .news-header__date {
    padding: 0 0 17px;
  }
}
.news-header .news-header__title {
  border-bottom: dashed 2px #000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 0 20px;
}
@media screen and (max-width: 650px) {
  .news-header .news-header__title {
    padding: 0 0 17px;
  }
}

.news-body {
  font-size: 1.6rem;
  max-width: 645px;
  padding: 35px 0 0;
}
@media screen and (max-width: 980px) {
  .news-body {
    margin: 0 auto;
    max-width: 648px;
    padding: 55px 0 0;
  }
}
.news-body a {
  color: #000;
  text-decoration: underline;
}
.news-body a:hover {
  text-decoration: none;
}

.news-footer {
  max-width: 645px;
  padding: 65px 0;
}
@media screen and (max-width: 980px) {
  .news-footer {
    padding: 120px 0 40px;
  }
}
.news-footer .news-footer__nav {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 2;
  list-style: none;
  padding: 0;
}
.news-footer .news-footer__nav .news-footer__nav-link {
  display: block;
  margin: 0 12px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link {
    margin: 0 5px;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-dammy {
  opacity: 0;
  pointer-events: none;
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev:hover {
  transform: translate3d(-3px, 0, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-prev img {
    display: inline-block;
    margin: 0;
    width: 26px;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-list:hover {
  transform: translate3d(0, -3px, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-list:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-list img {
    width: 19px;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-next:hover {
  transform: translate3d(3px, 0, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-next:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-next img {
    display: inline-block;
    margin: 0;
    width: 26px;
  }
}

.event-wrapper {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.event-wrapper.is-loading {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.event-wrapper.is-loading + .event-spinner {
  opacity: 1;
}
.event-wrapper.is-loading + .event-spinner .c-hollow-dots-spinner .dot {
  animation: c-hollow-dots-spinner-animation 2000ms ease infinite;
}
.event-wrapper.is-loading + .event-spinner .c-hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: 450ms;
}
.event-wrapper.is-loading + .event-spinner .c-hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: 750ms;
}
.event-wrapper.is-loading + .event-spinner .c-hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: 1050ms;
}

.event-spinner {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.event-spinner .event-spinner__inner {
  display: block;
  margin: 65px auto;
  position: relative;
  width: 90px;
}
.event-spinner .event-spinner__inner .c-hollow-dots-spinner .dot {
  animation: none;
}

.event-header {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin: 80px 0 0;
  padding: 30px 0 76px;
}
@media screen and (max-width: 650px) {
  .event-header {
    flex-wrap: wrap;
    margin: 140px 0 0;
  }
}
.event-header .event-header__arrow {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  outline: unset;
  padding: 10px;
}
@media screen and (max-width: 650px) {
  .event-header .event-header__arrow {
    padding: 10px 30px;
  }
}
.event-header .event-header__arrow:hover {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .event-header .event-header__arrow.is-prev {
    order: 2;
  }
}
.event-header .event-header__arrow.is-prev::before {
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 6px 0 0;
  transform: rotate(45deg);
  width: 8px;
}
@media screen and (max-width: 650px) {
  .event-header .event-header__arrow.is-next {
    order: 3;
  }
}
.event-header .event-header__arrow.is-next::after {
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 0 6px;
  transform: rotate(-135deg);
  width: 8px;
}
.event-header .event-header__arrow.is-inactive {
  color: #eee;
  pointer-events: none;
}
.event-header .event-header__arrow.is-inactive::before {
  border-color: #eee;
}
.event-header .event-header__headline {
  color: #0E605A;
  font-family: "Noto Sans JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .event-header .event-header__headline {
    order: 1;
    padding: 0 0 30px;
    width: 100%;
  }
}
.event-header .event-header__headline .event-header__headline-year {
  display: block;
  font-size: 1.8rem;
  padding: 0 0 12px;
}
.event-header .event-header__headline .event-header__headline-title {
  font-size: 3.2rem;
}

.event-recommend .event-recommend__headline {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 37px 0;
  text-align: center;
}

.event-calendar .event-calendar__category {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 24px;
}
.event-calendar .event-calendar__category .event-calendar__category-title {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .event-calendar .event-calendar__category .event-calendar__category-title {
    padding: 0 0 20px;
  }
}
.event-calendar .event-calendar__category .event-calendar__category-title::after {
  background: #000;
  content: "";
  display: inline-block;
  height: 19px;
  margin: 0 4px 0 24px;
  width: 1px;
}
.event-calendar .event-calendar__category .event-calendar__category-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .event-calendar .event-calendar__category .event-calendar__category-list {
    margin: 0 -24px;
    width: 100%;
  }
}
.event-calendar .event-calendar__category .event-calendar__category-items {
  color: #777777;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 24px;
}
@media screen and (max-width: 980px) {
  .event-calendar .event-calendar__category .event-calendar__category-items {
    margin: 0 0 10px;
  }
}
.event-calendar .event-calendar__table-wrapper {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 34px 30px;
}
.event-calendar .event-calendar__table {
  border-collapse: collapse;
  width: 100%;
}
.event-calendar .event-calendar__table.is-out tbody tr td .event-calendar__contents .event-calendar__contents-title {
  display: none;
}
.event-calendar .event-calendar__table.is-out tbody tr td .event-calendar__contents .event-calendar__contents-title.is-out {
  display: block !important;
}
.event-calendar .event-calendar__table.is-in tbody tr td .event-calendar__contents .event-calendar__contents-title {
  display: none;
}
.event-calendar .event-calendar__table.is-in tbody tr td .event-calendar__contents .event-calendar__contents-title.is-in {
  display: block !important;
}
.event-calendar .event-calendar__table.is-nigiwai tbody tr td .event-calendar__contents .event-calendar__contents-title {
  display: none;
}
.event-calendar .event-calendar__table.is-nigiwai tbody tr td .event-calendar__contents .event-calendar__contents-title.is-nigiwai {
  display: block !important;
}
.event-calendar .event-calendar__table thead tr th {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0 22px;
  width: 14.2857142857%;
}
.event-calendar .event-calendar__table thead tr th.is-sunday {
  color: #E36666;
}
.event-calendar .event-calendar__table thead tr th.is-saturday {
  color: #54ABEB;
}
.event-calendar .event-calendar__table tbody tr td {
  border-top: solid 1px #000;
  height: 107px;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}
.event-calendar .event-calendar__table tbody tr td.is-no-border {
  border: none;
}
.event-calendar .event-calendar__table tbody tr td.is-holiday {
  color: #E36666;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__date {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0 0 14px;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents {
  margin: 0 auto;
  max-width: 93px;
}
@media screen and (max-width: 980px) {
  .event-calendar .event-calendar__table tbody tr td .event-calendar__contents {
    max-width: 70px;
  }
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents.is-more .event-calendar__contents-more {
  display: block;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents.is-more .event-calendar__contents-title {
  display: none;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents.is-more .event-calendar__contents-title:nth-child(1), .event-calendar .event-calendar__table tbody tr td .event-calendar__contents.is-more .event-calendar__contents-title:nth-child(2), .event-calendar .event-calendar__table tbody tr td .event-calendar__contents.is-more .event-calendar__contents-title:nth-child(3) {
  display: block;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-title {
  background: #ddd;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 3px;
  overflow: hidden;
  padding: 7px 12px 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-title:hover {
  opacity: 0.7;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-title.is-in {
  background: #216C38;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-title.is-out {
  background: #000000;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-title.is-nigiwai {
  background: #64422D;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-more {
  display: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 10px auto 0;
  outline: unset;
  text-decoration: underline;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-more:hover {
  text-decoration: none;
}
.event-calendar .event-calendar__sp {
  background-color: #F8F8F8;
  border-top: 1px solid #707070;
  display: none;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .event-calendar .event-calendar__sp {
    display: block;
  }
}
.event-calendar .event-calendar__sp.is-out .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link {
  display: none;
}
.event-calendar .event-calendar__sp.is-out .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link.is-out {
  display: block !important;
}
.event-calendar .event-calendar__sp.is-in .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link {
  display: none;
}
.event-calendar .event-calendar__sp.is-in .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link.is-in {
  display: block !important;
}
.event-calendar .event-calendar__sp.is-nigiwai .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link {
  display: none;
}
.event-calendar .event-calendar__sp.is-nigiwai .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link.is-nigiwai {
  display: block !important;
}
.event-calendar .event-calendar__sp.is-active .event-calendar__sp-items {
  display: flex;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items {
  border-bottom: 1px solid #707070;
  display: none;
  justify-content: space-between;
  padding: 19px 16px 19px 9px;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items:nth-child(-n+7) {
  display: flex;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-date {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.5;
  width: 41px;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-date .event-calendar__sp-date-num {
  font-size: 1.8rem;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-date .event-calendar__sp-date-day {
  font-size: 1.2rem;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-date .event-calendar__sp-date-day.is-sunday {
  color: #E36666;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-date .event-calendar__sp-date-day.is-saturday {
  color: #54ABEB;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents {
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: calc(100% - 72px);
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-1 {
  transition-delay: 0.1s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-2 {
  transition-delay: 0.2s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-3 {
  transition-delay: 0.3s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-4 {
  transition-delay: 0.4s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-5 {
  transition-delay: 0.5s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-6 {
  transition-delay: 0.6s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-7 {
  transition-delay: 0.7s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-8 {
  transition-delay: 0.8s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-9 {
  transition-delay: 0.9s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-10 {
  transition-delay: 1s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-11 {
  transition-delay: 1.1s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-12 {
  transition-delay: 1.2s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-13 {
  transition-delay: 1.3s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-14 {
  transition-delay: 1.4s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-15 {
  transition-delay: 1.5s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-16 {
  transition-delay: 1.6s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-17 {
  transition-delay: 1.7s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-18 {
  transition-delay: 1.8s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-19 {
  transition-delay: 1.9s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-20 {
  transition-delay: 2s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-21 {
  transition-delay: 2.1s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-22 {
  transition-delay: 2.2s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-23 {
  transition-delay: 2.3s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-24 {
  transition-delay: 2.4s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-25 {
  transition-delay: 2.5s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-26 {
  transition-delay: 2.6s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-27 {
  transition-delay: 2.7s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-28 {
  transition-delay: 2.8s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-29 {
  transition-delay: 2.9s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-30 {
  transition-delay: 3s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-day-31 {
  transition-delay: 3.1s;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-more .event-calendar__sp-contents-more {
  display: block;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-more .event-calendar__sp-contents-link {
  display: none;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-more .event-calendar__sp-contents-link:nth-child(1), .event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-more .event-calendar__sp-contents-link:nth-child(2), .event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents.is-more .event-calendar__sp-contents-link:nth-child(3) {
  display: block;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link {
  background-color: #ddd;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 5px 10px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link:last-child {
  margin: 0;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link.is-in {
  background: #216C38;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link.is-out {
  background: #000000;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link.is-nigiwai {
  background: #64422D;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-more {
  display: none;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 auto;
  text-decoration: underline;
}
.event-calendar .event-calendar__sp-more {
  display: none;
}
@media screen and (max-width: 650px) {
  .event-calendar .event-calendar__sp-more {
    display: block;
  }
}
.event-calendar .event-calendar__sp-more .event-calendar__sp-more-button {
  display: block;
  line-height: 1.5;
  margin: 0 auto;
  outline: unset;
  padding: 5px;
  transition: opacity 0.3s ease;
}
.event-calendar .event-calendar__sp-more .event-calendar__sp-more-button:hover {
  opacity: 0.7;
}
.event-calendar .event-calendar__sp-more .event-calendar__sp-more-button:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 0 3px 20px;
  transform: rotate(45deg);
  width: 6px;
}
.event-calendar .event-calendar__sp-more .event-calendar__sp-more-button.is-active:after {
  border-bottom: none;
  border-right: none;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 0;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: auto;
  position: relative;
}
.event-list.is-recommend {
  flex-wrap: nowrap;
}
.event-list.is-recommend .event-list__items {
  margin: 0 30px 0 0;
  padding: 0;
  width: 235px;
}
.event-list.is-recommend .event-list__items .event-list__items-photo {
  width: 235px;
}
.event-list.is-modal {
  margin: 0;
}
@media screen and (max-width: 650px) {
  .event-list.is-modal .event-list__items {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .event-list.is-modal .event-list__items .event-list__items-categories .event-list__items-categories-title {
    padding: 6px 8px 5px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .event-list.is-modal .event-list__items .event-list__items-categories .event-list__items-categories-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .event-list.is-modal .event-list__items .event-list__items-categories .event-list__items-categories-list li {
    width: 100%;
  }
}
.event-list .event-list__items {
  display: flex;
  flex-direction: column;
  padding: 0 0 60px;
  width: calc(33.3333333333% - 36px);
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items {
    max-width: 235px;
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 650px) {
  .event-list .event-list__items {
    margin: 0;
    max-width: none;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 365px) {
  .event-list .event-list__items {
    width: calc(50% - 3px);
  }
}
.event-list .event-list__items.is-dammy {
  height: 0;
  min-height: 0;
  padding: 0;
}
.event-list .event-list__items:hover .event-list__items-photo img {
  transform: scale(1.15);
}
.event-list .event-list__items:hover .event-list__items-more::before {
  transform: scaleX(1);
}
.event-list .event-list__items .event-list__items-photo {
  border-radius: 5px;
  display: block;
  height: 266px;
  line-height: 0;
  max-height: 266px;
  margin: 0 0 9px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .event-list .event-list__items .event-list__items-photo {
    height: 47.4666666667vw;
  }
}
.event-list .event-list__items .event-list__items-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.event-list .event-list__items .event-list__items-date {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 200;
  justify-content: space-between;
  line-height: 1;
  min-height: 36px;
  padding: 0 0 14px;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__items-date {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__items-date .event-list__items-date-start {
    width: 100%;
  }
}
.event-list .event-list__items .event-list__items-date .event-list__items-date-1 {
  font-size: 1.4rem;
}
.event-list .event-list__items .event-list__items-date .event-list__items-date-2 {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
.event-list .event-list__items .event-list__items-date-hr {
  border: none;
  border-top: solid 1px #707070;
  margin: 7px 0;
  width: 9px;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__items-date-hr {
    margin: 7px 5px 7px 0;
  }
}
.event-list .event-list__items .event-list__items-text {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  min-height: 56px;
  padding: 0 6px 20px;
}
.event-list .event-list__items .event-list__items-categories {
  padding: 0 0 22px;
}
@media screen and (max-width: 365px) {
  .event-list .event-list__items .event-list__items-categories {
    padding: 0 0 12px;
  }
}
.event-list .event-list__items .event-list__items-categories .event-list__items-categories-title {
  background: #ddd;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 4px;
  padding: 6px 13px 5px;
}
@media screen and (max-width: 365px) {
  .event-list .event-list__items .event-list__items-categories .event-list__items-categories-title {
    padding: 6px 8px 5px;
    text-align: center;
    width: 100%;
  }
}
.event-list .event-list__items .event-list__items-categories .event-list__items-categories-title.is-in {
  background: #216C38;
}
.event-list .event-list__items .event-list__items-categories .event-list__items-categories-title.is-out {
  background: #000000;
}
.event-list .event-list__items .event-list__items-categories .event-list__items-categories-title.is-nigiwai {
  background: #64422D;
}
.event-list .event-list__items .event-list__items-categories .event-list__items-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 365px) {
  .event-list .event-list__items .event-list__items-categories .event-list__items-categories-list {
    flex-direction: column;
  }
}
.event-list .event-list__items .event-list__items-categories .event-list__items-categories-list li {
  border: solid 1px #000;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 5px;
  padding: 6px 0 5px;
  text-align: center;
  width: calc(50% - 3px);
}
@media screen and (max-width: 365px) {
  .event-list .event-list__items .event-list__items-categories .event-list__items-categories-list li {
    width: 100%;
  }
}
.event-list .event-list__items .event-list__items-more {
  align-items: center;
  display: flex;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 200;
  justify-content: flex-end;
  margin: auto 0 0 0;
  position: relative;
  text-align: right;
}
.event-list .event-list__items .event-list__items-more::before {
  background-color: #707070;
  content: "";
  display: block;
  height: 1px;
  margin: 0 11px 0 0;
  position: relative;
  transform: scaleX(0.5);
  transform-origin: center right;
  transition: transform 0.3s ease;
  width: 100px;
}

.event-detail__header {
  align-items: flex-start;
  display: flex;
  margin: 0 0 40px;
  max-width: 728px;
  padding: 58px 0 0;
}
@media screen and (max-width: 650px) {
  .event-detail__header {
    flex-direction: column-reverse;
    padding: 35px 0 0;
  }
}
.event-detail__header .event-detail__header-photo {
  border-radius: 5px;
  display: block;
  height: 458px;
  line-height: 0;
  overflow: hidden;
  width: 55.6318681319%;
}
@media screen and (max-width: 650px) {
  .event-detail__header .event-detail__header-photo {
    width: 100%;
  }
}
.event-detail__header .event-detail__header-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.event-detail__header .event-detail__header-info {
  padding: 35.4395604396% 0 0;
  width: 44.3681318681%;
}
@media screen and (max-width: 650px) {
  .event-detail__header .event-detail__header-info {
    padding: 0;
    width: 100%;
  }
}
.event-detail__header .event-detail__header-date {
  border-bottom: solid 1px #000;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  padding: 0 0 8px 48px;
}
@media screen and (max-width: 650px) {
  .event-detail__header .event-detail__header-date {
    padding: 0 0 8px;
  }
}
.event-detail__header .event-detail__header-date .event-detail__header-date-1 {
  font-size: 2rem;
  margin: 0 11px 0 0;
}
@media screen and (max-width: 650px) {
  .event-detail__header .event-detail__header-date .event-detail__header-date-1 {
    font-size: 1.4rem;
    margin: 0 6px 0 0;
  }
}
.event-detail__header .event-detail__header-date .event-detail__header-date-2 {
  font-size: 2.9rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 650px) {
  .event-detail__header .event-detail__header-date .event-detail__header-date-2 {
    font-size: 2.2rem;
  }
}
.event-detail__header .event-detail__header-date .event-detail__header-date-hr {
  border: none;
  border-top: solid 1px #707070;
  display: inline-block;
  margin: 9px 6px;
  width: 12px;
}
@media screen and (max-width: 980px) {
  .event-detail__header .event-detail__header-date .event-detail__header-date-hr {
    margin: 7px 5px 7px 0;
  }
}
.event-detail__header .event-detail__header-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5555555556;
  padding: 10px 0 0 48px;
}
@media screen and (max-width: 650px) {
  .event-detail__header .event-detail__header-title {
    padding: 10px 0 35px;
  }
}
.event-detail__header .event-detail__header-categories {
  margin: 0 0 22px 48px;
  width: 235px;
}
@media screen and (max-width: 650px) {
  .event-detail__header .event-detail__header-categories {
    margin: 0 0 22px;
    width: 100%;
  }
}
@media screen and (max-width: 365px) {
  .event-detail__header .event-detail__header-categories {
    margin: 0 0 12px;
  }
}
.event-detail__header .event-detail__header-categories .event-detail__header-categories-title {
  background: #ddd;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 4px;
  padding: 6px 13px 5px;
}
@media screen and (max-width: 650px) {
  .event-detail__header .event-detail__header-categories .event-detail__header-categories-title {
    text-align: center;
    width: calc(50% - 3px);
  }
}
@media screen and (max-width: 365px) {
  .event-detail__header .event-detail__header-categories .event-detail__header-categories-title {
    padding: 6px 8px 5px;
    width: 100%;
  }
}
.event-detail__header .event-detail__header-categories .event-detail__header-categories-title.is-in {
  background: #216C38;
}
.event-detail__header .event-detail__header-categories .event-detail__header-categories-title.is-out {
  background: #000000;
}
.event-detail__header .event-detail__header-categories .event-detail__header-categories-title.is-nigiwai {
  background: #64422D;
}
.event-detail__header .event-detail__header-categories .event-detail__header-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.event-detail__header .event-detail__header-categories .event-detail__header-categories-list li {
  border: solid 1px #000;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 5px;
  padding: 6px 0 5px;
  text-align: center;
  width: calc(50% - 3px);
}

.event-detail__body {
  font-size: 1.6rem;
  line-height: 1.75;
  max-width: 645px;
}
.event-detail__body p {
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .event-detail__body p {
    padding: 0 0 40px;
  }
}
.event-detail__body a {
  color: rgba(54, 142, 183, 0.83);
  text-decoration: underline;
}
.event-detail__body a:hover {
  text-decoration: none;
}

.event-detail__detail {
  font-size: 1.6rem;
  line-height: 1.75;
  max-width: 622px;
}
.event-detail__detail p {
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .event-detail__detail p {
    padding: 0 0 40px;
  }
}
.event-detail__detail a {
  color: rgba(54, 142, 183, 0.83);
  text-decoration: underline;
}
.event-detail__detail a:hover {
  text-decoration: none;
}

.shops-list .shops-list__items {
  margin: 0 0 200px;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items {
    margin: 0 0 120px;
  }
}
.shops-list .shops-list__items .shops-list__logo {
  display: block;
  line-height: 0;
  padding: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items .shops-list__logo {
    padding: 0 0 35px;
  }
}
.shops-list .shops-list__items .shops-list__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 0 25px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items .shops-list__title {
    padding: 0 0 35px;
  }
}
.shops-list .shops-list__items .shops-list__photos {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 34px;
}
@media screen and (max-width: 980px) {
  .shops-list .shops-list__items .shops-list__photos {
    margin: 0 -20px 30px -19px;
  }
}
.shops-list .shops-list__items .shops-list__photos img:first-child {
  height: auto;
  width: 69.2874692875%;
}
.shops-list .shops-list__items .shops-list__photos img:last-child {
  height: auto;
  width: 28.9926289926%;
}
.shops-list .shops-list__items .shops-list__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items .shops-list__body {
    display: block;
  }
}
.shops-list .shops-list__items .shops-list__body .shops-list__detail {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items .shops-list__body .shops-list__detail {
    padding: 0 0 34px;
    width: 100%;
  }
}
.shops-list .shops-list__items .shops-list__body .shops-list__detail .shops-list__detail-title {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  margin: 0 0 30px;
  padding: 0 0 6px;
}
.shops-list .shops-list__items .shops-list__body .shops-list__detail .shops-list__detail-text {
  font-size: 1.4rem;
}
.shops-list .shops-list__items .shops-list__body .shops-list__information {
  width: 43.1203931204%;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items .shops-list__body .shops-list__information {
    width: 100%;
  }
}
.shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-title {
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 18px;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-title {
    margin: 0 0 13px;
  }
}
.shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-title::after {
  background: #000;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 18px 0 0 14px;
  width: 100%;
}
.shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-text {
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-text {
    padding: 0 0 20px;
  }
}
.shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-text i {
  font-size: 1rem;
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-text i {
    font-size: 1.2rem;
  }
}
.shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-text a {
  color: #6BC3EC;
  text-decoration: underline;
}
.shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-text a:hover {
  text-decoration: none;
}
.shops-list .shops-list__items .shops-list__body .shops-list__information .shops-list__information-text small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.8;
}

.access-maps .access-maps__wide {
  display: block;
  line-height: 0;
}
.access-maps .access-maps__detail {
  display: block;
  line-height: 0;
}
.access-maps .access-maps__googlemap {
  max-width: 814px;
  margin: 0 auto;
  width: 100%;
}
.access-maps .access-maps__googlemap .access-maps__googlemap-map {
  text-align: right;
}
.access-maps .access-maps__googlemap .access-maps__googlemap-map iframe {
  display: block;
  line-height: 0;
  margin: 0 0 5px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .access-maps .access-maps__googlemap .access-maps__googlemap-map iframe {
    margin: 0 0 18px;
    height: 276px;
  }
}
.access-maps .access-maps__googlemap .access-maps__googlemap-map a {
  color: #777777;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: underline;
}
.access-maps .access-maps__googlemap .access-maps__googlemap-map a:hover {
  text-decoration: none;
}
.access-maps .access-maps__googlemap .access-maps__googlemap-address {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 650px) {
  .access-maps .access-maps__googlemap .access-maps__googlemap-address {
    margin: 22px 0 0;
  }
}

.civiccore .civiccore-summary {
  display: flex;
  padding: 0 0 16px;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .civiccore .civiccore-summary {
    flex-direction: column;
    padding: 0 0 73px;
  }
}
.civiccore .civiccore-summary .civiccore-summary__photo {
  line-height: 0;
}
@media screen and (max-width: 980px) {
  .civiccore .civiccore-summary .civiccore-summary__photo {
    height: auto;
    width: 260px;
  }
}
@media screen and (max-width: 650px) {
  .civiccore .civiccore-summary .civiccore-summary__photo {
    display: block;
    margin: 0 -20px 0 -19px;
    padding: 0 0 55px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .civiccore .civiccore-summary .civiccore-summary__photo img {
    max-width: none;
    width: calc(100% + 39px);
  }
}
.civiccore .civiccore-summary .civiccore-summary__body {
  font-size: 1.4rem;
  height: auto;
  padding: 24px 0 0;
  width: 400px;
}
@media screen and (max-width: 980px) {
  .civiccore .civiccore-summary .civiccore-summary__body {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 650px) {
  .civiccore .civiccore-summary .civiccore-summary__body {
    padding: 0;
    width: 100%;
  }
}
.civiccore .civiccore__photos1 {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin: 0 calc(490px - 50vw) 0 246px;
  max-width: 714px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .civiccore .civiccore__photos1 {
    margin: 0 -20px 0 100px;
  }
}
@media screen and (max-width: 650px) {
  .civiccore .civiccore__photos1 {
    margin: 0 -20px 100px 0;
  }
}
.civiccore .civiccore__photos1 img:first-child {
  margin: 0 83px 0 0;
}
@media screen and (max-width: 650px) {
  .civiccore .civiccore__photos1 img:first-child {
    margin: 0;
    width: 43.5810810811%;
  }
}
@media screen and (max-width: 650px) {
  .civiccore .civiccore__photos1 img:last-child {
    margin: 42.5675675676% 0 0 -6.7567567568%;
    width: 63.5135135135%;
  }
}
.civiccore .civiccore-contents {
  margin: -215px 0 0;
}
@media screen and (max-width: 980px) {
  .civiccore .civiccore-contents {
    margin: 0;
  }
}
.civiccore .civiccore-contents .civiccore-contents__headline {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-style: 700;
  margin: 0 0 14px;
  min-width: 99px;
  padding: 4px 0 3px;
  text-align: center;
}
.civiccore .civiccore-contents .civiccore-contents__text {
  font-size: 1.4rem;
  padding: 0 0 70px;
}
@media screen and (max-width: 980px) {
  .civiccore .civiccore-contents .civiccore-contents__text {
    padding: 0 0 48px;
  }
}
.civiccore .civiccore-contents .civiccore-contents__text:last-child {
  padding: 0 0 55px;
}
@media screen and (max-width: 980px) {
  .civiccore .civiccore-contents .civiccore-contents__text:last-child {
    padding: 0 0 58px;
  }
}
.civiccore .civiccore__photos2 {
  line-height: 0;
  padding: 0 87px 0 0;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .civiccore .civiccore__photos2 {
    padding: 0;
  }
}

.tourism-about .tourism-about__upper {
  display: grid;
  gap: min(6.25vw, 80px);
  grid-template-columns: min(25.3125vw, 324px) 1fr;
}
@media screen and (max-width: 650px) {
  .tourism-about .tourism-about__upper {
    gap: 40px;
    grid-template-columns: auto;
  }
}
.tourism-about .tourism-about__photo {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .tourism-about .tourism-about__photo {
    margin: 0 0 0 -19px;
  }
}
.tourism-about .tourism-about__body {
  margin: -60px 0 0;
}
@media screen and (max-width: 650px) {
  .tourism-about .tourism-about__body {
    margin: 0;
  }
}
.tourism-about .tourism-about__headline {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.tourism-about .tourism-about__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  margin: 50px 0 0;
}
.tourism-about .tourism-bottom {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  margin: 52px -150px 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .tourism-about .tourism-bottom {
    flex-direction: column-reverse;
    gap: 19px;
    margin: 61px -20px 0 0;
  }
}
.tourism-about .tourism-bottom img:nth-child(1) {
  margin: 145px 0 0;
  width: 234px;
}
@media screen and (max-width: 980px) {
  .tourism-about .tourism-bottom img:nth-child(1) {
    margin: 31px 0 0;
    width: 45.8666666667vw;
  }
}
.tourism-about .tourism-bottom img:nth-child(2) {
  width: 441px;
}
@media screen and (max-width: 980px) {
  .tourism-about .tourism-bottom img:nth-child(2) {
    margin: 0 -20px 0 auto;
    width: 65.0666666667vw;
  }
}

.tourism-spot .tourism-spot__headline {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
}
.tourism-spot .tourism-spot__list {
  display: grid;
  gap: 32px 10px;
  grid-template-columns: repeat(auto-fill, 264px);
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .tourism-spot .tourism-spot__list {
    gap: 40px 10px;
    grid-template-columns: auto;
    padding: 0 12px 0 28px;
  }
}
.tourism-spot .tourism-spot__link {
  display: block;
}
.tourism-spot .tourism-spot__link:hover .tourism-spot__photo img {
  transform: scale(1.1);
}
.tourism-spot .tourism-spot__photo {
  border-radius: 5px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.tourism-spot .tourism-spot__photo img {
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
}
.tourism-spot .tourism-spot__body {
  padding: 16px 7px 0;
}
.tourism-spot .tourism-spot__body h3 {
  background: #216C38;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 15px 0 14px;
  text-align: center;
}
.tourism-spot .tourism-spot__body p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6666666667;
  margin: 16px 0 0;
}

.tourism-banner {
  display: block;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 650px) {
  .tourism-banner {
    margin: 0 -20px 0 -28px;
  }
}
.tourism-banner:hover {
  opacity: 0.8;
}
.tourism-banner img {
  width: 100%;
}

.c-modal {
  background-color: rgba(183, 183, 183, 0.9);
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  padding: 100px 50px;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 650px) {
  .c-modal {
    padding: 100px 30px;
  }
}
.c-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-modal .c-modal__inner {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  max-width: 980px;
  padding: 37px 49px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-modal .c-modal__inner {
    padding: 37px 20px 0;
  }
}
.c-modal .c-modal__close {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  height: 45px;
  line-height: 1;
  padding-top: 33px;
  position: absolute;
  right: 0;
  top: -55px;
  text-align: center;
  width: 40px;
}
.c-modal .c-modal__close::before {
  background: #fff;
  content: "";
  height: 28px;
  position: absolute;
  left: 50%;
  top: calc(50% - 7px);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4px;
}
@media screen and (max-width: 980px) {
  .c-modal .c-modal__close::before {
    height: 28px;
    width: 4px;
  }
}
.c-modal .c-modal__close::after {
  background: #fff;
  content: "";
  height: 28px;
  position: absolute;
  left: 50%;
  top: calc(50% - 7px);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 4px;
}
.c-modal .c-modal__header {
  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: 980px) {
  .c-modal .c-modal__header {
    margin: 0 0 30px 8px;
    padding: 0 0 14px;
  }
}
@media screen and (max-width: 365px) {
  .c-modal .c-modal__header {
    font-size: 1.6rem;
  }
}
.c-modal .c-modal__header .c-modal__header-date {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 980px) {
  .c-modal .c-modal__header .c-modal__header-date {
    margin: 0 36px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .c-modal .c-modal__header .c-modal__header-date {
    margin: 0 20px 0 0;
  }
}
.c-modal .c-modal__header .c-modal__header-date .c-modal__header-date-day {
  color: #5C5C5C;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 650px) {
  .c-modal .c-modal__header .c-modal__header-date .c-modal__header-date-day {
    margin: 0;
  }
}
.c-modal .c-modal__header .c-modal__header-date .c-modal__header-date-day.is-saturday {
  color: #9CD2FA;
}
.c-modal .c-modal__header .c-modal__header-date .c-modal__header-date-day.is-sunday {
  color: #F08383;
}
.c-modal .c-modal__header .c-modal__header-headline {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .c-modal .c-modal__header .c-modal__header-headline {
    font-size: 1.6rem;
  }
}

.recruit-kv {
  position: relative;
}
.recruit-kv .recruit-kv__image {
  margin: -40px 0 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .recruit-kv .recruit-kv__image {
    margin: 26px 0 0;
  }
}
.recruit-kv .recruit-kv__text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 3.4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  .recruit-kv .recruit-kv__text {
    margin: -85px auto 0;
    position: static;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 650px) {
  .recruit-kv .recruit-kv__text {
    margin: 40px auto 0;
  }
}
.recruit-kv .recruit-kv__deco {
  position: absolute;
  left: 50%;
  top: -142px;
}
@media screen and (max-width: 650px) {
  .recruit-kv .recruit-kv__deco {
    top: -98px;
  }
}

.recruit-body {
  position: relative;
}
.recruit-body .recruit-body__photo {
  display: block;
  line-height: 0;
  position: absolute;
}
@media screen and (max-width: 980px) {
  .recruit-body .recruit-body__photo {
    position: static;
  }
}
.recruit-body .recruit-body__photo.is-01 {
  right: 0;
  top: 204px;
  width: 317px;
}
@media screen and (max-width: 980px) {
  .recruit-body .recruit-body__photo.is-01 {
    width: 100%;
  }
}
.recruit-body .recruit-body__photo.is-02 {
  left: 205px;
  top: 568px;
  width: 234px;
}
@media screen and (max-width: 980px) {
  .recruit-body .recruit-body__photo.is-02 {
    margin: 50px 0 0;
    width: 45.3333333333vw;
  }
}
.recruit-body .recruit-body__photo.is-03 {
  left: 0;
  top: 914px;
}
@media screen and (max-width: 980px) {
  .recruit-body .recruit-body__photo.is-03 {
    margin: 130px 0 0;
    width: 100%;
  }
}
.recruit-body .recruit-body__photo .recruit-body__photo-wrapper {
  list-style: none;
}
.recruit-body .recruit-body__photo .recruit-body__photo-wrapper li img {
  width: 100%;
}
.recruit-body .recruit-body__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  width: 400px;
}
@media screen and (max-width: 980px) {
  .recruit-body .recruit-body__text {
    line-height: 2.7142857143;
    width: 100%;
  }
}
.recruit-body .recruit-body__text.is-01 {
  margin: 40px 0 0;
}
@media screen and (max-width: 980px) {
  .recruit-body .recruit-body__text.is-01 {
    margin: 30px 0 0;
  }
}
.recruit-body .recruit-body__text.is-02 {
  margin: 488px 0 0 auto;
}
@media screen and (max-width: 980px) {
  .recruit-body .recruit-body__text.is-02 {
    margin: 22px 0 0;
  }
}
.recruit-body .recruit-body__text a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: #6BC3EC;
  opacity: 0.83;
  text-decoration: underline;
}
.recruit-body .recruit-body__text a:hover {
  text-decoration: none;
}
.recruit-body .recruit-body__deco {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 980px) {
  .recruit-body .recruit-body__deco {
    margin: 120px 0 0 100px;
    position: static;
  }
}

.recruit-shop .recruit-shop__headline {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.8125;
  padding: 0 0 14px;
}
.recruit-shop .recruit-shop__headline::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.recruit-shop .recruit-shop__list {
  border-bottom: 1px solid #000;
  display: grid;
  gap: 75px;
  list-style: none;
  padding: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__list {
    gap: 90px;
    padding: 0 0 60px;
  }
}
.recruit-shop .recruit-shop__items {
  align-items: center;
  display: flex;
  gap: 65px;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
.recruit-shop .recruit-shop__items:nth-child(1) {
  margin: 18px 0 0;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items:nth-child(1) {
    margin: 80px 0 0;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-left {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items .recruit-shop__items-left {
    display: contents;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-logo {
  display: block;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items .recruit-shop__items-logo {
    margin: 0 auto !important;
    order: 1;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-headline {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.375;
  margin: 30px 0 0;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items .recruit-shop__items-headline {
    margin: 30px 0 0;
    line-height: 1.875;
    order: 2;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-link {
  color: #6BC3EC;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.83;
  margin: 12px 0 0;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items .recruit-shop__items-link {
    margin: 6px 0 0;
    order: 3;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-link:hover {
  text-decoration: none;
}
.recruit-shop .recruit-shop__items .recruit-shop__items-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items .recruit-shop__items-text {
    margin: 24px 0 0;
    order: 5;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-text span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7142857143;
}
.recruit-shop .recruit-shop__items .recruit-shop__items-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 297px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items .recruit-shop__items-right {
    display: contents;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-photo {
  aspect-ratio: 264/150;
  display: block;
  line-height: 0;
  width: 264px;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items .recruit-shop__items-photo {
    margin: 30px 6px 0;
    order: 4;
    width: 100%;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-photo img {
  width: 100%;
}
.recruit-shop .recruit-shop__items .recruit-shop__items-button {
  background: #F5F5F5;
  border: 2px solid #707070;
  border-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
  color: #707070;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 25px 0 0;
  padding: 17px 0;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .recruit-shop .recruit-shop__items .recruit-shop__items-button {
    margin: 23px 0 0;
    order: 6;
  }
}
.recruit-shop .recruit-shop__items .recruit-shop__items-button:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.recruit-contact {
  text-align: center;
}
.recruit-contact .recruit-contact__text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0 39px;
  position: relative;
}
.recruit-contact .recruit-contact__text::after {
  background: #000;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 56px;
}
.recruit-contact .recruit-contact__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin: 35px 0 0;
  text-decoration: underline;
}
.recruit-contact .recruit-contact__link:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */