.adjust-width {
  max-width: none;
  padding: 100px 40px;
}

@media only screen and (max-width: 768px) {
  .adjust-width {
    padding: 90px 40px 90px;
  }
}

.vertical {
  width: auto;
}

.vertical h1 {
  font-size: 3rem;
  margin-left: 1.78em;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .vertical h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

.vertical h1 span {
  font-size: 1.6rem;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .vertical h1 span {
    font-size: 1.4rem;
  }
}

.vertical p {
  display: block;
  text-align: right;
  word-break: break-word;
  line-break: auto;
  overflow-wrap: break-word;
  text-align: justify;
  text-underline-position: right;
  margin: 0 2em;
  font-size: 1.7rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .vertical p {
    margin: 0 1.7em;
    font-size: 1.4rem;
  }
}

.vertical p.-end {
  padding-bottom: 40px;
  margin-left: 0;
}

.adjust-width {
  position: relative;
  overflow-y: hidden;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .adjust-width {
    border: none;
  }
}

.adjust-width .scroll-arrow {
  position: fixed;
  left: 100px;
  top: 70px;
  padding-left: 80px;
}

@media only screen and (max-width: 768px) {
  .adjust-width .scroll-arrow {
    left: 30px;
    top: 57px;
  }
}

.adjust-width .scroll-arrow span {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin-left: -12px;
  border-left: 0.5px solid #323232;
  border-bottom: 0.5px solid #323232;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.adjust-width .scroll-arrow span:nth-child(1) {
  left: 20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.adjust-width .scroll-arrow span:nth-child(2) {
  left: 10px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.adjust-width .scroll-arrow span:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

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

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.item {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  height: 70vh !important;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .item {
    height: 60vh !important;
  }
}

p.-add {
  margin-right: 60px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  p.-add {
    margin-right: 40px;
    font-size: 1.2rem;
  }
}

.menu-content {
  margin-right: 90px;
  background: #f9ece5;
  padding: 20px 40px;
}

.menu-content h2 {
  font-weight: bold;
  font-size: 1.4rem;
}

.menu-content h2 span {
  font-size: 1.2rem;
}

.menu-content p {
  line-height: 1.5;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .menu-content p {
    font-size: 1.2rem;
  }
}

.menu-content .upper,
.menu-content .lower {
  height: 47%;
}

.menu-content .upper.-single,
.menu-content .lower.-single {
  height: 100%;
}

.menu-content .upper li,
.menu-content .lower li {
  margin: 0 0.8em;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .menu-content .upper li,
  .menu-content .lower li {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .menu-content .upper li span,
  .menu-content .lower li span {
    font-size: 1rem;
  }
}

.menu-content .lower {
  margin-top: 6%;
}

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

.menu-content .item-name {
  margin-left: 0.5em;
}

.menu-content .method ul li {
  line-height: 1.5;
  font-size: 1.4rem;
  margin: 0 1em;
  padding-top: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  .menu-content .method ul li {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .menu-content .method ul li span {
    font-size: 1rem;
  }
}

.menu-content .method p.last {
  padding-top: 1em;
}

.menu-content .method .note {
  margin-right: 4em;
  font-size: 1.1rem;
  text-indent: -1em;
}

.menu-content .method .note p {
  margin: 0 0.4em;
  font-size: 1.1rem;
}
/*# sourceMappingURL=episode.css.map */