@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: inherit;
          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 */
  color: inherit; /* Correct border color 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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[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 */
  -moz-appearance: textfield;
       appearance: textfield;
  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;
}

/* 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 */
  -moz-appearance: button;
       appearance: button;
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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 */
}

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

/* # =================================================================
   # 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-video-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.f_white {
  color: #FFFFFF;
}

.f_border {
  font-size: 28px;
  font-size: min(6.5vw, 36px);
  font-weight: 500;
}

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents p {
  padding: 0;
  line-height: 1.2;
}

body {
  color: #000000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ", "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.ls01 {
  letter-spacing: -7px;
}

.ls02 {
  position: relative;
  letter-spacing: -14px;
  left: -14px;
}

.fs-68 {
  font-size: 68px;
}

.fs-55 {
  font-size: 55px;
}

.fs-36 {
  font-size: 36px;
}

.fs-35 {
  font-size: 35px;
}

.fs-32 {
  font-size: 32px;
}

.fs-28 {
  font-size: 28px;
}

.fs-24 {
  font-size: 24px;
}

.fs-21 {
  font-size: 21px;
}

.fs-18 {
  font-size: 18px;
}

.fs-17 {
  font-size: 17px;
}

.fs-16 {
  font-size: 16px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-10 {
  font-size: 10px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.f-blue {
  color: #1EAAC8;
}

.f-white {
  color: #FFFFFF;
}

.bg-blue {
  background-color: #1EAAC8;
}

.bg-lightblue {
  background-color: #7CCBD9;
}

.bg-purple {
  background-color: #BEA1D3;
}

.bg-pink {
  background-color: #F5A7A7;
}

.bg-gold {
  background-color: #E3AA00;
}

.bg-yellow {
  background-color: #F0D374;
}

.bg-ivory {
  background-color: #F7F3EB;
}

.pattern-sq {
  background: url(../img/pattern-sq.svg) repeat;
  background-size: 21px;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  text-decoration: none;
  color: #222;
}

.button:hover {
  opacity: 0.5;
}

.button2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0D374;
  border-radius: 40px;
  padding: 10px 24px 10px;
  line-height: 1.1;
  width: 246px;
  margin: auto;
  color: #000000;
  text-decoration: none;
}

.arrow {
  position: relative;
}
.arrow::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000000;
  width: 8px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.arrow:hover::after {
  right: 12px;
}

.fadeIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.fadeIn.inView {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.otemae__container {
  background: #FFFFFF;
  max-width: 100%;
  margin: auto;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
}

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

@keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -8px) scale(1);
            transform: translate(0, -8px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes fuwa2 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate(0, -3px) scale(1.01);
            transform: translate(0, -3px) scale(1.01);
  }
  66% {
    -webkit-transform: translate(0, 3px) scale(1.01);
            transform: translate(0, 3px) scale(1.01);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes fuwa2 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate(0, -3px) scale(1.01);
            transform: translate(0, -3px) scale(1.01);
  }
  66% {
    -webkit-transform: translate(0, 3px) scale(1.01);
            transform: translate(0, 3px) scale(1.01);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes bura {
  0% {
    -webkit-transform: rotate(-2deg) scale(1);
            transform: rotate(-2deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(2deg) scale(1.01);
            transform: rotate(2deg) scale(1.01);
  }
  100% {
    -webkit-transform: rotate(-2deg) scale(1);
            transform: rotate(-2deg) scale(1);
  }
}
@keyframes bura {
  0% {
    -webkit-transform: rotate(-2deg) scale(1);
            transform: rotate(-2deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(2deg) scale(1.01);
            transform: rotate(2deg) scale(1.01);
  }
  100% {
    -webkit-transform: rotate(-2deg) scale(1);
            transform: rotate(-2deg) scale(1);
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.otemae__title img {
  -webkit-animation: fuwa 3s 1s linear infinite;
          animation: fuwa 3s 1s linear infinite;
}
.otemae__title em,
.otemae__title b,
.otemae__title span {
  display: block;
  font-style: normal;
}
.otemae__title em {
  font-size: 20px;
  padding-top: 8px;
  white-space: nowrap;
}
.otemae__title b {
  font-weight: 400;
  font-size: 24px;
  padding: 8px;
  letter-spacing: 4px;
}
.otemae__title span {
  font-size: 14px;
}
.otemae__open {
  overflow: hidden;
  padding: 40px 25px 40px;
}
.otemae__open__content {
  text-align: left;
}
.otemae__open__content p {
  padding: 0;
  font-size: min(3.8vw, 18px);
}
.otemae__open__content h2 {
  font-weight: 400;
}
.otemae__header {
  background-color: #FFFFFF;
  text-align: left;
}
.otemae__header img {
  max-width: 164px;
  margin: 20px 10px;
}
.otemae__header .button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: block;
  line-height: 0;
}
.otemae__oc {
  position: fixed;
  width: 33vw;
  right: 0;
  top: calc(156vw + 16px);
  z-index: 10;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.otemae__oc.nofix {
  position: absolute;
  top: auto;
}
.otemae__oc p {
  position: relative;
}
.otemae__oc a {
  position: absolute;
  right: 8px;
  height: 100%;
  width: 100%;
  display: block;
  top: -52px;
  border-radius: 50%;
  -webkit-animation: fuwa3 4s 0s linear infinite;
          animation: fuwa3 4s 0s linear infinite;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.otemae__oc a:hover {
  opacity: 0.75;
  -webkit-transition: 1s;
  transition: 1s;
}
.otemae__menu {
  background: #FFFFFF;
  padding-bottom: 50px;
  overflow: hidden;
}
.otemae__menu__border h2 {
  background: #1EAAC8;
  padding: 40px 0 20px;
}
.otemae__menu__border img {
  position: relative;
  top: -1px;
}
.otemae__menu__top {
  margin-top: 40px;
  text-align: center;
}
.otemae__menu__top img {
  max-width: 280px;
  margin-bottom: 10px;
}
.otemae__menu__top p {
  font-size: 16px;
}
.otemae__menu__bottom {
  padding: 0 20px;
  text-align: left;
  margin: auto;
}
.otemae__menu__bottom h2 {
  font-size: min(4vw, 18px);
  white-space: nowrap;
  margin-bottom: 10px;
  color: #1EAAC8;
}
.otemae__menu__bottom p {
  font-size: min(3.4vw, 15px);
  font-weight: 400;
  letter-spacing: -0.5px;
}
.otemae__menu__table {
  margin-top: 30px;
  padding: 0 20px;
}
.otemae__menu__table .card {
  margin: auto;
  border: 1px solid #1EAAC8;
  border-radius: 10px;
  font-size: 18px;
  padding-bottom: 35px;
}
.otemae__menu__table .card .card-header {
  color: #FFFFFF;
  background-color: #1EAAC8;
  font-size: min(5.4vw, 21px);
  margin-bottom: 25px;
  border-radius: 8px 8px 0 0;
  padding: 10px 0;
}
.otemae__menu__table .card .card-content {
  text-align: left;
  padding: 0 30px;
}
.otemae__menu__table .card .card-content .row {
  font-size: min(4.6vw, 18px);
}
.otemae__menu__table .card .card-content .row:not(:last-child) {
  margin-bottom: 15px;
}
.otemae__menu__table .card .card-content .field-x {
  margin: 0 5px;
}
.otemae__menu__table .card .card-content .field-left,
.otemae__menu__table .card .card-content .field-right {
  position: relative;
  top: -3px;
}

.otemae__top {
  margin: auto;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #000;
}
.otemae__top__title {
  text-align: center;
  padding-top: 20px;
}
.otemae__top__wrapper {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 25px auto;
  max-width: 990px;
}
.otemae__top__card {
  position: relative;
  letter-spacing: 2px;
  max-width: 297px;
  padding: 18px 29px;
  border-radius: 20px;
  border: 2px solid #707070;
  z-index: 1;
}
.otemae__top__card::before {
  position: absolute;
  content: "";
  background: url(../img/chara-information.png) no-repeat;
  background-size: contain;
  width: 56px;
  height: 121px;
  bottom: -20px;
  right: -10px;
  z-index: 2;
}
.otemae__top__image {
  -webkit-filter: drop-shadow(1px 1px #000000) drop-shadow(1px -1px #000000) drop-shadow(-1px 1px #000000) drop-shadow(-1px -1px #000000);
          filter: drop-shadow(1px 1px #000000) drop-shadow(1px -1px #000000) drop-shadow(-1px 1px #000000) drop-shadow(-1px -1px #000000);
  margin: 10px 0;
}
.otemae__top__image img {
  -webkit-clip-path: polygon(0% 5%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 5%, 100% 0, 100% 100%, 0% 100%);
}

.otemae__joho {
  text-align: center;
}
.otemae__joho__decoration {
  position: absolute;
  top: 0px;
  right: 10%;
  width: 100px;
}
.otemae__joho__decoration--2 {
  top: unset;
  right: unset;
  left: 105px;
  bottom: 40px;
  width: 67px;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.otemae__joho__wrapper {
  padding: 50px 0 80px;
  max-width: 800px;
  margin: auto;
  position: relative;
}
.otemae__joho__title--mid {
  margin-top: -5px;
}
.otemae__joho__title--bot {
  margin-top: 5px;
}
.otemae__joho__content {
  margin-top: 50px;
}
.otemae__joho__content__top {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.otemae__joho__content__top--1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.otemae__joho__content__top--x-1 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.otemae__joho__content__top--2 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.otemae__joho__content__top--x-2 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.otemae__joho__content__top--3 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.otemae__joho__content__top__container {
  border-radius: 80px;
  border: 2px solid #000000;
  padding: 30px 0;
  width: 230px;
}
.otemae__joho__content__top__container img {
  margin-top: 15px;
}
.otemae__joho__content__mid {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.otemae__joho__content__mid__main {
  margin-top: 5px;
}
.otemae__joho__content__mid__main :nth-child(2) {
  margin: 10px 0 20px;
}
.otemae__joho__content__bot {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-top: 75px;
}
.otemae__joho__content__bot__text {
  margin-bottom: 30px;
}

x.otemae__open__wrapper {
  max-width: 990px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
}
x.otemae__open__left {
  max-width: 550px;
}
x.otemae__open__left h3 {
  margin-top: 30px;
}
x.otemae__open__left p {
  margin: 10px 0 30px;
}
x.otemae__open__left a {
  padding: 6px 63px 8px;
  background: #000000;
  color: #FFFFFF;
  border-radius: 30px;
}
x.otemae__open__right {
  max-width: 340px;
}
x.otemae__open__right__bottom {
  gap: 8px;
}
x.otemae__open__right__bottom img {
  max-width: 166px;
}

.otemae__column {
  padding-top: 100px;
  padding-bottom: 80px;
}
.otemae__column__title {
  text-align: center;
  margin: 15px 0;
}
.otemae__column__container {
  width: 100%;
}
.otemae__column__container.yellow-overlay {
  position: relative;
  z-index: 1;
}
.otemae__column__container.yellow-overlay::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-color: #F7F3EB;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2;
}
.otemae__column__card {
  border: 1px solid #000;
  width: 33.333%;
}
.otemae__column__card h3 {
  margin-left: 12.5%;
}
.otemae__column__card .card-title {
  width: 50%;
}
.otemae__column__card .card-image {
  width: 75%;
  margin: 30px 12.5% 20px;
}
.otemae__column__card__bot {
  margin: 25px 10% 50px;
}
.otemae__column__card__bot__row {
  gap: 10px;
}
.otemae__column__card__bot__row:first-child {
  margin: 10px 0;
}
.otemae__column .card-button:hover {
  opacity: 0.8;
}
.otemae__column .card-button:hover .card-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  padding: 15px 0 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.otemae__column .card-tag {
  width: 48%;
  font-size: 10px;
  padding: 7px 10px;
  border-radius: 20px;
  border: 1px solid #000000;
}
.otemae__column .card-tag-42 {
  width: 42%;
}
.otemae__column .card-tag-55 {
  width: 55%;
}

.otemae__cross {
  overflow: hidden;
  padding-bottom: 60px;
}
.otemae__cross__top {
  text-align: center;
  padding: 15px 0 15px;
  margin-bottom: -30px;
  border-bottom: 2px solid #000000;
}
.otemae__cross__content {
  padding: 15px 0 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.otemae__cross__content__left {
  max-width: 400px;
}
.otemae__cross__content__left h2 {
  margin-bottom: 15px;
}
.otemae__cross__content__right {
  padding: 30px 0 0;
  position: relative;
  max-width: 352px;
}
.otemae__cross__content__right.inView::after {
  height: 28%;
}
.otemae__cross__content__right p {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.otemae__cross__content__right p.inView {
  opacity: 1;
}
.otemae__cross__content__right p.inView img {
  -webkit-animation-name: fuwa2;
          animation-name: fuwa2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.otemae__cross__content__right p a {
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: auto;
}
.otemae__cross__content__right p a:hover {
  opacity: 0.9;
}
.otemae__cross__content__right p span {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 12px;
}
.otemae__cross__content__right .m-bird {
  left: 37%;
  top: 33%;
  width: 28%;
}
.otemae__cross__content__right .m-bird span {
  width: 100%;
  top: 100%;
}
.otemae__cross__content__right .m-line {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
  width: 65%;
  -webkit-transition-delay: 0.3;
          transition-delay: 0.3;
  z-index: 1;
}
.otemae__cross__content__right .m-line.inView img {
  -webkit-animation: turn 60s 2s linear infinite;
          animation: turn 60s 2s linear infinite;
}
.otemae__cross__content__right .m-business {
  right: 21px;
  top: 32px;
  width: 14%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.otemae__cross__content__right .m-business img {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.otemae__cross__content__right .m-business.inView img {
  -webkit-animation-name: bura;
          animation-name: bura;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.otemae__cross__content__right .m-business span {
  left: 92%;
  bottom: 22%;
  width: 2.5em;
}
.otemae__cross__content__right .m-nut {
  left: 25px;
  top: 194px;
  width: 16%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.otemae__cross__content__right .m-nut img {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.otemae__cross__content__right .m-nut span {
  width: 4.5em;
  top: 98%;
  left: -8%;
}
.otemae__cross__content__right .m-arc {
  left: 40px;
  top: 100px;
  width: 10%;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.otemae__cross__content__right .m-arc img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.otemae__cross__content__right .m-arc span {
  left: -4em;
  width: 5em;
  bottom: -12%;
}
.otemae__cross__content__right .m-soc {
  left: 38px;
  top: 283px;
  width: 29%;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.otemae__cross__content__right .m-soc img {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.otemae__cross__content__right .m-soc span {
  width: 100%;
  left: 5%;
  top: 100%;
}
.otemae__cross__content__right .m-nurse {
  left: 202px;
  top: 87px;
  width: 11%;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.otemae__cross__content__right .m-nurse img {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.otemae__cross__content__right .m-nurse span {
  width: 4.5em;
  top: -8%;
  left: 68%;
}
.otemae__cross__content__right .m-inter {
  left: 127px;
  top: 59px;
  width: 8%;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.otemae__cross__content__right .m-inter img {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.otemae__cross__content__right .m-inter span {
  width: 5em;
  left: -4.5em;
  top: -5%;
}
.otemae__cross__content__right .m-info {
  left: 262px;
  top: 207px;
  width: 23%;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
  scale: 0.8;
}
.otemae__cross__content__right .m-info.inView {
  scale: 1;
}
.otemae__cross__content__right .m-info.inView img {
  -webkit-animation: none;
          animation: none;
}
.otemae__cross__content__right .m-info span {
  width: 100%;
  top: 44%;
  right: 76%;
}
.otemae__cross__content__right .placeholder {
  opacity: 0;
}
.otemae__cross__table {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}
.otemae__cross__table .card {
  margin: auto;
  border: 1px solid #1EAAC8;
  border-radius: 20px;
  font-size: 18px;
  padding-bottom: 35px;
}
.otemae__cross__table .card .card-header {
  color: #FFFFFF;
  background-color: #1EAAC8;
  font-size: min(5.4vw, 21px);
  margin-bottom: 25px;
  border-radius: 16px 16px 0 0;
  padding: 10px 0;
  text-align: center;
}
.otemae__cross__table .card .card-content {
  text-align: left;
  padding: 0 30px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.otemae__cross__table .card .card-content .row {
  font-size: min(4.6vw, 18px);
}
.otemae__cross__table .card .card-content .row:not(:last-child) {
  margin-bottom: 15px;
}
.otemae__cross__table .card .card-content .field-x {
  margin: 0 5px;
}
.otemae__cross__table .card .card-content .field-left,
.otemae__cross__table .card .card-content .field-right {
  position: relative;
  top: -3px;
}

.otemae__link {
  background: #F7F3EC;
  padding: 60px 8px 20px;
  text-align: center;
}
.otemae__link img {
  width: 280px;
  max-width: 100%;
}
.otemae__link__button {
  margin: auto;
  max-width: 868px;
  gap: 20px;
  padding-top: 30px;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.otemae__link__button .button {
  width: 276px;
  background-color: #F0D374;
  border-radius: 25px;
  margin: 0 0 20px 0;
  padding: 8px 16px 9px;
  display: block;
  border: 1px solid #000000;
}
.otemae__link__button .button:nth-child(2) {
  letter-spacing: 5px;
}
.otemae__link__button .button:nth-child(3) {
  letter-spacing: 7px;
}
.otemae__link__button .button--1 {
  padding: 8px 16px 10px;
  font-size: 21px;
  line-height: 1.6;
}

.otemae__footer {
  background: #F7F3EC;
}
.otemae__footer a {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-decoration: underline;
  font-size: 12px;
}
.otemae__footer p {
  text-align: center;
}
.otemae__footer__sns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.otemae__footer__sns a {
  max-width: 64px;
}
.otemae__footer__link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin: 40px 0 20px;
}
.otemae__footer__copyright {
  background: #000000;
  color: #FFFFFF;
}
.otemae__footer__copyright p {
  font-size: 10px;
  font-weight: 400;
  padding: 8px 0 9px;
}

.rolling-text {
  overflow: hidden;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  height: 70px;
}
.rolling-text img {
  padding-right: 25px;
  width: 100%;
}
.rolling-text .rolling-joho {
  width: 1364px !important;
}
.rolling-text .rolling-column {
  width: 1140px !important;
}
.rolling-text .rolling-cross {
  width: 1148px !important;
}
.rolling-text .slick-track {
  display: inline-block;
  display: -webkit-inline-box;
}

.video-thum {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video-thum a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-thum a img {
  width: 42px;
}
.video-thum .video-container {
  width: 100%;
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
}

.otemae__remodal {
  background: rgba(0, 0, 0, 0);
  width: auto;
  height: 80%;
  padding: 0;
}
.otemae__remodal .remodal-video {
  max-width: 100%;
  max-height: 100%;
}

.otemae__nav {
  position: static;
  background: #FFFFFF;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #000000;
  left: 0;
  top: 0;
  z-index: 11;
  padding-bottom: 0;
}
.otemae__nav .container {
  max-width: 100%;
  margin: auto;
  position: relative;
  display: block;
  text-align: center;
}
.otemae__nav .container .otemae_logo {
  padding: 20px 0;
}
.otemae__nav .container .otemae_logo img {
  width: 164px;
}
.otemae__nav__overlay {
  position: absolute;
}
.otemae__nav__overlay.active {
  background: rgba(0, 0, 0, 0.5);
  top: 70px;
  width: 100vw;
  height: 100vh;
}
.otemae__nav ul {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  list-style: none;
  position: absolute;
  max-width: 375px;
  background: #1EAAC8;
  text-align: left;
  width: 100%;
  right: 0;
  position: fixed;
  height: calc(100% - 65px);
  top: 70px;
  padding: 75px 50px 50px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  overflow-y: auto;
}
.otemae__nav ul li a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  color: #FFFFFF;
}
.otemae__nav ul li a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 8px;
  border-top: 7px solid transparent;
  border-left: 12px solid #FFFFFF;
  border-bottom: 7px solid transparent;
}
.otemae__nav__bottom {
  margin-top: 20%;
  margin: 40px auto 0;
  text-align: center;
}
.otemae__nav__bottom img {
  margin-top: 125px;
  margin-bottom: 4vw;
  width: 275px;
}
.otemae__nav__sns {
  border-top: 2px solid #FFFFFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 50px;
}
.otemae__nav__sns img {
  width: 40px;
}
.otemae__nav__hum {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  position: fixed;
  top: 27px;
  right: 8px;
  cursor: pointer;
}
.otemae__nav__hum a {
  position: relative;
  display: block;
  height: 16px;
}
.otemae__nav__hum span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  left: 0;
  background: #999;
  border-radius: 2px;
}
.otemae__nav__hum span:nth-child(1) {
  top: 0;
}
.otemae__nav__hum span:nth-child(2) {
  top: calc(50% - 1px);
}
.otemae__nav__hum span:nth-child(3) {
  bottom: 0;
}
.otemae__nav.active ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  top: 70px;
}

.otemae__top__side {
  border-bottom: 1px solid #000000;
}
.otemae__top__tagline {
  padding: 10px 0 5px;
  max-width: 1000px;
  margin: auto;
}
.otemae__top__tagline img {
  width: 100%;
}
.otemae__top__left {
  text-align: left;
}
.otemae__top__left .humanities-logo img {
  width: 215px;
}
.otemae__top__left .science-logo img {
  width: 195px;
}
.otemae__top__left .art-logo img {
  width: 145px;
}
.otemae__top__left .otemae__top__joho {
  letter-spacing: 6px;
  padding: 30px 0 15px;
}
.otemae__top__left .otemae__top__joho img {
  position: relative;
  top: 5px;
  margin-right: 4px;
  width: 74px;
  height: 52px;
}
.otemae__top__title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 830px;
  margin: auto;
}
.otemae__top__joho {
  margin-top: -5px;
  letter-spacing: 5px;
}
.otemae__top__joho img {
  height: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.otemae__top__right {
  max-width: 454px;
  padding: 25px 0 25px;
}
.otemae__top__content {
  padding-bottom: 80px;
  border-bottom: 1px solid #707070;
}
.otemae__top__content__bottom {
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #707070;
  max-width: 830px;
  margin: 20px auto 0;
  padding: 50px 60px 10px;
  border-radius: 20px;
  z-index: 1;
}
.otemae__top__content__bottom::before {
  position: absolute;
  content: "";
  background: url(../img/chara-information.png) no-repeat;
  background-size: contain;
  width: 105px;
  height: 225px;
  bottom: -35px;
  right: -35px;
  z-index: 2;
}
.otemae__top__content__bottom__triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20.5px 35.5px 20.5px;
  border-color: transparent transparent #FFFFFF transparent;
  top: -35px;
  right: 100px;
}
.otemae__top__content__bottom__triangle__inner {
  position: relative;
  top: -4px;
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 38.5px 22px;
  border-color: transparent transparent #707070 transparent;
  z-index: -1;
}
.otemae__top__content__bottom__row {
  gap: 35px;
}
.otemae__top__content__bottom__row__left {
  position: relative;
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 132px;
  height: 132px;
  border-radius: 100px;
  border: 1px solid #000;
}
.otemae__top__content__bottom__row--2 {
  margin: 40px 0;
}
.otemae__top__content__bottom__row--4 {
  margin-top: 30px;
}
.otemae__top__content__bottom__row--4 h3 {
  border-bottom: 1px solid #000;
  padding: 0 0 5px;
}
.otemae__top__content__bottom__row--4 .no-border {
  border: 0px solid #FFFFFF;
}
.otemae__top__content__bottom__row--4 span {
  padding-right: 2px;
}
.otemae__top__content__bottom__row--4 span:nth-child(2), .otemae__top__content__bottom__row--4 span:nth-child(3) {
  padding-left: 20px;
}
.otemae__top__content__bottom__row--1 .otemae__top__content__bottom__row__left::before, .otemae__top__content__bottom__row--2 .otemae__top__content__bottom__row__left::before {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg);
  width: 17px;
  height: 39px;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.otemae__top__content__bottom__row__right {
  width: 520px;
}
.otemae__top__content__bottom__row__right:not:last-child {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.otemae__top__content__bottom__row__right h3 {
  max-width: 490px;
  margin-bottom: 10px;
}
.otemae__top__back {
  max-width: 830px;
  margin: auto;
  padding: 13px 0;
}
.otemae__top__back a {
  position: relative;
  z-index: 1;
}
.otemae__top__back a span {
  position: relative;
  display: inline-block;
  left: -10px;
  top: -2px;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #000000 transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.otemae__top__column__title p {
  max-width: 900px;
  margin: auto;
  padding: 5px 0;
}
.otemae__top__column__content {
  padding-top: 45px;
  max-width: 840px;
  margin: 0 auto 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.otemae__top__column__content__left {
  max-width: 333px;
}
.otemae__top__column__content__right {
  max-width: 451px;
}
.otemae__top__column__content__right h3 {
  margin-bottom: 30px;
}
.otemae__top__column__content__right p {
  letter-spacing: 0.65px;
  line-height: 1.7;
}
.otemae__top__column__chip {
  max-width: 840px;
  margin: auto;
}
.otemae__top__column__chip__container {
  min-width: 117px;
  border: 1px solid #000;
  border-radius: 30px;
}
.otemae__top__column__chip__container:not(:last-child) {
  margin-right: 12px;
}
.otemae__top__column__chip__container p {
  padding: 7px 18px 6px 14px;
}
.otemae__top__column__back {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 40px auto 0;
  padding: 13px 0;
}
.otemae__top__column__back__button {
  max-width: 830px;
  margin: auto;
}
.otemae__top__column__back a {
  position: relative;
  z-index: 1;
}
.otemae__top__column__back a span {
  position: relative;
  display: inline-block;
  left: -10px;
  top: -2px;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #000000 transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.modal-video-body {
  aspect-ratio: 9/16;
  max-height: 92vh;
  width: auto;
  height: 100%;
  margin: 6vh auto 0;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}
.otemae__nav__hum.active span:nth-of-type(2) {
  opacity: 0;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
.otemae__nav__hum span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}

.otemae__nav__hum span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.otemae__nav__hum span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}

.otemae__nav__hum.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}

.otemae__nav__hum.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}

@media (max-width: 768px) {
  .fs-35 {
    font-size: 9vw;
  }
  .fs-28 {
    font-size: 6.14vw;
  }
  .fs-21 {
    font-size: 5.4vw;
  }
  .fs-17 {
    font-size: 4.35vw;
  }
  .otemae__top__card {
    display: block;
  }
  .rolling-text {
    height: 52px;
  }
  .rolling-text .rolling-joho {
    width: 1046px !important;
  }
  .otemae__joho__decoration--1 {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 30px;
  }
  .otemae__joho__decoration--1 img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
    height: 161px;
    width: 90px;
  }
  .otemae__joho__decoration--2 {
    width: 60px;
    bottom: 41%;
    left: 20px;
  }
  .otemae__joho__wrapper {
    padding: 0 0 70px;
  }
  .otemae__joho__title--top {
    font-size: 22px;
  }
  .otemae__joho__title--mid {
    font-size: 58px;
  }
  .otemae__joho__title--bottom {
    font-size: 12px;
  }
  .otemae__joho__content p:nth-child(1) {
    font-size: 16px;
  }
  .otemae__joho__content__top {
    display: block;
    margin-top: 25px;
  }
  .otemae__joho__content__top--x {
    padding: 5px 0 0;
  }
  .otemae__joho__content__top__container {
    margin: auto;
  }
  .otemae__joho__content__mid {
    max-width: 290px;
    margin: 50px auto 75px;
    position: relative;
  }
  .otemae__joho__content__mid__ornament {
    position: absolute;
    top: 0;
  }
  .otemae__joho__content__mid__ornament:nth-child(1) {
    left: -20px;
  }
  .otemae__joho__content__mid__ornament:nth-child(3) {
    right: -20px;
  }
  .otemae__joho__content__mid__main {
    margin-top: 15px;
  }
  .otemae__joho__content__mid__main p:nth-child(1) {
    font-size: 16px;
  }
  .otemae__joho__content__mid__main p:nth-child(2) {
    font-size: 20px;
    margin: 10px 0 30px;
  }
  .otemae__joho__content__mid__main p:nth-child(3) {
    font-size: 14px;
    line-height: 1.7;
  }
  .otemae__joho__content__bot {
    margin-top: 0;
  }
  .otemae__joho__content__bot__text {
    margin-bottom: 20px;
  }
  .otemae__joho__content__bot__button img {
    margin: auto;
  }
  x.otemae__open {
    padding: 40px 25px 50px;
  }
  x.otemae__open__wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 340px;
  }
  x.otemae__open__left {
    text-align: center;
  }
  x.otemae__open__left img {
    position: absolute;
    top: 0;
  }
  x.otemae__open__left h3 {
    font-size: 26px;
    margin-top: 20px;
  }
  x.otemae__open__left p {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  x.otemae__open__right {
    margin-top: 110px;
  }
  .otemae__column {
    padding-top: 75px;
  }
  .otemae__column .rolling-text {
    padding-bottom: 50px;
  }
  .otemae__column__container {
    display: block;
  }
  .otemae__column__card {
    width: 100%;
    display: inline-block;
    border: 0px;
    border-top: 1px solid #000000;
    position: relative;
  }
  .otemae__column__card img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
  }
  .otemae__column__card img:nth-child(2) {
    float: left;
    width: 35vw;
    margin: 11% 3.5vw 0 6.5vw;
  }
  .otemae__column__card h3 {
    margin-top: 11%;
    font-size: 4.1vw;
  }
  .otemae__column__card .card-title {
    width: 50vw;
  }
  .otemae__column__card .card-tag {
    width: 22vw;
    padding: 2.5% 2vw;
    font-size: 2.05vw;
  }
  .otemae__column__card .card-tag-smaller-sp {
    width: 15vw;
  }
  .otemae__column__card .card-tag-bigger-sp {
    width: 29vw;
  }
  .otemae__column__card__bot {
    margin: 0 3.5vw 11% 0;
  }
  .otemae__column__card__bot__row:first-child {
    margin: 3% 0;
  }
  .otemae__column .yellow-overlay .otemae__column__card__bot__row-1 {
    margin: 9% 0 3%;
  }
  .otemae__column .yellow-overlay .otemae__column__card--3:last-child {
    border-bottom: 1px solid #000000;
  }
  .otemae__cross .rolling-text {
    padding-bottom: 50px;
  }
  .otemae__cross__top p {
    max-width: 296px;
    font-size: 22px;
    margin: auto;
  }
  .otemae__cross__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    padding: 0 20px 30px;
  }
  .otemae__cross__content h2 {
    font-size: 18px;
    max-width: 351px;
  }
  .otemae__cross__content p {
    font-size: 14px;
    max-width: 336px;
    text-align: justify;
    letter-spacing: 0.65px;
  }
  .otemae__cross__table {
    max-width: 375px;
    padding: 0 20px;
    margin: auto;
  }
  .otemae__cross__table .card .card-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .otemae__cross__table .card .card-content-left {
    padding-right: 18px;
  }
  .otemae__cross__table .card .card-content-right {
    margin-top: 15px;
  }
  .otemae__link__button {
    max-width: 276px;
  }
  .otemae__footer__sns {
    gap: 5px;
  }
  .otemae__footer__sns a img {
    width: 63px;
  }
  .otemae__footer__link {
    gap: 25px;
  }
  .otemae__top__side .otemae__top__title {
    max-width: 340px;
    margin: auto;
  }
  .otemae__top__side .otemae__top__content__bottom {
    max-width: 340px;
    margin: auto;
    border-radius: 10px;
    padding: 50px 20px 40px;
  }
  .otemae__top__side .otemae__top__content__bottom::before {
    width: 72px;
    height: 153px;
    bottom: -50px;
    right: -15px;
  }
  .otemae__top__side .otemae__top__content__bottom__triangle {
    border-width: 0 20px 20px 20px;
    top: -19px;
    right: 45px;
  }
  .otemae__top__side .otemae__top__content__bottom__triangle__inner {
    border-width: 0 22px 22px 22px;
    top: -3px;
    left: -22px;
  }
  .otemae__top__side .otemae__top__content__bottom__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    text-align: justify;
    position: relative;
  }
  .otemae__top__side .otemae__top__content__bottom__row h3 {
    font-size: 18px;
  }
  .otemae__top__side .otemae__top__content__bottom__row p {
    font-size: 14px;
  }
  .otemae__top__side .otemae__top__content__bottom__row__left::before {
    display: none;
  }
  .otemae__top__side .otemae__top__content__bottom__row__right {
    max-width: 277px;
    margin: auto;
  }
  .otemae__top__side .otemae__top__content__bottom__row__right p {
    margin-bottom: 20px;
  }
  .otemae__top__side .otemae__top__content__bottom__row--1::before, .otemae__top__side .otemae__top__content__bottom__row--2::before {
    content: "";
    position: absolute;
    background: url(../img/arrow.svg);
    width: 17px;
    height: 39px;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .otemae__top__side .otemae__top__content__bottom__row--4 span:nth-child(2) {
    padding-left: 15px;
  }
  .otemae__top__side .otemae__top__content__bottom .no-pad-left {
    padding-left: 0;
  }
  .otemae__top__side .otemae__top__content h2 {
    font-size: 24px;
  }
  .otemae__top__side .otemae__top__back {
    max-width: 340px;
  }
  .otemae__top__side .otemae__top__back a {
    padding-right: 10px;
  }
  .otemae__top__side .otemae__top__back a span {
    left: 0px;
    margin-right: 10px;
  }
  .otemae__top__column__title p {
    max-width: 337px;
    margin: auto;
  }
  .otemae__top__column__content {
    display: block;
    margin-bottom: 0;
  }
  .otemae__top__column__content__left {
    margin: auto;
  }
  .otemae__top__column__content__right {
    max-width: 337px;
    margin: 40px auto;
  }
  .otemae__top__column__content__right h3 {
    font-size: 22px;
  }
  .otemae__top__column__chip {
    max-width: 337px;
  }
  .otemae__top__column__chip__container {
    margin-bottom: 10px;
  }
  .otemae__top__column__chip ul.taglist {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .otemae__top__column__chip ul.taglist li:first-child {
    margin: 4px;
  }
  .otemae__top__column__back__button {
    max-width: 340px;
  }
  .otemae__top__column__back a {
    padding-right: 10px;
  }
  .otemae__top__column__back a span {
    left: 0px;
    margin-right: 10px;
  }
  .otemae__top__card {
    max-width: 90vw;
    padding: 6vw 8vw;
  }
  .otemae__top__card img:first-child {
    padding-bottom: 5px;
  }
  .otemae__top__card::before {
    width: 14vw;
    height: 34vw;
    bottom: -5vw;
    right: -3vw;
  }
  .otemae__top__image img {
    width: 100% !important;
    padding-bottom: 0;
  }
  .otemae__top__slider__card {
    margin: 0 10px;
  }
  .slick-list {
    padding: 0;
  }
}
@media (min-width: 390px) {
  .otemae__oc {
    top: calc(152vw + 10px);
  }
}
@media (max-width: 375px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-height: 168vw) and (max-width: 580px) {
  .otemae__oc {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 20vw;
    margin-left: auto;
  }
  .otemae__oc.nofix {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 580px) {
  .otemae__oc {
    width: 188px;
    right: calc((100vw - 580px) / 2);
    top: 900px;
  }
  .otemae__oc a {
    top: -94px;
  }
}
@media (min-width: 580px) and (max-height: 960px) {
  .otemae__oc {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 64px;
    margin-left: auto;
  }
  .otemae__oc.nofix {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 990px) {
  .otemae__oc {
    right: 10vw;
    bottom: 78%;
  }
}
@-webkit-keyframes fuwa3 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -8px) scale(1);
            transform: translate(0, -8px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes fuwa3 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -8px) scale(1);
            transform: translate(0, -8px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@media (min-width: 768px) {
  x.otemae__oc a {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
    width: 150px;
    height: 150px;
    top: -100px;
    right: 35%;
    border-radius: 75px;
  }
  @-webkit-keyframes fuwa3x {
    0% {
      -webkit-transform: translate(120%, 0) scale(1);
              transform: translate(120%, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(120%, -8px) scale(1);
              transform: translate(120%, -8px) scale(1);
    }
    100% {
      -webkit-transform: translate(120%, 0) scale(1);
              transform: translate(120%, 0) scale(1);
    }
  }
  @keyframes fuwa3x {
    0% {
      -webkit-transform: translate(120%, 0) scale(1);
              transform: translate(120%, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(120%, -8px) scale(1);
              transform: translate(120%, -8px) scale(1);
    }
    100% {
      -webkit-transform: translate(120%, 0) scale(1);
              transform: translate(120%, 0) scale(1);
    }
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.otemae__nav {
  border-bottom-width: 2px;
}

.otemae__nav .container b img {
  max-width: 164px;
}

.otemae__oc {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 120px;
  bottom: auto;
  right: calc((100vw - 980px) * 0.5 - 64px);
  text-align: right;
  margin-left: auto;
}
.otemae__oc p {
  position: relative;
}
.otemae__oc a {
  display: block;
  top: -40px;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.otemae__oc img {
  width: 124px;
  height: auto;
}

.otemae__oc.nofix {
  top: 100px;
}

.otemae__top__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 990px;
  max-width: 100%;
}
.otemae__top__wrapper .otemae__top__slider,
.otemae__top__wrapper .otemae__top__slider__card {
  display: contents;
}

.otemae__top__card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
.otemae__top__card::before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.otemae__top__card .otemae__top__image {
  -webkit-clip-path: polygon(0% 4%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 4%, 100% 0, 100% 100%, 0% 100%);
  -webkit-filter: none;
          filter: none;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.otemae__top__card .otemae__top__image::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/img-line.svg") no-repeat left top/cover;
}
.otemae__top__card .otemae__top__image img {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: relative;
  z-index: 1;
  aspect-ratio: 240/202.31;
  -o-object-fit: cover;
     object-fit: cover;
}
.otemae__top__card:hover {
  opacity: 0.9;
}
.otemae__top__card:hover::before {
  -webkit-animation: fuwa 1s 0s linear infinite;
          animation: fuwa 1s 0s linear infinite;
}
.otemae__top__card:hover .otemae__top__image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.otemae__top__joho {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 8px 0 0;
}
.otemae__top__joho img {
  width: 3.2em;
  height: auto;
  margin-right: 4px;
}

.rolling-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: hidden;
}
.rolling-text img {
  -webkit-animation: loop 40s linear infinite;
          animation: loop 40s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.otemae__joho__wrapper {
  width: 800px;
  max-width: 92%;
}

.otemae__joho__content__top {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.otemae__joho__title--mid {
  letter-spacing: 8px;
  line-height: 1;
}

.otemae__joho__content__top--x {
  padding: 4px;
}

.otemae__joho__content__mid, .otemae__joho__content__bot {
  opacity: 0;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.otemae__joho__content__top--x, .otemae__joho__content__top__container {
  opacity: 0;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.otemae__joho__content.inView .otemae__joho__content__bot,
.otemae__joho__content.inView .otemae__joho__content__mid,
.otemae__joho__content.inView .otemae__joho__content__top--x,
.otemae__joho__content.inView .otemae__joho__content__top__container {
  opacity: 1;
}

.otemae__joho__content__mid__main p {
  padding: 0 !important;
  line-height: 1.6 !important;
}

a.otemae__open {
  position: relative;
  height: 70px;
  top: -70px;
  visibility: hidden;
  padding: 0;
}

x.otemae__open {
  padding-bottom: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #FFE100;
}

x.otemae__open__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 915px;
  max-width: 100%;
  margin: 0 auto;
}
x.otemae__open__wrapper .im-oc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
x.otemae__open__wrapper .im-oc p {
  width: 96%;
  line-height: 0;
}
x.otemae__open__wrapper .otemae__open__title {
  width: 510px;
  max-width: 100%;
  margin-left: 8px;
  margin-bottom: 8px;
}
x.otemae__open__wrapper .otemae__open__title img {
  width: 100%;
  height: auto;
}
x.otemae__open__wrapper .oc-tx-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
x.otemae__open__wrapper .otemae__open__lead {
  padding-right: 1rem;
}
x.otemae__open__wrapper .otemae__open__lead h3 {
  font-size: clamp(20px, 2.4vw, 24px);
  margin-bottom: 1rem;
  text-indent: 0.5em;
  line-height: 1.3;
}
x.otemae__open__wrapper .otemae__open__lead p {
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.95em;
  line-height: 1.5;
}
x.otemae__open__wrapper .otemae__open__btn {
  text-align: center;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
x.otemae__open__wrapper .otemae__open__btn figure {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  right: 0;
  width: 213px;
}
x.otemae__open__wrapper .otemae__open__btn a {
  display: block;
  padding: 3px 24px 4px;
  background: #FAD332;
  white-space: nowrap;
  color: #000;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 30px;
  font-size: 0.95em;
  letter-spacing: 2px;
}
x.otemae__open__wrapper .otemae__open__btn a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

x.otemae__open__wrapper {
  display: grid;
  grid-template-columns: 35% auto 17%;
  grid-template-rows: auto auto auto;
  grid-gap: 1rem;
  width: 910px;
  max-width: 98%;
}
x.otemae__open__wrapper .otemae__open__title {
  grid-row: 1/2;
  grid-column: 2/4;
  padding-left: 1rem;
  width: auto;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
x.otemae__open__wrapper .otemae__open__title img {
  width: 100%;
}
x.otemae__open__wrapper .otemae__open__video_btn {
  grid-row: 1/3;
  grid-column: 1/2;
}
x.otemae__open__wrapper .otemae__open__video {
  margin-bottom: 1rem;
  position: relative;
}
x.otemae__open__wrapper .otemae__open__video::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
x.otemae__open__wrapper .otemae__open__video::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 40%;
  background: url("../img/video-txt.svg") no-repeat center/contain;
}
x.otemae__open__wrapper .otemae__open__video video {
  max-width: 100%;
}
x.otemae__open__wrapper .otemae__open__photo {
  grid-row: 2/4;
  grid-column: 3/4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
x.otemae__open__wrapper .otemae__open__photo img {
  margin: 4px 0 0;
}
x.otemae__open__wrapper h3 {
  font-size: 1.8em;
  margin-bottom: 1rem;
  text-indent: 0.5em;
  text-indent: 0;
  line-height: 1.3;
}
x.otemae__open__wrapper .otemae__open__lead {
  grid-row: 2/3;
  grid-column: 2/3;
}
x.otemae__open__wrapper .otemae__open__lead h3 {
  text-indent: 0;
}
x.otemae__open__wrapper .otemae__open__lead p {
  font-weight: 400;
  padding-left: 0;
  padding-right: 1rem;
  text-indent: 0;
  font-size: 0.95em;
  line-height: 1.5;
}
x.otemae__open__wrapper .otemae__open__btn {
  text-align: center;
}
x.otemae__open__wrapper .otemae__open__btn a {
  display: inline-block;
  padding: 3px 8px 4px;
  background: #000000;
  color: #FFFFFF;
  width: 270px;
  max-width: 90%;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 30px;
  font-size: 0.95em;
  letter-spacing: 2px;
}
x.otemae__open__wrapper .otemae__open__btn a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.sm {
  display: none;
}

.otemae__open {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFE100), color-stop(50%, #56C2F1));
  background: -webkit-linear-gradient(left, #FFE100 50%, #56C2F1 50%);
  background: linear-gradient(90deg, #FFE100 50%, #56C2F1 50%);
  padding: 40px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.otemae__open__wrapper {
  width: 1000px;
  max-width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.otemae__open__wrapper h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  font-size: 35px;
}
.otemae__open__wrapper h3 b {
  letter-spacing: 2px;
  font-weight: 600;
}

.otemae__open__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  padding: 20px 0 0;
}
.otemae__open__content h4 {
  padding: 0 0 12px;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: 500;
}
.otemae__open__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  min-height: 7em;
}
.otemae__open__content dt {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 156px;
      -ms-flex: 0 0 156px;
          flex: 0 0 156px;
}
.otemae__open__content dt i {
  position: absolute;
}
.otemae__open__content dt small {
  display: block;
  font-size: 9px;
  white-space: nowrap;
}
.otemae__open__content dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 180px);
      -ms-flex: 0 0 calc(100% - 180px);
          flex: 0 0 calc(100% - 180px);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.otemae__open__left h4 {
  text-align: right;
}
.otemae__open__left dt i {
  width: 93px;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -90%);
          transform: translate(-20%, -90%);
}

.otemae__open__right dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.otemae__open__right dt i {
  width: 110px;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, -1em);
          transform: translate(50%, -1em);
}
.otemae__open__right dd {
  letter-spacing: 0.045em;
}

.otemae__open__btn {
  text-align: center;
}
.otemae__open__btn a {
  display: inline-block;
  padding: 5px 8px 6px;
  background: #000000;
  color: #FFFFFF;
  width: 270px;
  max-width: 90%;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 30px;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 2px;
}
.otemae__open__btn a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

@media (max-width: 1024px) {
  .otemae__open__content h4 {
    font-size: clamp(16px, 2vw, 22px);
  }
  .otemae__open__content dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .otemae__open__content dt small {
    white-space: normal;
  }
  .otemae__open__content dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64%;
        -ms-flex: 0 0 64%;
            flex: 0 0 64%;
  }
  .otemae__open__left dt i {
    width: 50%;
  }
  .otemae__open__right dt i {
    width: 76%;
    bottom: 1em;
  }
}
@media (max-width: 768px) {
  .sm {
    display: inline;
  }
  .otemae__open {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFE100), color-stop(50%, #56C2F1));
    background: -webkit-linear-gradient(top, #FFE100 50%, #56C2F1 50%);
    background: linear-gradient(180deg, #FFE100 50%, #56C2F1 50%);
    background: #FFE100;
    padding-bottom: 0;
  }
  .otemae__open__wrapper {
    display: block;
    font-size: clamp(17px, 4vw, 40px);
    max-width: 100%;
  }
  .otemae__open__wrapper h3 {
    font-size: 1.65em;
    line-height: 1.2;
    padding-bottom: 0.5em;
  }
  .otemae__open__wrapper h3 b {
    position: relative;
  }
  .otemae__open__wrapper h3 b::before, .otemae__open__wrapper h3 b::after {
    content: "";
    width: 1.8em;
    height: 2.75em;
    position: absolute;
    bottom: -0.2em;
    background: url("../img/oc202602-wail.png") no-repeat 0 0/contain;
  }
  .otemae__open__wrapper h3 b::before {
    left: -2.5em;
  }
  .otemae__open__wrapper h3 b::after {
    right: -2.1em;
    background-image: url("../img/oc202602-wair.png");
  }
  .otemae__open__content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 4vw 10px;
  }
  .otemae__open__content h4 {
    font-size: clamp(1em, 5.4vw, 1.2em);
    text-align: center;
    padding-left: 0.5em;
    white-space: nowrap;
    letter-spacing: 1px;
  }
  .otemae__open__content dl {
    display: block;
  }
  .otemae__open__content dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.45em;
  }
  .otemae__open__content dd {
    text-align: center;
    margin-bottom: 1.15em;
  }
  .otemae__open__left {
    background: #FFE100;
  }
  .otemae__open__left dt {
    width: 88%;
    max-width: 340px;
    margin: 0 auto 0.5em;
  }
  .otemae__open__left dt span {
    padding-right: 1em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
  }
  .otemae__open__left dt i {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }
  .otemae__open__right {
    background: #56C2F1;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .otemae__open__right * {
    position: relative;
    z-index: 2;
  }
  .otemae__open__right::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100%;
    height: 60px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #FFE100;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
    z-index: 1;
  }
  .otemae__open__right dt {
    width: 88%;
    max-width: 340px;
    margin: 0 auto 0.5em;
  }
  .otemae__open__right dt span {
    max-width: calc(66% - 1em);
    margin: 0 auto;
  }
  .otemae__open__right dt i {
    width: 33%;
    bottom: auto;
    top: -12%;
    -webkit-transform: translate(40%, 0);
            transform: translate(40%, 0);
  }
  .otemae__open__right dt small {
    text-align: right;
  }
  .otemae__open__btn a {
    font-size: 0.95em;
  }
}
@media (max-width: 358px) {
  .otemae__open__right dt i {
    -webkit-transform: translate(48%, 0);
            transform: translate(48%, 0);
  }
  .otemae__open__content dd {
    font-size: 13px;
  }
  .otemae__open__content dt small {
    font-size: 8px;
  }
}
ul.taglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
ul.taglist li {
  min-width: 40%;
  font-size: 10px;
  line-height: 1.2;
  padding: 5px 12px 6px;
  border-radius: 20px;
  border: 1px solid #000;
  margin: 4px;
  white-space: nowrap;
}
ul.taglist li:first-child {
  margin: 4px 4px 4px 0;
}

.otemae__column {
  padding-top: 70px;
  padding-bottom: 10px;
}
.otemae__column .otemae__column__wrapper {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.otemae__column .otemae__column__card {
  position: relative;
  border-bottom: 0;
}
.otemae__column .otemae__column__card .card-title {
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
  display: none;
}
.otemae__column .otemae__column__card .card-image {
  display: block;
  overflow: hidden;
  width: 75%;
  margin: 50px auto 20px;
  border: 1px solid #000;
  line-height: 0;
  opacity: 1;
}
.otemae__column .otemae__column__card .card-image img {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.otemae__column .otemae__column__card h3 {
  font-size: 1em;
}
.otemae__column .otemae__column__card .card-txt {
  margin-right: 1rem;
  margin-left: 1rem;
}
.otemae__column .otemae__column__card .card-txt ul.taglist {
  padding: 25px 10%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.otemae__column .otemae__column__card .card-txt ul.taglist li {
  margin: 4px 0;
  min-width: 49%;
}
.otemae__column .otemae__column__card:nth-child(3n-1) {
  border-left: 0;
}
.otemae__column .otemae__column__card:nth-child(3n) {
  border-left: 0;
}
.otemae__column .otemae__column__container__row-5 {
  border-bottom: 1px solid #000;
}
.otemae__column .column__cat {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50%;
  z-index: 5;
  font-size: 11px;
}
.otemae__column .column__cat em {
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  padding: 3px 4px 4px 1rem;
  background: #ddd;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-style: normal;
}
.otemae__column .column__cat::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  content: "";
  position: absolute;
  z-index: 4;
  width: calc(100% + 0.5px);
  height: calc(100% + 0.5px);
  background: #000;
  left: 0;
  top: 0;
}
.otemae__column .column__cat_blue em {
  background: #7ccbd9;
}
.otemae__column .column__cat_purple em {
  background: #bea1d3;
}
.otemae__column .column__cat_red em {
  background: #f5a7a7;
}
.otemae__column div.otemae__column__card .column__cat::after {
  opacity: 0;
}
.otemae__column div.otemae__column__card .card-image {
  border-color: #aaa;
}
.otemae__column .card-button:hover {
  padding: 0;
}
.otemae__column .card-button:hover .card-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 0;
}
.otemae__column .card-button:hover .card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.otemae__cross {
  margin-top: 70px;
}

.otemae__cross__top p {
  padding: 0 !important;
  line-height: 1.6 !important;
}

.otemae__cross__table .card .card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 14px 0;
}

.otemae__cross__content__left p {
  line-height: 2;
}

.otemae__cross__content__right a {
  pointer-events: none;
}

.otemae__top__left .otemae__top__joho img {
  top: 0;
}

.otemae__top__content__bottom__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.otemae__top__content__bottom__row--4 span:nth-child(2),
.otemae__top__content__bottom__row--4 span:nth-child(3) {
  padding-left: 0;
}

.otemae__top__column__title {
  border-bottom: 2px solid #000;
}

.otemae__top__column__content {
  width: 840px;
  max-width: 92%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.otemae__top__column__title p {
  width: 840px;
  max-width: 92%;
}

.otemae__top__column__content__left {
  max-width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.otemae__top__column__content__left img {
  border: 1px solid #000;
}

.otemae__top__column__content__right {
  width: auto;
  max-width: 53.75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.otemae__top__column__content__right p {
  font-size: 0.875em;
}

.otemae__top__back,
.otemae__top__column__chip,
.otemae__top__column__back__button {
  width: 840px;
  max-width: 92%;
}

.anchor {
  position: relative;
  visibility: hidden;
}

.otemae__top__column__chip ul.taglist li.custom-width,
.otemae__column .otemae__column__card .card-txt ul.taglist li.custom-width {
  padding: 5px 6px 6px;
}
.otemae__top__column__chip ul.taglist li.width-35,
.otemae__column .otemae__column__card .card-txt ul.taglist li.width-35 {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 34%;
}
.otemae__top__column__chip ul.taglist li.width-65,
.otemae__column .otemae__column__card .card-txt ul.taglist li.width-65 {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 64%;
}

.new-icon {
  position: relative;
  z-index: 1;
}
.new-icon::after {
  content: "";
  position: absolute;
  background: url(../img/new-icon.svg);
  width: 56px;
  height: 17px;
  top: 5%;
  right: 10%;
  z-index: 1;
}

@media (max-width: 768px) {
  .otemae__nav {
    height: 69px;
  }
  .otemae__oc {
    top: calc(100vh - 80px);
    right: 0;
  }
  .otemae__oc p {
    text-align: right;
  }
  .otemae__oc a {
    right: 0;
  }
  .otemae__oc img {
    width: 100px;
  }
  .otemae__top__title {
    padding-left: 0.5em;
  }
  .otemae__top__wrapper {
    display: block;
  }
  .otemae__top__wrapper .otemae__top__slider,
  .otemae__top__wrapper .otemae__top__slider__card {
    display: block;
  }
  .otemae__top__wrapper .otemae__top__slider {
    opacity: 0;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .otemae__top__wrapper .otemae__top__slider.slick-initialized {
    opacity: 1;
  }
  .otemae__top__card {
    margin: 0 auto;
  }
  .otemae__top__card img:first-child {
    padding: 0;
  }
  .otemae__top__card__humanities span img,
  .otemae__top__card a span img {
    width: auto;
    height: 9vw;
  }
  .rolling-text img {
    max-width: none;
    width: 200vw;
  }
  .otemae__joho__content__top p.fs-21 {
    font-size: 20px;
  }
  .otemae__joho__content__top__container {
    width: 250px;
    line-height: 1.4;
  }
  .otemae__joho__content__top--x {
    line-height: 0;
  }
  .otemae__joho__decoration--1 {
    left: 45%;
  }
  .otemae__joho__decoration--1 img {
    height: auto;
    width: 33vw;
    max-width: 300px;
  }
  .otemae__joho__decoration--2 {
    left: 0;
    bottom: 38%;
  }
  x.otemae__open {
    padding: 12vw 0;
  }
  x.otemae__open__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 480px;
    max-width: 92%;
    margin: 0 auto;
  }
  x.otemae__open__wrapper .im-oc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
  x.otemae__open__wrapper .im-oc p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 4%;
  }
  x.otemae__open__wrapper .im-oc figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  x.otemae__open__wrapper .oc-tx {
    display: contents;
  }
  x.otemae__open__wrapper .otemae__open__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 1rem;
  }
  x.otemae__open__wrapper .oc-tx-flex {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    display: block;
  }
  x.otemae__open__wrapper .otemae__open__lead {
    margin-bottom: 1rem;
  }
  x.otemae__open__wrapper .otemae__open__lead h3 {
    text-align: center;
    font-size: clamp(20px, 5.4vw, 26px);
  }
  x.otemae__open__wrapper .otemae__open__btn a {
    display: inline-block;
  }
  x.otemae__open__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    width: 480px;
    max-width: 92%;
  }
  x.otemae__open__wrapper .otemae__open__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
  }
  x.otemae__open__wrapper .otemae__open__video_btn {
    display: contents;
  }
  x.otemae__open__wrapper .otemae__open__video {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  x.otemae__open__wrapper .otemae__open__photo {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
  }
  x.otemae__open__wrapper .otemae__open__photo figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  x.otemae__open__wrapper .otemae__open__photo img {
    margin: 0;
  }
  x.otemae__open__wrapper h3 {
    text-align: center;
    margin-bottom: 1rem;
  }
  x.otemae__open__wrapper .otemae__open__lead {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 1rem;
    padding-right: 0;
  }
  x.otemae__open__wrapper .otemae__open__lead p {
    text-align: center;
    padding: 0;
    margin-bottom: 1vw;
    font-size: clamp(14px, 3.7vw, 18px);
  }
  x.otemae__open__wrapper .otemae__open__btn {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .otemae__cross .rolling-text,
  .otemae__column .rolling-text {
    padding-bottom: 0;
  }
  .otemae__column .otemae__column__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .otemae__column .otemae__column__card .card-image {
    margin: 1rem;
    margin-top: 2.5rem;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
  .otemae__column .otemae__column__card .card-image img {
    position: static;
  }
  .otemae__column .otemae__column__card .card-txt {
    margin-left: 0;
    margin-top: 2.5rem;
    margin-right: 1rem;
    width: 51%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .otemae__column .otemae__column__card .card-txt h3 {
    margin: 0;
  }
  .otemae__column .otemae__column__card .card-txt ul.taglist {
    padding: 1.5rem 0 1rem;
  }
  .otemae__column .otemae__column__card .card-txt ul.taglist li {
    font-size: 8px;
  }
  .otemae__top__column__content__right,
  .otemae__top__column__content__left {
    max-width: 100%;
  }
  .otemae__link__button {
    gap: 4px;
  }
  .otemae__top__side .otemae__top__back,
  .otemae__top__side .otemae__top__title,
  .otemae__top__side .otemae__top__content__bottom {
    width: 400px;
    max-width: 92%;
  }
  .new-icon::after {
    top: 2.5%;
    right: 2.5%;
    z-index: 1;
  }
}/*# sourceMappingURL=style.css.map */