@charset "UTF-8";
/*
Theme Name: GCI_THEME
Theme URI: https://inabe-gci.jp
Description: グリーンクリエイティブいなべ公式サイト.
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 1.2.3
.
グリーンクリエイティブいなべ公式サイト
.
*/
/* 変数
------------------------------------*/
/* 外部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", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.75;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
    min-width: 320px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 365px) {
  body {
    font-size: 1.5rem;
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-noscroll {
  position: fixed;
  overflow-y: scroll;
}

main {
  overflow: hidden;
}

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

p {
  letter-spacing: 0.05em;
  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-header {
  height: 100%;
  padding: 57px 0 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 219px;
  z-index: 500;
}
@media screen and (max-width: 980px) {
  .c-header {
    background: #fff;
    height: 51px;
    padding: 8px 0 0;
    width: 100%;
  }
}
.c-header .c-header__inner {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__inner {
    display: none;
  }
}
.c-header .c-header__logo {
  line-height: 0;
  padding: 0 0 32px;
  pointer-events: auto;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__logo {
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 47px;
  }
}
.c-header .c-header__hamburger {
  color: #0C401B;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  outline: none;
  pointer-events: auto;
  position: absolute;
  right: 134px;
  bottom: 26px;
  text-align: center;
  text-indent: -0.2em;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__hamburger {
    font-size: 1rem;
    line-height: 1.3;
    padding: 11px 0 0;
    bottom: auto;
    right: 20px;
    top: 0;
  }
}
.c-header .c-header__hamburger:hover {
  transform: translate3d(0, -3px, 0);
}
@media screen and (max-width: 980px) {
  .c-header .c-header__hamburger:hover {
    transform: none;
  }
}
@media screen and (max-width: 980px) {
  .c-header .c-header__hamburger img {
    width: 26px;
  }
}
.c-header .c-header__menu {
  pointer-events: auto;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__menu {
    display: none;
  }
}
.c-header .c-header__menu .c-header__menu-items {
  align-items: center;
  background: #164E27;
  display: flex;
  height: 52px;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease-out, background 0.3s ease-out;
  width: 52px;
}
.c-header .c-header__menu .c-header__menu-items:hover:nth-child(6), .c-header .c-header__menu .c-header__menu-items:hover:nth-child(5), .c-header .c-header__menu .c-header__menu-items:hover:nth-child(4), .c-header .c-header__menu .c-header__menu-items:hover:nth-child(3), .c-header .c-header__menu .c-header__menu-items:hover:nth-child(2), .c-header .c-header__menu .c-header__menu-items:hover:nth-child(1) {
  background: transparent;
}
.c-header .c-header__menu .c-header__menu-items:hover .c-header__menu-icon path {
  fill: #000;
}
.c-header .c-header__menu .c-header__menu-items:hover .c-header__menu-balloon {
  transform: translate3d(-78px, 0, 0);
}
.c-header .c-header__menu .c-header__menu-items:nth-child(1) {
  background: #164E27;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(1) .c-header__menu-balloon {
  background: #164E27;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(1) .c-header__menu-balloon::after {
  border-left-color: #164E27;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(2) {
  background: #216C38;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(2) .c-header__menu-balloon {
  background: #216C38;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(2) .c-header__menu-balloon::after {
  border-left-color: #216C38;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(3) {
  background: #34864D;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(3) .c-header__menu-balloon {
  background: #34864D;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(3) .c-header__menu-balloon::after {
  border-left-color: #34864D;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(4) {
  background: #439A5D;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(4) .c-header__menu-balloon {
  background: #439A5D;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(4) .c-header__menu-balloon::after {
  border-left-color: #439A5D;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(5) {
  background: #58B775;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(5) .c-header__menu-balloon {
  background: #58B775;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(5) .c-header__menu-balloon::after {
  border-left-color: #58B775;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(6) {
  background: #77D394;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(6) .c-header__menu-balloon {
  background: #77D394;
}
.c-header .c-header__menu .c-header__menu-items:nth-child(6) .c-header__menu-balloon::after {
  border-left-color: #77D394;
}
.c-header .c-header__menu .c-header__menu-icon path {
  transition: fill 0.3s ease-out;
}
.c-header .c-header__menu .c-header__menu-balloon {
  background: #164E27;
  border-radius: 10px;
  color: #fff;
  display: block;
  height: 33px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 11px 5px 9px;
  position: absolute;
  right: 0;
  top: 9px;
  text-align: center;
  transform: translate3d(173px, 0, 0);
  transition: transform 0.3s ease-out;
  width: 136px;
  z-index: -1;
}
.c-header .c-header__menu .c-header__menu-balloon::after {
  border-top: solid 5px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 15px #164E27;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -30px;
  top: 11px;
  width: 0;
}
.c-header .c-header__menu .c-header__menu-balloon::before {
  background: transparent;
  content: "";
  height: 52px;
  position: absolute;
  right: -30px;
  top: -9px;
  width: 30px;
}
.c-header .c-header__copyright {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 52px;
  padding: 0 0 0 46px;
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: right top;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__copyright {
    display: none;
  }
}

.c-footer {
  position: relative;
  z-index: 2;
}

.c-footer-upper {
  margin: 0 0 0 calc(50% - 50vw);
  width: calc(322px + 50vw);
}
@media screen and (max-width: 980px) {
  .c-footer-upper {
    margin: 0;
    width: 100%;
  }
}
.c-footer-upper .c-footer-upper__items {
  border-bottom: solid 1px #fff;
  display: block;
  height: 190px;
  margin: 0 0 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-footer-upper .c-footer-upper__items {
    height: 135px;
  }
}
.c-footer-upper .c-footer-upper__items:hover .c-footer-upper__items-before {
  opacity: 0;
}
.c-footer-upper .c-footer-upper__items:hover .c-footer-upper__items-after {
  transform: translate3d(0, 0, 0);
}
.c-footer-upper .c-footer-upper__items.is-tabloid .c-footer-upper__items-after {
  background: url("images/footer-tabloid@2x.jpg") no-repeat center center/cover;
}
.c-footer-upper .c-footer-upper__items.is-tour .c-footer-upper__items-after {
  background: url("images/footer-tour@2x.jpg") no-repeat center center/cover;
}
.c-footer-upper .c-footer-upper__items.is-hutte .c-footer-upper__items-after {
  background: url("images/footer-hutte@2x.jpg") no-repeat center center/cover;
}
.c-footer-upper .c-footer-upper__items.is-others {
  height: 95px;
}
@media screen and (max-width: 980px) {
  .c-footer-upper .c-footer-upper__items.is-others {
    height: 70px;
  }
}
.c-footer-upper .c-footer-upper__items .c-footer-upper__items-before {
  align-items: center;
  background: #F8DA87;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 2.6;
  padding: 10px 0 0 calc(100% - 812px);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 980px) {
  .c-footer-upper .c-footer-upper__items .c-footer-upper__items-before {
    font-size: 1rem;
    line-height: 1.6;
    padding: 10px 0 0;
  }
}
.c-footer-upper .c-footer-upper__items .c-footer-upper__items-after {
  align-items: center;
  background: #f7b90e;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  height: 100%;
  justify-content: center;
  line-height: 2.6;
  padding: 10px 0 0 calc(100% - 812px);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-footer-upper .c-footer-upper__items .c-footer-upper__items-after {
    font-size: 1rem;
    line-height: 1.6;
    padding: 10px 0 0;
  }
}
.c-footer-upper .c-footer-upper__items .c-footer-upper__items-after .c-footer-upper__items-after-spacer {
  padding-top: 60px;
}
@media screen and (max-width: 980px) {
  .c-footer-upper .c-footer-upper__items .c-footer-upper__items-after .c-footer-upper__items-after-spacer {
    padding-top: 35px;
  }
}
.c-footer-upper .c-footer-upper__items .c-footer-upper__items-after .c-footer-upper__items-after-title {
  font-size: 4.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .c-footer-upper .c-footer-upper__items .c-footer-upper__items-after .c-footer-upper__items-after-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 365px) {
  .c-footer-upper .c-footer-upper__items .c-footer-upper__items-after .c-footer-upper__items-after-title {
    font-size: 2.8rem;
  }
}
.c-footer-upper .c-footer-upper__items .c-footer-upper__items-after .c-footer-upper__tours-image {
  height: auto;
  width: 360px;
}
@media screen and (max-width: 650px) {
  .c-footer-upper .c-footer-upper__items .c-footer-upper__items-after .c-footer-upper__tours-image {
    width: 240px;
  }
}

.c-footer-lower {
  background: #0C401B;
  color: #fff;
  padding: 160px 0 0;
}
@media screen and (max-width: 980px) {
  .c-footer-lower {
    padding: 90px 0 0;
  }
}
.c-footer-lower .c-footer__separater {
  border: none;
  border-top: solid 1px #fff;
}
.c-footer-lower .c-footer-lower__sitemap {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 80px 15px 0;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__sitemap {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 20px 38px;
  }
}
.c-footer-lower .c-footer-lower__logo {
  display: inline-block;
  line-height: 0;
  padding: 0 0 32px;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__logo {
    padding: 0 0 62px;
  }
}
.c-footer-lower .c-footer-lower__links {
  display: flex;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__links {
    display: block;
  }
}
.c-footer-lower .c-footer-lower__menu, .c-footer-lower .c-footer-lower__pdf-sp {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__menu, .c-footer-lower .c-footer-lower__pdf-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 330px;
    padding: 0 0 17px 15px;
  }
}
@media screen and (max-width: 365px) {
  .c-footer-lower .c-footer-lower__menu, .c-footer-lower .c-footer-lower__pdf-sp {
    padding-left: 10px;
  }
}
.c-footer-lower .c-footer-lower__menu li, .c-footer-lower .c-footer-lower__pdf-sp li {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__menu li, .c-footer-lower .c-footer-lower__pdf-sp li {
    font-size: 1.4rem;
    padding: 0 0 55px;
    width: 50%;
  }
}
@media screen and (max-width: 365px) {
  .c-footer-lower .c-footer-lower__menu li, .c-footer-lower .c-footer-lower__pdf-sp li {
    font-size: 1.2rem;
  }
}
.c-footer-lower .c-footer-lower__menu a[target=_blank]::after, .c-footer-lower .c-footer-lower__pdf-sp a[target=_blank]::after {
  background: url("images/icon-target-blank-small.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0 0 6px;
  width: 9px;
}
.c-footer-lower .c-footer-lower__menu a:hover, .c-footer-lower .c-footer-lower__pdf-sp a:hover {
  opacity: 0.7;
}
.c-footer-lower .c-footer-lower__sns {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 26px;
  width: 55px;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__sns {
    margin: 0 auto;
    width: 83px;
  }
}
.c-footer-lower .c-footer-lower__sns .c-footer-lower__sns-link {
  display: block;
  line-height: 0;
}
.c-footer-lower .c-footer-lower__sns .c-footer-lower__sns-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__sns .c-footer-lower__sns-link img {
    height: auto;
    width: 27px;
  }
}
.c-footer-lower .c-footer-lower__pdf-sp {
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__pdf-sp {
    display: flex;
  }
}
.c-footer-lower .c-footer-lower__pdf-sp li {
  font-size: 1rem;
  line-height: 1;
  padding: 0 0 26px;
}
.c-footer-lower .c-footer-lower__pdf-sp li a[target=_blank]::after {
  display: none;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__pdf-sp {
    display: flex;
  }
}
.c-footer-lower .c-footer-lower__pdf-pc {
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__pdf-pc {
    display: none;
  }
}
.c-footer-lower .c-footer-lower__pdf-pc .c-footer-lower__pdf-item {
  font-size: 1rem;
  margin: 0 19px 0 0;
  transition: opacity 0.3s ease;
}
.c-footer-lower .c-footer-lower__pdf-pc .c-footer-lower__pdf-item:hover {
  opacity: 0.7;
}
.c-footer-lower .c-footer-lower__bottom {
  margin: 0 auto;
  max-width: 900px;
  padding: 18px 0;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__bottom {
    padding: 10px 20px;
  }
}
.c-footer-lower .c-footer-lower__bottom .c-footer-lower__name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 0 8px;
}
.c-footer-lower .c-footer-lower__bottom .c-footer-lower__address {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.1666666667;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__bottom .c-footer-lower__address {
    padding: 0 0 12px;
  }
}
.c-footer-lower .c-footer-lower__copyright {
  color: #fff;
  display: none;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .c-footer-lower .c-footer-lower__copyright {
    display: block;
  }
}

.c-scrolltop {
  background: #000;
  display: inline-block;
  line-height: 0;
  max-width: 812px;
  padding: 13px 15px 18px;
  pointer-events: auto;
  position: fixed;
  right: 0;
  bottom: 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 Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4615384615;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-headline__section {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 365px) {
  .c-headline__section {
    font-size: 1.8rem;
  }
}

.c-contents {
  margin: 0 0 0 calc(50% - 50vw);
  max-width: 100vw;
  padding: 49px 0 0;
  width: calc(322px + 50vw);
}
@media screen and (max-width: 980px) {
  .c-contents {
    padding: 57px 20px 0;
    width: 100%;
  }
}
.c-contents .c-contents__inner {
  margin: 0 0 0 auto;
  max-width: 812px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-contents .c-contents__inner {
    margin: 0 auto;
    max-width: none;
  }
}

.c-buttons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0 20px;
}
@media screen and (max-width: 650px) {
  .c-buttons-list {
    flex-direction: column;
  }
}
.c-buttons-list li {
  margin: 10px 43px;
}
@media screen and (max-width: 650px) {
  .c-buttons-list li {
    margin: 11px auto;
  }
}

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

.c-page-header {
  border-radius: 0 40px 0 0;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  width: calc(322px + 50vw);
}
@media screen and (max-width: 980px) {
  .c-page-header {
    margin: 0 0 0 -20px;
    width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 650px) {
  .c-page-header {
    border-radius: 0 10px 0 0;
  }
}
.c-page-header .c-page-header__inner {
  align-items: flex-start;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 357px;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-page-header .c-page-header__inner {
    height: 270px;
  }
}
@media screen and (max-width: 650px) {
  .c-page-header .c-page-header__inner {
    height: 133px;
  }
}
.c-page-header .c-page-header__title {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 0.6;
  margin: 0 0 0 auto;
  max-width: 800px;
  padding: 0 72px 0 0;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-page-header .c-page-header__title {
    margin: 0 auto;
    max-width: 812px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-page-header .c-page-header__title {
    font-size: 3rem;
    line-height: 0.8;
  }
}
.c-page-header .c-page-header__title .c-page-header__title-ja {
  background: #fff;
  color: rgba(0, 0, 0, 0.83);
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 13px 18px 4px;
}
@media screen and (max-width: 650px) {
  .c-page-header .c-page-header__title .c-page-header__title-ja {
    font-size: 1.4rem;
    padding: 7px 10px 3px;
  }
}

.c-page-section {
  margin: 0 0 0 auto;
  max-width: 812px;
  padding: 0 164px 0 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-page-section {
    margin: 0 auto;
    max-width: 812px;
    padding: 0;
  }
}
.c-page-section.is-wide {
  padding: 0 100px 0 0;
}
@media screen and (max-width: 980px) {
  .c-page-section.is-wide {
    padding: 0;
  }
}
.c-page-section.is-bg-gray::before {
  background-color: #F2F0F0;
  content: "";
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw + 77px);
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .c-page-section.is-bg-gray::before {
    left: calc(50% - 50vw);
  }
}

.c-hr__default {
  border: none;
  border-bottom: solid 3px #000;
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .c-hr__default {
    margin: 0 calc(50% - 50vw);
  }
}

@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-link-blue {
  color: #1A8DC3;
  text-decoration: underline;
}

.c-footer__nav {
  align-items: flex-start;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 2;
  list-style: none;
  padding: 0;
}
.c-footer__nav .c-footer__nav-link {
  display: block;
  margin: 0 40px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-footer__nav .c-footer__nav-link {
    margin: 0 15px;
  }
}
.c-footer__nav .c-footer__nav-link.is-dammy {
  opacity: 0;
  pointer-events: none;
}
.c-footer__nav .c-footer__nav-link.is-prev:hover {
  transform: translate3d(-3px, 0, 0);
}
.c-footer__nav .c-footer__nav-link.is-prev:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .c-footer__nav .c-footer__nav-link.is-prev img {
    display: inline-block;
    margin: 4px 0 0;
    width: 17px;
  }
}
.c-footer__nav .c-footer__nav-link.is-list:hover {
  transform: translate3d(0, -3px, 0);
}
.c-footer__nav .c-footer__nav-link.is-list:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .c-footer__nav .c-footer__nav-link.is-list img {
    width: 32px;
  }
}
.c-footer__nav .c-footer__nav-link.is-next:hover {
  transform: translate3d(3px, 0, 0);
}
.c-footer__nav .c-footer__nav-link.is-next:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .c-footer__nav .c-footer__nav-link.is-next img {
    display: inline-block;
    margin: 4px 0 0;
    width: 17px;
  }
}

.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-bg__gray {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-bg__gray {
    padding: 60px 0;
  }
}
.c-bg__gray::before {
  background-color: #F2F0F0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: calc(490px - 50vw);
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .c-bg__gray::before {
    left: calc(50% - 50vw);
  }
}

/* ボタン */
.c-button__default {
  align-items: center;
  background: #fff;
  border: solid 5px #216C38;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  color: #000;
  font-size: 1.4rem;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  outline: none;
  padding: 9px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  width: 316px;
}
@media screen and (max-width: 650px) {
  .c-button__default {
    border-radius: 33px;
    padding: 15px;
  }
}
@media screen and (max-width: 365px) {
  .c-button__default {
    width: 280px;
  }
}
.c-button__default:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.c-button__default::before {
  background: url(images/icon-arrow-button-right.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 12px;
  margin: 0 8px 0 0;
  width: 8px;
}
.c-button__default[target=_blank]::after {
  background: url(images/icon-target-blank-black.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 11px;
  margin: 0 0 0 7px;
  width: 11px;
}

.c-button__round {
  align-items: center;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  color: #000;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 43px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  min-width: 207px;
  padding: 6px 12px;
  transition: transform 0.3s ease;
}
.c-button__round:hover {
  opacity: 1;
  transform: translate3d(0, -3px, 0);
}

.c-button__green {
  background-color: #216C38;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 22px 0 20px;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-button__green:hover {
  opacity: 0.7;
}

.c-button__cta {
  align-items: center;
  background-color: #216C38;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 47px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 5px 30px 2px;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-button__cta {
    width: 100%;
  }
}
@media screen and (max-width: 365px) {
  .c-button__cta {
    font-size: 1.6rem;
    padding: 4px 10px 2px;
  }
}
.c-button__cta[target=_blank]::after {
  background: url("images/inachari/icon-target-blank.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  margin: 0 0 0 10px;
  width: 16px;
}
.c-button__cta.is-black {
  background-color: #000;
}
.c-button__cta:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

/* デフォルト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: #0C401B;
  display: block;
  height: 100%;
  overflow-y: scroll;
  padding: 57px 28px 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  max-width: 1100px;
  width: 100%;
  z-index: 600;
}
@media screen and (max-width: 980px) {
  .c-sp-menu {
    padding: 13px 20px 0 15px;
    width: 100%;
  }
}
.c-sp-menu.is-active {
  box-shadow: -5px 0 5px rgba(64, 64, 64, 0.57);
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.c-sp-menu__inner {
  position: relative;
}

.c-sp-menu__header {
  height: 100%;
  padding: 57px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 219px;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__header {
    height: auto;
    padding: 0 0 26px;
    position: relative;
    width: 100%;
  }
}
.c-sp-menu__header .c-sp-menu__logo {
  line-height: 0;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__header .c-sp-menu__logo {
    display: block;
    width: 78px;
  }
}
.c-sp-menu__header .c-sp-menu__close {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  outline: none;
  pointer-events: auto;
  position: absolute;
  right: 134px;
  bottom: 26px;
  text-align: center;
  text-indent: -0.2em;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__header .c-sp-menu__close {
    font-size: 1rem;
    top: 0;
    right: 0;
    bottom: auto;
  }
}
.c-sp-menu__header .c-sp-menu__close:hover {
  transform: translate3d(0, -3px, 0);
}
@media screen and (max-width: 980px) {
  .c-sp-menu__header .c-sp-menu__close:hover {
    transform: none;
  }
}

@media screen and (max-width: 980px) {
  .c-sp-menu__main {
    display: block;
    padding: 0 0 7px;
  }
}

.c-sp-menu__main-menu {
  list-style: none;
  padding: 0 0 48px;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__main-menu {
    padding: 0;
  }
}
.c-sp-menu__main-menu .c-sp-menu__main-menu-items {
  position: relative;
}
.c-sp-menu__main-menu .c-sp-menu__main-menu-items a {
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0 42px 0 0;
  outline: none;
  padding: 9px 37px 9px 18px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__main-menu .c-sp-menu__main-menu-items a {
    font-size: 1.6rem;
    margin: 0;
    padding: 10px 18px 10px 18px;
    width: auto;
  }
}
@media screen and (max-width: 365px) {
  .c-sp-menu__main-menu .c-sp-menu__main-menu-items a {
    padding: 10px 0 10px 15px;
  }
}
.c-sp-menu__main-menu .c-sp-menu__main-menu-items a:hover {
  transform: translate3d(10px, 0, 0);
}
.c-sp-menu__main-menu .c-sp-menu__main-menu-items a::before {
  background: url("images/icon-arrow-right-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 6px;
}
.c-sp-menu__main-menu .c-sp-menu__main-menu-items a::after {
  background: #F8DA87;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 7px 23px;
  vertical-align: middle;
  width: 17px;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__main-menu .c-sp-menu__main-menu-items a::after {
    height: 4px;
    margin: 0 0 2px 25px;
    width: 9px;
  }
}
.c-sp-menu__main-menu .c-sp-menu__main-menu-items a[target=_blank] {
  background: url("images/icon-target-blank-large.svg") no-repeat right center/20px 20px;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__main-menu .c-sp-menu__main-menu-items a[target=_blank] {
    background-size: 10px;
  }
}

.c-sp-menu__sns-menu {
  align-items: center;
  display: flex;
  padding: 0 0 25px;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__sns-menu {
    flex-wrap: wrap;
    padding: 0 0 40px;
  }
}
.c-sp-menu__sns-menu .c-sp-menu__sns-title {
  border-right: solid 1px #fff;
  color: #F8DA87;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 13px 0 0;
  padding: 0 12px 0 0;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__sns-menu .c-sp-menu__sns-title {
    border: none;
    margin: 0;
    padding: 0 0 8px;
    width: 100%;
  }
}
.c-sp-menu__sns-menu .c-sp-menu__sns-link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
  line-height: 1.8rem;
  margin: 0 17px 0 0;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__sns-menu .c-sp-menu__sns-link {
    margin: 0 13px 0 0;
  }
}
.c-sp-menu__sns-menu .c-sp-menu__sns-link:hover {
  opacity: 0.8;
}
.c-sp-menu__sns-menu .c-sp-menu__sns-link svg {
  margin: 0 12px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__sns-menu .c-sp-menu__sns-link svg {
    height: 26px;
    width: 26px;
  }
}

.c-sp-menu__sub-menu {
  border-top: solid 2px #fff;
  max-width: 812px;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__sub-menu {
    border-width: 1px;
  }
}
.c-sp-menu__sub-menu .c-sp-menu__sub-menu-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 22px 0 15px;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__sub-menu .c-sp-menu__sub-menu-title {
    font-size: 1.4rem;
  }
}
.c-sp-menu__sub-menu .c-sp-menu__sub-menu-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -5px;
}
.c-sp-menu__sub-menu .c-sp-menu__sub-menu-link {
  border: solid 2px #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 5px 9px;
  min-width: 154px;
  padding: 6px 5px 4px;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__sub-menu .c-sp-menu__sub-menu-link {
    border-width: 1px;
    margin: 0 5px 12px;
    min-width: 0;
    padding: 7px 5px 5px;
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 650px) {
  .c-sp-menu__sub-menu .c-sp-menu__sub-menu-link {
    width: calc(50% - 10px);
  }
}
.c-sp-menu__sub-menu .c-sp-menu__sub-menu-link:hover {
  background: #fff;
  color: #0C401B;
}

.c-sp-menu__pdf-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-sp-menu__pdf-list {
    justify-content: space-between;
    max-width: 350px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-sp-menu__pdf-list li {
    width: 50%;
  }
}
@media screen and (max-width: 365px) {
  .c-sp-menu__pdf-list li {
    width: 100%;
  }
}
.c-sp-menu__pdf-list .c-sp-menu__pdf-item {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 27px 20px 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 980px) {
  .c-sp-menu__pdf-list .c-sp-menu__pdf-item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 650px) {
  .c-sp-menu__pdf-list .c-sp-menu__pdf-item {
    margin-right: 0;
  }
}
.c-sp-menu__pdf-list .c-sp-menu__pdf-item:hover {
  opacity: 0.7;
}

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

/* ユーティリティー
------------------------------------*/
/*
    .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: 980px) {
  .u-tab-mt-0 {
    margin-top: 0rem !important;
  }
  .u-tab-mt-1 {
    margin-top: 1rem !important;
  }
  .u-tab-mt-2 {
    margin-top: 2rem !important;
  }
  .u-tab-mt-3 {
    margin-top: 3rem !important;
  }
  .u-tab-mt-4 {
    margin-top: 4rem !important;
  }
  .u-tab-mt-5 {
    margin-top: 5rem !important;
  }
  .u-tab-mt-6 {
    margin-top: 6rem !important;
  }
  .u-tab-mt-7 {
    margin-top: 7rem !important;
  }
  .u-tab-mt-8 {
    margin-top: 8rem !important;
  }
  .u-tab-mt-9 {
    margin-top: 9rem !important;
  }
  .u-tab-mt-10 {
    margin-top: 10rem !important;
  }
  .u-tab-mt-11 {
    margin-top: 11rem !important;
  }
  .u-tab-mt-12 {
    margin-top: 12rem !important;
  }
  .u-tab-mt-13 {
    margin-top: 13rem !important;
  }
  .u-tab-mt-14 {
    margin-top: 14rem !important;
  }
  .u-tab-mt-15 {
    margin-top: 15rem !important;
  }
  .u-tab-mt-16 {
    margin-top: 16rem !important;
  }
  .u-tab-mt-17 {
    margin-top: 17rem !important;
  }
  .u-tab-mt-18 {
    margin-top: 18rem !important;
  }
  .u-tab-mt-19 {
    margin-top: 19rem !important;
  }
  .u-tab-mt-20 {
    margin-top: 20rem !important;
  }
  .u-tab-mt-21 {
    margin-top: 21rem !important;
  }
  .u-tab-mt-22 {
    margin-top: 22rem !important;
  }
  .u-tab-mt-23 {
    margin-top: 23rem !important;
  }
  .u-tab-mt-24 {
    margin-top: 24rem !important;
  }
  .u-tab-mt-25 {
    margin-top: 25rem !important;
  }
  .u-tab-mt-26 {
    margin-top: 26rem !important;
  }
  .u-tab-mt-27 {
    margin-top: 27rem !important;
  }
  .u-tab-mt-28 {
    margin-top: 28rem !important;
  }
  .u-tab-mt-29 {
    margin-top: 29rem !important;
  }
  .u-tab-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: 980px) {
  .u-tab-mr-0 {
    margin-right: 0rem !important;
  }
  .u-tab-mr-1 {
    margin-right: 1rem !important;
  }
  .u-tab-mr-2 {
    margin-right: 2rem !important;
  }
  .u-tab-mr-3 {
    margin-right: 3rem !important;
  }
  .u-tab-mr-4 {
    margin-right: 4rem !important;
  }
  .u-tab-mr-5 {
    margin-right: 5rem !important;
  }
  .u-tab-mr-6 {
    margin-right: 6rem !important;
  }
  .u-tab-mr-7 {
    margin-right: 7rem !important;
  }
  .u-tab-mr-8 {
    margin-right: 8rem !important;
  }
  .u-tab-mr-9 {
    margin-right: 9rem !important;
  }
  .u-tab-mr-10 {
    margin-right: 10rem !important;
  }
  .u-tab-mr-11 {
    margin-right: 11rem !important;
  }
  .u-tab-mr-12 {
    margin-right: 12rem !important;
  }
  .u-tab-mr-13 {
    margin-right: 13rem !important;
  }
  .u-tab-mr-14 {
    margin-right: 14rem !important;
  }
  .u-tab-mr-15 {
    margin-right: 15rem !important;
  }
  .u-tab-mr-16 {
    margin-right: 16rem !important;
  }
  .u-tab-mr-17 {
    margin-right: 17rem !important;
  }
  .u-tab-mr-18 {
    margin-right: 18rem !important;
  }
  .u-tab-mr-19 {
    margin-right: 19rem !important;
  }
  .u-tab-mr-20 {
    margin-right: 20rem !important;
  }
  .u-tab-mr-21 {
    margin-right: 21rem !important;
  }
  .u-tab-mr-22 {
    margin-right: 22rem !important;
  }
  .u-tab-mr-23 {
    margin-right: 23rem !important;
  }
  .u-tab-mr-24 {
    margin-right: 24rem !important;
  }
  .u-tab-mr-25 {
    margin-right: 25rem !important;
  }
  .u-tab-mr-26 {
    margin-right: 26rem !important;
  }
  .u-tab-mr-27 {
    margin-right: 27rem !important;
  }
  .u-tab-mr-28 {
    margin-right: 28rem !important;
  }
  .u-tab-mr-29 {
    margin-right: 29rem !important;
  }
  .u-tab-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: 980px) {
  .u-tab-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 1rem !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 2rem !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 3rem !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 4rem !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 5rem !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 6rem !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 7rem !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 8rem !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 9rem !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 10rem !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 11rem !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 12rem !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 13rem !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 14rem !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 15rem !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 16rem !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 17rem !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 18rem !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 19rem !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 20rem !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 21rem !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 22rem !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 23rem !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 24rem !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 25rem !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 26rem !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 27rem !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 28rem !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 29rem !important;
  }
  .u-tab-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: 980px) {
  .u-tab-ml-0 {
    margin-left: 0rem !important;
  }
  .u-tab-ml-1 {
    margin-left: 1rem !important;
  }
  .u-tab-ml-2 {
    margin-left: 2rem !important;
  }
  .u-tab-ml-3 {
    margin-left: 3rem !important;
  }
  .u-tab-ml-4 {
    margin-left: 4rem !important;
  }
  .u-tab-ml-5 {
    margin-left: 5rem !important;
  }
  .u-tab-ml-6 {
    margin-left: 6rem !important;
  }
  .u-tab-ml-7 {
    margin-left: 7rem !important;
  }
  .u-tab-ml-8 {
    margin-left: 8rem !important;
  }
  .u-tab-ml-9 {
    margin-left: 9rem !important;
  }
  .u-tab-ml-10 {
    margin-left: 10rem !important;
  }
  .u-tab-ml-11 {
    margin-left: 11rem !important;
  }
  .u-tab-ml-12 {
    margin-left: 12rem !important;
  }
  .u-tab-ml-13 {
    margin-left: 13rem !important;
  }
  .u-tab-ml-14 {
    margin-left: 14rem !important;
  }
  .u-tab-ml-15 {
    margin-left: 15rem !important;
  }
  .u-tab-ml-16 {
    margin-left: 16rem !important;
  }
  .u-tab-ml-17 {
    margin-left: 17rem !important;
  }
  .u-tab-ml-18 {
    margin-left: 18rem !important;
  }
  .u-tab-ml-19 {
    margin-left: 19rem !important;
  }
  .u-tab-ml-20 {
    margin-left: 20rem !important;
  }
  .u-tab-ml-21 {
    margin-left: 21rem !important;
  }
  .u-tab-ml-22 {
    margin-left: 22rem !important;
  }
  .u-tab-ml-23 {
    margin-left: 23rem !important;
  }
  .u-tab-ml-24 {
    margin-left: 24rem !important;
  }
  .u-tab-ml-25 {
    margin-left: 25rem !important;
  }
  .u-tab-ml-26 {
    margin-left: 26rem !important;
  }
  .u-tab-ml-27 {
    margin-left: 27rem !important;
  }
  .u-tab-ml-28 {
    margin-left: 28rem !important;
  }
  .u-tab-ml-29 {
    margin-left: 29rem !important;
  }
  .u-tab-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: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-font41 {
  font-size: 4.1rem !important;
}

.u-font42 {
  font-size: 4.2rem !important;
}

.u-font43 {
  font-size: 4.3rem !important;
}

.u-font44 {
  font-size: 4.4rem !important;
}

.u-font45 {
  font-size: 4.5rem !important;
}

.u-font46 {
  font-size: 4.6rem !important;
}

.u-font47 {
  font-size: 4.7rem !important;
}

.u-font48 {
  font-size: 4.8rem !important;
}

.u-font49 {
  font-size: 4.9rem !important;
}

.u-font50 {
  font-size: 5rem !important;
}

.u-font51 {
  font-size: 5.1rem !important;
}

.u-font52 {
  font-size: 5.2rem !important;
}

.u-font53 {
  font-size: 5.3rem !important;
}

.u-font54 {
  font-size: 5.4rem !important;
}

.u-font55 {
  font-size: 5.5rem !important;
}

.u-font56 {
  font-size: 5.6rem !important;
}

.u-font57 {
  font-size: 5.7rem !important;
}

.u-font58 {
  font-size: 5.8rem !important;
}

.u-font59 {
  font-size: 5.9rem !important;
}

.u-font60 {
  font-size: 6rem !important;
}

.u-font61 {
  font-size: 6.1rem !important;
}

.u-font62 {
  font-size: 6.2rem !important;
}

.u-font63 {
  font-size: 6.3rem !important;
}

.u-font64 {
  font-size: 6.4rem !important;
}

.u-font65 {
  font-size: 6.5rem !important;
}

.u-font66 {
  font-size: 6.6rem !important;
}

.u-font67 {
  font-size: 6.7rem !important;
}

.u-font68 {
  font-size: 6.8rem !important;
}

.u-font69 {
  font-size: 6.9rem !important;
}

.u-font70 {
  font-size: 7rem !important;
}

.u-font71 {
  font-size: 7.1rem !important;
}

.u-font72 {
  font-size: 7.2rem !important;
}

.u-font73 {
  font-size: 7.3rem !important;
}

.u-font74 {
  font-size: 7.4rem !important;
}

.u-font75 {
  font-size: 7.5rem !important;
}

.u-font76 {
  font-size: 7.6rem !important;
}

.u-font77 {
  font-size: 7.7rem !important;
}

.u-font78 {
  font-size: 7.8rem !important;
}

.u-font79 {
  font-size: 7.9rem !important;
}

.u-font80 {
  font-size: 8rem !important;
}

@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0rem !important;
  }
  .u-sp-font1 {
    font-size: 0.1rem !important;
  }
  .u-sp-font2 {
    font-size: 0.2rem !important;
  }
  .u-sp-font3 {
    font-size: 0.3rem !important;
  }
  .u-sp-font4 {
    font-size: 0.4rem !important;
  }
  .u-sp-font5 {
    font-size: 0.5rem !important;
  }
  .u-sp-font6 {
    font-size: 0.6rem !important;
  }
  .u-sp-font7 {
    font-size: 0.7rem !important;
  }
  .u-sp-font8 {
    font-size: 0.8rem !important;
  }
  .u-sp-font9 {
    font-size: 0.9rem !important;
  }
  .u-sp-font10 {
    font-size: 1rem !important;
  }
  .u-sp-font11 {
    font-size: 1.1rem !important;
  }
  .u-sp-font12 {
    font-size: 1.2rem !important;
  }
  .u-sp-font13 {
    font-size: 1.3rem !important;
  }
  .u-sp-font14 {
    font-size: 1.4rem !important;
  }
  .u-sp-font15 {
    font-size: 1.5rem !important;
  }
  .u-sp-font16 {
    font-size: 1.6rem !important;
  }
  .u-sp-font17 {
    font-size: 1.7rem !important;
  }
  .u-sp-font18 {
    font-size: 1.8rem !important;
  }
  .u-sp-font19 {
    font-size: 1.9rem !important;
  }
  .u-sp-font20 {
    font-size: 2rem !important;
  }
  .u-sp-font21 {
    font-size: 2.1rem !important;
  }
  .u-sp-font22 {
    font-size: 2.2rem !important;
  }
  .u-sp-font23 {
    font-size: 2.3rem !important;
  }
  .u-sp-font24 {
    font-size: 2.4rem !important;
  }
  .u-sp-font25 {
    font-size: 2.5rem !important;
  }
  .u-sp-font26 {
    font-size: 2.6rem !important;
  }
  .u-sp-font27 {
    font-size: 2.7rem !important;
  }
  .u-sp-font28 {
    font-size: 2.8rem !important;
  }
  .u-sp-font29 {
    font-size: 2.9rem !important;
  }
  .u-sp-font30 {
    font-size: 3rem !important;
  }
  .u-sp-font31 {
    font-size: 3.1rem !important;
  }
  .u-sp-font32 {
    font-size: 3.2rem !important;
  }
  .u-sp-font33 {
    font-size: 3.3rem !important;
  }
  .u-sp-font34 {
    font-size: 3.4rem !important;
  }
  .u-sp-font35 {
    font-size: 3.5rem !important;
  }
  .u-sp-font36 {
    font-size: 3.6rem !important;
  }
  .u-sp-font37 {
    font-size: 3.7rem !important;
  }
  .u-sp-font38 {
    font-size: 3.8rem !important;
  }
  .u-sp-font39 {
    font-size: 3.9rem !important;
  }
  .u-sp-font40 {
    font-size: 4rem !important;
  }
  .u-sp-font41 {
    font-size: 4.1rem !important;
  }
  .u-sp-font42 {
    font-size: 4.2rem !important;
  }
  .u-sp-font43 {
    font-size: 4.3rem !important;
  }
  .u-sp-font44 {
    font-size: 4.4rem !important;
  }
  .u-sp-font45 {
    font-size: 4.5rem !important;
  }
  .u-sp-font46 {
    font-size: 4.6rem !important;
  }
  .u-sp-font47 {
    font-size: 4.7rem !important;
  }
  .u-sp-font48 {
    font-size: 4.8rem !important;
  }
  .u-sp-font49 {
    font-size: 4.9rem !important;
  }
  .u-sp-font50 {
    font-size: 5rem !important;
  }
  .u-sp-font51 {
    font-size: 5.1rem !important;
  }
  .u-sp-font52 {
    font-size: 5.2rem !important;
  }
  .u-sp-font53 {
    font-size: 5.3rem !important;
  }
  .u-sp-font54 {
    font-size: 5.4rem !important;
  }
  .u-sp-font55 {
    font-size: 5.5rem !important;
  }
  .u-sp-font56 {
    font-size: 5.6rem !important;
  }
  .u-sp-font57 {
    font-size: 5.7rem !important;
  }
  .u-sp-font58 {
    font-size: 5.8rem !important;
  }
  .u-sp-font59 {
    font-size: 5.9rem !important;
  }
  .u-sp-font60 {
    font-size: 6rem !important;
  }
  .u-sp-font61 {
    font-size: 6.1rem !important;
  }
  .u-sp-font62 {
    font-size: 6.2rem !important;
  }
  .u-sp-font63 {
    font-size: 6.3rem !important;
  }
  .u-sp-font64 {
    font-size: 6.4rem !important;
  }
  .u-sp-font65 {
    font-size: 6.5rem !important;
  }
  .u-sp-font66 {
    font-size: 6.6rem !important;
  }
  .u-sp-font67 {
    font-size: 6.7rem !important;
  }
  .u-sp-font68 {
    font-size: 6.8rem !important;
  }
  .u-sp-font69 {
    font-size: 6.9rem !important;
  }
  .u-sp-font70 {
    font-size: 7rem !important;
  }
  .u-sp-font71 {
    font-size: 7.1rem !important;
  }
  .u-sp-font72 {
    font-size: 7.2rem !important;
  }
  .u-sp-font73 {
    font-size: 7.3rem !important;
  }
  .u-sp-font74 {
    font-size: 7.4rem !important;
  }
  .u-sp-font75 {
    font-size: 7.5rem !important;
  }
  .u-sp-font76 {
    font-size: 7.6rem !important;
  }
  .u-sp-font77 {
    font-size: 7.7rem !important;
  }
  .u-sp-font78 {
    font-size: 7.8rem !important;
  }
  .u-sp-font79 {
    font-size: 7.9rem !important;
  }
  .u-sp-font80 {
    font-size: 8rem !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #216C38;
}

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

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

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

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

.u-attention {
  color: #B92639;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

/* 表示&非表示を操作する系ユーティリティ */
.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;
  }
}

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

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

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

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

/* サブページ
------------------------------------*/
.top-kv {
  border-radius: 0 40px 0 0;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: calc(322px + 50vw);
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .top-kv {
    height: 360px;
    margin: 0 0 0 -20px;
    width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 650px) {
  .top-kv {
    border-radius: 0 10px 0 0;
    height: 196px;
  }
}
.top-kv .top-kv__slider {
  height: 459px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top-kv .top-kv__slider {
    height: 316px;
  }
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__slider {
    height: 168px;
  }
}
.top-kv .top-kv__slider .top-kv__slider-items {
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 459px;
  justify-content: flex-end;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 2.4s ease;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top-kv .top-kv__slider .top-kv__slider-items {
    height: 316px;
  }
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__slider .top-kv__slider-items {
    height: 170px;
  }
}
.top-kv .top-kv__slider .top-kv__slider-items:hover .top-kv__slider-title {
  transform: translate3d(0, 0, 0);
}
.top-kv .top-kv__slider .top-kv__slider-items:hover .top-kv__slider-text {
  transform: translate3d(0, 0, 0);
}
.top-kv .top-kv__slider .top-kv__slider-items.is-active {
  opacity: 1;
  pointer-events: auto;
}
.top-kv .top-kv__slider .top-kv__slider-title {
  background: #fff;
  color: #216C38;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 9px;
  max-width: 571px;
  padding: 16px 47px 16px 13px;
  text-align: left;
  transform: translate3d(40px, 0, 0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 980px) {
  .top-kv .top-kv__slider .top-kv__slider-title {
    font-size: 1.5rem;
    margin: 0 0 11px;
    padding: 6px 50px 5px 7px;
  }
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__slider .top-kv__slider-title {
    max-width: 65%;
  }
}
.top-kv .top-kv__slider .top-kv__slider-text {
  background: #fff;
  color: #216C38;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3846153846;
  margin: 0 0 36px;
  max-width: 440px;
  padding: 11px 47px 11px 16px;
  text-align: left;
  transform: translate3d(40px, 0, 0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 980px) {
  .top-kv .top-kv__slider .top-kv__slider-text {
    font-size: 1rem;
    margin: 0 0 9px;
  }
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__slider .top-kv__slider-text {
    padding: 3px 47px 3px 10px;
    max-width: 80%;
  }
}
.top-kv .top-kv__indicator {
  align-items: center;
  background: #F2F0F0;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 0 17px;
  width: auto;
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__indicator {
    height: 26px;
  }
}
.top-kv .top-kv__indicator .top-kv__indicator-counter {
  color: #000;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  outline: none;
  opacity: 0.8;
  padding: 16px 8px;
  transition: transform 0.3s ease;
  transform: scale(1);
}
.top-kv .top-kv__indicator .top-kv__indicator-counter:hover {
  transform: scale(1.3);
}
.top-kv .top-kv__indicator .top-kv__indicator-counter.is-active {
  line-height: 1;
  opacity: 1;
  transform: scale(1.3);
}
.top-kv .top-kv__indicator .top-kv__indicator-line {
  background: #707070;
  display: inline-block;
  height: 1px;
  margin: 0 5px 2px;
  width: 30px;
}
.top-kv .top-kv__indicator .top-kv__indicator-prev {
  line-height: 0;
  outline: none;
  padding: 8px;
}
.top-kv .top-kv__indicator .top-kv__indicator-prev:hover {
  transform: translate3d(-2px, 0, 0);
}
.top-kv .top-kv__indicator .top-kv__indicator-next {
  line-height: 0;
  outline: none;
  padding: 8px;
}
.top-kv .top-kv__indicator .top-kv__indicator-next:hover {
  transform: translate3d(2px, 0, 0);
}

.top-news {
  margin: -12px 0 0 auto;
  max-width: 812px;
}
@media screen and (max-width: 980px) {
  .top-news {
    margin: 27px 0 0;
    max-width: none;
  }
}
.top-news .top-news__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.top-news .top-news__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 535px;
  padding: 19px 0 0;
}
@media screen and (max-width: 980px) {
  .top-news .top-news__list {
    padding: 22px 0 0;
  }
}
.top-news .top-news__date {
  padding: 0 0 10px;
  width: 70px;
}
@media screen and (max-width: 980px) {
  .top-news .top-news__date {
    width: 59px;
  }
}
.top-news .top-news__date .top-news__month-day {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.065;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  width: 50px;
}
.top-news .top-news__date .top-news__year {
  background: #000;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  width: 50px;
}
.top-news .top-news__text {
  width: 465px;
}
@media screen and (max-width: 980px) {
  .top-news .top-news__text {
    width: calc(100% - 59px);
  }
}
.top-news .top-news__text a {
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 12px 40px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .top-news .top-news__text a {
    font-size: 1rem;
    line-height: 1.4;
    padding: 8px 0 0;
  }
}
.top-news .top-news__text a:hover {
  color: #216C38;
  /*&::after {
      background-color: $color-main;
      transform: translate3d(5px,0,0);
  }*/
}
.top-news .top-news__text a {
  /*&::after {
      background-color: #000;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
          right: 0;
          top: 21px;
      transition: color .3s ease, transform .3s ease;
      width: 30px;

      @include sp {
          top: auto;
          bottom: 6px;
          width: 40px;
      }
  }*/
}
.top-news .top-news__see-more {
  padding: 8px 0 0;
  text-align: right;
  width: 100%;
}
.top-news .top-news__see-more a {
  color: rgba(0, 0, 0, 0.83);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .top-news .top-news__see-more a {
    font-size: 1rem;
  }
}
.top-news .top-news__see-more a:hover {
  text-decoration: none;
}

.top-banner {
  margin: 0 0 0 auto;
  max-width: 812px;
  overflow: unset;
}
@media screen and (max-width: 980px) {
  .top-banner {
    margin: 0 auto;
    width: 100%;
  }
}
.top-banner .top-banner__items {
  border-radius: 20px;
  display: block;
  height: 230px;
  overflow: hidden;
  transition: opacity 0.3s ease;
  width: 400px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .top-banner .top-banner__items {
    border-radius: 15px;
    height: auto;
    width: calc(50% - 5px);
  }
}
.top-banner .top-banner__items:hover figure img {
  transform: scale(1.05);
}
.top-banner .top-banner__items figure {
  height: 100%;
  margin: 0;
  width: 100%;
}
.top-banner .top-banner__items figure img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.top-banner .swiper-button-prev {
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  height: 45px;
  opacity: 1;
  outline: unset;
  left: -22px;
  width: 45px;
}
@media screen and (max-width: 980px) {
  .top-banner .swiper-button-prev {
    height: 30px;
    left: -15px;
    top: calc(50% + 7px);
    width: 30px;
  }
}
.top-banner .swiper-button-prev::after {
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  font-family: unset;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
}
.top-banner .swiper-button-prev:hover {
  opacity: 0.7;
}
.top-banner .swiper-button-next {
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  height: 45px;
  opacity: 1;
  outline: unset;
  left: 788px;
  right: auto;
  width: 45px;
}
@media screen and (max-width: 980px) {
  .top-banner .swiper-button-next {
    height: 30px;
    left: auto;
    right: -10px;
    top: calc(50% + 7px);
    width: 30px;
  }
}
.top-banner .swiper-button-next::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  font-family: unset;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}
.top-banner .swiper-button-next:hover {
  opacity: 0.7;
}

.top-sort {
  margin: 0 0 0 auto;
  max-width: 812px;
}
@media screen and (max-width: 980px) {
  .top-sort {
    max-width: none;
  }
}
.top-sort .top-sort__header {
  margin: 0 0 25px;
  padding: 0 38px 0 0;
  position: relative;
  width: 368px;
}
@media screen and (max-width: 650px) {
  .top-sort .top-sort__header {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.top-sort .top-sort__title {
  border-bottom: solid #000 8px;
  color: rgba(0, 0, 0, 0.83);
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3448275862;
  padding: 0 0 4px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__title {
    font-size: 2rem;
    text-align: left;
  }
}
.top-sort .top-sort__title .top-sort__title-cross-icon {
  background: url("images/icon-cross.svg") no-repeat center center/contain;
  display: inline-block;
  height: 19px;
  margin: 0 15px;
  width: 19px;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__title .top-sort__title-cross-icon {
    height: 13px;
    margin: 0 11px;
    width: 13px;
  }
}
.top-sort .top-sort__how-to-use-button {
  background: none;
  line-height: 0;
  outline: none;
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__how-to-use-button {
    position: relative;
    bottom: -3px;
    left: 15px;
    right: auto;
  }
}
.top-sort .top-sort__how-to-use-button:hover {
  transform: scale(1.1);
}
.top-sort .top-sort__how-to-use-button:active {
  transform: scale(1);
}
.top-sort .top-sort__tooltip {
  background: #FFF8E6;
  border: solid 3px #707070;
  border-radius: 15px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  opacity: 0;
  padding: 15px 25px;
  pointer-events: none;
  position: absolute;
  right: calc(-100% - 31px);
  top: 0;
  transform: scale(0.95) translate3d(-6px, 0, 0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform-origin: left center;
  width: 386px;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__tooltip {
    max-width: 100%;
    right: auto;
    left: 0;
    top: 36px;
    transform-origin: right center;
  }
}
.top-sort .top-sort__tooltip.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.top-sort .top-sort__tooltip::before {
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  border-left: solid 12px transparent;
  border-right: solid 12px #707070;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: -26px;
  top: calc(50% - 7px);
  width: 0;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__tooltip::before {
    border-bottom: solid 12px #707070;
    border-right: solid 7px transparent;
    border-left: solid 7px transparent;
    border-top: solid 12px transparent;
    left: 242px;
    top: -26px;
  }
}
.top-sort .top-sort__tooltip::after {
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  border-left: solid 12px transparent;
  border-right: solid 12px #FFF8E6;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: -20px;
  top: calc(50% - 7px);
  width: 0;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__tooltip::after {
    border-bottom: solid 12px #FFF8E6;
    border-right: solid 7px transparent;
    border-left: solid 7px transparent;
    border-top: solid 12px transparent;
    left: 242px;
    top: -20px;
  }
}
.top-sort .top-sort__tooltip .top-sort__tooltip-close {
  background: none;
  line-height: 0;
  outline: none;
  position: absolute;
  right: 14px;
  bottom: 9px;
}
.top-sort .top-sort__tooltip .top-sort__tooltip-close:hover {
  transform: scale(1.1);
}
.top-sort .top-sort__tooltip .top-sort__tooltip-close:active {
  transform: scale(1);
}
.top-sort .top-sort__form {
  display: block;
}
.top-sort .top-sort__group {
  border-bottom: solid 1px #F2F0F0;
  margin: 11px auto;
  padding: 10px 0 14px;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__group {
    padding: 6px 0 14px;
  }
}
.top-sort .top-sort__group:last-child {
  border: none;
}
.top-sort .top-sort__group .top-sort__group-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3333333333;
  padding: 0 0 20px;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__group .top-sort__group-title {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
}
.top-sort .top-sort__group .top-sort__category {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -10px 0 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__group .top-sort__category {
    margin: 0 -20px 0 0;
  }
}
.top-sort .top-sort__group .top-sort__category li {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__group .top-sort__category li {
    margin: 0 20px 17px 0;
    max-width: 160px;
    width: calc(50% - 20px);
  }
}
.top-sort .top-sort__group .top-sort__category input[type=checkbox] {
  display: none;
}
.top-sort .top-sort__group .top-sort__category input[type=checkbox]:checked + .top-sort__category-button {
  background: #216C38;
  border-color: #216C38;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
}
.top-sort .top-sort__group .top-sort__category .top-sort__category-button {
  background: #fff;
  border: solid 1px #000;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  outline: none;
  padding: 7px;
  text-align: center;
  width: 154px;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__group .top-sort__category .top-sort__category-button {
    width: 100%;
  }
}
.top-sort .top-sort__group .top-sort__category .top-sort__category-button:hover, .top-sort .top-sort__group .top-sort__category .top-sort__category-button.hover {
  background-color: #216C38;
  border-color: #216C38;
  color: #fff;
  font-weight: 700;
  opacity: 0.8;
}
.top-sort .top-sort__group .top-sort__feature {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -10px 0 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__group .top-sort__feature {
    margin: 0 -20px 0 0;
  }
}
.top-sort .top-sort__group .top-sort__feature li {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__group .top-sort__feature li {
    margin: 0 20px 17px 0;
    max-width: 160px;
    width: calc(50% - 20px);
  }
}
.top-sort .top-sort__group .top-sort__feature input[type=checkbox] {
  display: none;
}
.top-sort .top-sort__group .top-sort__feature input[type=checkbox]:checked + .top-sort__feature-button {
  background: #F7B90E;
  border-color: #F7B90E;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
}
.top-sort .top-sort__group .top-sort__feature .top-sort__feature-button {
  background: #fff;
  border: solid 1px #000;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  outline: none;
  padding: 7px;
  text-align: center;
  width: 154px;
}
@media screen and (max-width: 980px) {
  .top-sort .top-sort__group .top-sort__feature .top-sort__feature-button {
    width: 100%;
  }
}
.top-sort .top-sort__group .top-sort__feature .top-sort__feature-button:hover, .top-sort .top-sort__group .top-sort__feature .top-sort__feature-button.hover {
  background-color: #F7B90E;
  border-color: #F7B90E;
  color: #fff;
  font-weight: 700;
  opacity: 0.8;
}

.top-shoplist {
  border-bottom: solid 1px #F2F0F0;
  margin: 0 0 0 auto;
  max-width: 812px;
  padding: 0 0 37px;
}
@media screen and (max-width: 980px) {
  .top-shoplist {
    margin: 0 -20px;
    max-width: none;
    padding: 0 0 27px;
  }
}
@media screen and (max-width: 650px) {
  .top-shoplist {
    width: 100vw;
  }
}
.top-shoplist .top-shoplist__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .top-shoplist .top-shoplist__inner {
    justify-content: center;
    margin: 0;
  }
}
.top-shoplist .top-shoplist__inner.is-appear .top-shoplist__items {
  animation: scaleOut 0.9s ease forwards;
}
.top-shoplist .top-shoplist__inner.is-clear .top-shoplist__items {
  animation: scaleIn 0.9s ease forwards;
}
.top-shoplist .top-shoplist__items {
  border-right: solid 1px #F2F0F0;
  display: block;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 10px;
  transform: scale(0.95);
  transition: transform 0.6s ease, opacity 0.6s ease;
  width: 33.3333333333%;
}
@media screen and (max-width: 980px) {
  .top-shoplist .top-shoplist__items {
    padding: 0 15px;
    width: 50%;
  }
}
.top-shoplist .top-shoplist__items:hover .top-shoplist__thumbnail .top-shoplist__photo {
  transform: scale(1.05);
}
@media screen and (max-width: 980px) {
  .top-shoplist .top-shoplist__items:nth-child(2n) {
    border-right: none;
  }
}
.top-shoplist .top-shoplist__items:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width: 980px) {
  .top-shoplist .top-shoplist__items:nth-child(3n) {
    border-right: solid 1px #F2F0F0;
  }
}
.top-shoplist .top-shoplist__thumbnail {
  margin: 0 -10px;
  max-height: 139px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top-shoplist .top-shoplist__thumbnail {
    max-height: 25.6vw;
    margin: 0 -15px;
  }
}
.top-shoplist .top-shoplist__thumbnail img {
  height: auto;
  width: 100%;
}
.top-shoplist .top-shoplist__thumbnail .top-shoplist__date {
  background-color: #fff;
  font-size: 1rem;
  font-weight: 700;
  height: 22px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 8px 0 0;
  position: absolute;
  left: 0;
  top: 11px;
  text-align: center;
  transform: rotate(90deg);
  transform-origin: left bottom;
  width: 83px;
  z-index: 3;
}
@media screen and (max-width: 650px) {
  .top-shoplist .top-shoplist__thumbnail .top-shoplist__date {
    height: 14px;
    padding: 4px 0 0;
    top: -1px;
    width: 70px;
  }
}
.top-shoplist .top-shoplist__thumbnail .top-shoplist__photo {
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 2;
}
.top-shoplist .top-shoplist__tags {
  margin: 0 -3px 25px;
  min-height: 88px;
  padding: 10px 0 0;
}
@media screen and (max-width: 650px) {
  .top-shoplist .top-shoplist__tags {
    margin: 0 auto 5px;
    max-width: 122px;
    min-height: 93px;
  }
}
.top-shoplist .top-shoplist__tags .top-shoplist__category {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.top-shoplist .top-shoplist__tags .top-shoplist__category li {
  background-color: #216C38;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 1% 5px;
  padding: 5px;
  text-align: center;
  width: 48%;
}
@media screen and (max-width: 650px) {
  .top-shoplist .top-shoplist__tags .top-shoplist__category li {
    font-size: 1rem;
    padding: 3px;
    width: 100%;
  }
}
.top-shoplist .top-shoplist__tags .top-shoplist__feature {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.top-shoplist .top-shoplist__tags .top-shoplist__feature li {
  background-color: #F7B90E;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 1% 5px;
  padding: 5px;
  text-align: center;
  width: 48%;
}
@media screen and (max-width: 650px) {
  .top-shoplist .top-shoplist__tags .top-shoplist__feature li {
    font-size: 1rem;
    padding: 3px;
    width: 100%;
  }
}
.top-shoplist .top-shoplist__title {
  border-bottom: solid 1px #707070;
  color: rgba(0, 0, 0, 0.83);
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 50px;
  line-height: 1.4;
  margin: 0 0 8px;
}
@media screen and (max-width: 650px) {
  .top-shoplist .top-shoplist__title {
    font-size: 1.4rem;
    min-height: 42px;
  }
}
.top-shoplist .top-shoplist__description {
  color: rgba(0, 0, 0, 0.83);
  font-size: 1.2rem;
  font-weight: 400;
  height: 118px;
  line-height: 1.5;
  overflow: hidden;
  padding: 5px 0;
}
@media screen and (max-width: 650px) {
  .top-shoplist .top-shoplist__description {
    font-size: 1rem;
    height: 72px;
    padding: 0;
  }
}

.post-header {
  border-radius: 0 40px 0 0;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  width: calc(322px + 50vw);
}
@media screen and (max-width: 980px) {
  .post-header {
    margin: 0 0 0 -20px;
    width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 650px) {
  .post-header {
    border-radius: 0 10px 0 0;
  }
}
.post-header .post-header__inner {
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 459px;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .post-header .post-header__inner {
    height: 316px;
  }
}
@media screen and (max-width: 650px) {
  .post-header .post-header__inner {
    height: 170px;
  }
}
.post-header .post-header__title {
  background: #fff;
  color: #216C38;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 9px;
  max-width: 531px;
  padding: 16px 7px 16px 13px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .post-header .post-header__title {
    font-size: 1.5rem;
    margin: 0 0 11px;
    padding: 6px 10px 5px 7px;
  }
}
@media screen and (max-width: 650px) {
  .post-header .post-header__title {
    max-width: 50%;
  }
}
.post-header .post-header__text {
  background: #fff;
  color: #216C38;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3846153846;
  margin: 0 0 36px;
  max-width: 400px;
  padding: 11px 7px 11px 16px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .post-header .post-header__text {
    font-size: 1rem;
    margin: 0 0 9px;
  }
}
@media screen and (max-width: 650px) {
  .post-header .post-header__text {
    padding: 3px 7px 3px 10px;
    max-width: 80%;
  }
}
.post-header .post-header__info {
  margin: 0 164px 0 auto;
  max-width: 648px;
}
@media screen and (max-width: 980px) {
  .post-header .post-header__info {
    margin: 0 auto;
  }
}
.post-header .post-header__info .post-header__date {
  display: block;
  padding: 35px 0 10px;
  text-align: center;
  width: 77px;
}
@media screen and (max-width: 650px) {
  .post-header .post-header__info .post-header__date {
    margin: 0 0 0 20px;
    padding: 20px 0 3px;
  }
}
.post-header .post-header__info .post-header__date .post-header__date-day {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .post-header .post-header__info .post-header__date .post-header__date-day {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.post-header .post-header__info .post-header__date .post-header__date-month {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .post-header .post-header__info .post-header__date .post-header__date-month {
    font-size: 1rem;
    line-height: 1;
  }
}
.post-header .post-header__info .post-header__date .post-header__date-year {
  border-bottom: solid 1px #707070;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 5px;
}
@media screen and (max-width: 980px) {
  .post-header .post-header__info .post-header__date .post-header__date-year {
    font-size: 1rem;
    line-height: 1;
    padding: 0 0 2px;
  }
}
.post-header .post-header__info .post-header__author {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .post-header .post-header__info .post-header__author {
    font-size: 1rem;
    margin: 0 0 0 20px;
  }
}

.post-body {
  margin: 0 164px 0 auto;
  max-width: 648px;
}
@media screen and (max-width: 980px) {
  .post-body {
    margin: 0 auto;
  }
}
.post-body .wp-block-image {
  margin-top: 1em;
}
.post-body .wp-block-image figcaption {
  font-size: 1.4rem;
  text-align: center;
}
.post-body .wp-block-separator {
  border: none;
  border-bottom: solid 1px #000;
  margin: 0 auto;
  width: 77px;
}
.post-body .wp-block-separator.is-style-wide {
  border-bottom: none;
  width: 100%;
}
.post-body .wp-block-separator.is-style-wide::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, #000, #000 8px, transparent 4px, transparent 4px) repeat-x center center/10px 1px;
  width: 100%;
}
.post-body .wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
  width: 100%;
}
.post-body .wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.post-body h2 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 40px auto;
  padding: 0 0 22px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .post-body h2 {
    font-size: 2rem;
    padding: 0 0 10px;
  }
}
.post-body h2::before {
  background-color: #000;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 77px;
}
@media screen and (max-width: 980px) {
  .post-body h2::before {
    height: 4px;
    width: 40px;
  }
}
.post-body h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin: 40px auto 20px;
}
@media screen and (max-width: 980px) {
  .post-body h3 {
    font-size: 1.6rem;
  }
}
.post-body p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin: 40px auto;
}
@media screen and (max-width: 980px) {
  .post-body p {
    font-size: 1.4rem;
  }
}
.post-body a {
  color: #216C38;
  text-decoration: underline;
}
.post-body a:hover {
  text-decoration: none;
}
.post-body ul:not([class]) {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  list-style: none;
  margin: 45px auto 70px;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .post-body ul:not([class]) {
    font-size: 1.6rem;
  }
}
.post-body ul:not([class]) li {
  margin: 23px 0;
  padding: 0 0 0 2.3rem;
  text-indent: -2.3rem;
}
.post-body ul:not([class]) li::before {
  content: "■ ";
}
.post-body ol:not([class]) {
  counter-reset: ol_cnt;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  list-style: none;
  margin: 45px auto 70px;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .post-body ol:not([class]) {
    font-size: 1.6rem;
  }
}
.post-body ol:not([class]) li {
  counter-increment: ol_cnt;
  margin: 15px 0;
  padding: 0 0 0 3.4rem;
  text-indent: -3.3rem;
}
.post-body ol:not([class]) li::before {
  content: counter(ol_cnt) " ";
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  top: 5px;
}

.post-sns {
  margin: 50px 164px 50px auto;
  max-width: 648px;
}
@media screen and (max-width: 980px) {
  .post-sns {
    margin: 50px auto;
  }
}

.post-footer {
  margin: 55px 164px 0 auto;
  max-width: 648px;
}
@media screen and (max-width: 980px) {
  .post-footer {
    margin: 55px 0;
    max-width: none;
    width: 100%;
  }
}
.post-footer .post-footer__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 648px;
  padding: 0 0 25px;
}
@media screen and (max-width: 980px) {
  .post-footer .post-footer__title {
    font-size: 1.6rem;
    padding: 0 0 40px;
  }
}
.post-footer .post-footer__list {
  list-style: none;
  margin: 0 0 40px;
  max-width: 100vw;
  padding: 0;
}
.post-footer .post-footer__list li {
  margin: 0 auto;
  max-width: 648px;
  padding: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .post-footer .post-footer__list li {
    margin: 0 0 0 -20px;
  }
}
.post-footer .post-footer__list .post-footer__list-link {
  align-items: flex-start;
  background: #F2F0F0;
  border-radius: 0 30px 0 0;
  display: flex;
  padding: 12px;
}
@media screen and (max-width: 980px) {
  .post-footer .post-footer__list .post-footer__list-link {
    border-radius: 0 10px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .post-footer .post-footer__list .post-footer__list-link {
    display: block;
    padding: 14px 14px 18px 32px;
  }
}
.post-footer .post-footer__list .post-footer__list-link:hover .post-footer__list-photo img {
  transform: scale(1.05);
}
.post-footer .post-footer__list .post-footer__list-photo {
  display: block;
  line-height: 0;
  max-height: 113px;
  overflow: hidden;
  width: 238px;
}
.post-footer .post-footer__list .post-footer__list-photo img {
  height: auto;
  transition: transform 0.3s ease;
  width: 100%;
}
.post-footer .post-footer__list .post-footer__list-body {
  padding: 0 0 0 18px;
  width: 410px;
}
@media screen and (max-width: 650px) {
  .post-footer .post-footer__list .post-footer__list-body {
    padding: 0;
    width: 100%;
  }
}
.post-footer .post-footer__list .post-footer__list-date {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .post-footer .post-footer__list .post-footer__list-date {
    font-size: 1rem;
  }
}
.post-footer .post-footer__list .post-footer__list-title {
  color: #216C38;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 0 5px;
}
@media screen and (max-width: 650px) {
  .post-footer .post-footer__list .post-footer__list-title {
    font-size: 1.8rem;
  }
}
.post-footer .post-footer__list .post-footer__list-summary {
  color: #216C38;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 0 14px;
}
@media screen and (max-width: 650px) {
  .post-footer .post-footer__list .post-footer__list-summary {
    font-size: 1rem;
  }
}
.post-footer .post-footer__list .post-footer__list-text {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .post-footer .post-footer__list .post-footer__list-text {
    font-size: 1rem;
  }
}
.post-footer .post-footer__seemore {
  text-align: center;
}
.post-footer .post-footer__seemore .post-footer__seemore-link {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
}
.post-footer .post-footer__seemore .post-footer__seemore-link:hover {
  transform: translate3d(0, -3px, 0);
}
.post-footer .post-footer__seemore .post-footer__seemore-link:active {
  transform: translate3d(0, 0, 0);
}

.wp-block-gallery figcaption {
  font-size: 1.4rem;
}

.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: #216C38;
  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: #216C38;
  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: #216C38;
  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;
}
@media screen and (max-width: 980px) {
  .contact-footer .contact-footer__address {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.c-contents .wpforms-container {
  padding: 24px 0 44px;
}
@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 {
  color: #fff;
  display: block;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label {
  border-left: solid 6px #216C38;
  font-size: 1.4rem;
  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: #216C38;
  content: "(必須)";
  font-size: 1.2rem;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea,
.c-contents .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 3px !important;
  font-size: 1.4rem !important;
  padding: 11px !important;
}
.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: #6BC3EC;
  border: none;
  border-radius: 29px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  width: 217px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  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);
}

.contact-form {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  margin: 0 12px;
}
@media screen and (max-width: 980px) {
  .contact-form {
    margin: 0 auto;
  }
}

label.agree {
  display: block;
  width: auto;
  margin: 0 auto;
}
label.agree input {
  margin-right: 10px;
}

#agree_box a {
  text-decoration: underline;
}
#agree_box a:hover {
  text-decoration: none;
}

.wpcf7-checkbox {
  display: block;
  margin-top: -10px;
}
.wpcf7-checkbox label {
  position: relative;
}

.wpcf7-list-item {
  margin: 0;
}

/* checkbox */
.contact-by-form-agree {
  margin: 50px auto;
  position: relative;
  text-align: center;
}
.contact-by-form-agree .wpcf7-list-item {
  margin: 0;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto 0;
  padding: 0 0 0 30px;
  position: relative;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 980px) {
  input[type=checkbox] + span {
    font-size: 1.3rem;
  }
}
input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #272727;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -5px;
  position: absolute;
  top: calc(50% - 4px);
  width: 20px;
}
input[type=checkbox] + span::after {
  background: #216C38;
  border-radius: 5px;
  content: "";
  display: block;
  height: 14px;
  left: 3px;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 6px);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 14px;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* selectbox */
.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) {
  .selectbox {
    background-position: calc(100% - 18px) center;
    background-size: 11px 7px;
    height: 50px;
  }
}
.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) {
  .selectbox select {
    font-size: 1.4rem;
    height: 48px;
    padding: 7px 14px;
  }
}
.selectbox .wpcf7-form-control-wrap {
  position: static;
}

.submit-buttons {
  display: flex;
  justify-content: center;
}

.btn-go-back {
  align-items: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #216C38;
  border: none;
  border-radius: 22px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  margin: 0 15px;
  outline: none;
  width: 235px;
}

.btn-close-window {
  align-items: center;
  background: #fff;
  border: solid 1px #C6CCD7;
  border-radius: 25px;
  color: #434C5F;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  margin: 0 15px;
  outline: none;
  width: 171px;
}
@media screen and (max-width: 980px) {
  .btn-close-window {
    height: 43px;
    width: 165px;
  }
}

.btn-go-back:hover,
.btn-close-window:hover,
.btn-send-inquiry:hover,
.btn-create-account-cancel:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.with-products-error {
  color: #D0021B;
  display: none;
}

/* form */
.contact__form {
  margin: 0 auto;
}
.contact__form label {
  color: #272727;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 47px;
  max-width: 813px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .contact__form label {
    line-height: 1.5;
  }
}
.contact__form label input {
  -webkit-appearance: none;
  border: solid 2px #F2F0F0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  height: 59px;
  margin: 15px auto 0;
  max-width: 565px;
  outline: none;
  padding: 14px 20px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .contact__form label input {
    font-size: 1.4rem;
    height: 50px;
    margin: 7px auto 0;
    padding: 7px 14px;
  }
}
.contact__form label input:focus {
  border-color: #999;
}
.contact__form label textarea {
  -webkit-appearance: none;
  border: solid 2px #F2F0F0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  height: 250px;
  margin: 15px auto 0;
  max-width: 565px;
  outline: none;
  padding: 26px 20px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .contact__form label textarea {
    font-size: 1.4rem;
    height: 200px;
    margin: 7px auto 0;
    padding: 7px 14px;
  }
}
.contact__form label textarea:focus {
  border-color: #999;
}
.contact__form label .wpcf7-form-control-wrap {
  position: static;
}
.contact__form label .contact__must {
  background: #216C38;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 31px;
  position: absolute;
  left: 41px;
  top: 47px;
  width: 67px;
}
@media screen and (max-width: 980px) {
  .contact__form label .contact__must {
    font-size: 1.2rem;
    line-height: 20px;
    margin: 0 -54px 0 12px;
    position: relative;
    left: auto;
    top: auto;
    width: 42px;
  }
}
.contact__form div.wpcf7 .ajax-loader {
  margin: 17px -16px 0 4px;
}
@media screen and (max-width: 980px) {
  .contact__form div.wpcf7 .ajax-loader {
    background-image: url("../images/platform/preloader.gif");
    background-size: 16px 16px;
    margin: 13px -16px 0 4px;
  }
}
.contact__form span.wpcf7-not-valid-tip {
  color: #FF0000;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0 20px;
}
@media screen and (max-width: 980px) {
  .contact__form span.wpcf7-not-valid-tip {
    font-size: 1.2rem;
    margin: 6px 0 0;
  }
}
.contact__form span.wpcf7-not-valid-tip::before {
  content: "※";
}
.contact__form div.wpcf7-mail-sent-ok {
  border: none;
  padding: 0;
  margin: 0 auto 40px;
}

.sent-display-show {
  display: none;
}

.sent .sent-display-show {
  display: block;
}
.sent .sent-display-none {
  display: none;
}

.c-contents .wpforms-container-full .wpforms-form .wpforms-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 60px 0 46px;
}
@media screen and (max-width: 980px) {
  .c-contents .wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-contents .wpforms-container-full .wpforms-form .contact-tour__text {
  font-size: 1.4rem;
  margin: 20px 0 18px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container-full .wpforms-form .contact-tour__text {
    text-align: left;
  }
}
.c-contents .wpforms-container-full .wpforms-form .wpforms-field-html ul.contact-tour__pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px !important;
  width: 540px;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container-full .wpforms-form .wpforms-field-html ul.contact-tour__pdf {
    width: 100%;
  }
}
.c-contents .wpforms-container-full .wpforms-form .wpforms-field-html ul.contact-tour__pdf li {
  list-style: none !important;
  margin: 0 10px !important;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container-full .wpforms-form .wpforms-field-html ul.contact-tour__pdf li {
    margin: 0 !important;
    width: 48%;
  }
}
.c-contents .wpforms-container-full .wpforms-form .wpforms-field-html ul.contact-tour__pdf li .contact-tour__pdf-item {
  color: #222222;
  font-size: 1rem;
  text-decoration: underline;
}
.c-contents .wpforms-container-full .wpforms-form .wpforms-field-html ul.contact-tour__pdf li .contact-tour__pdf-item:hover {
  text-decoration: none;
}

.concept-lead {
  display: flex;
}
@media screen and (max-width: 980px) {
  .concept-lead {
    display: block;
  }
}
.concept-lead .concept-lead__photo {
  display: block;
  line-height: 0;
  margin: 0 0 0 -165px;
  width: 550px;
}
@media screen and (max-width: 980px) {
  .concept-lead .concept-lead__photo {
    margin: 0 0 50px calc(50% - 50vw);
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .concept-lead .concept-lead__photo img {
    width: 398px;
  }
}
@media screen and (max-width: 650px) {
  .concept-lead .concept-lead__photo img {
    width: 298px;
  }
}
.concept-lead .concept-lead__body {
  margin: 0 -164px 0 52px;
}
@media screen and (max-width: 980px) {
  .concept-lead .concept-lead__body {
    margin: 0 auto;
    width: 330px;
  }
}
@media screen and (max-width: 650px) {
  .concept-lead .concept-lead__body {
    width: 276px;
  }
}
.concept-lead .concept-lead__body .concept-lead__headline {
  border-bottom: solid 8px #000;
  border-top: solid 8px #000;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin: 0 0 30px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .concept-lead .concept-lead__body .concept-lead__headline {
    border-width: 4px;
    font-size: 2rem;
    margin: 0 0 12px;
    padding: 15px;
  }
}
.concept-lead .concept-lead__body .concept-lead__text {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.7777777778;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 650px) {
  .concept-lead .concept-lead__body .concept-lead__text {
    font-size: 1.4rem;
    line-height: 2.4285714286;
    padding: 0;
    text-align: center;
  }
}

.concept-message {
  position: relative;
}
.concept-message::before {
  background: url("images/concept-japan@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 499px;
  position: absolute;
  left: -46px;
  top: 28px;
  width: 279px;
}
@media screen and (max-width: 980px) {
  .concept-message::before {
    left: 50%;
    top: 300px;
    text-outline: 0 0 #000;
    transform: translate(-60%, 0);
  }
}
@media screen and (max-width: 650px) {
  .concept-message::before {
    top: 212px;
  }
}
.concept-message .concept-message__photo {
  display: block;
  line-height: 0;
  margin: 0 -164px 80px 0;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .concept-message .concept-message__photo {
    margin: 0 calc(50% - 50vw) 140px 0;
  }
}
@media screen and (max-width: 980px) {
  .concept-message .concept-message__photo img {
    width: 398px;
  }
}
@media screen and (max-width: 650px) {
  .concept-message .concept-message__photo img {
    width: 298px;
  }
}
.concept-message .concept-message__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1428571429;
}

.concept-theme {
  margin: 0 -164px 0 0;
  padding: 60px 0 80px;
}
@media screen and (max-width: 980px) {
  .concept-theme {
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .concept-theme {
    padding: 80px 0 120px;
  }
}
.concept-theme .concept-theme__headline {
  margin: 0 0 40px;
  padding: 0 0 67px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .concept-theme .concept-theme__headline {
    padding: 0 0 75px;
  }
}
.concept-theme .concept-theme__headline::before {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 50px;
  left: -150px;
  width: 346px;
}
@media screen and (max-width: 650px) {
  .concept-theme .concept-theme__headline::before {
    left: -20px;
    width: 190px;
  }
}
.concept-theme .concept-theme__headline::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 65px;
  left: 77px;
  transform: rotate(-64deg);
  width: 173px;
}
@media screen and (max-width: 650px) {
  .concept-theme .concept-theme__headline::after {
    left: 46px;
    top: 52px;
  }
}
.concept-theme .concept-theme__headline .concept-theme__headline-number {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  width: 156px;
}
@media screen and (max-width: 650px) {
  .concept-theme .concept-theme__headline .concept-theme__headline-number {
    font-size: 5rem;
    width: 116px;
  }
}
.concept-theme .concept-theme__headline .concept-theme__headline-en {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  width: 156px;
}
@media screen and (max-width: 650px) {
  .concept-theme .concept-theme__headline .concept-theme__headline-en {
    font-size: 1.2rem;
    width: 116px;
  }
}
.concept-theme .concept-theme__headline .concept-theme__headline-ja {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: 12px;
  left: 153px;
}
@media screen and (max-width: 650px) {
  .concept-theme .concept-theme__headline .concept-theme__headline-ja {
    font-size: 2.2rem;
    left: 130px;
  }
}
.concept-theme .concept-theme__photos {
  display: block;
  line-height: 0;
  margin: 0 -80px 40px 0;
}
@media screen and (max-width: 980px) {
  .concept-theme .concept-theme__photos {
    margin: 0 0 40px;
  }
}
.concept-theme .concept-theme__photos::after {
  clear: both;
  content: "";
  display: block;
}
.concept-theme .concept-theme__photos img {
  display: block;
  float: left;
  width: 26.3982102908%;
}
@media screen and (max-width: 980px) {
  .concept-theme .concept-theme__photos img {
    width: 50%;
  }
}
.concept-theme .concept-theme__photos img:first-child {
  margin: 0 1.1185682327% 0 0;
  width: 72.4832214765%;
}
@media screen and (max-width: 980px) {
  .concept-theme .concept-theme__photos img:first-child {
    margin: 0 0 4px;
    width: 100%;
  }
}
.concept-theme .concept-theme__text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.1428571429;
  margin: 0 0 50px;
  max-width: 648px;
}
@media screen and (max-width: 650px) {
  .concept-theme .concept-theme__text {
    margin: 0 0 80px;
  }
}
.concept-theme .concept-theme__youtube iframe {
  display: block;
  height: 226px;
  width: 400px;
}
@media screen and (max-width: 980px) {
  .concept-theme .concept-theme__youtube iframe {
    height: 41.3333333333vw;
    margin: 0 auto;
    width: 73.6vw;
  }
}

.news-list {
  border-bottom: solid 1px #F2F0F0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 auto;
  max-width: 800px;
  padding: 0 72px 0 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .news-list {
    margin: 0 auto;
    max-width: 812px;
    padding: 0;
  }
}
.news-list .news-list__items {
  display: block;
  height: 324px;
  width: 32.4175824176%;
}
@media screen and (max-width: 980px) {
  .news-list .news-list__items {
    height: auto;
    min-height: 270px;
  }
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items {
    min-height: 215px;
    padding: 0 0 30px;
    width: 47.1641791045%;
  }
}
.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.05);
}
.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 {
    height: 154px;
    margin: 0 0 8px;
    max-height: 19vw;
  }
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__photo {
    max-height: 27.4666666667vw;
  }
}
.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: #216C38;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2857142857;
  padding: 0 10px 3px;
}
@media screen and (max-width: 980px) {
  .news-list .news-list__items .news-list__date {
    font-size: 1rem;
    padding: 0 10px 8px;
  }
}
.news-list .news-list__items .news-list__text {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 10px;
}
@media screen and (max-width: 980px) {
  .news-list .news-list__items .news-list__text {
    font-size: 1rem;
  }
}

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

.news-list__archives {
  align-items: center;
  display: flex;
  margin: 0 0 0 auto;
  max-width: 800px;
  padding: 58px 72px 45px 0;
}
@media screen and (max-width: 980px) {
  .news-list__archives {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    max-width: 812px;
    padding: 30px 0 60px;
  }
}
.news-list__archives .news-list__archives-title {
  border-right: solid 1px #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 980px) {
  .news-list__archives .news-list__archives-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }
}
.news-list__archives .news-list__archives-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 980px) {
  .news-list__archives .news-list__archives-list {
    padding: 0 0 4px;
  }
}
.news-list__archives .news-list__archives-list li {
  padding: 0 35px 0 0;
}
.news-list__archives .news-list__archives-list a {
  color: #777777;
}
.news-list__archives .news-list__archives-list a:hover {
  text-decoration: underline;
}

.news-header {
  margin: 0 0 0 auto;
  max-width: 812px;
  padding: 0 82px;
}
@media screen and (max-width: 980px) {
  .news-header {
    margin: 0 auto;
    max-width: 648px;
    padding: 0;
  }
}
.news-header .news-header__photo {
  display: block;
  margin: 0 0 24px;
}
@media screen and (max-width: 650px) {
  .news-header .news-header__photo {
    margin: 0 0 11px;
  }
}
.news-header .news-header__date {
  color: #216C38;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 0 28px 16px;
}
@media screen and (max-width: 650px) {
  .news-header .news-header__date {
    font-size: 1.2rem;
    padding: 0 11px 10px;
  }
}
.news-header .news-header__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 28px 20px;
}
@media screen and (max-width: 650px) {
  .news-header .news-header__title {
    font-size: 1.4rem;
    padding: 0 11px 25px;
  }
}

.news-body {
  margin: 0 0 0 auto;
  max-width: 812px;
  padding: 0 110px;
}
@media screen and (max-width: 980px) {
  .news-body {
    margin: 0 auto;
    max-width: 648px;
    padding: 0 11px;
  }
}
.news-body a {
  color: #216C38;
  text-decoration: underline;
}
.news-body a:hover {
  text-decoration: none;
}

.news-footer {
  margin: 0 0 0 auto;
  max-width: 812px;
  padding: 0 82px;
}
@media screen and (max-width: 980px) {
  .news-footer {
    margin: 0 auto;
    max-width: 648px;
    padding: 0;
  }
}
.news-footer .news-footer__nav {
  align-items: flex-start;
  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 40px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link {
    margin: 0 15px;
  }
}
.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: 4px 0 0;
    width: 17px;
  }
}
.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: 32px;
  }
}
.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: 4px 0 0;
    width: 17px;
  }
}

.company-headline {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6666666667;
}

.company-purpose {
  padding: 100px 0;
}
@media screen and (max-width: 650px) {
  .company-purpose {
    padding: 70px 0;
  }
}
.company-purpose .company-purpose__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 650px) {
  .company-purpose .company-purpose__text {
    line-height: 1.4285714286;
  }
}

.company-service {
  max-width: 590px;
}
.company-service .company-service__items {
  border-bottom: solid 6px #000;
  margin: 0 0 40px;
}
.company-service .company-service__headline {
  font-size: 3.4rem;
  font-weight: 700;
}
.company-service .company-service__headline .company-service__headline-text {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 6px 8px;
  min-width: 120px;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.company-service .company-service__summary {
  color: rgba(0, 0, 0, 0.83);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 0 16px 26px;
}
@media screen and (max-width: 650px) {
  .company-service .company-service__summary {
    margin-top: -10px;
    padding-left: 0;
  }
}
.company-service .company-service__text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  padding: 0 0 9px 26px;
}
@media screen and (max-width: 650px) {
  .company-service .company-service__text {
    line-height: 1.4285714286;
    padding-left: 0;
  }
}

.company-inner {
  padding: 30px 0 84px;
}
@media screen and (max-width: 650px) {
  .company-inner {
    padding: 30px 0 70px;
  }
}

.company-pdf {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}
.company-pdf::after {
  background: url("images/icon-pdf.svg") center center/contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  right: -38px;
  bottom: 0;
  width: 20px;
}

.tabloid-lead .tabloid-lead__headline {
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 454px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .tabloid-lead .tabloid-lead__headline {
    max-width: 220px;
  }
}
.tabloid-lead .tabloid-lead__headline .tabloid-lead__headline-1 {
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .tabloid-lead .tabloid-lead__headline .tabloid-lead__headline-1 {
    font-size: 1.4rem;
  }
}
.tabloid-lead .tabloid-lead__headline .tabloid-lead__headline-2 {
  border-bottom: solid 8px #000;
  display: inline-block;
  font-size: 3.3rem;
  margin: 0 0 10px;
  padding: 15px 0 12px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .tabloid-lead .tabloid-lead__headline .tabloid-lead__headline-2 {
    font-size: 2rem;
    padding: 23px 0 12px;
  }
}
.tabloid-lead .tabloid-lead__headline .tabloid-lead__headline-3 {
  font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
  .tabloid-lead .tabloid-lead__headline .tabloid-lead__headline-3 {
    font-size: 1.2rem;
  }
}
.tabloid-lead .tabloid-lead__logo {
  text-align: center;
}
.tabloid-lead .tabloid-lead__logo img {
  display: block;
  margin: 0 auto 20px;
}
.tabloid-lead .tabloid-lead__logo figcaption {
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 980px) {
  .tabloid-lead .tabloid-lead__logo figcaption {
    font-size: 1rem;
  }
}
.tabloid-lead .tabloid-lead__text {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .tabloid-lead .tabloid-lead__text {
    font-size: 1.4rem;
    line-height: 2.4285714286;
  }
}

.tabloid-message .tabloid-message__photo {
  display: block;
  line-height: 0;
  margin: 0 auto;
  max-width: 480px;
}
.tabloid-message .tabloid-message__text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.1428571429;
  margin: 0 auto;
  max-width: 480px;
}
.tabloid-message .tabloid-message__text::before {
  background-color: #000;
  content: "";
  display: block;
  height: 7px;
  margin: 0 auto 45px;
  width: 77px;
}

.tabloid-backnumber {
  display: flex;
  justify-content: space-between;
  margin: 0 -164px 0 0;
  padding: 120px 0 200px;
}
@media screen and (max-width: 980px) {
  .tabloid-backnumber {
    flex-direction: column;
    margin: 0 auto;
    max-width: 480px;
    padding: 90px 0 170px;
  }
}
@media screen and (max-width: 980px) {
  .tabloid-backnumber .tabloid-backnumber__contents {
    padding: 0 0 70px;
  }
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__hadline {
  border-top: solid 8px #000;
  border-bottom: solid 8px #000;
  line-height: 1;
  margin: 0 0 15px;
  padding: 20px 0;
  text-align: center;
  max-width: 318px;
}
@media screen and (max-width: 980px) {
  .tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__hadline {
    margin: 0 0 55px;
  }
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__hadline .tabloid-backnumber__headline-en {
  font-size: 3.2rem;
  display: inline-block;
  margin: 0 0 10px;
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__hadline .tabloid-backnumber__headline-ja {
  font-size: 2.2rem;
  font-weight: 400;
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__number {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__summary {
  padding: 0 0 20px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 980px) {
  .tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__summary {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__takefree {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 5px 0 17px;
  padding: 8px 4px;
  text-align: center;
  width: 127px;
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__toc-headline {
  padding: 0 0 22px;
  text-align: center;
  width: 77px;
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__toc-headline .tabloid-backnumber__toc-headline-en {
  border-bottom: solid 1px #000;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 0 7px;
  width: 100%;
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__toc-headline .tabloid-backnumber__toc-headline-ja {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 7px 0 0;
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__toc-body {
  font-size: 1.2rem;
}
@media screen and (max-width: 980px) {
  .tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__toc-body {
    font-size: 1rem;
    line-height: 2.5;
  }
}
.tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__toc-body i {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .tabloid-backnumber .tabloid-backnumber__contents .tabloid-backnumber__toc-body i {
    font-size: 1.2rem;
  }
}
.tabloid-backnumber .tabloid-backnumber__cover {
  width: 320px;
}
@media screen and (max-width: 650px) {
  .tabloid-backnumber .tabloid-backnumber__cover {
    width: 100%;
  }
}
.tabloid-backnumber .tabloid-backnumber__cover .tabloid-backnumber__cover-image {
  display: block;
  line-height: 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 650px) {
  .tabloid-backnumber .tabloid-backnumber__cover .tabloid-backnumber__cover-image {
    width: 275px;
  }
}
.tabloid-backnumber .tabloid-backnumber__cover .tabloid-backnumber__cover-link {
  color: #6BC3EC;
  display: inline-block;
  line-height: 1;
  text-decoration: underline;
}
.tabloid-backnumber .tabloid-backnumber__cover .tabloid-backnumber__cover-link:hover {
  text-decoration: none;
}
.tabloid-backnumber .tabloid-backnumber__cover .tabloid-backnumber__cover-link::before {
  background: url("images/icon-download.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 10px 3px 0;
  opacity: 0;
  vertical-align: middle;
  width: 17px;
}
.tabloid-backnumber .tabloid-backnumber__cover .tabloid-backnumber__cover-link.is-has-icon::before {
  opacity: 1;
}

.tours-contents {
  margin-left: 11.719vw;
}
@media screen and (max-width: 980px) {
  .tours-contents {
    margin-left: 0;
  }
}

.tours-lead {
  text-align: center;
}
.tours-lead .tours-lead__headline {
  margin: 0 auto 35px;
  padding: 0 0 5px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .tours-lead .tours-lead__headline {
    margin-bottom: 7px;
  }
}
.tours-lead .tours-lead__headline::before {
  background-color: #000;
  content: "";
  display: block;
  margin: auto;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 482px;
}
@media screen and (max-width: 980px) {
  .tours-lead .tours-lead__headline::before {
    height: 4px;
    width: 218px;
  }
}
.tours-lead .tours-lead__headline .tours-lead__headline-1 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  margin: 0 0 8px;
}
@media screen and (max-width: 980px) {
  .tours-lead .tours-lead__headline .tours-lead__headline-1 {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3571428571;
  }
}
.tours-lead .tours-lead__headline .tours-lead__headline-2 {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .tours-lead .tours-lead__headline .tours-lead__headline-2 {
    height: auto;
    width: 253px;
  }
}
.tours-lead .tours-lead__headline-small {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2.1428571429;
}
@media screen and (max-width: 980px) {
  .tours-lead .tours-lead__headline-small {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2;
  }
}
.tours-lead .tours-lead__text {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2.1666666667;
  margin: 25px 0 0;
}
@media screen and (max-width: 980px) {
  .tours-lead .tours-lead__text {
    margin-top: 33px;
  }
}

.tours-slider {
  padding: 0 146px 0 0;
  width: calc(322px + 50vw);
}
@media screen and (max-width: 980px) {
  .tours-slider {
    margin: 0 0 0 -20px;
    padding-right: 100px;
    width: 81.867vw;
  }
}
@media screen and (max-width: 650px) {
  .tours-slider {
    padding-right: 50px;
  }
}

.tours-slider__picture {
  display: block;
  height: auto;
  line-height: 0;
}
.tours-slider__picture img {
  height: auto;
  width: 100%;
}

.tours-five-senses__headline {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 57px 0 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__headline {
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 45px;
  }
}

.tours-five-senses__headline-small {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 28px 0 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__headline-small {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 17px;
  }
}

.tours-five-senses__list-wrapper {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__list-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 365px) {
  .tours-five-senses__list-wrapper {
    padding-left: 17px;
  }
}

.tours-five-senses__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 812px;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__list {
    max-width: 329px;
  }
}
.tours-five-senses__list .tours-five-senses__items {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 0;
  max-width: 583px;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__list .tours-five-senses__items {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: normal;
    margin-top: 96px;
    max-width: 329px;
  }
}
.tours-five-senses__list .tours-five-senses__items:nth-child(odd) {
  margin: 24px 0 0 auto;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__list .tours-five-senses__items:nth-child(odd) {
    margin-top: 96px;
    justify-content: flex-end;
  }
}
.tours-five-senses__list .tours-five-senses__items-title {
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 65px;
  padding: 0 0 15px;
  position: relative;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__list .tours-five-senses__items-title {
    margin-right: 17px;
  }
}
.tours-five-senses__list .tours-five-senses__items-title::before {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 54px;
}
.tours-five-senses__list .tours-five-senses__items-title::after {
  background-color: #000;
  content: "";
  display: block;
  height: 172px;
  margin: auto;
  position: absolute;
  bottom: -86px;
  right: 0;
  transform: rotate(26deg);
  width: 1px;
}
.tours-five-senses__list .tours-five-senses__items-text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__list .tours-five-senses__items-text {
    margin: 13px 0 0;
    order: 3;
  }
}
.tours-five-senses__list .tours-five-senses__items-image {
  display: block;
  height: auto;
  max-width: 186px;
}
@media screen and (max-width: 980px) {
  .tours-five-senses__list .tours-five-senses__items-image {
    margin: 20px 0 0;
  }
}

.tours-sustainable__lead {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__lead {
    flex-direction: column-reverse;
  }
}
.tours-sustainable__lead .tours-sustainable__lead-photo {
  display: block;
  line-height: 0;
  margin: 0 30px 0 0;
  width: 57.1131879543%;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__lead .tours-sustainable__lead-photo {
    max-width: 600px;
    margin-right: 0;
    width: 91.6417910448%;
  }
}
.tours-sustainable__lead .tours-sustainable__lead-photo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__lead .tours-sustainable__lead-photo img {
    margin: 0 0 0 -20px;
  }
}
.tours-sustainable__lead .tours-sustainable__lead-body {
  width: 39.7715472482%;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__lead .tours-sustainable__lead-body {
    width: 100%;
  }
}
.tours-sustainable__lead .tours-sustainable__lead-body .tours-sustainable__lead-headline {
  border-bottom: 8px solid #000;
  border-top: 8px solid #000;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
  padding: 22px 0 29px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__lead .tours-sustainable__lead-body .tours-sustainable__lead-headline {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 auto;
    padding: 17px 0 25px;
    max-width: 276px;
  }
}
.tours-sustainable__lead .tours-sustainable__lead-body .tours-sustainable__lead-text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7142857143;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__lead .tours-sustainable__lead-body .tours-sustainable__lead-text {
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0 auto 40px;
    max-width: 335px;
  }
}

.tours-sustainable__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 777px;
}
.tours-sustainable__list .tours-sustainable__items {
  align-items: center;
  display: flex;
  margin: 0 0 20px;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__list .tours-sustainable__items {
    flex-direction: column;
    margin-bottom: 46px;
  }
}
.tours-sustainable__list .tours-sustainable__items .tours-sustainable__items-title {
  border: 1px solid #707070;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 38px 0 0;
  padding: 12px 0;
  text-align: center;
  width: 236px;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__list .tours-sustainable__items .tours-sustainable__items-title {
    margin: 0 0 15px;
  }
}
.tours-sustainable__list .tours-sustainable__items .tours-sustainable__items-text {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  max-width: 503px;
}
@media screen and (max-width: 980px) {
  .tours-sustainable__list .tours-sustainable__items .tours-sustainable__items-text {
    line-height: 1.3333333333;
    text-align: center;
  }
}
@media screen and (max-width: 365px) {
  .tours-sustainable__list .tours-sustainable__items .tours-sustainable__items-text {
    font-size: 1.4rem;
  }
}

.tours-button {
  height: 62px;
  margin: 0 auto;
  text-align: center;
  max-width: 344px;
}
@media screen and (max-width: 980px) {
  .tours-button {
    max-width: 276px;
  }
}

.lp-tours__inner {
  font-family: "Noto Serif JP", serif;
  position: relative;
  width: 100%;
}
.lp-tours__inner::before {
  background-color: #f1f7f5;
  content: "";
  height: calc(100% + 49px);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: calc((50% - 50vw) * -1);
  top: -49px;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .lp-tours__inner::before {
    left: 0;
  }
}

.lp-tours__logo {
  line-height: 0;
  max-width: 1140px;
  position: absolute;
  left: 24px;
  top: -37px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .lp-tours__logo {
    margin: auto;
    left: 0;
    right: 0;
    top: -32px;
  }
}
.lp-tours__logo img {
  display: block;
  height: auto;
  width: 245px;
}
@media screen and (max-width: 980px) {
  .lp-tours__logo img {
    margin: 0 auto;
    width: 200px;
  }
}

.lp-tours-header {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .lp-tours-header {
    margin: 45px 0 0 -20px;
    width: calc(100vw - 20px);
  }
}
.lp-tours-header .swiper-container .swiper-wrapper {
  line-height: 0;
}
.lp-tours-header .swiper-container .swiper-slide .lp-tours-header__image {
  border-radius: 0 40px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.lp-tours-header .swiper-container .swiper-slide .lp-tours-header__image::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
@media screen and (max-width: 980px) {
  .lp-tours-header .swiper-container .swiper-slide .lp-tours-header__image::before {
    padding-top: 450px;
  }
}
@media screen and (max-width: 650px) {
  .lp-tours-header .swiper-container .swiper-slide .lp-tours-header__image::before {
    padding-top: 100%;
  }
}
.lp-tours-header .swiper-container .swiper-slide .lp-tours-header__image img {
  border-radius: 0 40px 0 0;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.lp-tours-header .lp-tours-header__caption {
  background-color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 25px 30px 27px;
  position: absolute;
  bottom: -30px;
  right: 40px;
  width: 280px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .lp-tours-header .lp-tours-header__caption {
    margin: auto;
    margin: 60px auto;
    min-width: 335px;
    position: static;
    width: 70%;
  }
}
@media screen and (max-width: 650px) {
  .lp-tours-header .lp-tours-header__caption {
    margin: 40px 0 0 20px;
    min-width: auto;
    padding: 15px 18px 20px;
    bottom: -21px;
    width: calc(100% - 20px);
  }
}
.lp-tours-header .lp-tours-header__caption .lp-tours-header__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
  padding: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .lp-tours-header .lp-tours-header__caption .lp-tours-header__title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2142857143;
    padding-bottom: 8px;
  }
}
.lp-tours-header .lp-tours-header__caption .lp-tours-header__text {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 650px) {
  .lp-tours-header .lp-tours-header__caption .lp-tours-header__text {
    line-height: 1.5;
  }
}
.lp-tours-header .lp-tours-header__credit {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 25px 0 0 24px;
}
@media screen and (max-width: 980px) {
  .lp-tours-header .lp-tours-header__credit {
    font-size: 1rem;
    margin: 0 0 0 20px;
    position: absolute;
    bottom: auto;
    top: 465px;
  }
}
@media screen and (max-width: 650px) {
  .lp-tours-header .lp-tours-header__credit {
    top: 99vw;
    transform: scale(0.6);
    transform-origin: left top;
  }
}
.lp-tours-header .swiper-pagination {
  margin: auto;
  bottom: -7px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .lp-tours-header .swiper-pagination {
    bottom: auto;
    top: 460px;
  }
}
@media screen and (max-width: 650px) {
  .lp-tours-header .swiper-pagination {
    top: 96vw;
  }
}
.lp-tours-header .swiper-pagination .swiper-pagination-bullet {
  background: #274d2b;
  border-radius: 50%;
  height: 6px;
  opacity: 1;
  width: 6px;
}
.lp-tours-header .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #79b884;
}

.lp-tours-header__headline {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.1333333333;
  position: fixed;
  right: 110px;
  top: 200px;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .lp-tours-header__headline {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.7857142857;
    margin: 40px 0 0;
    position: static;
    text-align: center;
    writing-mode: horizontal-tb;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .lp-tours-header__headline {
    font-size: 1.4rem;
  }
}
.lp-tours-header__headline span {
  margin: -10px 0 0;
}

.lp-tours-about_inner {
  margin: 0 0 0 auto;
  max-width: 812px;
  padding: 0 74px 0 0;
  width: 76.7151767152%;
}
@media screen and (max-width: 980px) {
  .lp-tours-about_inner {
    margin: 0 auto;
    max-width: 664px;
    padding: 0;
    width: 100%;
  }
}

.lp-tours-about__headline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 0;
  margin: 0 0 0 auto;
  max-width: 639px;
}
@media screen and (max-width: 980px) {
  .lp-tours-about__headline {
    margin: 0 auto;
    max-width: 335px;
    padding: 0;
    width: 100%;
  }
}
.lp-tours-about__headline .lp-tours-about__deco01 {
  height: auto;
  width: 133px;
}
@media screen and (max-width: 980px) {
  .lp-tours-about__headline .lp-tours-about__deco01 {
    width: 70px;
  }
}
.lp-tours-about__headline .lp-tours-about__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .lp-tours-about__headline .lp-tours-about__title {
    font-size: 1.1rem;
    font-weight: 400;
  }
}
.lp-tours-about__headline .lp-tours-about__title img {
  height: auto;
  padding: 0 0 15px;
  width: 242px;
}
@media screen and (max-width: 980px) {
  .lp-tours-about__headline .lp-tours-about__title img {
    width: 127px;
  }
}
.lp-tours-about__headline .lp-tours-about__deco02 {
  height: auto;
  width: 136px;
}
@media screen and (max-width: 980px) {
  .lp-tours-about__headline .lp-tours-about__deco02 {
    width: 72px;
  }
}

.lp-tours-about__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 0 0 auto;
  max-width: 639px;
}
@media screen and (max-width: 980px) {
  .lp-tours-about__text {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
    max-width: 335px;
  }
}
@media screen and (max-width: 980px) {
  .lp-tours-about__text {
    font-size: 1.4rem;
  }
}

.lp-tours-about__image, .lp-tours-about__image02 {
  position: relative;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .lp-tours-about__image, .lp-tours-about__image02 {
    margin: 0 calc(50% - 50vw);
  }
}
.lp-tours-about__image img, .lp-tours-about__image02 img {
  height: auto;
  width: 100%;
}

.lp-tours-about__image02 {
  margin-top: -134px;
}
@media screen and (max-width: 980px) {
  .lp-tours-about__image02 {
    margin-top: 0;
  }
}
.lp-tours-about__image02 img {
  width: 100%;
}

.lp-tours-book {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 auto;
}
.lp-tours-book .lp-tours-book__inner {
  margin: 0 0 0 auto;
  max-width: 812px;
  width: 84.5833333333%;
}
@media screen and (max-width: 980px) {
  .lp-tours-book .lp-tours-book__inner {
    margin: 0 auto;
    width: 100%;
  }
}

.lp-tours-book__headline {
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 0;
  justify-content: center;
}
.lp-tours-book__headline .lp-tours-book__title {
  height: auto;
  width: 353px;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__headline .lp-tours-book__title {
    width: 200px;
  }
}
.lp-tours-book__headline .lp-tours-book__headline-text {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 35px 0 0;
}
@media screen and (max-width: 650px) {
  .lp-tours-book__headline .lp-tours-book__headline-text {
    font-size: 1.1rem;
    font-weight: 400;
    padding-top: 19px;
  }
}

.lp-tours-book__new {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  padding: 60px 0 90px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__new {
    padding-bottom: 80px;
    flex-direction: column;
  }
}
.lp-tours-book__new::before {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 200px;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__new::before {
    width: 112px;
  }
}
.lp-tours-book__new .lp-tours-book__new-image-block {
  min-width: 300px;
  width: 36.9458128079%;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__new .lp-tours-book__new-image-block {
    margin: 0 auto;
    max-width: 300px;
    min-width: auto;
    width: 89.552238806%;
  }
}
.lp-tours-book__new .lp-tours-book__new-image-block .lp-tours-book__new-image {
  display: block;
  height: auto;
  margin: 0 0 60px;
  width: 100%;
}
.lp-tours-book__new .lp-tours-book__new-text-block {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin: 0 0 0 40px;
  width: 58.1280788177%;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__new .lp-tours-book__new-text-block {
    margin: 0 auto;
    max-width: 812px;
    width: 100%;
  }
}
.lp-tours-book__new .lp-tours-book__new-text-block .lp-tours-book__new-text01 {
  line-height: 2;
  padding: 0 0 30px;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__new .lp-tours-book__new-text-block .lp-tours-book__new-text01 {
    padding-bottom: 40px;
  }
}
.lp-tours-book__new .lp-tours-book__new-text-block .lp-tours-book__new-text02 {
  line-height: 2.1538461538;
  padding: 0 0 37px;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__new .lp-tours-book__new-text-block .lp-tours-book__new-text02 {
    padding-bottom: 40px;
  }
}
.lp-tours-book__new .lp-tours-book__new-text-block .lp-tours-book__new-text03 {
  line-height: 1.8461538462;
}

.lp-tours-book__button {
  margin: 0 auto;
  transition: opacity 0.3s ease;
  max-width: 300px;
  width: 244px;
}
.lp-tours-book__button:hover {
  opacity: 0.7;
}
.lp-tours-book__button .lp-tours-book__pdf, .lp-tours-book__button .lp-tours-book__link {
  align-items: center;
  background-color: #78B884;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 40px;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 365px) {
  .lp-tours-book__button .lp-tours-book__pdf, .lp-tours-book__button .lp-tours-book__link {
    font-size: 1.4rem;
  }
}
.lp-tours-book__button .lp-tours-book__pdf.is-link::after, .lp-tours-book__button .is-link.lp-tours-book__link::after {
  background: url(images/icon-target-blank-small.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0 0 10px;
  width: 9px;
}
.lp-tours-book__button .lp-tours-book__link {
  background-color: #fff;
  border: 1px solid #78B884;
  color: #000;
}
.lp-tours-book__button .lp-tours-book__link::after {
  background: url(images/icon-target-blank-small-black.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0 0 10px;
  width: 9px;
}
.lp-tours-book__button .lp-tours-book__link .is-small {
  color: #78B884;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.lp-tours-book__page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 0;
  padding: 0 0 53px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .lp-tours-book__page {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.lp-tours-book__page::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__page::after {
    width: 112px;
  }
}
.lp-tours-book__page .lp-tours-book__page-items {
  display: block;
  margin: 0 0 50px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 30.0492610837%;
}
.lp-tours-book__page .lp-tours-book__page-items:hover {
  opacity: 0.8;
}
.lp-tours-book__page .lp-tours-book__page-items::before {
  background-color: #F1F7F5;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.lp-tours-book__page .lp-tours-book__page-items::after {
  color: #0C401B;
  content: "+";
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  right: 6px;
  top: 10px;
}
@media screen and (max-width: 650px) {
  .lp-tours-book__page .lp-tours-book__page-items {
    margin-bottom: 40px;
    width: 100%;
  }
}
.lp-tours-book__page .lp-tours-book__page-items img {
  width: 100%;
}

.lb-outerContainer {
  height: 100% !important;
  max-width: 1400px;
  margin: 0 auto;
  width: 90% !important;
}
.lb-outerContainer .lb-image {
  height: auto !important;
  width: 100% !important;
}

.lb-dataContainer {
  max-width: 1400px;
  margin: 0 auto;
  width: 90% !important;
}

.lb-details {
  display: none;
}

.lp-tours-book__backnumber {
  gap: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .lp-tours-book__backnumber {
    gap: 50px 0;
    flex-direction: column;
  }
}
.lp-tours-book__backnumber .lp-tours-book__backnumber-items {
  min-width: 244px;
  width: 30.0492610837%;
}
@media screen and (max-width: 650px) {
  .lp-tours-book__backnumber .lp-tours-book__backnumber-items {
    margin: 0 auto;
    width: 72.8358208955%;
  }
}
.lp-tours-book__backnumber .lp-tours-book__backnumber-items.is-dummy {
  display: block;
  height: 0;
}
.lp-tours-book__backnumber .lp-tours-book__backnumber-items .lp-tours-book__backnumber-title {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .lp-tours-book__backnumber .lp-tours-book__backnumber-items .lp-tours-book__backnumber-title {
    margin-bottom: 30px;
  }
}
.lp-tours-book__backnumber .lp-tours-book__backnumber-items .lp-tours-book__backnumber-image {
  display: block;
  margin: 0 0 70px;
}
@media screen and (max-width: 650px) {
  .lp-tours-book__backnumber .lp-tours-book__backnumber-items .lp-tours-book__backnumber-image {
    margin: 0 auto 20px;
  }
}

.lp-tours__bottom {
  margin: 0 0 0 auto;
  max-width: 812px;
  text-align: center;
  width: 100%;
}
.lp-tours__bottom .lp-tours__bottom-text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.inachari-slider {
  padding: 0 0 27px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .inachari-slider {
    margin: 45px 0 0 -20px;
    width: calc(100vw - 20px);
  }
}
.inachari-slider .swiper-container .swiper-wrapper {
  line-height: 0;
}
.inachari-slider .swiper-container .swiper-slide .inachari-slider__image {
  aspect-ratio: 965/642;
  border-radius: 0 40px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.inachari-slider .swiper-container .swiper-slide .inachari-slider__image img {
  border-radius: 0 40px 0 0;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.inachari-slider .swiper-pagination {
  margin: auto;
  bottom: -9px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .inachari-slider .swiper-pagination {
    bottom: 0;
    left: 20px;
    width: calc(100% - 20px);
  }
}
.inachari-slider .swiper-pagination .swiper-pagination-bullet {
  background: #274d2b;
  border-radius: 50%;
  height: 6px;
  opacity: 1;
  width: 6px;
}
.inachari-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #79b884;
}
.inachari-slider .inachari-slider__page-title {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.inachari-slider .inachari-slider__page-title::before {
  background: rgba(34, 34, 34, 0.1);
  border-radius: 0 40px 0 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.inachari-slider .inachari-slider__page-title img {
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .inachari-slider .inachari-slider__page-title img {
    height: 58px;
    width: 70px;
  }
}

.inachari-summary {
  padding-bottom: 760px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .inachari-summary {
    padding-bottom: 395px;
  }
}
@media screen and (max-width: 650px) {
  .inachari-summary {
    padding-bottom: 365px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-summary {
    padding-bottom: 315px;
  }
}
.inachari-summary .inachari-summary__inner {
  margin: 0 auto;
  max-width: 668px;
  width: 100%;
}
.inachari-summary .inachari-summary__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 650px) {
  .inachari-summary .inachari-summary__text {
    font-size: 1.4rem;
  }
}
.inachari-summary .inachari-summary__image {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 650px) {
  .inachari-summary .inachari-summary__image {
    width: 137px;
  }
}
.inachari-summary .inachari-summary__image-handwrite {
  position: absolute;
  left: -7px;
  top: -35px;
}
@media screen and (max-width: 650px) {
  .inachari-summary .inachari-summary__image-handwrite {
    top: -25px;
    width: 69px;
  }
}
.inachari-summary .inachari-summary__image-photo {
  display: block;
  height: auto;
  width: 100%;
}
.inachari-summary .inachari-summary__bg {
  max-width: none;
  position: absolute;
  left: calc(490px - 50vw);
  bottom: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .inachari-summary .inachari-summary__bg {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    min-width: 800px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-summary .inachari-summary__bg {
    min-width: 680px;
  }
}

.inachari-navi {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: -30px;
  padding: 0;
}
.inachari-navi.is-medium li {
  width: 270px;
}
@media screen and (max-width: 650px) {
  .inachari-navi.is-medium li {
    width: 100%;
  }
}
.inachari-navi.is-medium a {
  font-size: 1.6rem;
  height: 40px;
  line-height: 1.3125;
}
@media screen and (max-width: 650px) {
  .inachari-navi.is-medium a {
    flex-direction: row;
    height: auto;
    padding: 20px 0 17px;
    position: relative;
  }
}
@media screen and (max-width: 365px) {
  .inachari-navi.is-medium a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) {
  .inachari-navi.is-medium a::after {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(-45deg) translate3d(-2px, -8px, 0);
  }
}
.inachari-navi li {
  border-right: solid 1px #272727;
  border-left: solid 1px #272727;
  margin-left: -1px;
  margin-top: 40px;
  width: 320px;
}
@media screen and (max-width: 650px) {
  .inachari-navi li {
    border-top: solid 1px #272727;
    border-right: none;
    border-bottom: solid 1px #272727;
    border-left: none;
    margin-left: 0;
    margin-top: -1px;
  }
}
.inachari-navi li a {
  align-items: center;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.7272727273;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-navi li a {
    flex-direction: column;
    height: auto;
    padding: 13px 0 18px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-navi li a {
    font-size: 1.8rem;
  }
}
.inachari-navi li a::after {
  border-left: solid 2px #272727;
  border-bottom: solid 2px #272727;
  content: "";
  display: block;
  height: 10px;
  margin: 0 0 0 15px;
  transform: rotate(-45deg) translate3d(3px, 0, 0);
  width: 10px;
}
@media screen and (max-width: 650px) {
  .inachari-navi li a::after {
    margin: 7px 0 0;
  }
}
.inachari-navi li a:hover {
  opacity: 0.4;
}

.inachari-concept .inachari-concept__gallery {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(490px - 50vw);
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .inachari-concept .inachari-concept__gallery {
    margin: 0 -20px;
  }
}
.inachari-concept .inachari-concept__gallery img {
  display: block;
  height: auto;
  max-width: none;
  object-fit: cover;
  width: 50%;
}
.inachari-concept .inachari-concept__gallery img:nth-child(1) {
  width: 100%;
}

.inachari-cource:nth-of-type(even) .inachari-cource__inner {
  flex-direction: row-reverse;
}
.inachari-cource:nth-of-type(even) .inachari-cource__photo {
  margin: 0 calc(490px - 50vw) 0 0;
}
.inachari-cource:nth-of-type(even) .inachari-cource__detail {
  padding: 0 84px 0 0;
}
@media screen and (max-width: 980px) {
  .inachari-cource:nth-of-type(even) .inachari-cource__photo {
    margin: 0 -20px 0 0;
  }
  .inachari-cource:nth-of-type(even) .inachari-cource__detail {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .inachari-cource:nth-of-type(even) .inachari-cource__inner {
    flex-direction: column;
  }
  .inachari-cource:nth-of-type(even) .inachari-cource__photo {
    margin: 0 -20px 25px 0;
    width: calc(100% + 20px);
  }
  .inachari-cource:nth-of-type(even) .inachari-cource__detail {
    padding: 0;
  }
}
.inachari-cource .inachari-cource__inner {
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__inner {
    flex-direction: column;
  }
}
.inachari-cource .inachari-cource__photo {
  margin: 0 0 0 calc(490px - 50vw);
  width: calc(50% + 50vw - 490px);
}
@media screen and (max-width: 980px) {
  .inachari-cource .inachari-cource__photo {
    margin: 0 0 0 -20px;
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__photo {
    margin: 0 0 25px -20px;
    width: calc(100% + 20px);
  }
}
.inachari-cource .inachari-cource__photo img {
  display: block;
  max-width: none;
  width: 100%;
}
.inachari-cource .inachari-cource__detail {
  padding: 0 0 0 84px;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .inachari-cource .inachari-cource__detail {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__detail {
    padding: 0;
    width: 100%;
  }
}
.inachari-cource .inachari-cource__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
  margin: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__title {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-cource .inachari-cource__title {
    font-size: 2rem;
  }
}
.inachari-cource .inachari-cource__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.inachari-cource-map .inachari-cource-map__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4090909091;
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .inachari-cource-map .inachari-cource-map__headline {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-cource-map .inachari-cource-map__headline {
    font-size: 2rem;
  }
}
.inachari-cource-map .inachari-cource-map__embed {
  border: none;
  display: block;
  height: 450px;
  margin: 0 0 15px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-cource-map .inachari-cource-map__embed {
    height: 360px;
    margin: 0 -20px 10px;
    width: 100vw;
  }
}
.inachari-cource-map .inachari-cource-map__distances dt {
  background-color: #222222;
  border-radius: 12px;
  color: #fff;
  font-size: 1.5rem;
  float: left;
  line-height: 1.2;
  padding: 4px 4px 2px;
  text-align: center;
  width: 87px;
}
@media screen and (max-width: 650px) {
  .inachari-cource-map .inachari-cource-map__distances dt {
    font-size: 1.2rem;
    padding: 3px 4px 2px;
    width: 71px;
  }
}
.inachari-cource-map .inachari-cource-map__distances dd {
  font-size: 1.5rem;
  padding: 0 0 5px 96px;
}
@media screen and (max-width: 650px) {
  .inachari-cource-map .inachari-cource-map__distances dd {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1px 0 8px 77px;
  }
}

.inachari-overview__photo {
  display: block;
  margin: 0 calc(490px - 50vw);
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .inachari-overview__photo {
    margin: 0 -20px;
  }
}
.inachari-overview__photo img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}

.inachari-overview__list dt {
  font-size: 1.8rem;
  float: left;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 210px;
}
@media screen and (max-width: 650px) {
  .inachari-overview__list dt {
    margin: 0 0 10px;
    width: 100%;
  }
}
.inachari-overview__list dt::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 7px 0 0;
  width: 19px;
}
.inachari-overview__list dd {
  font-size: 1.5rem;
  padding: 0 0 30px 210px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-overview__list dd {
    padding-left: 0;
  }
}
.inachari-overview__list a {
  color: #6BC3EC;
  text-decoration: underline;
}
.inachari-overview__list a:hover {
  text-decoration: none;
}

.inachari-price {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .inachari-price {
    flex-direction: column;
    margin: 0;
  }
}

.inachari-price-items {
  background-color: #F2F0F0;
  list-style: none;
  padding: 0;
  width: 48.65%;
}
@media screen and (max-width: 650px) {
  .inachari-price-items {
    margin: 30px 0 0;
    width: 100%;
  }
}
.inachari-price-items li {
  align-items: center;
  border-bottom: solid 1px #707070;
  display: flex;
  flex-direction: column;
  font-size: 2.8rem;
  font-weight: 700;
  height: 173px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .inachari-price-items li {
    height: auto;
    min-height: 110px;
    padding: 20px 20px 17px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-price-items li {
    font-size: 2rem;
    min-height: 80px;
  }
}
.inachari-price-items li:last-child {
  border-bottom: none;
}
.inachari-price-items .inachari-price-items__title {
  align-items: center;
  background-color: #999;
  border-bottom: none;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  height: 87px;
  justify-content: center;
  letter-spacing: 0;
  width: 100%;
}
.inachari-price-items .inachari-price-items__title.is-drop-in {
  background-color: #216C38;
}
.inachari-price-items .inachari-price-items__title.is-day-use {
  background-color: #F8DA87;
  color: #000;
}

.inachari-price__headline {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.inachari-price__headline::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 7px 0 0;
  width: 19px;
}

.inachari-price__text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.inachari-use__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

.inachari-use-items {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media screen and (max-width: 650px) {
  .inachari-use-items {
    flex-direction: column;
    margin-top: 60px;
  }
}
.inachari-use-items.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 650px) {
  .inachari-use-items.is-reverse {
    flex-direction: column-reverse;
  }
}
.inachari-use-items.is-reverse .inachari-use-items__detail {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 650px) {
  .inachari-use-items.is-reverse .inachari-use-items__detail {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .inachari-use-items.is-reverse .inachari-use-items__photo {
    margin: 0 auto;
    max-width: 75%;
  }
}
.inachari-use-items .inachari-use-items__photo {
  height: auto;
  max-height: 320px;
  object-fit: contain;
  object-position: center top;
  width: 320px;
}
@media screen and (max-width: 650px) {
  .inachari-use-items .inachari-use-items__photo {
    height: auto;
    margin: 0 0 40px;
    max-height: none;
    width: 100%;
  }
}
.inachari-use-items .inachari-use-items__detail {
  padding: 0 0 0 30px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-use-items .inachari-use-items__detail {
    padding: 0;
  }
}
.inachari-use-items .inachari-use-items__title {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4230769231;
  margin: 0 0 35px;
  position: relative;
}
.inachari-use-items .inachari-use-items__title::before {
  content: "＼ " attr(data-text) " ／";
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  right: -50px;
  top: -18px;
  transform: rotate(22deg);
}
@media screen and (max-width: 650px) {
  .inachari-use-items .inachari-use-items__title::before {
    font-size: 1.2rem;
    right: -30px;
  }
}
.inachari-use-items .inachari-use-items__headline {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  margin: 0 0 15px;
}
.inachari-use-items .inachari-use-items__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.inachari-use__app {
  align-items: center;
  color: #B92639;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: flex-start;
}
@media screen and (max-width: 650px) {
  .inachari-use__app {
    justify-content: center;
  }
}
.inachari-use__app img {
  margin: 0 15px 0 0;
}

.inachari-selfcheck .inachari-selfcheck__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: -20px;
}
.inachari-selfcheck .inachari-selfcheck__list {
  background-color: #FAFAFA;
  list-style: none;
  padding: 40px 50px;
}
@media screen and (max-width: 650px) {
  .inachari-selfcheck .inachari-selfcheck__list {
    padding: 20px;
  }
}
.inachari-selfcheck .inachari-selfcheck__list li {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 25px;
}
.inachari-selfcheck .inachari-selfcheck__list li:last-child {
  margin-bottom: 0;
}
.inachari-selfcheck .inachari-selfcheck__list .inachari-selfcheck__list-note {
  font-weight: 400;
  margin: 6px 0 0;
}

.inachari-tokusho__photo {
  display: block;
  margin: 0 calc(490px - 50vw);
  max-width: none;
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .inachari-tokusho__photo {
    margin: 0 calc(50% - 50vw);
  }
}
.inachari-tokusho__photo img {
  display: block;
}

.inachari-tokusho__detail {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
  max-width: 630px;
}
.inachari-tokusho__detail th {
  font-weight: 400;
  padding: 0 0 10px;
  text-align: left;
  vertical-align: top;
  width: 170px;
}
@media screen and (max-width: 650px) {
  .inachari-tokusho__detail th {
    display: block;
    padding: 0 0 7px;
    width: 100%;
  }
}
.inachari-tokusho__detail td {
  padding: 0 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 650px) {
  .inachari-tokusho__detail td {
    display: block;
    padding: 0 0 20px;
    width: 100%;
  }
}
.inachari-tokusho__detail a {
  text-decoration: underline;
}
.inachari-tokusho__detail a:hover {
  text-decoration: none;
}

.inachari-tokusho__buttons {
  display: flex;
  gap: 30px;
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-tokusho__buttons {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    width: 300px;
  }
}

.inachari-contact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
@media screen and (max-width: 650px) {
  .inachari-contact__title {
    text-align: center;
  }
}

.inachari-contact__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 650px) {
  .inachari-contact__text {
    text-align: center;
  }
}

.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: 0 -164px 0 0;
  padding: 30px 0 76px;
}
@media screen and (max-width: 980px) {
  .event-header {
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .event-header {
    flex-wrap: wrap;
  }
}
.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-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 -164px 37px 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .event-recommend .event-recommend__headline {
    margin: 0 0 37px;
  }
}

.event-calendar {
  margin: 0 -164px 0 0;
}
@media screen and (max-width: 980px) {
  .event-calendar {
    margin: 0;
  }
}
.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: #000;
  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 {
  color: #fff;
  background: #216C38;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-title.is-out {
  color: #fff;
  background: #000000;
}
.event-calendar .event-calendar__table tbody tr td .event-calendar__contents .event-calendar__contents-title.is-nigiwai {
  color: #fff;
  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: #000;
  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 {
  color: #fff;
  background: #216C38;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link.is-out {
  color: #fff;
  background: #000000;
}
.event-calendar .event-calendar__sp .event-calendar__sp-items .event-calendar__sp-contents .event-calendar__sp-contents-link.is-nigiwai {
  color: #fff;
  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;
  margin: 0 -164px 0 0;
  overflow-x: auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  .event-list {
    margin: 0;
    padding: 0;
  }
}
.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-list__footer {
  margin: 0 -164px 0 0;
}
@media screen and (max-width: 980px) {
  .event-list__footer {
    margin: 0;
  }
}

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

.event-detail__footer {
  margin: 0 -164px 0 0;
}
@media screen and (max-width: 980px) {
  .event-detail__footer {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */