/**handles:style**/
@charset "UTF-8";
/*
Theme Name: ODE_INC_THEME
Theme URI: https://www.odeinc.jp
Description: 株式会社Ode 公式サイト.
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 1.1.0
.
Ode Inc. 公式サイト
.
*/
/* 変数
------------------------------------*/
/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 共通パーツ
------------------------------------*/
html {
  font-size: 62.5%;
  height: 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: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}

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

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

input {
  border-radius: 0;
}

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

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

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

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

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

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

.c-header {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header {
    padding: 0 0 0 20px;
  }
}
.c-header.is-top {
  background-color: transparent;
}
.c-header .c-header__inner {
  margin: 0 auto;
  padding: 32px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__inner {
    padding: 28px 0 0;
  }
}
.c-header .c-header__logo {
  line-height: 0;
  width: 175px;
}
.c-header .c-header__logo .c-header__logo-link {
  display: block;
}
.c-header .c-header__logo .c-header__logo-link:hover {
  opacity: 0.6;
}
.c-header .c-header__hamburger {
  display: block;
  font-size: 1rem;
  height: 66px;
  letter-spacing: 0.025em;
  line-height: 1;
  outline: none;
  padding: 48px 0 0;
  position: fixed;
  right: 40px;
  top: 38px;
  transition: color 0.3s ease;
  width: 62px;
  z-index: 1500;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__hamburger {
    right: 6px;
    top: 16px;
  }
}
.c-header .c-header__hamburger::after {
  content: "MENU";
  white-space: nowrap;
}
.c-header .c-header__hamburger span {
  background-color: #000;
  border-radius: 50%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.2s ease-out;
  width: 3px;
  will-change: transform;
}
.c-header .c-header__hamburger span:nth-child(4), .c-header .c-header__hamburger span:nth-child(3), .c-header .c-header__hamburger span:nth-child(2), .c-header .c-header__hamburger span:nth-child(1) {
  background-color: transparent;
  border: solid 1px #000;
  display: block;
  height: 5px;
  width: 5px;
}
.c-header .c-header__hamburger span:nth-child(1) {
  left: 6px;
  top: 6px;
}
.c-header .c-header__hamburger span:nth-child(2) {
  left: 41px;
  top: 6px;
}
.c-header .c-header__hamburger span:nth-child(3) {
  left: 29px;
  top: 29px;
}
.c-header .c-header__hamburger span:nth-child(4) {
  left: 52px;
  top: 29px;
}
.c-header .c-header__hamburger span:nth-child(5) {
  left: 13px;
  top: 7px;
}
.c-header .c-header__hamburger span:nth-child(6) {
  left: 19px;
  top: 7px;
}
.c-header .c-header__hamburger span:nth-child(7) {
  left: 30px;
  top: 7px;
}
.c-header .c-header__hamburger span:nth-child(8) {
  left: 36px;
  top: 7px;
}
.c-header .c-header__hamburger span:nth-child(9) {
  left: 7px;
  top: 13px;
}
.c-header .c-header__hamburger span:nth-child(10) {
  left: 13px;
  top: 13px;
}
.c-header .c-header__hamburger span:nth-child(11) {
  left: 19px;
  top: 13px;
}
.c-header .c-header__hamburger span:nth-child(12) {
  left: 30px;
  top: 13px;
}
.c-header .c-header__hamburger span:nth-child(13) {
  left: 36px;
  top: 13px;
}
.c-header .c-header__hamburger span:nth-child(14) {
  left: 42px;
  top: 13px;
}
.c-header .c-header__hamburger span:nth-child(15) {
  left: 7px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(16) {
  left: 13px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(17) {
  left: 19px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(18) {
  left: 24px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(19) {
  left: 30px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(20) {
  left: 36px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(21) {
  left: 42px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(22) {
  left: 47px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(23) {
  left: 53px;
  top: 19px;
}
.c-header .c-header__hamburger span:nth-child(24) {
  left: 19px;
  top: 24px;
}
.c-header .c-header__hamburger span:nth-child(25) {
  left: 24px;
  top: 24px;
}
.c-header .c-header__hamburger span:nth-child(26) {
  left: 30px;
  top: 24px;
}
.c-header .c-header__hamburger span:nth-child(27) {
  left: 42px;
  top: 24px;
}
.c-header .c-header__hamburger span:nth-child(28) {
  left: 47px;
  top: 24px;
}
.c-header .c-header__hamburger span:nth-child(29) {
  left: 53px;
  top: 24px;
}
.c-header .c-header__hamburger span:nth-child(30) {
  left: 19px;
  top: 30px;
}
.c-header .c-header__hamburger span:nth-child(31) {
  left: 24px;
  top: 30px;
}
.c-header .c-header__hamburger span:nth-child(32) {
  left: 42px;
  top: 30px;
}
.c-header .c-header__hamburger span:nth-child(33) {
  left: 47px;
  top: 30px;
}
.c-header .c-header__hamburger:hover span, .c-header .c-header__hamburger.is-hover span {
  transition: transform 0.6s ease;
}
.c-header .c-header__hamburger:hover span:nth-child(1), .c-header .c-header__hamburger.is-hover span:nth-child(1) {
  transform: translate3d(-8px, -6px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(2), .c-header .c-header__hamburger.is-hover span:nth-child(2) {
  transform: translate3d(16px, -6px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(3), .c-header .c-header__hamburger.is-hover span:nth-child(3) {
  transform: translate3d(-6px, 6px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(4), .c-header .c-header__hamburger.is-hover span:nth-child(4) {
  transform: translate3d(2px, 6px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(5), .c-header .c-header__hamburger.is-hover span:nth-child(5) {
  transform: translate3d(1px, -2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(6), .c-header .c-header__hamburger.is-hover span:nth-child(6) {
  transform: translate3d(5px, -7px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(7), .c-header .c-header__hamburger.is-hover span:nth-child(7) {
  transform: translate3d(6px, -2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(8), .c-header .c-header__hamburger.is-hover span:nth-child(8) {
  transform: translate3d(9px, -5px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(9), .c-header .c-header__hamburger.is-hover span:nth-child(9) {
  transform: translate3d(-3px, -2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(10), .c-header .c-header__hamburger.is-hover span:nth-child(10) {
  transform: translate3d(4px, -1px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(11), .c-header .c-header__hamburger.is-hover span:nth-child(11) {
  transform: translate3d(7px, -3px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(12), .c-header .c-header__hamburger.is-hover span:nth-child(12) {
  transform: translate3d(7px, 2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(13), .c-header .c-header__hamburger.is-hover span:nth-child(13) {
  transform: translate3d(7px, -2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(14), .c-header .c-header__hamburger.is-hover span:nth-child(14) {
  transform: translate3d(8px, -5px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(15), .c-header .c-header__hamburger.is-hover span:nth-child(15) {
  transform: translate3d(-6px, 0px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(16), .c-header .c-header__hamburger.is-hover span:nth-child(16) {
  transform: translate3d(-1px, 2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(17), .c-header .c-header__hamburger.is-hover span:nth-child(17) {
  transform: translate3d(5px, -2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(18), .c-header .c-header__hamburger.is-hover span:nth-child(18) {
  transform: translate3d(2px, 5px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(19), .c-header .c-header__hamburger.is-hover span:nth-child(19) {
  transform: translate3d(18px, -2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(20), .c-header .c-header__hamburger.is-hover span:nth-child(20) {
  transform: translate3d(10px, 5px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(21), .c-header .c-header__hamburger.is-hover span:nth-child(21) {
  transform: translate3d(14px, -7px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(22), .c-header .c-header__hamburger.is-hover span:nth-child(22) {
  transform: translate3d(12px, 0px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(23), .c-header .c-header__hamburger.is-hover span:nth-child(23) {
  transform: translate3d(3px, 6px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(24), .c-header .c-header__hamburger.is-hover span:nth-child(24) {
  transform: translate3d(-14px, 0px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(25), .c-header .c-header__hamburger.is-hover span:nth-child(25) {
  transform: translate3d(-12px, 4px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(26), .c-header .c-header__hamburger.is-hover span:nth-child(26) {
  transform: translate3d(-11px, 2px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(27), .c-header .c-header__hamburger.is-hover span:nth-child(27) {
  transform: translate3d(-15px, 6px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(28), .c-header .c-header__hamburger.is-hover span:nth-child(28) {
  transform: translate3d(-10px, 3px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(29), .c-header .c-header__hamburger.is-hover span:nth-child(29) {
  transform: translate3d(-2px, 6px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(30), .c-header .c-header__hamburger.is-hover span:nth-child(30) {
  transform: translate3d(-16px, 4px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(31), .c-header .c-header__hamburger.is-hover span:nth-child(31) {
  transform: translate3d(-10px, 5px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(32), .c-header .c-header__hamburger.is-hover span:nth-child(32) {
  transform: translate3d(-5px, 6px, 0);
}
.c-header .c-header__hamburger:hover span:nth-child(33), .c-header .c-header__hamburger.is-hover span:nth-child(33) {
  transform: translate3d(-3px, 4px, 0);
}
.c-header .c-header__hamburger:hover.is-default span, .c-header .c-header__hamburger.is-hover.is-default span {
  transform: translate3d(0, 0, 0) !important;
}
.c-header .c-header__hamburger.is-active::after {
  color: #fff;
  content: "CLOSE";
  display: inline-block;
}
.c-header .c-header__hamburger.is-active span {
  background-color: #fff;
  border-color: #fff;
  transition: transform 0.4s ease;
}
.c-header .c-header__hamburger.is-active span:nth-child(4), .c-header .c-header__hamburger.is-active span:nth-child(3), .c-header .c-header__hamburger.is-active span:nth-child(2), .c-header .c-header__hamburger.is-active span:nth-child(1) {
  background-color: transparent;
}
.c-header .c-header__hamburger.is-active span:nth-child(1) {
  transform: translate3d(11px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(2) {
  transform: translate3d(-1px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(3) {
  transform: translate3d(-12px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(4) {
  transform: translate3d(-12px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(5) {
  transform: translate3d(11px, 6px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(6) {
  transform: translate3d(5px, 6px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(7) {
  transform: translate3d(5px, 6px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(8) {
  transform: translate3d(-1px, 6px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(9) {
  transform: translate3d(17px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(10) {
  transform: translate3d(11px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(11) {
  transform: translate3d(5px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(12) {
  transform: translate3d(5px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(13) {
  transform: translate3d(-1px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(14) {
  transform: translate3d(-7px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(15) {
  transform: translate3d(23px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(16) {
  transform: translate3d(17px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(17) {
  transform: translate3d(11px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(18) {
  transform: translate3d(6px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(19) {
  transform: translate3d(0px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(20) {
  transform: translate3d(-6px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(21) {
  transform: translate3d(-12px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(22) {
  transform: translate3d(-17px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(23) {
  transform: translate3d(-23px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(24) {
  transform: translate3d(5px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(25) {
  transform: translate3d(0px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(26) {
  transform: translate3d(5px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(27) {
  transform: translate3d(-7px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(28) {
  transform: translate3d(-12px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(29) {
  transform: translate3d(-18px, 0px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(30) {
  transform: translate3d(5px, -6px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(31) {
  transform: translate3d(0px, -6px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(32) {
  transform: translate3d(-7px, -6px, 0);
}
.c-header .c-header__hamburger.is-active span:nth-child(33) {
  transform: translate3d(-12px, -6px, 0);
}
.c-header .c-header__store {
  position: fixed;
  left: 0;
  top: 278px;
  z-index: 100;
}
.c-header .c-header__store .c-header__store-link {
  display: block;
  height: 210px;
  padding: 7px 0 0;
  position: relative;
  width: 35px;
}
.c-header .c-header__store .c-header__store-link::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -44px;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.3s ease, transform 0.3s ease 0.1s;
  width: 79px;
  z-index: -2;
}
.c-header .c-header__store .c-header__store-link:hover {
  transform: translate3d(0, 0, 0);
}
.c-header .c-header__store .c-header__store-link:hover::after {
  background-color: #789065;
  transform: translate3d(30px, 0, 0);
}
.c-header .c-header__store .c-header__store-link:hover .c-header__store-text::before {
  transform: scaleX(1);
  transition: transform 0.3s ease 0.2s;
}
.c-header .c-header__store .c-header__store-picture {
  margin: 0 0 32px;
  max-width: none;
  transform: translate3d(8px, 0, 0);
}
.c-header .c-header__store .c-header__store-text {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  position: relative;
  transform: translate3d(9px, 0, 0);
  writing-mode: vertical-rl;
}
.c-header .c-header__store .c-header__store-text::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-arrow.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 26px;
  top: 44px;
  transform: scaleX(0);
  transform-origin: center left;
  width: 18px;
}
.c-header .c-header__store .c-header__store-text::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-link.svg") no-repeat center left/100%;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 7px 0 0;
  width: 13px;
}

.c-header__side {
  position: fixed;
  right: 55px;
  top: 216px;
  z-index: 500;
}
@media screen and (max-width: 650px) {
  .c-header__side {
    right: 16px;
    top: auto;
    bottom: 120px;
  }
}

.c-header__copyright {
  font-size: 1rem;
  letter-spacing: 0.025em;
  padding: 0 0 73px 7px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 650px) {
  .c-header__copyright {
    display: none;
  }
}
.c-header__copyright i {
  font-style: normal;
  display: inline-block;
  position: relative;
  transform: rotate(90deg) translate(-0.6em, 0);
  transform-origin: bottom center;
}

.c-header__sns {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-header__sns li {
    opacity: 1;
    transition: transform 0.8s ease, opacity 0.5s ease;
  }
  .c-header__sns li:nth-child(1) {
    transition-delay: 0.9s;
  }
  .c-header__sns li:nth-child(2) {
    transition-delay: 0.75s;
  }
  .c-header__sns li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .c-header__sns li:nth-child(4) {
    transition-delay: 0.45s;
  }
  .c-header__sns li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .c-header__sns.is-animated li {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  .c-header__sns.is-animated a {
    pointer-events: none;
  }
}
.c-header__sns .is-store a {
  padding: 9px 0 0 12px;
}
@media screen and (max-width: 650px) {
  .c-header__sns .is-store a img {
    height: 17px;
    width: 15px;
  }
}
@media screen and (max-width: 650px) {
  .c-header__sns li {
    padding: 0 0 4px;
  }
}
.c-header__sns a {
  display: block;
  line-height: 0;
  transition: background-color 0.3s ease;
  padding: 5px;
  pointer-events: visible;
  position: relative;
  width: 28px;
}
@media screen and (max-width: 650px) {
  .c-header__sns a {
    width: 38px;
  }
}
.c-header__sns a::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  left: 5px;
  top: 5px;
  transition: background-color 0.3s ease;
  width: 18px;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .c-header__sns a::before {
    height: 28px;
    width: 28px;
  }
}
.c-header__sns a:hover::before {
  background: #789065;
}
@media screen and (max-width: 650px) {
  .c-header__sns a img {
    height: 28px;
    width: 28px;
  }
}

.c-header__contact {
  position: fixed;
  right: 38px;
  top: 635px;
  z-index: 100;
}
@media screen and (max-width: 650px) {
  .c-header__contact {
    right: 11px;
    top: auto;
    bottom: 11px;
  }
}
.c-header__contact .c-header__contact-link {
  display: block;
  height: 65px;
  position: relative;
  width: 65px;
}
@media screen and (max-width: 650px) {
  .c-header__contact .c-header__contact-link {
    height: 47px;
    width: 47px;
  }
}
.c-header__contact .c-header__contact-link::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.2s ease;
  width: 100%;
  z-index: -1;
}
.c-header__contact .c-header__contact-link:hover::before {
  background: #789065;
}
.c-header__contact .c-header__contact-link:hover .c-header__contact-airplane {
  transform: translate3d(16px, -16px, 0);
}
@media screen and (max-width: 650px) {
  .c-header__contact .c-header__contact-link:hover .c-header__contact-airplane {
    transform: translate3d(9px, -9px, 0);
  }
}
.c-header__contact .c-header__contact-link:hover .c-header__contact-letters {
  fill: #789065;
}
.c-header__contact .c-header__contact-link .c-header__contact-airplane {
  position: absolute;
  left: 5px;
  bottom: 10px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-header__contact .c-header__contact-link .c-header__contact-airplane {
    width: 22px;
  }
}
.c-header__contact .c-header__contact-link .c-header__contact-letters {
  fill: #000;
  position: absolute;
  left: 30px;
  top: -13px;
  transition: fill 0.2s ease;
}
@media screen and (max-width: 650px) {
  .c-header__contact .c-header__contact-link .c-header__contact-letters {
    left: 20px;
    top: -15px;
    width: 34px;
  }
}

.c-footer {
  margin: 0 auto;
  max-width: 980px;
  padding: 63px 0 87px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer {
    padding: 42px 20px;
  }
}
.c-footer::before {
  background: #F2F0F0;
  content: "";
  display: block;
  height: 2px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .c-footer::before {
    margin: 0 -20px;
  }
}

.c-footer__logo {
  display: block;
  margin: 0 auto 47px;
  width: 175px;
}
@media screen and (max-width: 650px) {
  .c-footer__logo {
    margin: 0 auto 28px;
  }
}

.c-footer__navi {
  padding: 0 0 55px;
}
@media screen and (max-width: 650px) {
  .c-footer__navi {
    padding: 0 0 48px;
  }
}

.c-footer__menu {
  display: flex;
  font-size: 1.3rem;
  justify-content: space-between;
  letter-spacing: 0.025em;
  line-height: 1;
  list-style: none;
  max-width: 980px;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer__menu {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 650px) {
  .c-footer__menu {
    flex-direction: column;
    font-size: 1.3rem;
    text-align: center;
  }
}
.c-footer__menu a {
  display: inline-block;
  padding: 10px;
}
.c-footer__menu a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 650px) {
  .c-footer__menu > li {
    padding: 13px 0;
  }
}

.c-footer__contact {
  padding: 0 0 53px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-footer__contact {
    padding: 0 0 56px;
  }
}
.c-footer__contact .c-footer__contact-icon {
  height: 33px;
  margin: 0 auto 7px;
  position: relative;
  width: 33px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .c-footer__contact .c-footer__contact-icon {
    height: 39px;
    margin: 0 auto 9px;
    width: 39px;
  }
}
.c-footer__contact .c-footer__contact-icon::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-footer__contact .c-footer__contact-icon img {
  margin: 9px 0 0 -2px;
}
@media screen and (max-width: 650px) {
  .c-footer__contact .c-footer__contact-icon img {
    height: 17px;
    margin: 11px 0 0;
    width: 22px;
  }
}

.c-footer__contact-button {
  background: #000;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 51px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 342px;
}
@media screen and (max-width: 650px) {
  .c-footer__contact-button {
    width: 250px;
  }
}
.c-footer__contact-button::before {
  background-color: #789065;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: opacity 0.8s ease, transform 0.5s ease;
  width: 100%;
  z-index: 1;
}
.c-footer__contact-button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: left top;
}
.c-footer__contact-button .c-footer__contact-letters {
  position: relative;
  z-index: 2;
}

.c-footer__tel {
  border-bottom: solid 1px #000;
  line-height: 1;
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
}
.c-footer__tel img {
  margin: 0 0 6px;
}
@media screen and (max-width: 650px) {
  .c-footer__tel img {
    margin: 0 0 20px;
    width: 39px;
  }
}
.c-footer__tel a {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  margin: 0 0 7px;
  padding: 5px;
}

.c-footer__company {
  padding: 29px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-footer__company {
    padding: 20px 0 0;
  }
}
.c-footer__company .c-footer__company-name {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 20px;
}
@media screen and (max-width: 650px) {
  .c-footer__company .c-footer__company-name {
    font-size: 1.6rem;
    padding: 0 0 15px;
  }
}
.c-footer__company .c-footer__company-tel {
  font-size: 1.8rem;
  letter-spacing: 0.4em;
  line-height: 1;
  padding: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .c-footer__company .c-footer__company-tel {
    padding: 0 0 4px;
  }
}
.c-footer__company .c-footer__company-address {
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 310px;
  padding: 0 0 20px;
  text-align: left;
}

.c-footer__copyright {
  display: none;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 39px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-footer__copyright {
    display: block;
  }
}

.c-scrolltop {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  max-width: 980px;
  padding: 10px;
  pointer-events: auto;
  position: absolute;
  right: 3px;
  top: -56px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-scrolltop {
    right: 50%;
    top: -60px;
    transform: translate3d(50%, 0, 0);
  }
}
.c-scrolltop:hover {
  opacity: 1;
}
.c-scrolltop:hover .c-scrolltop__picture-hat {
  transform: translate3d(0, -5px, 0);
}
.c-scrolltop .c-scrolltop__picture {
  overflow: visible;
  width: 13px;
}
@media screen and (max-width: 650px) {
  .c-scrolltop .c-scrolltop__picture {
    width: 9px;
  }
}
.c-scrolltop .c-scrolltop__picture-hat {
  transition: transform 0.4s ease;
}

.c-headline__page .c-headline__page-en {
  display: block;
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 0 21px;
}
@media screen and (max-width: 650px) {
  .c-headline__page .c-headline__page-en {
    font-size: 4rem;
    padding: 0 0 13px;
    line-height: 1.15;
  }
}
.c-headline__page .c-headline__page-ja {
  color: #777777;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
}

.c-headline__section {
  padding: 0 0 0 1.5em;
  position: relative;
  text-indent: -1.5em;
}
.c-headline__section::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-hyphen-ode.svg") no-repeat center left/100%;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 13px 3px 0;
  width: 30px;
}
@media screen and (max-width: 650px) {
  .c-headline__section::before {
    height: 7px;
    margin: 0 2px 3px 0;
    width: 21px;
  }
}
.c-headline__section .c-headline__section-main {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 650px) {
  .c-headline__section .c-headline__section-main {
    font-size: 1.8rem;
  }
}
.c-headline__section .c-headline__section-sub {
  color: #777777;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .c-headline__section .c-headline__section-sub {
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: "VinylRegular";
  src: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/fonts/vinyl-regular/eb8f60ca-6dc0-4593-8618-f11ef6bef5a5.woff2") format("woff2"), url("https://odeinc.jp/wp-content/themes/odeinc_theme7/fonts/vinyl-regular/1f84de38-6e53-4dea-9156-240dca7e5d73.woff") format("woff");
}
.c-wrap {
  display: block;
  margin: -69px 0 0;
  width: 100vw;
}

.c-contents {
  margin: 0 auto;
  max-width: 980px;
  padding: 180px 0 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents {
    padding: 122px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .c-contents {
    padding: 122px 20px 0;
  }
}

.c-background {
  height: 100%;
  margin: 0 auto;
  max-width: 980px;
  padding: 180px 0 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-background {
    padding: 122px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .c-background {
    padding: 122px 20px 0;
  }
}
.c-background::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/decoration-o@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 1092px;
  opacity: 0.7;
  position: absolute;
  left: 34%;
  top: -540px;
  width: 1162px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-background::before {
    height: 133.3333333333vw;
    left: 21.8666666667vw;
    top: -69.3333333333vw;
    width: 141.8666666667vw;
  }
}
.c-background.is-double::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/decoration-o@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 1336px;
  opacity: 0.7;
  position: absolute;
  left: -75%;
  top: 585px;
  width: 1422px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-background.is-double::after {
    height: 140.8vw;
    left: -80vw;
    top: 133.3333333333vw;
    width: 149.8666666667vw;
  }
}
.c-background.is-top::before {
  z-index: 0;
}
@media screen and (max-width: 650px) {
  .c-background.is-top::before {
    display: none;
  }
}

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

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

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

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

.c-hr__default {
  border: none;
  border-bottom: solid 1px #789065;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.c-hr__photo {
  background: #eee url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/about-hr-photo01@2x.jpg") no-repeat center center/cover;
  border: none;
  margin: 0 calc(50% - 50vw);
  height: 362px;
  width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-hr__photo {
    height: 260px;
  }
}
@media screen and (max-width: 650px) {
  .c-hr__photo {
    height: 174px;
  }
}
.c-hr__photo.is-top {
  opacity: 0.7;
}

.c-pager {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 0 auto;
  max-width: 980px;
  padding: 0 0 50px;
  text-align: center;
}
.c-pager .page-numbers {
  align-items: center;
  background-color: transparent;
  border-radius: 3px;
  color: #000;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  letter-spacing: -0.075em;
  margin: 0 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 28px;
}
@media screen and (max-width: 365px) {
  .c-pager .page-numbers {
    height: 24px;
  }
}
.c-pager .page-numbers:hover {
  background-color: #789065;
  border-radius: 3px;
  color: #fff;
  opacity: 1;
}
.c-pager .page-numbers.current {
  background: #789065;
  border-radius: 3px;
  color: #fff;
}
.c-pager .page-numbers.prev {
  height: 28px;
  width: 28px;
}
.c-pager .page-numbers.next {
  height: 28px;
  width: 28px;
}
.c-pager .page-numbers.dots {
  background: transparent;
  color: #000;
  font-weight: 700;
  width: auto;
}
.c-pager .page-numbers.dots:hover {
  background: none;
  color: #000;
}

.c-loader {
  background-color: #fff;
  display: block;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.c-loader.is-hide {
  display: none;
}
.c-loader.is-play {
  animation: fadeOutLoader 1.6s ease 4.6s forwards;
  pointer-events: none;
}
.c-loader.is-play .c-loader__logo {
  animation: bounceLogo 1.1s ease-in-out 2.8s forwards;
  display: block;
}
.c-loader .c-loader__logo {
  display: none;
  height: 72px;
  position: absolute;
  left: calc(50% - 180px);
  top: calc(50% - 36px);
  width: 360px;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__logo {
    height: auto;
    left: 20%;
    top: 46%;
    width: 60%;
  }
}

@keyframes bounceLogo {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, 70%, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -40vh, 0);
  }
}
@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);
  }
}
@keyframes fadeOutLoader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.a-animate1.is-animated span {
  animation: bounceParapara 0.9s ease-in-out forwards;
}
.a-animate1 span {
  display: inline-block;
  opacity: 0;
}
.a-animate1 span:nth-child(0) {
  animation-delay: 0s;
}
.a-animate1 span:nth-child(1) {
  animation-delay: 0.05s;
}
.a-animate1 span:nth-child(2) {
  animation-delay: 0.1s;
}
.a-animate1 span:nth-child(3) {
  animation-delay: 0.15s;
}
.a-animate1 span:nth-child(4) {
  animation-delay: 0.2s;
}
.a-animate1 span:nth-child(5) {
  animation-delay: 0.25s;
}
.a-animate1 span:nth-child(6) {
  animation-delay: 0.3s;
}
.a-animate1 span:nth-child(7) {
  animation-delay: 0.35s;
}
.a-animate1 span:nth-child(8) {
  animation-delay: 0.4s;
}
.a-animate1 span:nth-child(9) {
  animation-delay: 0.45s;
}
.a-animate1 span:nth-child(10) {
  animation-delay: 0.5s;
}
.a-animate1 span:nth-child(11) {
  animation-delay: 0.55s;
}
.a-animate1 span:nth-child(12) {
  animation-delay: 0.6s;
}
.a-animate1 span:nth-child(13) {
  animation-delay: 0.65s;
}
.a-animate1 span:nth-child(14) {
  animation-delay: 0.7s;
}
.a-animate1 span:nth-child(15) {
  animation-delay: 0.75s;
}
.a-animate1 span:nth-child(16) {
  animation-delay: 0.8s;
}
.a-animate1 span:nth-child(17) {
  animation-delay: 0.85s;
}
.a-animate1 span:nth-child(18) {
  animation-delay: 0.9s;
}
.a-animate1 span:nth-child(19) {
  animation-delay: 0.95s;
}
.a-animate1 span:nth-child(20) {
  animation-delay: 1s;
}
.a-animate1 span:nth-child(21) {
  animation-delay: 1.05s;
}
.a-animate1 span:nth-child(22) {
  animation-delay: 1.1s;
}
.a-animate1 span:nth-child(23) {
  animation-delay: 1.15s;
}
.a-animate1 span:nth-child(24) {
  animation-delay: 1.2s;
}
.a-animate1 span:nth-child(25) {
  animation-delay: 1.25s;
}
.a-animate1 span:nth-child(26) {
  animation-delay: 1.3s;
}
.a-animate1 span:nth-child(27) {
  animation-delay: 1.35s;
}
.a-animate1 span:nth-child(28) {
  animation-delay: 1.4s;
}
.a-animate1 span:nth-child(29) {
  animation-delay: 1.45s;
}
.a-animate1 span:nth-child(30) {
  animation-delay: 1.5s;
}
.a-animate1 span:nth-child(31) {
  animation-delay: 1.55s;
}
.a-animate1 span:nth-child(32) {
  animation-delay: 1.6s;
}
.a-animate1 span:nth-child(33) {
  animation-delay: 1.65s;
}
.a-animate1 span:nth-child(34) {
  animation-delay: 1.7s;
}
.a-animate1 span:nth-child(35) {
  animation-delay: 1.75s;
}
.a-animate1 span:nth-child(36) {
  animation-delay: 1.8s;
}
.a-animate1 span:nth-child(37) {
  animation-delay: 1.85s;
}
.a-animate1 span:nth-child(38) {
  animation-delay: 1.9s;
}
.a-animate1 span:nth-child(39) {
  animation-delay: 1.95s;
}
.a-animate1 span:nth-child(40) {
  animation-delay: 2s;
}
.a-animate1 span:nth-child(41) {
  animation-delay: 2.05s;
}
.a-animate1 span:nth-child(42) {
  animation-delay: 2.1s;
}
.a-animate1 span:nth-child(43) {
  animation-delay: 2.15s;
}
.a-animate1 span:nth-child(44) {
  animation-delay: 2.2s;
}
.a-animate1 span:nth-child(45) {
  animation-delay: 2.25s;
}
.a-animate1 span:nth-child(46) {
  animation-delay: 2.3s;
}
.a-animate1 span:nth-child(47) {
  animation-delay: 2.35s;
}
.a-animate1 span:nth-child(48) {
  animation-delay: 2.4s;
}
.a-animate1 span:nth-child(49) {
  animation-delay: 2.45s;
}
.a-animate1 span:nth-child(50) {
  animation-delay: 2.5s;
}

.a-animate2 {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
}
.a-animate2.is-animated {
  animation: slideFadeIn 1.6s ease forwards;
}

@keyframes bounceParapara {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  40% {
    transform: translate3d(4px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-button__more {
  border-bottom: solid 1px #000;
  color: #707070;
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 0 5px;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 235px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__more {
    font-size: 1.9rem;
    margin: 0 0 81px;
    width: 176px;
  }
}
.c-button__more.is-top {
  border-color: #789065;
  color: #789065;
  margin: 0;
  left: 0;
  right: auto;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__more.is-top {
    font-size: 1.4rem;
    left: 40px;
    width: 112px;
  }
}
@media screen and (max-width: 650px) {
  .c-button__more.is-top {
    left: 20px;
  }
}
.c-button__more.is-top::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-arrow-list-color.svg") no-repeat center left/contain;
}
.c-button__more.is-top:hover {
  border-bottom: solid 1px #789065;
  color: #789065;
}
.c-button__more.is-top:hover .c-button__arrow {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .c-button__more.is-top:hover .c-button__arrow {
    transform: translate3d(7px, 0, 0);
  }
}
.c-button__more.is-top:hover .c-button__arrow::before {
  background-color: #789065;
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .c-button__more.is-top:hover .c-button__arrow::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.c-button__more.is-top:hover .c-button__arrow::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
.c-button__more.is-kv {
  border-color: #789065;
  color: #789065;
  font-size: 1.1rem;
  padding: 4px 0;
  right: auto;
  bottom: auto;
  width: 112px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__more.is-kv {
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .c-button__more.is-kv {
    font-size: 1.4rem;
  }
}
.c-button__more.is-kv:hover {
  border-bottom: solid 1px #789065;
  color: #789065;
}
.c-button__more.is-kv:hover .c-button__arrow {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .c-button__more.is-kv:hover .c-button__arrow {
    transform: translate3d(7px, 0, 0);
  }
}
.c-button__more.is-kv:hover .c-button__arrow::before {
  background-color: #789065;
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .c-button__more.is-kv:hover .c-button__arrow::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.c-button__more.is-kv:hover .c-button__arrow::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__more.is-block {
    position: static;
  }
}
.c-button__more:hover {
  border-bottom: solid 1px #789065;
  color: #789065;
}

.c-button__arrow {
  display: block;
  height: 8px;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: 10px;
}
@media screen and (max-width: 650px) {
  .c-button__arrow {
    height: 5px;
    width: 7px;
  }
}
.c-button__arrow.is-hover, .c-button__arrow:hover {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .c-button__arrow.is-hover, .c-button__arrow:hover {
    transform: translate3d(7px, 0, 0);
  }
}
.c-button__arrow.is-hover::before, .c-button__arrow:hover::before {
  background-color: #789065;
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .c-button__arrow.is-hover::before, .c-button__arrow:hover::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.c-button__arrow.is-hover::after, .c-button__arrow:hover::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
.c-button__arrow.is-list {
  position: absolute;
  bottom: 16px;
  right: 24px;
}
.c-button__arrow.is-event {
  position: absolute;
  bottom: 16px;
  right: 24px;
}
@media screen and (max-width: 650px) {
  .c-button__arrow.is-event {
    bottom: 14px;
    right: 20px;
  }
}
.c-button__arrow.is-live {
  position: absolute;
  bottom: 14px;
  right: 35px;
}
@media screen and (max-width: 650px) {
  .c-button__arrow.is-live {
    bottom: 17px;
    right: 25px;
  }
}
.c-button__arrow.is-lesson-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.c-button__arrow.is-inline {
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.c-button__arrow.is-kv {
  position: absolute;
  bottom: 2px;
  right: 10px;
}
@media screen and (max-width: 650px) {
  .c-button__arrow.is-kv {
    bottom: 5px;
  }
}
.c-button__arrow.is-kv::before {
  background-color: #789065;
}
.c-button__arrow.is-kv::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
.c-button__arrow::before {
  background-color: #707070;
  content: "";
  display: block;
  height: 1px;
  transform-origin: center right;
  transform: scale(1, 1);
  transition: color 0.3s ease, transform 0.3s ease;
  width: 10px;
}
@media screen and (max-width: 650px) {
  .c-button__arrow::before {
    width: 7px;
  }
}
.c-button__arrow::after {
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: -2px;
  top: -4px;
  transform: rotate(45deg) translate3d(0, 41%, 0);
  transition: transform 0.3s ease;
  width: 6px;
}
@media screen and (max-width: 650px) {
  .c-button__arrow::after {
    height: 4px;
    right: -2px;
    top: -3px;
    transform: rotate(45deg) translate3d(0, 51%, 0);
    width: 4px;
  }
}

.c-button__toggle {
  background-color: #789065;
  border-radius: 16px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: 57px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  padding: 22px 0;
  position: relative;
  text-align: center;
  width: 296px;
  z-index: 2;
}
.c-button__toggle::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-plus.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: background-image 0s linear 0.4s;
  width: 13px;
}
.c-button__toggle:hover {
  opacity: 0.6;
}
.c-button__toggle.is-clicked::after {
  background-image: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-minus.svg");
}

/* デフォルトtable */
.c-table__default {
  border-collapse: collapse;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .c-table__default {
    display: none;
  }
}
.c-table__default thead tr th {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-table__default thead tr th {
    font-size: 1rem;
  }
}
.c-table__default thead tr th.is-value {
  background: #CDE6A1;
  border-radius: 23px 0 0 0;
}
.c-table__default thead tr th.is-regular {
  background: #F2E393;
}
.c-table__default thead tr th.is-high {
  background: #E5AE96;
  border-radius: 0 23px 0 0;
}
.c-table__default tbody tr:first-child th:first-child {
  border-bottom: 0;
  border-radius: 23px 0 0 23px;
  padding: 15px 0;
}
.c-table__default tbody tr:last-child td {
  border-bottom: none;
}
.c-table__default tbody tr:last-child td:last-child {
  border-radius: 0 0 23px 0;
}
.c-table__default tbody tr th {
  background-color: #fff;
  border-bottom: solid 1px #D1D1D1;
  border-right: solid 1px #D1D1D1;
  line-height: 1.8333333333;
}
.c-table__default tbody tr th.is-no-border {
  border-bottom: none;
}
.c-table__default tbody tr th img {
  margin: 0 0 8px;
}
.c-table__default tbody tr td {
  border-bottom: solid 1px #D1D1D1;
  text-align: center;
}
.c-table__default tbody tr td.is-no-border {
  border-bottom: none;
}
.c-table__default tbody tr td.is-value {
  background: #F2FAE4;
  border-right: solid 1px #D1D1D1;
}
.c-table__default tbody tr td.is-regular {
  background: #FCF9DA;
  border-right: solid 1px #D1D1D1;
}
.c-table__default tbody tr td.is-high {
  background: #FCEBDA;
  border-radius: 0;
}

.c-table__calendar {
  border-spacing: 4px 7px;
  margin: 0 auto;
  table-layout: fixed;
  text-align: center;
}
.c-table__calendar thead tr th {
  font-size: 1.4rem;
  font-weight: 700;
  height: 29px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .c-table__calendar thead tr th {
    font-size: 1.6rem;
    height: 38px;
    width: 38px;
  }
}
.c-table__calendar thead tr th:first-child {
  color: #E36B38;
}
.c-table__calendar thead tr th:last-child {
  color: #6BC3EC;
}
.c-table__calendar tbody tr td {
  font-family: "Noto Sans", sans-serif;
  background: #CDE6A1;
  border-radius: 50%;
  empty-cells: hide;
  font-size: 1.7rem;
  font-weight: 700;
  height: 34px;
  line-height: 0;
  position: relative;
  width: 34px;
}
@media screen and (max-width: 650px) {
  .c-table__calendar tbody tr td {
    height: 38px;
    width: 38px;
  }
}
.c-table__calendar tbody tr td:first-child {
  color: #E36B38;
}
.c-table__calendar tbody tr td.is-regular {
  background: #F2E393;
}
.c-table__calendar tbody tr td.is-high {
  background: #E5AE96;
}
.c-table__calendar tbody tr td.is-closed {
  background: #D6D6D6;
}

.c-drawer {
  background: #789065;
  display: block;
  height: 100vh;
  max-height: 100%;
  max-width: 420px;
  opacity: 0;
  overflow-y: scroll;
  padding: 100px 0 20px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.7s ease;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 650px) {
  .c-drawer {
    max-width: none;
    width: 100%;
  }
}
.c-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
}

.c-sp-menu__navi .c-sp-menu__list {
  list-style: none;
  padding: 0;
}
.c-sp-menu__navi .c-sp-menu__items.is-contact {
  background: #fff;
}
.c-sp-menu__navi .c-sp-menu__items.is-contact .c-sp-menu__items-link {
  color: #000;
  padding: 26px 0 26px 18px;
}
.c-sp-menu__navi .c-sp-menu__items.is-contact .c-sp-menu__items-arrow::before {
  background-color: #000;
}
.c-sp-menu__navi .c-sp-menu__items.is-contact .c-sp-menu__items-arrow::after {
  border-top-color: #000;
  border-right-color: #000;
}
.c-sp-menu__navi .c-sp-menu__items-link {
  align-items: center;
  color: #fff;
  display: flex;
  padding: 19px 0 19px 18px;
}
.c-sp-menu__navi .c-sp-menu__items-link:hover {
  opacity: 0.6;
}
.c-sp-menu__navi .c-sp-menu__items-link:hover .c-sp-menu__items-arrow {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-link:hover .c-sp-menu__items-arrow {
    transform: translate3d(7px, 0, 0);
  }
}
.c-sp-menu__navi .c-sp-menu__items-link:hover .c-sp-menu__items-arrow::before {
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-link:hover .c-sp-menu__items-arrow::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.c-sp-menu__navi .c-sp-menu__items-en {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 17px 0 0;
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 365px) {
  .c-sp-menu__navi .c-sp-menu__items-en {
    font-size: 1.8rem;
  }
}
.c-sp-menu__navi .c-sp-menu__items-ja {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-ja {
    font-size: 1.2rem;
  }
}
.c-sp-menu__navi .c-sp-menu__items-arrow {
  display: inline-block;
  height: 8px;
  position: relative;
  left: 10px;
  top: 3px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: 10px;
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-arrow {
    height: 5px;
    top: 2px;
    width: 7px;
  }
}
.c-sp-menu__navi .c-sp-menu__items-arrow::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  transform-origin: center right;
  transform: scale(1, 1);
  transition: color 0.3s ease, transform 0.3s ease;
  width: 10px;
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-arrow::before {
    width: 7px;
  }
}
.c-sp-menu__navi .c-sp-menu__items-arrow::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: -2px;
  top: -4px;
  transform: rotate(45deg) translate3d(0, 41%, 0);
  transition: transform 0.3s ease;
  width: 6px;
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-arrow::after {
    height: 4px;
    right: -2px;
    top: -3px;
    transform: rotate(45deg) translate3d(0, 51%, 0);
    width: 4px;
  }
}
.c-sp-menu__navi .c-sp-menu__items-arrow.is-hover {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-arrow.is-hover {
    transform: translate3d(7px, 0, 0);
  }
}
.c-sp-menu__navi .c-sp-menu__items-arrow.is-hover::before {
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__items-arrow.is-hover::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.c-sp-menu__navi .c-sp-menu__sns {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 10px auto 0;
  max-width: 302px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-sp-menu__navi .c-sp-menu__sns {
    margin: 10px 0 0 25px;
    padding-right: 11px;
  }
}
.c-sp-menu__navi .c-sp-menu__sns a {
  display: block;
  height: 47px;
  line-height: 0;
  opacity: 1;
  padding: 5px;
  position: relative;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 47px;
}
.c-sp-menu__navi .c-sp-menu__sns a::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 37px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 37px;
  z-index: -1;
}
.c-sp-menu__navi .c-sp-menu__sns a:hover {
  opacity: 0.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) 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;
  }
  .u-tab-mt-31 {
    margin-top: 31rem !important;
  }
  .u-tab-mt-32 {
    margin-top: 32rem !important;
  }
  .u-tab-mt-33 {
    margin-top: 33rem !important;
  }
  .u-tab-mt-34 {
    margin-top: 34rem !important;
  }
  .u-tab-mt-35 {
    margin-top: 35rem !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-sp-mt-31 {
    margin-top: 31rem !important;
  }
  .u-sp-mt-32 {
    margin-top: 32rem !important;
  }
  .u-sp-mt-33 {
    margin-top: 33rem !important;
  }
  .u-sp-mt-34 {
    margin-top: 34rem !important;
  }
  .u-sp-mt-35 {
    margin-top: 35rem !important;
  }
}
.u-mr-0 {
  margin-right: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) 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;
  }
  .u-tab-mr-31 {
    margin-right: 31rem !important;
  }
  .u-tab-mr-32 {
    margin-right: 32rem !important;
  }
  .u-tab-mr-33 {
    margin-right: 33rem !important;
  }
  .u-tab-mr-34 {
    margin-right: 34rem !important;
  }
  .u-tab-mr-35 {
    margin-right: 35rem !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-sp-mr-31 {
    margin-right: 31rem !important;
  }
  .u-sp-mr-32 {
    margin-right: 32rem !important;
  }
  .u-sp-mr-33 {
    margin-right: 33rem !important;
  }
  .u-sp-mr-34 {
    margin-right: 34rem !important;
  }
  .u-sp-mr-35 {
    margin-right: 35rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) 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;
  }
  .u-tab-mb-31 {
    margin-bottom: 31rem !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 32rem !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 33rem !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 34rem !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 35rem !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-sp-mb-31 {
    margin-bottom: 31rem !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 32rem !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 33rem !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 34rem !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35rem !important;
  }
}
.u-ml-0 {
  margin-left: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) 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;
  }
  .u-tab-ml-31 {
    margin-left: 31rem !important;
  }
  .u-tab-ml-32 {
    margin-left: 32rem !important;
  }
  .u-tab-ml-33 {
    margin-left: 33rem !important;
  }
  .u-tab-ml-34 {
    margin-left: 34rem !important;
  }
  .u-tab-ml-35 {
    margin-left: 35rem !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-sp-ml-31 {
    margin-left: 31rem !important;
  }
  .u-sp-ml-32 {
    margin-left: 32rem !important;
  }
  .u-sp-ml-33 {
    margin-left: 33rem !important;
  }
  .u-sp-ml-34 {
    margin-left: 34rem !important;
  }
  .u-sp-ml-35 {
    margin-left: 35rem !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-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 (min-width: 1px) 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 (min-width: 1px) 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;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-font0 {
    font-size: 0rem !important;
  }
  .u-tab-font1 {
    font-size: 0.1rem !important;
  }
  .u-tab-font2 {
    font-size: 0.2rem !important;
  }
  .u-tab-font3 {
    font-size: 0.3rem !important;
  }
  .u-tab-font4 {
    font-size: 0.4rem !important;
  }
  .u-tab-font5 {
    font-size: 0.5rem !important;
  }
  .u-tab-font6 {
    font-size: 0.6rem !important;
  }
  .u-tab-font7 {
    font-size: 0.7rem !important;
  }
  .u-tab-font8 {
    font-size: 0.8rem !important;
  }
  .u-tab-font9 {
    font-size: 0.9rem !important;
  }
  .u-tab-font10 {
    font-size: 1rem !important;
  }
  .u-tab-font11 {
    font-size: 1.1rem !important;
  }
  .u-tab-font12 {
    font-size: 1.2rem !important;
  }
  .u-tab-font13 {
    font-size: 1.3rem !important;
  }
  .u-tab-font14 {
    font-size: 1.4rem !important;
  }
  .u-tab-font15 {
    font-size: 1.5rem !important;
  }
  .u-tab-font16 {
    font-size: 1.6rem !important;
  }
  .u-tab-font17 {
    font-size: 1.7rem !important;
  }
  .u-tab-font18 {
    font-size: 1.8rem !important;
  }
  .u-tab-font19 {
    font-size: 1.9rem !important;
  }
  .u-tab-font20 {
    font-size: 2rem !important;
  }
  .u-tab-font21 {
    font-size: 2.1rem !important;
  }
  .u-tab-font22 {
    font-size: 2.2rem !important;
  }
  .u-tab-font23 {
    font-size: 2.3rem !important;
  }
  .u-tab-font24 {
    font-size: 2.4rem !important;
  }
  .u-tab-font25 {
    font-size: 2.5rem !important;
  }
  .u-tab-font26 {
    font-size: 2.6rem !important;
  }
  .u-tab-font27 {
    font-size: 2.7rem !important;
  }
  .u-tab-font28 {
    font-size: 2.8rem !important;
  }
  .u-tab-font29 {
    font-size: 2.9rem !important;
  }
  .u-tab-font30 {
    font-size: 3rem !important;
  }
  .u-tab-font31 {
    font-size: 3.1rem !important;
  }
  .u-tab-font32 {
    font-size: 3.2rem !important;
  }
  .u-tab-font33 {
    font-size: 3.3rem !important;
  }
  .u-tab-font34 {
    font-size: 3.4rem !important;
  }
  .u-tab-font35 {
    font-size: 3.5rem !important;
  }
  .u-tab-font36 {
    font-size: 3.6rem !important;
  }
  .u-tab-font37 {
    font-size: 3.7rem !important;
  }
  .u-tab-font38 {
    font-size: 3.8rem !important;
  }
  .u-tab-font39 {
    font-size: 3.9rem !important;
  }
  .u-tab-font40 {
    font-size: 4rem !important;
  }
  .u-tab-font41 {
    font-size: 4.1rem !important;
  }
  .u-tab-font42 {
    font-size: 4.2rem !important;
  }
  .u-tab-font43 {
    font-size: 4.3rem !important;
  }
  .u-tab-font44 {
    font-size: 4.4rem !important;
  }
  .u-tab-font45 {
    font-size: 4.5rem !important;
  }
  .u-tab-font46 {
    font-size: 4.6rem !important;
  }
  .u-tab-font47 {
    font-size: 4.7rem !important;
  }
  .u-tab-font48 {
    font-size: 4.8rem !important;
  }
  .u-tab-font49 {
    font-size: 4.9rem !important;
  }
  .u-tab-font50 {
    font-size: 5rem !important;
  }
  .u-tab-font51 {
    font-size: 5.1rem !important;
  }
  .u-tab-font52 {
    font-size: 5.2rem !important;
  }
  .u-tab-font53 {
    font-size: 5.3rem !important;
  }
  .u-tab-font54 {
    font-size: 5.4rem !important;
  }
  .u-tab-font55 {
    font-size: 5.5rem !important;
  }
  .u-tab-font56 {
    font-size: 5.6rem !important;
  }
  .u-tab-font57 {
    font-size: 5.7rem !important;
  }
  .u-tab-font58 {
    font-size: 5.8rem !important;
  }
  .u-tab-font59 {
    font-size: 5.9rem !important;
  }
  .u-tab-font60 {
    font-size: 6rem !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-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-none {
    display: none !important;
  }
}

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

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

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

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.top-kv {
  height: 676px;
  margin: -180px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .top-kv {
    height: 594px;
    margin: -64px 0 0;
  }
}
.top-kv::before {
  background: #eee url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/top-kv-photo@2x.jpg") no-repeat center bottom/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .top-kv::before {
    background-position: right top;
    top: -53px;
  }
}
.top-kv .top-kv__title {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 230px 0 40px;
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__title {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    padding: 95px 0 28px;
  }
}
@media screen and (max-width: 365px) {
  .top-kv .top-kv__title {
    font-size: 2.2rem;
  }
}
.top-kv .top-kv__title.is-animated span {
  animation: bounceParapara 0.9s ease-in-out forwards;
}
.top-kv .top-kv__title span {
  display: inline-block;
  opacity: 0;
}
.top-kv .top-kv__title span:nth-child(0) {
  animation-delay: 0s;
}
.top-kv .top-kv__title span:nth-child(1) {
  animation-delay: 0.1s;
}
.top-kv .top-kv__title span:nth-child(2) {
  animation-delay: 0.2s;
}
.top-kv .top-kv__title span:nth-child(3) {
  animation-delay: 0.3s;
}
.top-kv .top-kv__title span:nth-child(4) {
  animation-delay: 0.4s;
}
.top-kv .top-kv__title span:nth-child(5) {
  animation-delay: 0.5s;
}
.top-kv .top-kv__title span:nth-child(6) {
  animation-delay: 0.6s;
}
.top-kv .top-kv__title span:nth-child(7) {
  animation-delay: 0.7s;
}
.top-kv .top-kv__title span:nth-child(8) {
  animation-delay: 0.8s;
}
.top-kv .top-kv__title span:nth-child(9) {
  animation-delay: 0.9s;
}
.top-kv .top-kv__title span:nth-child(10) {
  animation-delay: 1s;
}
.top-kv .top-kv__title span:nth-child(11) {
  animation-delay: 1.1s;
}
.top-kv .top-kv__title span:nth-child(12) {
  animation-delay: 1.2s;
}
.top-kv .top-kv__title span:nth-child(13) {
  animation-delay: 1.3s;
}
.top-kv .top-kv__title span:nth-child(14) {
  animation-delay: 1.4s;
}
.top-kv .top-kv__title span:nth-child(15) {
  animation-delay: 1.5s;
}
.top-kv .top-kv__title span:nth-child(16) {
  animation-delay: 1.6s;
}
.top-kv .top-kv__title span:nth-child(17) {
  animation-delay: 1.7s;
}
.top-kv .top-kv__title span:nth-child(18) {
  animation-delay: 1.8s;
}
.top-kv .top-kv__title span:nth-child(19) {
  animation-delay: 1.9s;
}
.top-kv .top-kv__title span:nth-child(20) {
  animation-delay: 2s;
}
.top-kv .top-kv__title span:nth-child(21) {
  animation-delay: 2.1s;
}
.top-kv .top-kv__title span:nth-child(22) {
  animation-delay: 2.2s;
}
.top-kv .top-kv__title span:nth-child(23) {
  animation-delay: 2.3s;
}
.top-kv .top-kv__title span:nth-child(24) {
  animation-delay: 2.4s;
}
.top-kv .top-kv__title span:nth-child(25) {
  animation-delay: 2.5s;
}
.top-kv .top-kv__title span:nth-child(26) {
  animation-delay: 2.6s;
}
.top-kv .top-kv__title span:nth-child(27) {
  animation-delay: 2.7s;
}
.top-kv .top-kv__title span:nth-child(28) {
  animation-delay: 2.8s;
}
.top-kv .top-kv__title span:nth-child(29) {
  animation-delay: 2.9s;
}
.top-kv .top-kv__title span:nth-child(30) {
  animation-delay: 3s;
}
.top-kv .top-kv__title span:nth-child(31) {
  animation-delay: 3.1s;
}
.top-kv .top-kv__title span:nth-child(32) {
  animation-delay: 3.2s;
}
.top-kv .top-kv__title span:nth-child(33) {
  animation-delay: 3.3s;
}
.top-kv .top-kv__title span:nth-child(34) {
  animation-delay: 3.4s;
}
.top-kv .top-kv__title span:nth-child(35) {
  animation-delay: 3.5s;
}
.top-kv .top-kv__title span:nth-child(36) {
  animation-delay: 3.6s;
}
.top-kv .top-kv__title span:nth-child(37) {
  animation-delay: 3.7s;
}
.top-kv .top-kv__title span:nth-child(38) {
  animation-delay: 3.8s;
}
.top-kv .top-kv__title span:nth-child(39) {
  animation-delay: 3.9s;
}
.top-kv .top-kv__title span:nth-child(40) {
  animation-delay: 4s;
}
.top-kv .top-kv__title span:nth-child(41) {
  animation-delay: 4.1s;
}
.top-kv .top-kv__title span:nth-child(42) {
  animation-delay: 4.2s;
}
.top-kv .top-kv__title span:nth-child(43) {
  animation-delay: 4.3s;
}
.top-kv .top-kv__title span:nth-child(44) {
  animation-delay: 4.4s;
}
.top-kv .top-kv__title span:nth-child(45) {
  animation-delay: 4.5s;
}
.top-kv .top-kv__title span:nth-child(46) {
  animation-delay: 4.6s;
}
.top-kv .top-kv__title span:nth-child(47) {
  animation-delay: 4.7s;
}
.top-kv .top-kv__title span:nth-child(48) {
  animation-delay: 4.8s;
}
.top-kv .top-kv__title span:nth-child(49) {
  animation-delay: 4.9s;
}
.top-kv .top-kv__title span:nth-child(50) {
  animation-delay: 5s;
}
.top-kv .top-kv__body {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.top-kv .top-kv__body.is-animated {
  animation: slideFadeIn 1.6s ease 3s forwards;
}
.top-kv .top-kv__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.125;
  padding: 0 0 14px;
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__text {
    font-size: 1.2rem;
    line-height: 2.3333333333;
    padding: 0 0 76px;
    width: 276px;
  }
}
@media screen and (max-width: 365px) {
  .top-kv .top-kv__text {
    width: 250px;
  }
}
.top-kv .top-kv__scroll {
  display: block;
  font-size: 1rem;
  height: 54px;
  letter-spacing: 0.025em;
  line-height: 1;
  position: absolute;
  bottom: -30px;
  left: 50%;
  text-align: center;
  text-indent: 0.025em;
  transform: translate3d(-50%, 0, 0);
  width: 46px;
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__scroll {
    bottom: 20px;
  }
}
.top-kv .top-kv__scroll::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-hyphen-ode.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 30px;
  transform: rotate(90deg);
  width: 30px;
}

.top-news__body {
  padding: 75px 0 0;
  position: relative;
}
.top-news__body::before {
  background-color: #F2F0F0;
  content: "";
  display: block;
  height: 2px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}
.top-news__body:first-of-type::before {
  display: none;
}
.top-news__body .top-news__link {
  color: #789065;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  position: absolute;
  right: 0;
  top: 95px;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .top-news__body .top-news__link {
    bottom: 0;
    top: auto;
  }
}
.top-news__body .top-news__link:hover {
  text-decoration: none;
}

.top-achievement-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-achievement-list {
    margin: 0 auto;
    max-width: 486px;
  }
}
.top-achievement-list .top-achievement-list__items {
  display: block;
  height: 333px;
  margin: 0 7px 73px 0;
  padding: 14px;
  position: relative;
  width: 236px;
}
@media screen and (max-width: 650px) {
  .top-achievement-list .top-achievement-list__items {
    height: 271px;
    margin: 0 9px 45px 0;
    padding: 18px 14px 13px;
    width: 158px;
  }
}
.top-achievement-list .top-achievement-list__items::before {
  background: rgba(193, 190, 125, 0.3);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: -1;
}
.top-achievement-list .top-achievement-list__items:hover .c-button__arrow {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .top-achievement-list .top-achievement-list__items:hover .c-button__arrow {
    transform: translate3d(7px, 0, 0);
  }
}
.top-achievement-list .top-achievement-list__items:hover .c-button__arrow::before {
  background-color: #789065;
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .top-achievement-list .top-achievement-list__items:hover .c-button__arrow::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.top-achievement-list .top-achievement-list__items:hover .c-button__arrow::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
.top-achievement-list .top-achievement-list__items.is-dammy {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.top-achievement-list .top-achievement-list__date {
  color: #B2B0B0;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1;
  position: absolute;
  left: 2px;
  top: -13px;
}
.top-achievement-list .top-achievement-list__photo {
  display: block;
  height: 126px;
  line-height: 0;
  margin: 0 0 15px;
  width: 207px;
}
@media screen and (max-width: 650px) {
  .top-achievement-list .top-achievement-list__photo {
    height: 86px;
    width: 131px;
  }
}
.top-achievement-list .top-achievement-list__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.top-achievement-list .top-achievement-list__tag {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 21px;
  position: absolute;
  left: 0;
  top: 25px;
  text-align: center;
  width: 59px;
}
@media screen and (max-width: 650px) {
  .top-achievement-list .top-achievement-list__tag {
    font-size: 1.3rem;
    line-height: 21px;
    top: 25px;
    width: 58px;
  }
}
.top-achievement-list .top-achievement-list__title {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  min-height: 55px;
  padding: 0 0 13px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .top-achievement-list .top-achievement-list__title {
    font-size: 1.4rem;
    min-height: 47px;
  }
}
.top-achievement-list .top-achievement-list__text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.2rem;
  height: 77px;
  -webkit-line-clamp: 4;
  line-height: 1.6666666667;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .top-achievement-list .top-achievement-list__text {
    height: 55px;
    -webkit-line-clamp: 3;
  }
}

.top-produce {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-produce {
    margin: 0 auto;
    max-width: 460px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-produce .c-headline__page .c-headline__page-en {
    font-size: 4rem;
    padding: 0 0 13px;
  }
}
.top-produce .top-produce__title {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 0 44px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-produce .top-produce__title {
    font-size: 1.6rem;
    padding: 0 0 320px;
  }
}
@media screen and (max-width: 365px) {
  .top-produce .top-produce__title {
    font-size: 1.4rem;
  }
}
.top-produce .top-produce__text {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.8571428571;
  max-width: 484px;
  padding: 0 0 734px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-produce .top-produce__text {
    padding: 0 0 571px;
  }
}
.top-produce .top-produce__decoration-01 {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/top-produce-decoration01@2x.png") no-repeat center center/contain;
  height: 1070px;
  position: absolute;
  right: 0;
  top: 118px;
  width: 857px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-produce .top-produce__decoration-01 {
    height: 451px;
    left: 150px;
    top: 260px;
    width: 361px;
  }
}
@media screen and (max-width: 650px) {
  .top-produce .top-produce__decoration-01 {
    left: auto;
    right: 0;
    top: 174px;
  }
}
.top-produce .top-produce__decoration-02 {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/top-produce-decoration02@2x.png") no-repeat center center/contain;
  height: 216px;
  position: absolute;
  left: -70px;
  top: 883px;
  width: 348px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-produce .top-produce__decoration-02 {
    height: 129px;
    left: 0;
    top: 979px;
    width: 207px;
  }
}
@media screen and (max-width: 650px) {
  .top-produce .top-produce__decoration-02 {
    top: 929px;
  }
}
.top-produce .top-produce__decoration-03 {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/top-produce-decoration03@2x.png") no-repeat center center/contain;
  height: 296px;
  position: absolute;
  left: 85px;
  top: 1083px;
  width: 426px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-produce .top-produce__decoration-03 {
    height: 206px;
    width: 297px;
    left: 50%;
    top: 1123px;
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 650px) {
  .top-produce .top-produce__decoration-03 {
    top: 1073px;
  }
}
.top-produce .top-produce__decoration-04 {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/top-produce-decoration04@2x.png") no-repeat center center/contain;
  height: 56px;
  position: absolute;
  right: 255px;
  top: 1425px;
  width: 60px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-produce .top-produce__decoration-04 {
    display: none;
  }
}

.top-lesson {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-lesson .top-lesson__wrapper {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}
.top-lesson .top-lesson__items {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 auto 0 0;
  max-width: 1130px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-lesson .top-lesson__items {
    flex-direction: column;
    padding: 0 0 30px;
  }
}
.top-lesson .top-lesson__items.is-reverse {
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-lesson .top-lesson__items.is-reverse {
    flex-direction: column;
  }
}
.top-lesson .top-lesson__items.is-reverse .c-headline__page {
  padding: 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-lesson .top-lesson__items.is-reverse .c-headline__page {
    margin: 0 0 0 auto;
  }
}
.top-lesson .top-lesson__items.is-reverse .top-lesson__photo {
  margin: 0 0 30px auto;
}
.top-lesson .top-lesson__items.is-reverse .top-lesson__body {
  left: 20px;
}
.top-lesson .top-lesson__items .top-lesson__photo {
  display: block;
  line-height: 0;
  margin: 0 75px 0 0;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-lesson .top-lesson__items .top-lesson__photo {
    height: 68.2666666667vw;
    margin: 0 0 30px;
    max-height: 487px;
    max-width: 565px;
    width: 79.2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-lesson .top-lesson__items .top-lesson__photo img {
    width: 100%;
  }
}
.top-lesson .top-lesson__items .c-headline__page {
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-lesson .top-lesson__items .c-headline__page {
    padding: 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .top-lesson .top-lesson__items .c-headline__page {
    padding: 0 20px;
  }
}
.top-lesson .top-lesson__items .c-headline__page .top-lesson__headline-ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 25px 0 0;
}
.top-lesson .top-lesson__items .top-lesson__body {
  max-width: 404px;
  position: absolute;
  bottom: 0;
  left: 56.6371681416%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-lesson .top-lesson__items .top-lesson__body {
    max-width: none;
    position: static;
    width: 100%;
  }
}
.top-lesson .top-lesson__items .top-lesson__body .top-lesson__text {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2;
  padding: 0 0 180px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-lesson .top-lesson__items .top-lesson__body .top-lesson__text {
    padding: 0 40px 45px;
  }
}
@media screen and (max-width: 650px) {
  .top-lesson .top-lesson__items .top-lesson__body .top-lesson__text {
    padding: 0 20px 45px;
  }
}

.contact-footer {
  border: solid 5px #F2F0F0;
  border-radius: 20px;
  margin: 0 auto;
  padding: 26px 30px 30px;
  text-align: center;
  width: 543px;
}
@media screen and (max-width: 650px) {
  .contact-footer {
    padding: 24px 16px;
    width: 100%;
  }
}
.contact-footer .contact-footer__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 37px;
}
@media screen and (max-width: 650px) {
  .contact-footer .contact-footer__headline {
    font-size: 2rem;
    padding: 0 0 28px;
  }
}
.contact-footer .contact-footer__headline::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-tel-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 79px;
  margin: 0 auto 12px;
  width: 58px;
}
@media screen and (max-width: 650px) {
  .contact-footer .contact-footer__headline::before {
    margin: 0 auto 24px;
  }
}
.contact-footer .contact-footer__office {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .contact-footer .contact-footer__office {
    padding: 0 0 8px;
  }
}
.contact-footer .contact-footer__tel {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 22px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .contact-footer .contact-footer__tel {
    font-size: 2.3rem;
    padding: 0 0 16px;
  }
}
.contact-footer .contact-footer__address {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7142857143;
  padding: 0 0 15px;
  text-align: center;
}
.contact-footer .contact-footer__closed {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
}

.c-contents .contact-form {
  margin: 0 auto;
  max-width: 812px;
}
.c-contents .wpforms-container {
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container {
    padding-bottom: 24px;
  }
}
.c-contents .wpforms-container .wpforms-head-container,
.c-contents .wpforms-container .contact-header {
  border-bottom: solid 1px #000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin: 0 auto 60px;
  max-width: 812px;
  padding: 0 0 22px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container .wpforms-head-container,
  .c-contents .wpforms-container .contact-header {
    border: none;
    font-size: 1.4rem;
    letter-spacing: 2;
    margin-bottom: 40px;
  }
}
.c-contents .wpforms-container .wpforms-error-container {
  text-align: center;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field {
  padding: 0 0 40px;
  /* selectbox */
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-field-label-inline {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-required-label {
  display: none;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label {
  border-left: solid 7px #789065;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 12px;
  min-height: 28px;
  padding: 2px 0 0 13px;
}
.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: #789065;
  content: "(必須)";
  font-size: 1.2rem;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea,
.c-contents .wpforms-container .wpforms-form .wpforms-field input {
  -webkit-appearance: none;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 11px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea:focus,
.c-contents .wpforms-container .wpforms-form .wpforms-field input:focus {
  border-color: #789065;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea::-moz-placeholder, .c-contents .wpforms-container .wpforms-form .wpforms-field input::-moz-placeholder {
  color: #C9C3C3;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea::placeholder,
.c-contents .wpforms-container .wpforms-form .wpforms-field input::placeholder {
  color: #C9C3C3;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] {
  display: none !important;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 auto 0;
  padding: 4px 0 0 30px;
  position: relative;
  text-align: left;
  width: auto;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  width: 20px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  content: "";
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 7px);
  left: 6px;
  transform: rotate(45deg);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 8px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices::after {
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 6px;
  margin: auto;
  transform: rotate(135deg);
  position: absolute;
  right: 14px;
  top: calc(50% - 6px);
  width: 6px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices.is-focused .choices__inner, .c-contents .wpforms-container .wpforms-form .wpforms-field .choices.is-open .choices__inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #789065;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices.is-focused .choices__list--dropdown, .c-contents .wpforms-container .wpforms-form .wpforms-field .choices.is-open .choices__list--dropdown {
  border-color: #789065;
  box-shadow: none;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner {
  background-color: #F2F0F0;
  border: solid 2px transparent;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  outline: none;
  padding: 11px 12px 8px;
  position: relative;
  width: 100%;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #000;
  display: block;
  outline: none;
  width: 100%;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-description {
  margin: 15px auto 0;
  text-align: left;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  align-items: center;
  background-color: #000000;
  border: none;
  border-radius: 29px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  font-size: 2rem;
  height: 58px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 auto;
  max-width: 297px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit-spinner {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.c-contents .wpforms-container .wpforms-form .g-recaptcha > div {
  margin: 0 auto;
}
.c-contents .wpforms-container .wpforms-form .wpforms-error {
  margin-top: 5px;
}
.c-contents .wpforms-container .wpforms-confirmation-container-full {
  background: none;
  border: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}

.news-index .news-index__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 603px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .news-index .news-index__list {
    max-width: 335px;
  }
}
.news-index .news-index__items-link {
  display: block;
  height: 162px;
  padding: 48px 0 0;
  position: relative;
  text-align: center;
  width: 173px;
}
@media screen and (max-width: 650px) {
  .news-index .news-index__items-link {
    height: 97px;
    padding: 28px 0 0;
    width: 104px;
  }
}
@media screen and (max-width: 365px) {
  .news-index .news-index__items-link {
    height: 87px;
    width: 92px;
  }
}
.news-index .news-index__items-link::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/bg-index@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.news-index .news-index__items-link::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-arrow-index.svg") no-repeat center left/contain;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translate3d(-50%, 0, 0);
  width: 15px;
}
@media screen and (max-width: 650px) {
  .news-index .news-index__items-link::after {
    height: 12px;
    bottom: 20px;
    width: 9px;
  }
}
@media screen and (max-width: 365px) {
  .news-index .news-index__items-link::after {
    bottom: 20px;
  }
}
.news-index .news-index__items-en {
  display: block;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 0 4px;
}
@media screen and (max-width: 650px) {
  .news-index .news-index__items-en {
    font-size: 1.5rem;
    padding: 0;
  }
}
.news-index .news-index__items-ja {
  color: #777777;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .news-index .news-index__items-ja {
    font-size: 1rem;
  }
}

.news {
  padding: 60px 0 0;
  position: relative;
}
.news::before {
  background-color: #F2F0F0;
  content: "";
  display: block;
  height: 2px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .news::before {
    display: none;
  }
}
.news.is-news::before {
  display: none;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.news-list::before {
  background: #F2F0F0;
  content: "";
  display: block;
  height: 2px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -27px;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .news-list::before {
    margin: 0 -20px;
    top: -51px;
  }
}

.news-list__items {
  display: block;
  height: 94px;
  margin: 0 0 87px 0;
  width: calc(25% - 22px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-list__items {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 650px) {
  .news-list__items {
    height: 94px;
    margin: 0 0 25px;
    width: calc(50% - 10px);
  }
}
.news-list__items:hover {
  color: #789065;
}
.news-list__items.is-dammy {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.news-list__items .news-list__date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 12px;
}
.news-list__items .news-list__text {
  font-size: 1.2rem;
  line-height: 1.5;
}
.news-list__items .news-list__text::before {
  content: ">";
  display: inline-block;
  padding: 0 3px 0 0;
  transform: translate3d(0, -1px, 0);
}

.news-list__info {
  margin: 0 auto 8px;
  width: 138px;
}
@media screen and (max-width: 650px) {
  .news-list__info {
    width: 101px;
  }
}
.news-list__info::before {
  background-color: #000;
  color: #fff;
  content: "開催日";
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 23px;
  margin: 0 auto 5px;
  text-align: center;
  width: 136px;
}
@media screen and (max-width: 650px) {
  .news-list__info::before {
    font-size: 1rem;
    line-height: 15px;
    margin: 0 auto 3px;
    width: 91px;
  }
}
.news-list__info .news-list__info-title {
  text-align: center;
}
.news-list__info .news-list__info-start {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 650px) {
  .news-list__info .news-list__info-start {
    font-size: 1.8rem;
  }
}
.news-list__info .news-list__info-end {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 650px) {
  .news-list__info .news-list__info-end {
    font-size: 1.8rem;
  }
}
.news-list__info .news-list__info-year {
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 650px) {
  .news-list__info .news-list__info-year {
    font-size: 1rem;
    padding: 0 6px 0 0;
  }
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .event-list {
    margin: 0 auto;
    max-width: 486px;
  }
}
.event-list::before {
  background: #F2F0F0;
  content: "";
  display: none;
  height: 2px;
  margin: 0 -20px;
  position: absolute;
  left: 0;
  top: -51px;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .event-list::before {
    display: block;
  }
}

.event-list__items {
  display: block;
  height: 370px;
  margin: 0 7px 73px 0;
  padding: 25px 14px 13px;
  position: relative;
  width: 236px;
}
@media screen and (max-width: 650px) {
  .event-list__items {
    height: 271px;
    margin: 0 9px 45px 0;
    width: 158px;
  }
}
.event-list__items::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/bg-event-list@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .event-list__items::before {
    background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/bg-event-list-sp@2x.png") no-repeat center left/cover;
  }
}
.event-list__items:hover .c-button__arrow {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .event-list__items:hover .c-button__arrow {
    transform: translate3d(7px, 0, 0);
  }
}
.event-list__items:hover .c-button__arrow::before {
  background-color: #789065;
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .event-list__items:hover .c-button__arrow::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.event-list__items:hover .c-button__arrow::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
.event-list__items.is-dammy {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.event-list__items .event-list__date {
  color: #B2B0B0;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1;
  position: absolute;
  left: 7px;
  top: -13px;
}
.event-list__items .event-list__photo {
  display: block;
  line-height: 0;
  margin: 0 auto;
  padding: 22px 0 12px;
  position: relative;
  width: 207px;
}
@media screen and (max-width: 650px) {
  .event-list__items .event-list__photo {
    padding: 11px 0 5px;
    width: 139px;
  }
}
.event-list__items .event-list__photo::before {
  background: linear-gradient(to right, #F2F0F0, #F2F0F0 4px, transparent 4px, transparent 8px) repeat-x center left/8px 2px;
  content: "";
  display: block;
  height: 2px;
  margin: 0 -14px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 28px);
}
@media screen and (max-width: 650px) {
  .event-list__items .event-list__photo::before {
    margin: 0 -12px;
    width: calc(100% + 16px);
  }
}
.event-list__items .event-list__photo img {
  height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 207px;
}
@media screen and (max-width: 650px) {
  .event-list__items .event-list__photo img {
    height: 62px;
    width: 139px;
  }
}
.event-list__items .event-list__title {
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
}
.event-list__items .event-list__place {
  font-size: 1.2rem;
  line-height: 1.5;
}

.live-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .live-list {
    margin: 0 auto;
    max-width: 486px;
  }
}
.live-list::before {
  background: #F2F0F0;
  content: "";
  display: none;
  height: 2px;
  margin: 0 -20px;
  position: absolute;
  left: 0;
  top: -51px;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .live-list::before {
    display: block;
  }
}

.live-list__items {
  display: block;
  height: 366px;
  margin: 0 5px 73px 0;
  padding: 25px 14px 13px;
  position: relative;
  width: 236px;
}
@media screen and (max-width: 650px) {
  .live-list__items {
    height: 273px;
    margin: 0 9px 45px 0;
    padding: 18px 9px 13px;
    width: 158px;
  }
}
.live-list__items::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/bg-live-list@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .live-list__items::before {
    background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/bg-live-list-sp@2x.png") no-repeat center left/cover;
  }
}
.live-list__items:hover .c-button__arrow {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .live-list__items:hover .c-button__arrow {
    transform: translate3d(7px, 0, 0);
  }
}
.live-list__items:hover .c-button__arrow::before {
  background-color: #789065;
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .live-list__items:hover .c-button__arrow::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.live-list__items:hover .c-button__arrow::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
.live-list__items.is-dammy {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.live-list__items .live-list__date {
  color: #B2B0B0;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1;
  position: absolute;
  left: 28px;
  top: -14px;
}
.live-list__items .live-list__photo {
  display: block;
  height: 126px;
  line-height: 0;
  margin: 0 auto 12px;
  position: relative;
  width: 193px;
}
@media screen and (max-width: 650px) {
  .live-list__items .live-list__photo {
    height: 86px;
    margin: 18px auto 10px;
    width: 131px;
  }
}
.live-list__items .live-list__photo img {
  -webkit-clip-path: polygon(9% 0, 91% 0, 100% 13%, 100% 87%, 91% 100%, 9% 100%, 0 87%, 0 13%);
          clip-path: polygon(9% 0, 91% 0, 100% 13%, 100% 87%, 91% 100%, 9% 100%, 0 87%, 0 13%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.live-list__items .live-list__title {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .live-list__items .live-list__title {
    height: 36px;
    overflow-y: hidden;
  }
}
.live-list__items .live-list__place {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .live-list__items .live-list__place {
    display: none;
  }
}

.news-body {
  margin: 0 auto;
  max-width: 644px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-body {
    padding: 0;
  }
}
.news-body .news-body__top {
  align-items: center;
  display: flex;
}
.news-body .news-body__top .news-body__top-date {
  color: #B2B0B0;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 21px 0 0;
}
.news-body .news-body__top .news-body__top-category {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 21px;
  padding: 0px 9px;
}
.news-body .news-body__photo {
  display: block;
  line-height: 0;
  margin: 0 0 28px;
}
.news-body .news-body__photo img {
  width: 100%;
}
.news-body .news-body__info {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 8px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .news-body .news-body__info {
    padding: 0 0 5px;
  }
}
.news-body .news-body__info .news-body__info-title {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 53px;
  margin: 0 18px 0 0;
  width: 136px;
}
@media screen and (max-width: 365px) {
  .news-body .news-body__info .news-body__info-title {
    margin: 0 5px 0 0;
    width: 120px;
  }
}
.news-body .news-body__info .news-body__info-date {
  align-items: flex-start;
  display: flex;
  font-size: 2.6rem;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: -10px 0 0;
}
.news-body .news-body__info .news-body__info-date .news-body__info-date-start {
  display: block;
}
.news-body .news-body__info .news-body__info-date .news-body__info-date-end {
  display: block;
}
.news-body .news-body__info .news-body__info-place {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 9px;
}
@media screen and (max-width: 650px) {
  .news-body .news-body__info .news-body__info-place {
    padding: 25px 0 0;
    position: static;
    width: 100%;
  }
}
.news-body .news-body__headline {
  border-top: solid 1px #000;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 21px 0 52px;
}
@media screen and (max-width: 650px) {
  .news-body .news-body__headline {
    padding: 13px 0 27px;
  }
}
.news-body .news-body__main p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin: 20px auto;
}
@media screen and (max-width: 650px) {
  .news-body .news-body__main p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.news-body .news-body__main a:not([class]) {
  color: #789065;
  text-decoration: underline;
}
.news-body .news-body__main a:not([class]):hover {
  text-decoration: none;
}
.news-body .news-body__main .wp-block-button__link:hover {
  opacity: 0.8;
}
.news-body .news-body__main h2,
.news-body .news-body__main h3,
.news-body .news-body__main h4 {
  margin: 40px auto 20px;
}
.news-body .news-body__main iframe {
  width: 100%;
}

.news-footer .news-footer__nav {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  line-height: 2;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav {
    display: flex;
    flex-wrap: wrap;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link {
    margin: 0 5px;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-dammy {
  opacity: 0;
  pointer-events: none;
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev {
  margin: 0 120px 0 0;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-prev {
    margin: -10px 0 0;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev:hover {
  text-decoration: none;
  transform: translate3d(-3px, 0, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev:active {
  transform: translate3d(0, 0, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev img {
  transform: rotate(-90deg);
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-prev img {
    width: 19px;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-list {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin: 0 120px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-list {
    margin: 0 60px;
  }
}
.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: 33px;
  }
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-next {
    margin: -10px 0 0;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-next:hover {
  text-decoration: none;
  transform: translate3d(3px, 0, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-next:active {
  transform: translate3d(0, 0, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-next img {
  transform: rotate(90deg);
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-next img {
    width: 19px;
  }
}

.news-archive__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 472px;
}
@media screen and (max-width: 650px) {
  .news-archive__list {
    width: 226px;
  }
}
.news-archive__list li {
  padding: 0 20px 20px 0;
}
.news-archive__list li:first-child a {
  background-color: #789065;
}
.news-archive__list li:nth-child(6n) {
  padding: 0;
}
@media screen and (max-width: 650px) {
  .news-archive__list li:nth-child(6n) {
    padding: 0 20px 20px 0;
  }
}
@media screen and (max-width: 650px) {
  .news-archive__list li:nth-child(3n) {
    padding: 0;
  }
}
.news-archive__list li a {
  background-color: #D6D6D6;
  border-radius: 23px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  width: 62px;
}
.news-archive__list li a:hover {
  background-color: #789065;
  transition: background-color 0.5s ease;
}

.events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -4px;
  padding: 80px 0 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .events-list {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .events-list {
    padding: 100px 0 37px;
  }
}
.events-list.is-top::before {
  display: none;
}
.events-list::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.events-list .events-list__noresults {
  text-align: center;
  width: 100%;
}
.events-list .events-list__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 50px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__headline {
    font-size: 2.2rem;
    padding: 0 0 43px;
  }
}
.events-list .events-list__headline:first-of-type::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/events-list-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 222px;
  position: absolute;
  left: -90px;
  top: -160px;
  width: 287px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__headline:first-of-type::before {
    display: none;
  }
}
.events-list .events-list__headline:first-of-type::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/events-list-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 165px;
  position: absolute;
  right: -70px;
  top: -130px;
  width: 256px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__headline:first-of-type::after {
    display: none;
  }
}
.events-list .events-list__items {
  display: block;
  margin: 0 18px;
  min-height: 210px;
  padding: 0 0 80px;
  position: relative;
  width: 210px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .events-list .events-list__items {
    margin: 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .events-list .events-list__items {
    margin: 0 4px;
    padding: 0 0 43px;
    width: 151px;
  }
}
.events-list .events-list__items.is-dammy {
  height: 0;
  min-height: 0;
  padding: 0;
}
.events-list .events-list__date {
  padding: 0 0 25px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__date {
    padding: 0 0 12px;
  }
}
.events-list .events-list__date .events-list__date-small {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__date .events-list__date-small {
    font-size: 1rem;
  }
}
.events-list .events-list__date .events-list__date-large {
  border-bottom: solid 5px #000;
  display: inline-block;
  font-family: "Prompt", sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 8px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__date .events-list__date-large {
    border-bottom: solid 3px #000;
    font-size: 2rem;
    padding: 0 0 6px;
  }
}
.events-list .events-list__photo {
  border-radius: 23px;
  display: block;
  line-height: 0;
  margin: 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__photo {
    margin: 0 0 18px;
  }
}
.events-list .events-list__photo img {
  width: 100%;
}
.events-list .events-list__title {
  border-bottom: solid 1px #000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0 0 3px;
  padding: 0 20px 7px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__title {
    font-size: 1.2rem;
    margin: 0 10px 3px;
    padding: 0 0 5px;
  }
}
.events-list .events-list__text {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding: 0 20px 25px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__text {
    margin: 0 10px;
    padding: 0 0 36px;
  }
}
.events-list .events-list__more {
  background-color: #789065;
  border-radius: 58px;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  padding: 9px 0 5px;
  text-align: center;
  width: 144px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__more {
    padding: 5px 0;
    width: 125px;
  }
}
.events-list .events-list__more:hover {
  opacity: 0.6;
}

.events-body {
  padding: 0 150px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .events-body {
    padding: 0;
  }
}
.events-body .events-body__headline {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .events-body .events-body__headline {
    text-align: left;
  }
}
.events-body .events-body__headline .events-body__headline-title {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3846153846;
  padding: 0 0 3px;
}
@media screen and (max-width: 650px) {
  .events-body .events-body__headline .events-body__headline-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3636363636;
    padding: 0 0 8px;
  }
}
.events-body .events-body__headline .events-body__headline-date {
  border-bottom: solid 5px #000;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 0 10px 4px;
}
@media screen and (max-width: 650px) {
  .events-body .events-body__headline .events-body__headline-date {
    border-bottom: solid 3px #000;
    font-size: 2rem;
    font-style: italic;
    margin: 0 24px 0 0;
    padding: 0 0 2px;
  }
}
.events-body .events-body__photo {
  border-radius: 23px;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0 0 54px;
}
@media screen and (max-width: 650px) {
  .events-body .events-body__photo {
    margin: 0 0 30px;
  }
}
.events-body .events-body__photo img {
  width: 100%;
}
.events-body p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.events-body a {
  color: #789065;
  text-decoration: underline;
}
.events-body a:hover {
  text-decoration: none;
}
.events-body h2,
.events-body h3,
.events-body h4 {
  margin: 40px auto 20px;
}

.events-reservaition {
  margin: 0 auto;
  max-width: 680px;
}
.events-reservaition .events-reservation__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 15px;
  position: relative;
  text-align: center;
}
.events-reservaition .events-reservation__headline::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/events-reservation-headline01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 61px;
  position: absolute;
  left: calc(50% - 230px);
  top: 0;
  width: 64px;
}
@media screen and (max-width: 650px) {
  .events-reservaition .events-reservation__headline::before {
    background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/events-reservation-headline-sp01@2x.png") no-repeat center center/contain;
    height: 142px;
    left: calc(50% - 210px);
    top: -80px;
    width: 84px;
  }
}
.events-reservaition .events-reservation__headline::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/events-reservation-headline02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 61px;
  position: absolute;
  left: calc(50% + 180px);
  top: 0;
  width: 64px;
}
@media screen and (max-width: 650px) {
  .events-reservaition .events-reservation__headline::after {
    background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/events-reservation-headline-sp02@2x.png") no-repeat center center/contain;
    left: calc(50% + 120px);
    top: -80px;
    height: 128px;
    width: 90px;
  }
}
.events-reservaition .events-reservation__comment {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  opacity: 0.8;
  text-align: center;
}

.artist-kv-slider {
  max-height: 444px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .artist-kv-slider {
    height: 42.1333333333vw;
  }
}

.artist-kv__text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  max-width: 648px;
}

.artist-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.artist-list .artist-list__items {
  background-color: #D9D8C5;
  display: block;
  height: 298px;
  margin: 0 7px 55px 0;
  position: relative;
  width: 24.0816326531%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .artist-list .artist-list__items {
    height: auto;
    min-height: 280px;
  }
}
@media screen and (max-width: 650px) {
  .artist-list .artist-list__items {
    margin: 0 9px 25px 0;
    min-height: 199px;
    width: 158px;
  }
}
@media screen and (max-width: 365px) {
  .artist-list .artist-list__items {
    width: 131px;
  }
}
.artist-list .artist-list__items.is-dammy {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.artist-list .artist-list__items.is-dammy::before {
  display: none;
}
.artist-list .artist-list__items.is-dammy::after {
  display: none;
}
.artist-list .artist-list__items:hover .c-button__arrow {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .artist-list .artist-list__items:hover .c-button__arrow {
    transform: translate3d(7px, 0, 0);
  }
}
.artist-list .artist-list__items:hover .c-button__arrow::before {
  background-color: #789065;
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .artist-list .artist-list__items:hover .c-button__arrow::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.artist-list .artist-list__items:hover .c-button__arrow::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
.artist-list .artist-list__photo {
  display: block;
  height: 144px;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .artist-list .artist-list__photo {
    height: 96px;
  }
}
.artist-list .artist-list__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .artist-list .artist-list__photo img {
    -o-object-position: center top;
       object-position: center top;
  }
}
.artist-list .artist-list__text {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 1.6666666667;
  margin: 15px 10px 0;
}
@media screen and (max-width: 650px) {
  .artist-list .artist-list__text {
    height: 38px;
    overflow-y: hidden;
  }
}

.artist-body {
  margin: 0 auto;
  max-width: 592px;
}
@media screen and (max-width: 650px) {
  .artist-body {
    margin: 0;
    width: 100%;
  }
}
.artist-body .artist-body__photo {
  display: block;
  line-height: 0;
  margin: 0 -27px 47px;
  max-height: 392px;
  max-width: 645px;
}
@media screen and (max-width: 650px) {
  .artist-body .artist-body__photo {
    margin: 0 0 28px;
  }
}
.artist-body .artist-body__headline {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 0 88px;
}
@media screen and (max-width: 650px) {
  .artist-body .artist-body__headline {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.artist-body .artist-body__text {
  padding: 0 0 90px;
}
@media screen and (max-width: 650px) {
  .artist-body .artist-body__text {
    padding: 0 0 75px;
  }
}
.artist-body .artist-body__text p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 20px auto;
}
.artist-body .artist-body__text-small {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.6666666667;
}
@media screen and (max-width: 650px) {
  .artist-body .artist-body__text-small {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.artist-body a {
  color: #789065;
  text-decoration: underline;
}
.artist-body a:hover {
  text-decoration: none;
}

.achievement-kv {
  display: block;
  position: relative;
  width: 100%;
}
.achievement-kv:hover .achievement-kv__photo::before {
  opacity: 0.6;
}
.achievement-kv .achievement-kv__photo {
  display: block;
  line-height: 0;
  max-height: 444px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .achievement-kv .achievement-kv__photo {
    margin: 0 -20px;
    max-height: 171px;
    width: 100vw;
  }
}
.achievement-kv .achievement-kv__photo::before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
}
.achievement-kv .achievement-kv__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.achievement-kv .achievement-kv__text {
  color: #fff;
  font-family: "VinylRegular", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 650px) {
  .achievement-kv .achievement-kv__text {
    top: 55%;
  }
}
.achievement-kv .achievement-kv__text .achievement-kv__day {
  font-size: 7.9rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .achievement-kv .achievement-kv__text .achievement-kv__day {
    font-size: 4.6rem;
  }
}
.achievement-kv .achievement-kv__text .achievement-kv__month {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 6px;
}
@media screen and (max-width: 650px) {
  .achievement-kv .achievement-kv__text .achievement-kv__month {
    font-size: 2.4rem;
    padding: 0;
  }
}
.achievement-kv .achievement-kv__text .achievement-kv__year {
  font-size: 2.2rem;
  letter-spacing: 0.4em;
  line-height: 1;
  padding: 0 0 20px;
}
@media screen and (max-width: 650px) {
  .achievement-kv .achievement-kv__text .achievement-kv__year {
    font-size: 1.2rem;
    padding: 0 0 10px;
  }
}
.achievement-kv .achievement-kv__text .achievement-kv__more {
  background: #000;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 0 7px;
  width: 64px;
}
@media screen and (max-width: 650px) {
  .achievement-kv .achievement-kv__text .achievement-kv__more {
    font-size: 1.7rem;
    padding: 3px 0 3px;
    width: 78px;
  }
}

.achievement {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement {
    flex-direction: column;
  }
}

.achievement-pager {
  order: 3;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-pager {
    order: 2;
  }
}

.achievement-sidebar {
  order: 2;
  position: sticky;
  top: 20px;
  width: 148px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-sidebar {
    order: 3;
    width: 100%;
  }
}

.achievement-video {
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.achievement-list {
  order: 1;
  max-width: 730px;
  width: 100%;
}
.achievement-list .achievement-list__items {
  align-items: center;
  background-color: rgba(193, 190, 125, 0.3);
  border-radius: 2px;
  display: flex;
  height: 230px;
  margin: 0 0 37px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-list .achievement-list__items {
    height: 170px;
  }
}
@media screen and (max-width: 650px) {
  .achievement-list .achievement-list__items {
    height: 118px;
    margin: 0 -20px 33px;
    width: 100vw;
  }
}
.achievement-list .achievement-list__items:hover {
  opacity: 0.8;
}
.achievement-list .achievement-list__tag {
  background: #000;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.025em;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 25px;
  text-align: center;
  width: 112px;
}
@media screen and (max-width: 650px) {
  .achievement-list .achievement-list__tag {
    font-size: 1.3rem;
    line-height: 21px;
    top: 15px;
    width: 58px;
  }
}
.achievement-list .achievement-list__tag.is-dammy {
  background: transparent;
}
.achievement-list .achievement-list__photo {
  display: block;
  height: 100%;
  line-height: 0;
  margin: 0 14px 0 0;
  min-width: 320px;
  width: 320px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-list .achievement-list__photo {
    min-width: 210px;
    width: 210px;
  }
}
@media screen and (max-width: 650px) {
  .achievement-list .achievement-list__photo {
    margin: 0 6px 0 0;
    min-width: 0;
    width: 43.7333333333%;
  }
}
.achievement-list .achievement-list__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.achievement-list .achievement-list__body {
  display: flex;
}
@media screen and (max-width: 650px) {
  .achievement-list .achievement-list__body {
    width: 56.2666666667%;
  }
}
.achievement-list .achievement-list__body .achievement-list__detail {
  padding-right: 20px;
}
@media screen and (max-width: 650px) {
  .achievement-list .achievement-list__body .achievement-list__detail {
    padding-right: 0;
  }
}
.achievement-list .achievement-list__body .achievement-list__detail .achievement-list__headline {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2222222222;
  padding: 0 0 4px;
}
@media screen and (max-width: 650px) {
  .achievement-list .achievement-list__body .achievement-list__detail .achievement-list__headline {
    font-size: 1.4rem;
  }
}
.achievement-list .achievement-list__body .achievement-list__detail .achievement-list__category {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 21px;
  margin: 0 0 18px;
  text-align: center;
  width: 129px;
}
@media screen and (max-width: 650px) {
  .achievement-list .achievement-list__body .achievement-list__detail .achievement-list__category {
    font-size: 1rem;
    margin: 0 0 3px;
    width: 138px;
  }
}
.achievement-list .achievement-list__body .achievement-list__detail .achievement-list__text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.2rem;
  height: 57px;
  -webkit-line-clamp: 3;
  line-height: 1.6666666667;
  overflow: hidden;
  width: 243px;
}
@media screen and (max-width: 650px) {
  .achievement-list .achievement-list__body .achievement-list__detail .achievement-list__text {
    font-size: 1rem;
    height: 42px;
    line-height: 1.4;
    width: 140px;
  }
}

.achievement-list__date {
  font-family: "VinylRegular", sans-serif;
  padding: 0 28px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .achievement-list__date {
    padding: 0 8px 0 0;
  }
}
.achievement-list__date .achievement-list__day {
  font-size: 7.9rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .achievement-list__date .achievement-list__day {
    font-size: 4.6rem;
  }
}
.achievement-list__date .achievement-list__month {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: -8px 0 0;
}
@media screen and (max-width: 650px) {
  .achievement-list__date .achievement-list__month {
    font-size: 2.4rem;
  }
}
.achievement-list__date .achievement-list__year {
  font-size: 2.2rem;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .achievement-list__date .achievement-list__year {
    font-size: 1.2rem;
  }
}

.achievement-categories__headline {
  font-size: 1.8rem;
  line-height: 1;
  padding: 0 0 44px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-categories__headline {
    text-align: center;
    padding: 0 0 37px;
    width: 100%;
  }
}

.achievement-categories {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 335px;
  }
}
@media screen and (max-width: 365px) {
  .achievement-categories {
    width: 100%;
  }
}
.achievement-categories li {
  width: 148px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-categories li {
    width: 158px;
  }
}
@media screen and (max-width: 365px) {
  .achievement-categories li {
    width: 130px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-categories li:nth-of-type(odd) {
    margin: 0 19px 0 0;
  }
}
@media screen and (max-width: 365px) {
  .achievement-categories li:nth-of-type(odd) {
    margin: 0 10px;
  }
}
.achievement-categories li.is-dammy {
  height: 0;
  min-height: 0;
}
.achievement-categories li a {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 6px 3px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-categories li a {
    margin: 0 0 22px;
  }
}
@media screen and (max-width: 365px) {
  .achievement-categories li a {
    font-size: 1.2rem;
  }
}
.achievement-categories li a:hover {
  background-color: #789065;
}

.achievement-body {
  margin: 0 auto;
  max-width: 646px;
}
.achievement-body .achievement-body__top {
  align-items: flex-end;
  display: flex;
}
.achievement-body .achievement-body__top .achievement-body__date {
  font-family: "VinylRegular", sans-serif;
  padding: 0 28px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__top .achievement-body__date {
    padding: 0 21px 0 0;
  }
}
.achievement-body .achievement-body__top .achievement-body__date .achievement-body__day {
  font-size: 7.9rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__top .achievement-body__date .achievement-body__day {
    font-size: 7.2rem;
  }
}
.achievement-body .achievement-body__top .achievement-body__date .achievement-body__month {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: -8px 0 0;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__top .achievement-body__date .achievement-body__month {
    font-size: 2.9rem;
  }
}
.achievement-body .achievement-body__top .achievement-body__date .achievement-body__year {
  font-size: 2.2rem;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__top .achievement-body__date .achievement-body__year {
    font-size: 2rem;
    padding: 0 0 0 3px;
  }
}
.achievement-body .achievement-body__top .achievement-body__title {
  width: calc(100% - 99px);
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__top .achievement-body__title {
    width: calc(100% - 89px);
  }
}
.achievement-body .achievement-body__top .achievement-body__title .achievement-body__headline {
  border-bottom: solid 1px #000;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 14px;
  padding: 0 0 14px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__top .achievement-body__title .achievement-body__headline {
    font-size: 2rem;
    margin: 0 0 13px;
    padding: 0 0 28px;
  }
}
.achievement-body .achievement-body__top .achievement-body__title .achievement-body__category {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin: 0 0 10px;
  text-align: center;
  width: 148px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__top .achievement-body__title .achievement-body__category {
    font-size: 1.4rem;
    margin: 0 0 2px;
    width: 158px;
  }
}
.achievement-body .achievement-body__photo {
  display: block;
  line-height: 0;
}
.achievement-body .achievement-body__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.achievement-body .achievement-body__main p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0 0 100px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main p {
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 0 70px;
  }
}
.achievement-body .achievement-body__main a {
  color: #789065;
  text-decoration: underline;
}
.achievement-body .achievement-body__main a:hover {
  text-decoration: none;
}
.achievement-body .achievement-body__main h2 {
  border-bottom: solid 1px #000;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0 0 25px 52px;
  position: relative;
  text-indent: -52px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main h2 {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 0 10px 30px;
    text-indent: -30px;
  }
}
.achievement-body .achievement-body__main h2::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-hyphen-ode.svg") no-repeat center left/100%;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 13px 3px 0;
  width: 30px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main h2::before {
    height: 7px;
    margin: 0 2px 3px 0;
    width: 21px;
  }
}
.achievement-body .achievement-body__main h3,
.achievement-body .achievement-body__main h4,
.achievement-body .achievement-body__main h5 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main h3,
  .achievement-body .achievement-body__main h4,
  .achievement-body .achievement-body__main h5 {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    padding: 0 0 12px;
  }
}
.achievement-body .achievement-body__main ul {
  list-style: none;
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main ul {
    padding: 0 0 30px;
  }
}
.achievement-body .achievement-body__main ul li {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  padding: 0 0 25px 26px;
  text-indent: -26px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main ul li {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 19px;
    text-indent: -19px;
  }
}
.achievement-body .achievement-body__main ul li::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-list.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 6px -2px 0;
  width: 19px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main ul li::before {
    height: 12px;
    margin-bottom: 0;
    width: 13px;
  }
}
.achievement-body .achievement-body__main ol {
  counter-reset: item 0;
  list-style: none;
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main ol {
    padding: 0 0 30px;
  }
}
.achievement-body .achievement-body__main ol li {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  padding: 0 0 8px;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main ol li {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.achievement-body .achievement-body__main ol li::before {
  content: counter(item);
  counter-increment: item;
  font-family: "VinylRegular", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  padding: 0 17px 0 0;
}
@media screen and (max-width: 650px) {
  .achievement-body .achievement-body__main ol li::before {
    font-size: 2.4rem;
  }
}
.achievement-body .achievement-body__main .wp-block-image {
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .achievement-body .achievement-body__main .wp-block-image {
    margin-bottom: 20px;
  }
}

.achievement-button {
  text-align: center;
}

.company .company-kv {
  display: block;
  line-height: 0;
  height: 444px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .company .company-kv {
    height: 153px;
  }
}
.company .company-kv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.company .company-text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2.1428571429;
  max-width: 652px;
  padding: 0 0 33px;
}
@media screen and (max-width: 650px) {
  .company .company-text {
    font-size: 1.2rem;
    line-height: 2.5;
  }
}
.company .company-text a {
  color: #789065;
  text-decoration: underline;
}
.company .company-text a:hover {
  text-decoration: none;
}
.company .company-text a[target=_blank]::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-link-color.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 0 -1px 7px;
  width: 13px;
}
.company .company-logo {
  padding: 0 0 56px;
}
@media screen and (max-width: 650px) {
  .company .company-logo {
    padding: 0 0 40px;
  }
}
.company .company-logo svg {
  fill: #789065;
  height: 54px;
  width: 312px;
}
@media screen and (max-width: 650px) {
  .company .company-logo svg {
    height: 35px;
    width: 193px;
  }
}
.company .company-photo {
  padding: 0 0 77px;
}
@media screen and (max-width: 650px) {
  .company .company-photo {
    padding: 0 0 91px;
    width: 217px;
  }
}
.company .company-map {
  height: 436px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .company .company-map {
    margin: 0 -20px;
    height: 182px;
  }
}
.company .company-map iframe {
  height: 100%;
  width: 100%;
}

.lesson-kv .lesson-kv__photo {
  display: block;
  line-height: 0;
  max-height: 415px;
  margin: 0 0 82px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .lesson-kv .lesson-kv__photo {
    height: 158px;
    margin: 0 0 48px;
  }
}
.lesson-kv .lesson-kv__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .lesson-kv .lesson-kv__photo img {
    -o-object-position: center top;
       object-position: center top;
  }
}
.lesson-kv .lesson-kv__text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  max-width: 648px;
}

.lesson-list {
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-list {
    flex-direction: column;
  }
}
.lesson-list.is-single .lesson-items {
  margin: 0 auto;
}
.lesson-list.is-single .lesson-items:nth-child(odd) {
  margin: 0 auto;
}
.lesson-list .lesson-items {
  width: 450px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-list .lesson-items {
    margin: 0 auto;
    width: 180px;
  }
}
.lesson-list .lesson-items.is-fiddle .lesson-items__photo img {
  -o-object-position: center left;
     object-position: center left;
}
.lesson-list .lesson-items:nth-child(odd) {
  margin: 0 45px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-list .lesson-items:nth-child(odd) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .lesson-list .lesson-items:last-child .lesson-items__link {
    margin: 0;
  }
}
.lesson-list .lesson-items:last-child .lesson-items__link::before {
  bottom: 12px;
}
.lesson-list .lesson-items:last-child .lesson-items__link::after {
  bottom: 12px;
}
.lesson-list .lesson-items .lesson-items__link {
  display: block;
  position: relative;
}
.lesson-list .lesson-items .lesson-items__link:hover .c-button__more {
  border-bottom: solid 1px #789065;
  color: #789065;
}
.lesson-list .lesson-items .lesson-items__link:hover .c-button__arrow {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 650px) {
  .lesson-list .lesson-items .lesson-items__link:hover .c-button__arrow {
    transform: translate3d(7px, 0, 0);
  }
}
.lesson-list .lesson-items .lesson-items__link:hover .c-button__arrow::before {
  background-color: #789065;
  transform: scale(2.4, 1);
}
@media screen and (max-width: 650px) {
  .lesson-list .lesson-items .lesson-items__link:hover .c-button__arrow::before {
    height: 1px;
    transform: scale(2, 1);
  }
}
.lesson-list .lesson-items .lesson-items__link:hover .c-button__arrow::after {
  border-top: solid 1px #789065;
  border-right: solid 1px #789065;
}
.lesson-list .lesson-items .lesson-items__photo {
  text-align: center;
  width: 241px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-list .lesson-items .lesson-items__photo {
    padding: 0 0 45px;
    width: 180px;
  }
}
.lesson-list .lesson-items .lesson-items__photo img {
  border-radius: 50%;
  height: 241px;
  margin: 0 0 12px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 241px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-list .lesson-items .lesson-items__photo img {
    height: 180px;
    margin: 0 0 2px;
    width: 180px;
  }
}
.lesson-list .lesson-items .lesson-items__photo > p {
  font-size: 1.2rem;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-list .lesson-items .lesson-items__photo > p {
    font-size: 1rem;
  }
}

.lesson-button {
  text-align: center;
}
.lesson-button .lesson-button__link {
  background: #000;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 51px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 285px;
}
@media screen and (max-width: 650px) {
  .lesson-button .lesson-button__link {
    margin: 0 auto;
    width: 250px;
  }
}
.lesson-button .lesson-button__link .lesson-button__link-letters {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  position: relative;
  z-index: 2;
}
.lesson-button .lesson-button__link .lesson-button__link-letters::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-link.svg") no-repeat center left/contain;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 0 -1px 7px;
  width: 13px;
}

.lesson-price__headline {
  border: solid 1px #000;
  border-radius: 13px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 26px;
  margin: 0 0 20px;
  text-align: center;
  width: 112px;
}
@media screen and (max-width: 650px) {
  .lesson-price__headline {
    margin: 0 0 25px;
  }
}
.lesson-price__headline.is-large {
  width: 154px;
}

.lesson-price__body {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-price__body {
    flex-direction: column;
    align-items: flex-start;
  }
}

.lesson-price__text {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0 24px 14px 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-price__text {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 365px) {
  .lesson-price__text {
    font-size: 1.2rem;
  }
}
.lesson-price__text::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  margin: 0 5px 0 0;
  width: 11px;
}
.lesson-price__text.is-taiken .lesson-price__text-price {
  margin: 0 0 0 100px;
}
.lesson-price__text .lesson-price__text-price {
  font-size: 2rem;
  margin: 0 0 0 10px;
}

.lesson-price__text-detail {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  padding: 0 0 14px;
  margin: 0 0 0 2em;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-price__text-detail {
    padding: 0 0 37px;
  }
}
.lesson-price__text-detail::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-arrow-black.svg") no-repeat center left/contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 1em 0 -2em;
  width: 11px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .lesson-price__text-detail::before {
    margin-top: 2px;
  }
}

.lesson-profile {
  align-items: flex-start;
  background-color: #F2F0F0;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  max-width: 894px;
  padding: 30px 72px 43px 39px;
}
@media screen and (max-width: 650px) {
  .lesson-profile {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 47px 25px 45px;
  }
}
.lesson-profile .lesson-profile__body .lesson-profile__name {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 0 20px;
}
@media screen and (max-width: 650px) {
  .lesson-profile .lesson-profile__body .lesson-profile__name {
    padding: 0 0 25px;
    text-align: center;
  }
}
.lesson-profile .lesson-profile__body .lesson-profile__text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  max-width: 482px;
}
.lesson-profile .lesson-profile__body .lesson-profile__text a {
  color: #789065;
  text-decoration: underline;
}
.lesson-profile .lesson-profile__body .lesson-profile__text a:hover {
  text-decoration: none;
}
.lesson-profile .lesson-profile__body .lesson-profile__text svg {
  margin: 0 0 0 5px;
}
.lesson-profile .lesson-profile__photo {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .lesson-profile .lesson-profile__photo {
    margin: 0 auto;
    padding: 0 0 35px;
    width: 196px;
  }
}

@media screen and (max-width: 650px) {
  .lesson-contact__button .c-footer__contact-button {
    width: 285px;
  }
}

.lesson-body__text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  max-width: 648px;
}
.lesson-body__text a {
  color: #789065;
  text-decoration: underline;
}
.lesson-body__text a:hover {
  text-decoration: none;
}

.lesson-body__map {
  display: block;
  height: 350px;
  margin: 25px 0 0;
  max-width: 730px;
  width: 100%;
}

.lesson-body__headline {
  align-items: center;
  border-bottom: solid 1px #000;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: 70px 0 13px;
  max-width: 730px;
  padding: 0 0 14px;
}
@media screen and (max-width: 650px) {
  .lesson-body__headline {
    font-size: 1.8rem;
    margin: 70px 0 23px;
    padding: 0 0 25px;
  }
}
.lesson-body__headline::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-list.svg") no-repeat center left/contain;
  content: "";
  display: block;
  height: 19px;
  margin: 0 10px 0 0;
  width: 20px;
}
@media screen and (max-width: 650px) {
  .lesson-body__headline::before {
    height: 12px;
    margin: 0 15px 0 0;
    width: 13px;
  }
}
.lesson-body__headline.is-no-border {
  border-bottom: none;
}

.about-kv .about-kv__photo {
  display: block;
  line-height: 0;
  padding: 0 0 54px;
}
@media screen and (max-width: 650px) {
  .about-kv .about-kv__photo {
    padding: 0 0 48px;
  }
}
.about-kv .about-kv__text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.4285714286;
  text-align: center;
  padding: 0 0 100px;
}
@media screen and (max-width: 650px) {
  .about-kv .about-kv__text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.about-kv .about-kv__logo {
  text-align: center;
}
.about-kv .about-kv__logo svg {
  fill: #789065;
  height: 54px;
  width: 312px;
}
@media screen and (max-width: 650px) {
  .about-kv .about-kv__logo svg {
    height: 46px;
    width: 267px;
  }
}

.about-body__text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  max-width: 648px;
}
.about-body__text.is-color {
  color: #789065;
}

.about-body__link {
  color: #789065;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  text-decoration: underline;
}
.about-body__link:hover {
  text-decoration: none;
}

.about-body__headline {
  display: flex;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.3333333333;
  max-width: 730px;
  padding: 50px 0 50px 52px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .about-body__headline {
    font-size: 1.8rem;
    padding: 40px 0 40px 29px;
  }
}
.about-body__headline::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-list.svg") no-repeat center left/contain;
  content: "";
  display: block;
  height: 38px;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 48px;
  width: 41px;
}
@media screen and (max-width: 650px) {
  .about-body__headline::before {
    height: 13px;
    left: 0;
    top: 46px;
    width: 14px;
  }
}

.about-body__title {
  color: #789065;
  font-size: 2rem;
  padding: 30px 0 40px;
}
@media screen and (max-width: 650px) {
  .about-body__title {
    font-size: 1.6rem;
    padding: 60px 0 10px;
  }
}

.about-index .about-index__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .about-index .about-index__list {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 285px;
  }
}
.about-index .about-index__list li a {
  display: block;
  height: 162px;
  line-height: 1.4166666667;
  position: relative;
  text-align: center;
  width: 173px;
}
@media screen and (max-width: 650px) {
  .about-index .about-index__list li a {
    height: 97px;
    margin: 0 0 35px;
    width: 104px;
  }
}
.about-index .about-index__list li a::before {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/bg-index@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.about-index .about-index__list li a::after {
  background: url("https://odeinc.jp/wp-content/themes/odeinc_theme7/images/icon-arrow-index.svg") no-repeat center left/contain;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translate3d(-50%, 0, 0);
  width: 15px;
}
@media screen and (max-width: 650px) {
  .about-index .about-index__list li a::after {
    height: 12px;
    bottom: 15px;
    width: 9px;
  }
}
.about-index .about-index__list li a:hover {
  opacity: 0.6;
}
.about-index .about-index__list li a p {
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
@media screen and (max-width: 650px) {
  .about-index .about-index__list li a p {
    top: 45%;
  }
}

.about-list {
  list-style: none;
  padding: 0;
}
.about-list .about-items {
  display: flex;
  padding: 0 0 46px;
}
@media screen and (max-width: 650px) {
  .about-list .about-items {
    flex-direction: column;
    padding: 0 0 66px;
  }
}
.about-list .about-items .about-items__photo {
  display: block;
  line-height: 0;
  margin: 0 54px 0 0;
}
@media screen and (max-width: 650px) {
  .about-list .about-items .about-items__photo {
    height: 198px;
    margin: 0 0 10px;
    width: 276px;
  }
}
.about-list .about-items .about-items__headline {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5555555556;
  padding: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .about-list .about-items .about-items__headline {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0 0 25px;
  }
}
.about-list .about-items .about-items__info {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
}/*# sourceMappingURL=style.css.map */