@charset "UTF-8";
@media screen and (min-width: 769px) {
  .show-for-small-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .show-for-medium-up {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .show-for-medium-down {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .show-for-large-up {
    display: none;
  }
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 600ms;
}

.page-title {
  margin: 0 0 1.5em 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ja .page-title {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja .page-title {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    padding-top: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .page-title {
    padding-top: 2em;
  }
}
.page-title span {
  display: inline-block;
  border-bottom: 4px solid #FEBC32;
  padding-bottom: 0.3em;
  text-align: left;
}
.page-title small {
  letter-spacing: -0.065em !important;
  margin-left: -0.5em;
}
.en .page-title {
  font-weight: 400;
}
.cmn-hans .page-title, .cmn-hant .page-title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 22px;
  }
  .page-title small {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .page-title {
    font-size: 30px;
  }
  .page-title small {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.section-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  padding-top: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .ja .section-title {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja .section-title {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .section-title {
    font-size: 30px;
  }
}
.en .section-title {
  font-weight: 400;
}
.cmn-hans .section-title, .cmn-hant .section-title {
  font-weight: bold;
}
.section-title span {
  display: inline-block;
  border-bottom: 4px solid #FEBC32;
  padding-bottom: 0.3em;
}

.photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper {
    width: 660px;
    margin: 0 auto;
  }
}

.modal::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/modal.svg");
  margin-left: 5px;
}

.link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
  margin-left: 5px;
  margin-top: 3px;
}

ul.list {
  margin: 0;
  padding: 0;
}
ul.list li {
  line-height: 1.2;
  list-style-type: circle;
  margin-left: 2em;
  margin-bottom: 0.75em;
}

ul.inline li {
  display: inline;
  line-height: 2;
  white-space: nowrap;
}
ul.inline li:after {
  content: " / ";
}
ul.inline li:last-child::after {
  content: "";
}

li.toggle {
  display: block;
}
li.toggle:before {
  content: "";
  display: block;
  clear: both;
}
li.toggle:after {
  content: "";
  display: block;
  clear: both;
}
li.toggle .title {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
}
li.toggle .title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/toggle.png");
  margin-top: 5px;
  margin-left: -30px;
  float: left;
}
li.toggle .title span:hover {
  text-decoration: underline;
}
.en li.toggle .title span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  li.toggle .title span {
    font-size: 16px;
  }
}
li.toggle .content {
  display: none;
  border-left: 1px solid #000;
  margin-top: 20px;
  margin-left: 6px;
  padding-left: 23px;
  padding-top: 0.25em;
  padding-bottom: 0.5em;
}
li.toggle .content p {
  margin: 0;
  padding: 0.5em 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  li.toggle .content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    margin: 20px 20px;
  }
}
.banner a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .banner a {
    height: 210px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .banner a {
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .banner a {
    height: 230px;
  }
}
.banner a:hover {
  opacity: 0.8;
}
.banner .content {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.banner .overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner .overlay {
    height: 210px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .banner .overlay {
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .banner .overlay {
    height: 230px;
  }
}
.banner .icon {
  width: 80px;
  float: left;
}
@media screen and (max-width: 768px) {
  .banner .icon {
    width: 50px;
  }
}
@media screen and (min-width: 769px) {
  .banner .icon {
    width: 60px;
  }
}
.banner .text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .banner .text {
    margin-left: 60px;
  }
}
@media screen and (min-width: 769px) {
  .banner .text {
    margin-left: 70px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 18px 18px 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner {
  width: 40px;
}

.is-active .hamburger-inner {
  width: 29px;
  margin-left: 5px;
}

.hamburger-inner::before {
  width: 45px;
}

.hamburger-inner::after {
  width: 29px;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -14px;
}

.hamburger-inner::after {
  bottom: -14px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

body.ja {
  font-family: "I-OTFゴシックオールドPro M", sans-serif;
  font-weight: 300;
}
body.en {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
body.cmn-hans, body.cmn-hant {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
p,
li,
th,
td,
a {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  h1,
h2,
h3,
h4,
p,
li,
th,
td,
a {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  h1,
h2,
h3,
h4,
p,
li,
th,
td,
a {
    font-size: 15px;
  }
}

p {
  line-height: 1.75;
}
.en p {
  line-height: 1.5 !important;
}

.en p,
.en li {
  font-size: 15px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}
a a:hover {
  opacity: 0.8;
}

a:focus,
button:focus {
  outline: none;
}

strong {
  font-weight: 300;
}

#main {
  position: relative;
  z-index: 0;
}

.fancybox-slide--html {
  padding: 0;
}

#header {
  z-index: 100;
  position: absolute;
  background: #FEBC32;
}
@media screen and (max-width: 768px) {
  #header {
    height: 55px;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  #header {
    top: 0;
    right: 0;
    width: 104px;
    height: 92px;
  }
}

#humberger {
  position: absolute;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  #humberger {
    top: 8px;
    right: 3px;
  }
}
@media screen and (min-width: 769px) {
  #humberger {
    top: 16px;
    right: 14px;
  }
}
#humberger.is-open {
  z-index: 99993 !important;
  position: fixed;
}

#nav {
  display: none;
  background: #FEBC32;
  width: 100%;
  height: 100%;
}
#nav.fancybox-content {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}
#nav .fancybox-close-small {
  display: none;
}
#nav #nav-header {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #nav #nav-header {
    height: 67px;
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-header {
    height: 92px;
  }
}
#nav #nav-header p {
  margin: 0;
  line-height: 1;
  text-align: center;
}
#nav #nav-header p a {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #nav #nav-header p a {
    padding: 10px 10px;
  }
  #nav #nav-header p a img {
    margin-top: 8px;
    width: 140px;
  }
  .en #nav #nav-header p a img, .cmn-hans #nav #nav-header p a img, .cmn-hant #nav #nav-header p a img {
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-header p a {
    padding: 20px 10px;
  }
  #nav #nav-header p a img {
    margin-top: 10px;
    width: 180px;
  }
  .en #nav #nav-header p a img, .cmn-hans #nav #nav-header p a img, .cmn-hant #nav #nav-header p a img {
    width: 160px;
  }
}
@media screen and (max-width: 1023px) {
  #nav #nav-body {
    padding: 10px 20px 0 20px;
    max-width: 540px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  #nav #nav-body {
    display: block;
    padding: 20px 20px 0 20px;
    max-width: 1000px;
    margin: 60px auto 0 auto;
    position: relative;
  }
  #nav #nav-body:before {
    content: "";
    display: block;
    clear: both;
  }
  #nav #nav-body:after {
    content: "";
    display: block;
    clear: both;
  }
}
#nav #nav-body a {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ja #nav #nav-body a {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja #nav #nav-body a {
    letter-spacing: 0.15em;
  }
}
#nav #nav-body a:after {
  transition: all 0.2s ease;
}
#nav #nav-body a span {
  border-bottom: 1px solid #FEBC32;
}
#nav #nav-body a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
#nav #nav-body a:hover::after {
  right: -5px;
}
#nav #nav-body a:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #nav #nav-body #nav-case {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #nav #nav-body #nav-case {
    float: left;
    width: 50%;
  }
}
#nav #nav-body #nav-case p {
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  #nav #nav-body #nav-case p {
    margin-bottom: 2em;
    font-style: 12px;
  }
}
@media screen and (min-width: 1024px) {
  #nav #nav-body #nav-case p {
    margin-bottom: 3em;
  }
}
#nav #nav-body #nav-case p span {
  background: #fff;
  padding: 0.3em 0.25em 0.25em 0.25em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ja #nav #nav-body #nav-case p span {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja #nav #nav-body #nav-case p span {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  #nav #nav-body #nav-case ul li {
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-body #nav-case ul li {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  #nav #nav-body #nav-case ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-body #nav-case ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 1279px) {
  #nav #nav-body #nav-case ul li a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 11px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
    background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
  }
}
@media screen and (min-width: 1280px) {
  #nav #nav-body #nav-case ul li a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 15px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
  }
}
#nav #nav-body #nav-case ul li small {
  margin-left: -0.25em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  #nav #nav-body #nav-case ul li small {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  #nav #nav-body #nav-case ul li small {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  #nav #nav-body #nav-others {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #nav #nav-body #nav-others {
    float: right;
    width: 40%;
    margin-top: 86px;
  }
}
@media screen and (max-width: 768px) {
  #nav #nav-body #nav-others ul li {
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-body #nav-others ul li {
    margin-bottom: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  #nav #nav-body #nav-others ul li a {
    font-size: 13px;
  }
  .en #nav #nav-body #nav-others ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-body #nav-others ul li a {
    font-size: 16px;
  }
  .en #nav #nav-body #nav-others ul li a {
    font-size: 17px;
  }
}
#nav #nav-body #nav-others ul li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 11px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
}
#nav #nav-body #nav-others ul li a.instagram::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/instagram.png");
  margin-right: 8px;
  margin-top: -3px;
}
#nav #nav-body #nav-others ul li a.facebook::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/facebook.svg");
  margin-right: 8px;
  margin-top: -3px;
}
@media screen and (min-width: 1024px) {
  #nav #nav-body #nav-lang {
    float: right;
    width: 40%;
    position: absolute;
    bottom: 0.75em;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #nav #nav-body #nav-lang ul li {
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-body #nav-lang ul li {
    margin-bottom: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  #nav #nav-body #nav-lang ul li a {
    font-size: 13px;
  }
  .en #nav #nav-body #nav-lang ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-body #nav-lang ul li a {
    font-size: 16px;
  }
  .en #nav #nav-body #nav-lang ul li a {
    font-size: 17px;
  }
}

#cover.home #cover-slide {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #cover.home #cover-slide .swiper-container {
    width: 100%;
    max-width: 786px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
}
#cover.home #cover-slide .slide-photo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cover.home #cover-slide .slide-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 540px;
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-slide .slide-photo {
    padding-top: 690px;
    width: 786px;
  }
}
@media screen and (max-width: 768px) {
  #cover.home #cover-slide .slide-photo.slide-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-0.jpg");
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-slide .slide-photo.slide-0 {
    background-position: 0 0;
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-wide.jpg");
  }
}
@media screen and (max-width: 768px) {
  #cover.home #cover-slide .slide-photo.slide-1 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-1.jpg");
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-slide .slide-photo.slide-1 {
    background-position: -786px 0;
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-wide.jpg");
  }
}
@media screen and (max-width: 768px) {
  #cover.home #cover-slide .slide-photo.slide-2 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-2.jpg");
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-slide .slide-photo.slide-2 {
    background-position: -1572px 0;
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-wide.jpg");
  }
}
@media screen and (max-width: 768px) {
  #cover.home #cover-slide .slide-photo.slide-3 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-3.jpg");
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-slide .slide-photo.slide-3 {
    background-position: -2358px 0;
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-wide.jpg");
  }
}
#cover.home #cover-bubble {
  z-index: 100;
  position: absolute;
  top: 0;
  width: 100%;
}
#cover.home #cover-bubble .swiper-slide {
  opacity: 0 !important;
}
#cover.home #cover-bubble .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
#cover.home #cover-bubble .bubble {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cover.home #cover-bubble .bubble {
    padding-top: 540px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-bubble .bubble {
    padding-top: 690px;
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  #cover.home #cover-bubble .bubble.bubble-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-bubble-0.png");
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-bubble .bubble.bubble-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-bubble-0-wide.png");
  }
}
@media screen and (max-width: 768px) {
  #cover.home #cover-bubble .bubble.bubble-1 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-bubble-1.png");
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-bubble .bubble.bubble-1 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-bubble-1-wide.png");
  }
}
@media screen and (max-width: 768px) {
  #cover.home #cover-bubble .bubble.bubble-2 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-bubble-2.png");
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-bubble .bubble.bubble-2 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/home-bubble-2-wide.png");
  }
}
#cover.home #cover-text {
  z-index: 102;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cover.home #cover-text {
    top: 380px;
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-text {
    top: 485px;
  }
}
@media screen and (max-width: 768px) {
  #cover.home #cover-text .hero-logo img {
    width: 240px;
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-text .hero-logo img {
    width: 310px;
  }
  .en #cover.home #cover-text .hero-logo img, .cmn-hans #cover.home #cover-text .hero-logo img, .cmn-hant #cover.home #cover-text .hero-logo img {
    width: 240px;
  }
}
#cover.home #cover-button {
  z-index: 103;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cover.home #cover-button {
    top: 460px;
  }
}
@media screen and (min-width: 769px) {
  #cover.home #cover-button {
    top: 585px;
  }
}
#cover.home #cover-button .modal {
  background: #FEBC32;
  padding: 0.75em 3em 0.7em 3em;
  border-radius: 10em;
  position: relative;
}
#cover.home #cover-button .modal::after {
  transition: all 0.2s;
}
#cover.home #cover-button .modal:hover::after {
  width: 18px;
  height: 18px;
}
#cover.home #cover-button .modal:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#cover.home #cover-button .modal:hover::after {
  right: 6px;
}

#cover.landing #cover-slide {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #cover.landing #cover-slide .swiper-container {
    width: 100%;
    max-width: 786px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
}
#cover.landing #cover-slide .slide-photo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cover.landing #cover-slide .slide-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 500px;
  }
  .case-hibi-akagire #cover.landing #cover-slide .slide-photo.slide-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/case-hibi-akagire.jpg");
  }
  .case-kirikizu-surikizu #cover.landing #cover-slide .slide-photo.slide-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/case-kirikizu-surikizu.jpg");
  }
  .case-nikibi-fukidemono #cover.landing #cover-slide .slide-photo.slide-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/case-nikibi-fukidemono-202211.jpg");
  }
  .case-karuiyakedo #cover.landing #cover-slide .slide-photo.slide-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/case-karuiyakedo.jpg");
  }
  .case-mizumushi #cover.landing #cover-slide .slide-photo.slide-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/case-mizumushi.jpg");
  }
  .download #cover.landing #cover-slide .slide-photo.slide-0 {
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/download.jpg");
  }
}
@media screen and (min-width: 769px) {
  #cover.landing #cover-slide .slide-photo {
    padding-top: 630px;
    width: 786px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/cover/case-wide-202304.jpg");
  }
  .case-hibi-akagire #cover.landing #cover-slide .slide-photo.slide-0 {
    background-position: -786px 0;
  }
  .case-hibi-akagire #cover.landing #cover-slide .slide-photo.slide-1 {
    background-position: -1572px 0;
  }
  .case-hibi-akagire #cover.landing #cover-slide .slide-photo.slide-2 {
    background-position: -2358px 0;
  }
  .case-hibi-akagire #cover.landing #cover-slide .slide-photo.slide-3 {
    background-position: -3144px 0;
  }
  .case-hibi-akagire #cover.landing #cover-slide .slide-photo.slide-4 {
    background-position: -3930px 0;
  }
  .case-hibi-akagire #cover.landing #cover-slide .slide-photo.slide-5 {
    background-position: 0px 0;
  }
  .case-kirikizu-surikizu #cover.landing #cover-slide .slide-photo.slide-0 {
    background-position: -1572px 0;
  }
  .case-kirikizu-surikizu #cover.landing #cover-slide .slide-photo.slide-1 {
    background-position: -2358px 0;
  }
  .case-kirikizu-surikizu #cover.landing #cover-slide .slide-photo.slide-2 {
    background-position: -3144px 0;
  }
  .case-kirikizu-surikizu #cover.landing #cover-slide .slide-photo.slide-3 {
    background-position: -3930px 0;
  }
  .case-kirikizu-surikizu #cover.landing #cover-slide .slide-photo.slide-4 {
    background-position: 0px 0;
  }
  .case-kirikizu-surikizu #cover.landing #cover-slide .slide-photo.slide-5 {
    background-position: -786px 0;
  }
  .case-nikibi-fukidemono #cover.landing #cover-slide .slide-photo.slide-0 {
    background-position: -3144px 0;
  }
  .case-nikibi-fukidemono #cover.landing #cover-slide .slide-photo.slide-1 {
    background-position: -3930px 0;
  }
  .case-nikibi-fukidemono #cover.landing #cover-slide .slide-photo.slide-2 {
    background-position: 0px 0;
  }
  .case-nikibi-fukidemono #cover.landing #cover-slide .slide-photo.slide-3 {
    background-position: -786px 0;
  }
  .case-nikibi-fukidemono #cover.landing #cover-slide .slide-photo.slide-4 {
    background-position: -1572px 0;
  }
  .case-nikibi-fukidemono #cover.landing #cover-slide .slide-photo.slide-5 {
    background-position: -2358px 0;
  }
  .case-karuiyakedo #cover.landing #cover-slide .slide-photo.slide-0 {
    background-position: -2358px 0;
  }
  .case-karuiyakedo #cover.landing #cover-slide .slide-photo.slide-1 {
    background-position: -3144px 0;
  }
  .case-karuiyakedo #cover.landing #cover-slide .slide-photo.slide-2 {
    background-position: -3930px 0;
  }
  .case-karuiyakedo #cover.landing #cover-slide .slide-photo.slide-3 {
    background-position: 0px 0;
  }
  .case-karuiyakedo #cover.landing #cover-slide .slide-photo.slide-4 {
    background-position: -786px 0;
  }
  .case-karuiyakedo #cover.landing #cover-slide .slide-photo.slide-5 {
    background-position: -1572px 0;
  }
  .case-mizumushi #cover.landing #cover-slide .slide-photo.slide-0 {
    background-position: -3930px 0;
  }
  .case-mizumushi #cover.landing #cover-slide .slide-photo.slide-1 {
    background-position: 0px 0;
  }
  .case-mizumushi #cover.landing #cover-slide .slide-photo.slide-2 {
    background-position: -786px 0;
  }
  .case-mizumushi #cover.landing #cover-slide .slide-photo.slide-3 {
    background-position: -1572px 0;
  }
  .case-mizumushi #cover.landing #cover-slide .slide-photo.slide-4 {
    background-position: -2358px 0;
  }
  .case-mizumushi #cover.landing #cover-slide .slide-photo.slide-5 {
    background-position: -3144px 0;
  }
  .download #cover.landing #cover-slide .slide-photo.slide-0 {
    background-position: 0px 0;
  }
  .download #cover.landing #cover-slide .slide-photo.slide-1 {
    background-position: -786px 0;
  }
  .download #cover.landing #cover-slide .slide-photo.slide-2 {
    background-position: -1572px 0;
  }
  .download #cover.landing #cover-slide .slide-photo.slide-3 {
    background-position: -2358px 0;
  }
  .download #cover.landing #cover-slide .slide-photo.slide-4 {
    background-position: -3144px 0;
  }
  .download #cover.landing #cover-slide .slide-photo.slide-5 {
    background-position: -3930px 0;
  }
}

#cover.history {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://www.otsuka.co.jp/ohn/images/cover/history.jpg");
}

@media screen and (min-width: 1280px) {
  #aside #aside-container {
    display: block;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  #aside #aside-container:before {
    content: "";
    display: block;
    clear: both;
  }
  #aside #aside-container:after {
    content: "";
    display: block;
    clear: both;
  }
  #aside #aside-container .wrapper {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #aside .photo.window {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #aside .photo.window {
    padding-top: 429px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/window.jpg");
  }
}
@media screen and (min-width: 769px) {
  #aside .photo.window {
    padding-top: 715px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/window-wide.jpg");
  }
}
@media screen and (max-width: 768px) {
  #aside #efficacy {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #aside #efficacy {
    margin-bottom: 80px;
  }
}
#aside #efficacy ul {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ja #aside #efficacy li {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja #aside #efficacy li {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  #aside #aside-banner {
    margin-top: 60px;
  }
  #aside #aside-banner .nav {
    display: block;
    padding: 0 30px;
  }
}
@media screen and (min-width: 769px) {
  #aside #aside-banner {
    display: block;
    padding: 0 20px;
    max-width: 1240px;
    margin: 90px auto 20px auto;
  }
  #aside #aside-banner:before {
    content: "";
    display: block;
    clear: both;
  }
  #aside #aside-banner:after {
    content: "";
    display: block;
    clear: both;
  }
  #aside #aside-banner .banner {
    width: 32%;
  }
  .ja #aside #aside-banner .banner {
    float: left;
  }
  .ja #aside #aside-banner .banner#instagram, .ja #aside #aside-banner .banner#cm {
    margin-right: 2%;
  }
  .en #aside #aside-banner .banner#history {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1279px) {
  .en #aside #aside-banner .banner#history a {
    height: 296px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  .en #aside #aside-banner .banner#history a {
    height: 206px;
  }
}
@media screen and (min-width: 769px) {
  .en #aside #aside-banner .banner#history img {
    width: 33%;
  }
}
@media screen and (min-width: 769px) {
  .en #aside #aside-banner .banner#history .show-for-medium-up img {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .en #aside #aside-banner .banner#history {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .cmn-hant #aside #aside-banner .banner {
    float: left;
  }
  .cmn-hant #aside #aside-banner .banner#officialsite-hk {
    margin-right: 2%;
    margin-left: 16%;
  }
}
@media screen and (min-width: 769px) {
  #aside #aside-banner .nav {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #aside #aside-banner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #aside #aside-nav .nav {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #aside #aside-nav {
    margin: 0 20px;
  }
  #aside #aside-nav .nav {
    display: block;
    display: block;
    max-width: 1240px;
    margin: 0 auto;
    background: #f2f6d2;
    padding: 40px 0;
    border-radius: 10px;
  }
  #aside #aside-nav .nav:before {
    content: "";
    display: block;
    clear: both;
  }
  #aside #aside-nav .nav:after {
    content: "";
    display: block;
    clear: both;
  }
  #aside #aside-nav .nav ul {
    float: left;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1279px) {
  #aside #aside-nav .nav ul {
    width: 49.5%;
  }
  #aside #aside-nav .nav ul:nth-child(2) {
    clear: left;
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  #aside #aside-nav .nav ul {
    width: 33%;
    border-left: 2px solid #fff;
  }
  #aside #aside-nav .nav ul:first-child {
    border: none;
  }
}
@media screen and (min-width: 769px) {
  #aside #aside-nav .nav ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #aside #aside-nav .nav ul a {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
    display: block;
    position: relative;
  }
  #aside #aside-nav .nav ul a:after {
    transition: all 0.2s ease;
  }
  #aside #aside-nav .nav ul a.link::after {
    float: left;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  #aside #aside-nav .nav ul a.link:hover::after {
    right: 35px;
  }
  #aside #aside-nav .nav ul a.link::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 21px;
    height: 27px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/icon/file.png");
    margin-right: 10px;
    margin-top: -7px;
  }
  #aside #aside-nav .nav ul a.modal::after {
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  #aside .photo.picnic {
    padding-top: 450px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/picnic-202211.jpg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #aside .photo.picnic {
    padding-top: 50%;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/picnic-202211.jpg");
  }
}
@media screen and (min-width: 1280px) {
  #aside .photo.picnic {
    padding-top: 580px;
    width: 50%;
    float: left;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/picnic-wide-202211.jpg");
  }
}
#aside #faq {
  background: #f1f2e3;
  padding-top: 50px;
}
#aside #faq ul {
  padding-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1279px) {
  #aside #faq ul {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  #aside #faq ul {
    padding-bottom: 40px;
  }
}
#aside #faq ul li {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .ja #aside #faq ul li {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja #aside #faq ul li {
    letter-spacing: 0.15em;
  }
}
#aside #faq ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #aside #faq {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #aside #faq {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  #aside #faq {
    padding-bottom: 100px;
    margin-top: 80px;
    width: 41.67%;
    float: right;
    margin-bottom: 100px;
  }
}
#aside #lineup {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ja #aside #lineup {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja #aside #lineup {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 1279px) {
  #aside #lineup {
    margin: 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  #aside #lineup {
    margin-top: 40px;
    width: 58%;
    float: left;
    position: absolute;
    top: 585px;
  }
}
#aside #lineup h2 + p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #aside #lineup a img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #aside #lineup a img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #aside #lineup a img {
    width: 100%;
    max-width: 660px;
  }
}
#aside #lineup .modal {
  margin-top: 20px;
  display: inline-block;
  background: #FEBC32;
  padding: 0.84em 0 0.84em 0;
  border-radius: 10em;
  position: relative;
}
#aside #lineup .modal::after {
  transition: all 0.2s;
}
#aside #lineup .modal:hover::after {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1279px) {
  #aside #lineup .modal {
    width: 20em;
  }
}
@media screen and (min-width: 1280px) {
  #aside #lineup .modal {
    width: 24em;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
#aside #lineup .modal::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#aside #lineup .modal:hover::after {
  right: 6px;
}
#aside #lineup .lineup-emergency {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
#aside #lineup .lineup-emergency:before {
  content: "";
  display: block;
  clear: both;
}
#aside #lineup .lineup-emergency:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  #aside #lineup .lineup-emergency {
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup .lineup-emergency {
    max-width: 400px;
  }
}
#aside #lineup .lineup-emergency .bag {
  float: left;
}
@media screen and (max-width: 768px) {
  #aside #lineup .lineup-emergency .bag {
    width: 45%;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup .lineup-emergency .bag {
    width: 210px;
  }
}
#aside #lineup .lineup-emergency .bubble {
  float: right;
  width: 170px;
  position: relative;
  height: 111px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/illustration/lineup-bubble.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #aside #lineup .lineup-emergency .bubble {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup .lineup-emergency .bubble {
    margin-top: 45px;
    left: -13%;
  }
}
#aside #lineup .lineup-emergency .bubble p {
  margin-top: 52px;
  margin-left: 20px;
  line-height: 1.3;
  transform: rotate(-11deg);
}
@media screen and (max-width: 768px) {
  #aside #lineup .lineup-emergency .bubble p {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup .lineup-emergency .bubble p {
    font-size: 13px;
  }
}
#aside #lineup #mothers-selection {
  display: block;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
#aside #lineup #mothers-selection:before {
  content: "";
  display: block;
  clear: both;
}
#aside #lineup #mothers-selection:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  #aside #lineup #mothers-selection {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup #mothers-selection {
    background-image: url("https://www.otsuka.co.jp/ohn/images/mothers-selection/award-wide.png");
    text-align: left;
    margin-top: 70px;
    margin-bottom: 70px;
    width: 658px;
    height: 154px;
  }
}
@media screen and (max-width: 768px) {
  #aside #lineup #mothers-selection img {
    width: 93px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup #mothers-selection img {
    margin-left: 50px;
    margin-top: 25px;
    width: 100px;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  #aside #lineup #mothers-selection .text {
    background-image: url("https://www.otsuka.co.jp/ohn/images/mothers-selection/award.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 19vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup #mothers-selection .text {
    float: left;
    margin-left: 105px;
    margin-top: 25px;
  }
}
#aside #lineup #mothers-selection p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #aside #lineup #mothers-selection p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup #mothers-selection p {
    font-size: 14px;
    line-height: 1.8;
  }
}
#aside #lineup #mothers-selection p strong {
  font-size: 120%;
  background: linear-gradient(transparent 70%, #c9406d 0%);
}
#aside #lineup #mothers-selection p a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #aside #lineup #mothers-selection p a {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  #aside #lineup #mothers-selection p a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #aside .photo.hairsalon {
    padding-top: 460px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/hairsalon.jpg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #aside .photo.hairsalon {
    padding-top: 50%;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/hairsalon.jpg");
  }
}
@media screen and (min-width: 1280px) {
  #aside .photo.hairsalon {
    margin-top: 50px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/hairsalon-wide.jpg");
    width: 41.67%;
    float: right;
    margin-left: 58.33%;
    padding-top: 500px;
  }
}
#aside .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#aside .nav ul:before, #aside .nav ul:after {
  content: " ";
  display: table;
}
#aside .nav ul:after {
  clear: both;
}
#aside .nav ul > li,
#aside .nav ul > a,
#aside .nav ul > span,
#aside .nav ul > img {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  border: none;
  line-height: 1;
}
#aside .nav ul li {
  width: 100%;
  clear: both;
}
#aside .nav ul a {
  padding: 1.5em 0;
  display: block;
  width: 100%;
  position: relative;
}
#aside .nav ul a:hover {
  text-decoration: underline;
}
#aside .nav ul a:after {
  transition: all 0.2s ease;
}
.en #aside .nav ul a {
  font-size: 15px;
  line-height: 1.25;
}
#aside .nav ul a.link span {
  margin-left: 30px;
  display: block;
  line-height: 1.25;
  margin-top: -2px;
}
#aside .nav ul a.link::after {
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
#aside .nav ul a.link:hover::after {
  right: -5px;
}
#aside .nav ul a.link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 27px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/file.png");
  float: left;
}
#aside .nav ul a.modal::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/modal.svg");
  float: right;
  margin-top: -3px;
  margin-left: 5px;
}
#aside #instagram {
  text-align: center;
}
#aside #instagram .overlay {
  background: rgba(0, 0, 0, 0.2);
}
#aside #instagram .text span {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #aside #instagram .text img {
    width: 170px;
    margin-top: -3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #aside #instagram .text img {
    margin-top: 10px;
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  #aside #instagram .text img {
    width: 200px;
  }
}
#aside #cm {
  text-align: center;
}
#aside #cm .text {
  padding-top: 0.25em;
}
#aside #cm .text span {
  display: block;
  white-space: nowrap;
}
#aside #cm .text span.lead {
  margin-top: 2px;
  margin-bottom: 3px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #aside #cm .text span.lead {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #aside #cm .text span.lead {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  #aside #cm .text span.lead {
    font-size: 15px;
  }
}
#aside #cm .text span.title {
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  #aside #cm .text span.title {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #aside #cm .text span.title {
    font-size: 27px;
  }
}
@media screen and (min-width: 1280px) {
  #aside #cm .text span.title {
    font-size: 30px;
  }
}
#aside #officialsite-hk {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://www.otsuka.co.jp/ohn/images/banner/officialsite-hk.jpg");
  text-align: center;
}
#aside #officialsite-hk a {
  background-color: rgba(0, 0, 0, 0.3);
}
#aside #officialsite-hk .text {
  margin-left: 0;
}
#aside #officialsite-hk .text span {
  display: block;
  white-space: nowrap;
}
#aside #officialsite-hk .text span.title {
  font-size: 20px;
}
#aside #facebook-hk {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://www.otsuka.co.jp/ohn/images/banner/facebook-hk.jpg");
}
#aside #facebook-hk a {
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #aside #facebook-hk .icon {
    width: 40px;
  }
}
@media screen and (min-width: 769px) {
  #aside #facebook-hk .icon {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  #aside #facebook-hk .text {
    margin-left: 50px;
  }
}
@media screen and (min-width: 769px) {
  #aside #facebook-hk .text {
    margin-left: 50px;
  }
}
#aside #facebook-hk .text span {
  display: block;
  white-space: nowrap;
  font-weight: bold;
}
#aside #facebook-hk .text span.title {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 4px;
}
#aside #history {
  text-align: center;
}
#aside #history a {
  background: #FEBC32;
}
#aside #history a img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #aside #history a img {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (min-width: 769px) {
  #aside #history a img {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  #aside .photo.bedroom {
    margin-top: 20px;
    padding-top: 429px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/bedroom.jpg");
    background-position: bottom;
  }
}
@media screen and (min-width: 1280px) {
  #aside .photo.bedroom {
    margin-top: 60px;
    padding-top: 715px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/wall/bedroom-wide.jpg");
  }
}

#footer {
  text-align: center;
}
#footer p#topagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
#footer p#topagetop a {
  display: block;
  border-radius: 10em;
  padding: 1.5em 0 0.5em 0;
  line-height: 1;
  width: 4em;
  height: 2em;
  background: #FEBC32;
  color: #fff;
}
#footer p#backhome {
  display: none;
  margin-bottom: 80px;
}
#footer p#backhome a {
  display: inline-block;
  width: 18em;
  background: #FEBC32;
  padding: 0.84em 0 0.84em 0;
  border-radius: 10em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ja #footer p#backhome a {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja #footer p#backhome a {
    letter-spacing: 0.15em;
  }
}
#footer p#backhome a:after {
  transition: all 0.2s ease;
}
#footer p#backhome a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#footer p#backhome a:hover::after {
  right: 0;
}
.history #footer p#backhome, .download #footer p#backhome {
  display: block;
}

@media screen and (max-width: 768px) {
  #otsuka-nav {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  #otsuka-nav {
    padding-top: 10px;
  }
}
#otsuka-nav p.logo {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #otsuka-nav p.logo {
    text-align: center;
  }
  #otsuka-nav p.logo img {
    width: 200px;
  }
}
@media screen and (min-width: 769px) {
  #otsuka-nav p.logo {
    float: right;
  }
  #otsuka-nav p.logo img {
    width: 120px;
  }
}
#otsuka-nav p.copyright {
  font-size: 10px !important;
}
@media screen and (max-width: 768px) {
  #otsuka-nav p.copyright {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  #otsuka-nav p.copyright {
    float: right;
    margin: 0;
    line-height: 1;
  }
  #otsuka-nav p.copyright a {
    display: inline-block;
  }
}
#otsuka-nav ul li {
  margin-bottom: 2em;
}
#otsuka-nav ul a {
  display: inline-block;
}
#otsuka-nav ul a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #otsuka-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  #otsuka-nav ul:before, #otsuka-nav ul:after {
    content: " ";
    display: table;
  }
  #otsuka-nav ul:after {
    clear: both;
  }
  #otsuka-nav ul > li,
#otsuka-nav ul > a,
#otsuka-nav ul > span,
#otsuka-nav ul > img {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border: none;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #otsuka-nav div.outer:first-child ul {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #otsuka-nav div.outer:first-child li {
    margin-right: 1em;
  }
  #otsuka-nav div.outer:first-child li a {
    font-size: 16px;
    padding: 0.5em 0;
  }
}
#otsuka-nav div.outer:last-child {
  text-align: center;
}
#otsuka-nav div.outer:last-child a {
  font-size: 11px;
  color: #828282;
}
@media screen and (max-width: 768px) {
  #otsuka-nav div.outer:last-child a {
    font-size: 12px;
    color: #333;
  }
  #otsuka-nav div.outer:last-child ul {
    margin-top: 1.5em;
  }
  #otsuka-nav div.outer:last-child ul li {
    display: inline;
    line-height: 1;
  }
  #otsuka-nav div.outer:last-child ul li a {
    display: inline-block;
    padding: 0.75em 0.5em;
  }
}
@media screen and (min-width: 769px) {
  #otsuka-nav div.outer:last-child li {
    margin-right: 0.5em;
  }
  #otsuka-nav div.outer:last-child a {
    padding: 1em 0;
  }
}
@media screen and (min-width: 769px) {
  #otsuka-nav div.outer:first-child {
    background: #fff;
  }
  #otsuka-nav div.outer:last-child {
    background: #eeeeee;
  }
  #otsuka-nav div.inner {
    display: block;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #otsuka-nav div.inner:before {
    content: "";
    display: block;
    clear: both;
  }
  #otsuka-nav div.inner:after {
    content: "";
    display: block;
    clear: both;
  }
}

#header {
  position: relative;
  position: absolute;
}
#header:before, #header:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header:after {
    top: 55px;
    height: 28px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/header-bottom.svg");
  }
}
@media screen and (min-width: 769px) {
  #header:after {
    top: 92px;
    height: 12px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/header-bottom-wide.svg");
  }
}

#nav #nav-header {
  position: relative;
}
#nav #nav-header:before, #nav #nav-header:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
#nav #nav-header:after {
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  #nav #nav-header:after {
    height: 35px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/nav-top.svg");
  }
}
@media screen and (min-width: 769px) {
  #nav #nav-header:after {
    height: 35px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/nav-top-wide.svg");
  }
}

#cover.home, #cover.landing {
  position: relative;
}
#cover.home:before, #cover.home:after, #cover.landing:before, #cover.landing:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
#cover.home:after, #cover.landing:after {
  bottom: 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #cover.home:after, #cover.landing:after {
    height: 30px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/cover-bottom.svg");
  }
}
@media screen and (min-width: 769px) {
  #cover.home:after, #cover.landing:after {
    height: 52px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/cover-bottom-wide.svg");
  }
}
@media screen and (max-width: 768px) {
  #cover.home:after {
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/cover-bottom.svg");
  }
}
@media screen and (max-width: 768px) {
  #cover.landing:after {
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/cover-bottom-landing.svg");
  }
}

#case.landing {
  position: relative;
}
#case.landing:before, #case.landing:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
#case.landing:before {
  top: 0;
}
@media screen and (max-width: 768px) {
  #case.landing:before {
    height: 28px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/case-top.svg");
  }
}
@media screen and (min-width: 769px) {
  #case.landing:before {
    height: 28px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/case-top-wide.svg");
  }
}

#aside .photo.window {
  position: relative;
}
#aside .photo.window:before, #aside .photo.window:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
#aside .photo.window:before {
  top: 0;
}
@media screen and (max-width: 1279px) {
  #aside .photo.window:before {
    height: 28px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/window-top.svg");
  }
}
@media screen and (min-width: 1280px) {
  #aside .photo.window:before {
    height: 80px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/window-top-wide.svg");
  }
}
#aside .photo.window:after {
  bottom: 0;
}
@media screen and (max-width: 1279px) {
  #aside .photo.window:after {
    height: 40px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/window-bottom.svg");
  }
}
@media screen and (min-width: 1280px) {
  #aside .photo.window:after {
    height: 80px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/window-bottom-wide.svg");
  }
}
#aside .photo.picnic {
  position: relative;
}
#aside .photo.picnic:before, #aside .photo.picnic:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #aside .photo.picnic::before, #aside .photo.picnic::after {
    width: 100.3% !important;
  }
}
#aside .photo.picnic .icon {
  position: absolute;
  left: 60%;
  top: 53%;
}
@media screen and (max-width: 768px) {
  #aside .photo.picnic .icon {
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  #aside .photo.picnic .icon {
    width: 140px;
  }
}
#aside .photo.picnic:before {
  top: 0;
}
@media screen and (max-width: 1279px) {
  #aside .photo.picnic:before {
    height: 38px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/picnic-top.svg");
  }
}
@media screen and (min-width: 1280px) {
  #aside .photo.picnic:before {
    height: 34px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/picnic-top-wide.svg");
  }
}
#aside .photo.picnic:after {
  bottom: 0;
}
@media screen and (min-width: 1280px) {
  #aside .photo.picnic:after {
    height: 51px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/picnic-bottom-wide.svg");
  }
}
#aside #faq {
  position: relative;
}
#aside #faq:before, #aside #faq:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
#aside #faq:before {
  top: 0;
}
@media screen and (min-width: 1280px) {
  #aside #faq:before {
    height: 64px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/faq-top-wide.svg");
  }
}
#aside #faq:after {
  bottom: 0;
}
@media screen and (max-width: 1279px) {
  #aside #faq:after {
    height: 45px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/faq-bottom.svg");
  }
}
@media screen and (min-width: 1280px) {
  #aside #faq:after {
    height: 74px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/faq-bottom-wide.svg");
  }
}
#aside .photo.hairsalon {
  position: relative;
  position: relative;
}
#aside .photo.hairsalon:before, #aside .photo.hairsalon:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #aside .photo.hairsalon::before, #aside .photo.hairsalon::after {
    width: 100.3% !important;
  }
}
#aside .photo.hairsalon:before {
  top: 0;
}
@media screen and (max-width: 1279px) {
  #aside .photo.hairsalon:before {
    height: 55px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/hairsalon-top.svg");
  }
}
@media screen and (min-width: 1280px) {
  #aside .photo.hairsalon:before {
    height: 55px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/hairsalon-top-wide.svg");
  }
}
#aside .photo.hairsalon:before, #aside .photo.hairsalon:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
#aside .photo.hairsalon:after {
  bottom: 0;
}
@media screen and (max-width: 1279px) {
  #aside .photo.hairsalon:after {
    height: 53px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/hairsalon-bottom.svg");
  }
}
@media screen and (min-width: 1280px) {
  #aside .photo.hairsalon:after {
    height: 65px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/hairsalon-bottom-wide.svg");
  }
}

.case-hibi-akagire #aside .photo.window:before,
.case-kirikizu-surikizu #aside .photo.window:before,
.case-nikibi-fukidemono #aside .photo.window:before,
.case-karuiyakedo #aside .photo.window:before {
  top: 0;
}
@media screen and (max-width: 1279px) {
  .case-hibi-akagire #aside .photo.window:before,
.case-kirikizu-surikizu #aside .photo.window:before,
.case-nikibi-fukidemono #aside .photo.window:before,
.case-karuiyakedo #aside .photo.window:before {
    height: 37px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/window-top-landing.svg");
  }
}
@media screen and (min-width: 1280px) {
  .case-hibi-akagire #aside .photo.window:before,
.case-kirikizu-surikizu #aside .photo.window:before,
.case-nikibi-fukidemono #aside .photo.window:before,
.case-karuiyakedo #aside .photo.window:before {
    height: 37px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/window-top-landing-wide.svg");
  }
}

.modal-content {
  position: relative;
}
.modal-content:before, .modal-content:after {
  z-index: 50;
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
.modal-content:before {
  top: 0;
}
@media screen and (max-width: 768px) {
  .modal-content:before {
    height: 38px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/modal-top.svg");
    margin-left: -1.5em;
  }
}
@media screen and (min-width: 769px) {
  .modal-content:before {
    height: 38px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/modal-top-wide.svg");
    margin-left: -4em;
  }
}
.modal-content:after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-content:after {
    height: 35px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/modal-bottom.svg");
    margin-left: -1.5em;
  }
}
@media screen and (min-width: 769px) {
  .modal-content:after {
    height: 35px;
    background-image: url("https://www.otsuka.co.jp/ohn/images/triangle/modal-bottom-wide.svg");
    margin-left: -4em;
  }
}

@media screen and (min-width: 769px) {
  #case.home {
    margin-top: 30px;
  }
}
#case.home ul {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
#case.home li a {
  display: block;
}
#case.home li a:hover h3::after {
  right: 8px;
}
@media screen and (min-width: 769px) {
  #case.home li a:hover img {
    transform: scale(1.035);
    transition: 0.2s all ease-in-out;
  }
}
#case.home li h3 {
  margin: 0;
  background: #FEBC32;
  line-height: 1.2;
  border-radius: 10em;
  color: #000;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ja #case.home li h3 {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja #case.home li h3 {
    letter-spacing: 0.15em;
  }
}
#case.home li h3:after {
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  #case.home li h3 {
    padding: 1em 33px 0.95em 1.25em;
  }
  .en #case.home li h3 {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  #case.home li h3 {
    font-size: 16px;
    padding: 1em 33px 0.8em 1.25em;
  }
}
#case.home li h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media screen and (max-width: 768px) {
  #case.home ul {
    max-width: 650px;
  }
  #case.home li {
    margin-top: -2%;
  }
  #case.home li:first-child {
    margin-top: 0;
  }
  #case.home li a {
    display: block;
    position: relative;
  }
  #case.home li a:before {
    content: "";
    display: block;
    clear: both;
  }
  #case.home li a:after {
    content: "";
    display: block;
    clear: both;
  }
  #case.home li h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  #case.home li img {
    position: relative;
    width: 55%;
  }
  #case.home li.hibi-akagire h3 {
    left: 50%;
    margin-left: -10px;
  }
  #case.home li.hibi-akagire img {
    left: 0;
    float: left;
  }
  .cmn-hans #case.home li.hibi-akagire h3, .cmn-hant #case.home li.hibi-akagire h3 {
    margin-left: -5px;
  }
  .cmn-hans #case.home li.hibi-akagire img, .cmn-hant #case.home li.hibi-akagire img {
    left: 10px;
  }
  #case.home li.kirikizu-surikizu h3 {
    right: 50%;
  }
  .ja #case.home li.kirikizu-surikizu h3 {
    margin-right: -40px;
  }
  .en #case.home li.kirikizu-surikizu h3 {
    margin-right: 0;
  }
  .cmn-hans #case.home li.kirikizu-surikizu h3, .cmn-hant #case.home li.kirikizu-surikizu h3 {
    margin-right: 0;
  }
  #case.home li.kirikizu-surikizu img {
    right: 20px;
    float: right;
  }
  .cmn-hans #case.home li.kirikizu-surikizu img, .cmn-hant #case.home li.kirikizu-surikizu img {
    margin-right: 20px;
  }
  #case.home li.nikibi-fukidemono h3 {
    margin-top: 20px;
    left: 50%;
  }
  .ja #case.home li.nikibi-fukidemono h3 {
    margin-left: -10px;
  }
  .en #case.home li.nikibi-fukidemono h3 {
    white-space: nowrap;
    right: 10px;
    left: auto;
  }
  #case.home li.nikibi-fukidemono img {
    left: 20px;
    float: left;
  }
  .en #case.home li.nikibi-fukidemono img {
    left: -5px;
  }
  .cmn-hans #case.home li.nikibi-fukidemono img, .cmn-hant #case.home li.nikibi-fukidemono img {
    left: 30px;
  }
  #case.home li.karuiyakedo h3 {
    margin-top: 30px;
    right: 50%;
    margin-right: 0;
  }
  .cmn-hans #case.home li.karuiyakedo h3, .cmn-hant #case.home li.karuiyakedo h3 {
    margin-right: 10px;
  }
  #case.home li.karuiyakedo img {
    right: 20px;
    float: right;
    margin-right: -25px;
  }
  .cmn-hans #case.home li.karuiyakedo img, .cmn-hant #case.home li.karuiyakedo img {
    margin-right: -15px;
  }
}
@media screen and (min-width: 769px) {
  #case.home ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #case.home ul:before, #case.home ul:after {
    content: " ";
    display: table;
  }
  #case.home ul:after {
    clear: both;
  }
  #case.home ul > li,
#case.home ul > a,
#case.home ul > span,
#case.home ul > img {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border: none;
    line-height: 1;
  }
  #case.home li {
    text-align: center;
  }
  #case.home h3 {
    display: inline-block;
  }
  #case.home img {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #case.home ul {
    max-width: 640px;
  }
  #case.home li {
    width: 320px;
  }
  #case.home img {
    width: 260px;
  }
}
@media screen and (min-width: 1280px) {
  #case.home ul {
    max-width: 1280px;
  }
  #case.home li {
    width: 320px;
  }
  #case.home img {
    width: 260px;
  }
}

#description {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #description {
    margin: 0 0 4em 0;
  }
}
@media screen and (min-width: 769px) {
  #description {
    margin: 5.5em 0 4.5em 0;
  }
}
#description p {
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .ja #description p {
    text-align: center;
  }
}

#ouchitube-points {
  width: 600px;
  display: none;
}
#ouchitube-points img {
  width: 100%;
  display: block;
}

#scene li {
  display: block;
  position: relative;
}
#scene li:before {
  content: "";
  display: block;
  clear: both;
}
#scene li:after {
  content: "";
  display: block;
  clear: both;
}
#scene p {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .ja #scene p {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja #scene p {
    letter-spacing: 0.15em;
  }
}
#scene p strong {
  border-bottom: 2px solid #FEBC32;
  padding-bottom: 0.125em;
}
@media screen and (max-width: 768px) {
  #scene .scene-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  #scene .scene-list:before, #scene .scene-list:after {
    content: " ";
    display: table;
  }
  #scene .scene-list:after {
    clear: both;
  }
  #scene .scene-list > li,
#scene .scene-list > a,
#scene .scene-list > span,
#scene .scene-list > img {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border: none;
    line-height: 1;
  }
  #scene li {
    width: 100%;
    margin-top: -10% !important;
  }
  #scene li:first-child {
    margin-top: 0 !important;
  }
  #scene li p {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  .en #scene li p {
    font-size: 13px;
  }
  #scene li img {
    position: relative;
    width: 60%;
  }
  #scene li:nth-child(1) p, #scene li:nth-child(3) p {
    left: 50%;
    margin-left: 30px;
  }
  #scene li:nth-child(1) img, #scene li:nth-child(3) img {
    left: 0;
  }
  #scene li:nth-child(2) p, #scene li:nth-child(4) p {
    right: 50%;
    margin-right: 0;
  }
  #scene li:nth-child(2) img, #scene li:nth-child(4) img {
    left: 45%;
    margin-left: 0;
  }
  #scene li.hibi-akagire-0 p {
    margin-left: 30px;
  }
  .cmn-hans #scene li.hibi-akagire-0, .cmn-hant #scene li.hibi-akagire-0 {
    margin-left: 2%;
  }
  #scene li.hibi-akagire-1 img {
    margin-left: -20px;
  }
  #scene li.hibi-akagire-3 p {
    margin-right: -3%;
    top: 43%;
  }
  #scene li.hibi-akagire-3 img {
    margin-left: -20px;
  }
  .en #scene li.hibi-akagire-3 p {
    top: 41%;
    width: 45%;
  }
  .en #scene li.hibi-akagire-3 img {
    margin-left: -10px;
  }
  .cmn-hans #scene li.hibi-akagire-3, .cmn-hant #scene li.hibi-akagire-3 {
    margin-left: -4%;
  }
  .ja #scene li.nikibi-fukidemono-0 p {
    left: 46%;
  }
  .en #scene li.nikibi-fukidemono-0 p {
    margin-left: 3%;
  }
  .en #scene li.nikibi-fukidemono-0 img {
    margin-left: 20px;
  }
  .cmn-hans #scene li.nikibi-fukidemono-0 p, .cmn-hant #scene li.nikibi-fukidemono-0 p {
    margin-left: 4%;
  }
  .cmn-hans #scene li.nikibi-fukidemono-0 img, .cmn-hant #scene li.nikibi-fukidemono-0 img {
    margin-left: 10px;
  }
  .ja #scene li.nikibi-fukidemono-1 {
    margin-left: -9%;
  }
  .en #scene li.nikibi-fukidemono-1 p {
    margin-right: 10%;
  }
  .en #scene li.nikibi-fukidemono-1 img {
    margin-left: -40px;
  }
  .cmn-hans #scene li.nikibi-fukidemono-1 p, .cmn-hant #scene li.nikibi-fukidemono-1 p {
    margin-right: 5%;
  }
  .cmn-hans #scene li.nikibi-fukidemono-1 img, .cmn-hant #scene li.nikibi-fukidemono-1 img {
    margin-left: -20px;
  }
  .en #scene li.nikibi-fukidemono-3 p {
    margin-left: 4%;
  }
  .en #scene li.nikibi-fukidemono-3 img {
    margin-left: 10px;
  }
  .cmn-hans #scene li.nikibi-fukidemono-3 p, .cmn-hant #scene li.nikibi-fukidemono-3 p {
    margin-left: 3%;
  }
  .cmn-hans #scene li.nikibi-fukidemono-3 img, .cmn-hant #scene li.nikibi-fukidemono-3 img {
    margin-left: 10px;
  }
  .ja #scene li.nikibi-fukidemono-4 {
    margin-left: -2%;
  }
  .en #scene li.nikibi-fukidemono-4 p {
    margin-top: -5px;
  }
  .en #scene li.nikibi-fukidemono-4 img {
    margin-left: -20px;
  }
  .cmn-hans #scene li.nikibi-fukidemono-4, .cmn-hant #scene li.nikibi-fukidemono-4 {
    margin-left: -5%;
  }
  .ja #scene li.karuiyakedo-0 p {
    left: 53%;
    top: 55%;
  }
  .cmn-hans #scene li.karuiyakedo-0, .cmn-hant #scene li.karuiyakedo-0 {
    margin-left: 3%;
  }
  .cmn-hans #scene li.karuiyakedo-0 p, .cmn-hant #scene li.karuiyakedo-0 p {
    padding-left: 5px;
  }
  #scene li.karuiyakedo-1 {
    margin-top: -4% !important;
  }
  .ja #scene li.karuiyakedo-1 {
    margin-left: -5%;
  }
  .en #scene li.karuiyakedo-1 p {
    margin-right: 40px;
  }
  .en #scene li.karuiyakedo-1 img {
    margin-left: -40px;
  }
  .cmn-hans #scene li.karuiyakedo-1, .cmn-hant #scene li.karuiyakedo-1 {
    margin-top: 0 !important;
    margin-left: -3%;
  }
  #scene li.karuiyakedo-2 {
    margin-top: -5% !important;
  }
  .ja #scene li.karuiyakedo-2 img {
    margin-left: 10px;
  }
  .en #scene li.karuiyakedo-2 img {
    margin-left: 15px;
  }
  .cmn-hans #scene li.karuiyakedo-2 p, .cmn-hant #scene li.karuiyakedo-2 p {
    left: 47%;
  }
  .cmn-hans #scene li.karuiyakedo-2 img, .cmn-hant #scene li.karuiyakedo-2 img {
    margin-left: 2%;
  }
  .ja #scene li.karuiyakedo-3 {
    margin-left: -5%;
  }
  .ja #scene li.karuiyakedo-3 p {
    padding-right: 5px;
  }
  .en #scene li.karuiyakedo-3 {
    margin-left: -5%;
  }
  .en #scene li.karuiyakedo-3 p {
    padding-right: 5px;
  }
  .en #scene li.kirikizu-surikizu-0 p {
    margin-left: 3%;
    margin-top: -20px;
  }
  .en #scene li.kirikizu-surikizu-0 img {
    margin-left: 20px;
  }
  .cmn-hans #scene li.kirikizu-surikizu-0 p, .cmn-hant #scene li.kirikizu-surikizu-0 p {
    margin-left: 3%;
  }
  .cmn-hans #scene li.kirikizu-surikizu-0 img, .cmn-hant #scene li.kirikizu-surikizu-0 img {
    margin-left: 10px;
  }
  .en #scene li.kirikizu-surikizu-1 p {
    margin-right: 20px;
  }
  .en #scene li.kirikizu-surikizu-1 img {
    margin-left: -20px;
  }
  .cmn-hans #scene li.kirikizu-surikizu-1 img, .cmn-hant #scene li.kirikizu-surikizu-1 img {
    margin-left: -20px;
  }
  .en #scene li.kirikizu-surikizu-2 img {
    margin-left: 10px;
  }
  .cmn-hans #scene li.kirikizu-surikizu-2 p, .cmn-hant #scene li.kirikizu-surikizu-2 p {
    margin-left: 3%;
  }
  .cmn-hans #scene li.kirikizu-surikizu-2 img, .cmn-hant #scene li.kirikizu-surikizu-2 img {
    margin-left: 5px;
  }
  .en #scene li.kirikizu-surikizu-3 p {
    margin-top: -10px;
    margin-right: -5px;
  }
  .en #scene li.kirikizu-surikizu-3 img {
    margin-left: -20px;
  }
  .cmn-hans #scene li.kirikizu-surikizu-3 p, .cmn-hant #scene li.kirikizu-surikizu-3 p {
    margin-right: 3%;
    top: 46%;
  }
  .cmn-hans #scene li.kirikizu-surikizu-3 img, .cmn-hant #scene li.kirikizu-surikizu-3 img {
    margin-left: -20px;
  }
  .ja #scene li.mizumushi-0, .en #scene li.mizumushi-0 {
    margin-left: -1%;
  }
  .ja #scene li.mizumushi-0 p, .en #scene li.mizumushi-0 p {
    padding-left: 10px;
  }
  .ja #scene li.mizumushi-0 img, .en #scene li.mizumushi-0 img {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  #scene .scene-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
  }
  #scene .scene-list:before, #scene .scene-list:after {
    content: " ";
    display: table;
  }
  #scene .scene-list:after {
    clear: both;
  }
  #scene .scene-list > li,
#scene .scene-list > a,
#scene .scene-list > span,
#scene .scene-list > img {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border: none;
    line-height: 1;
  }
  .case-mizumushi #scene .scene-list {
    max-width: 320px;
  }
  #scene li {
    text-align: center;
  }
  #scene p {
    display: block;
    clear: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #scene .scene-list {
    max-width: 640px;
  }
  #scene li {
    width: 320px;
  }
  #scene li:nth-child(3) {
    clear: left;
  }
  #scene img {
    width: 260px;
  }
}
@media screen and (min-width: 1280px) {
  #scene .scene-list {
    max-width: 1280px;
  }
  #scene li {
    width: 320px;
  }
  #scene img {
    width: 260px;
  }
}

#case.landing {
  background-color: #FEBC32;
}
@media screen and (max-width: 768px) {
  #case.landing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #case.landing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#case.landing .section-title span {
  border-color: #000;
  border-bottom-width: 1px;
}
#case.landing ul {
  display: block;
  text-align: center;
  vertical-align: top;
}
#case.landing ul:before {
  content: "";
  display: block;
  clear: both;
}
#case.landing ul:after {
  content: "";
  display: block;
  clear: both;
}
#case.landing ul li {
  vertical-align: top;
}
#case.landing ul li a {
  display: block;
  text-align: center;
}
#case.landing ul li a:hover h3::after {
  right: 8px;
}
#case.landing ul li a:hover img {
  transform: scale(1.035);
  transition: 0.2s all ease-in-out;
}
#case.landing ul li h3 {
  background: #FEBC32;
  padding: 0.84em 33px 0.8em 1.25em;
  line-height: 1.2;
  border-radius: 10em;
  color: #000;
  background: #fff;
  text-align: left;
  position: relative;
  display: inline-block;
}
#case.landing ul li h3:after {
  transition: all 0.2s ease;
}
#case.landing ul li h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/arrow.svg");
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
#case.landing ul li img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  #case.landing ul {
    margin: 0 auto;
    max-width: 640px;
  }
  #case.landing ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 1em;
  }
  #case.landing ul div {
    padding: 0 0;
  }
  #case.landing ul img {
    max-width: 260px;
    width: 100%;
  }
  #case.landing ul h3 {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 768px) {
  #case.landing ul h3 {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  #case.landing ul {
    margin: 0 auto;
    max-width: 960px;
  }
  #case.landing ul li {
    display: inline-block;
    width: 320px;
  }
  #case.landing ul img {
    width: 240px;
  }
}

#about-care {
  text-align: center;
  margin: 2em 0 4em 0;
}
#about-care a {
  display: inline-block;
  padding: 0.84em 30px 0.84em 30px;
  border-radius: 12em;
  background: #FEBC32;
  position: relative;
}
#about-care a::after {
  transition: all 0.2s;
}
#about-care a:hover::after {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  #about-care a {
    width: 17em;
    max-width: 95%;
  }
}
@media screen and (min-width: 769px) {
  #about-care a {
    min-width: 22em;
  }
}
#about-care a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#about-care a:hover::after {
  right: 6px;
}

.case-hibi-akagire .case-list .hibi-akagire,
.case-kirikizu-surikizu .case-list .kirikizu-surikizu,
.case-nikibi-fukidemono .case-list .nikibi-fukidemono,
.case-karuiyakedo .case-list .karuiyakedo {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .history #header {
    background: transparent;
  }
  .history #header:after {
    display: none;
  }
}
.history #history-header h1 {
  margin: 0;
  line-height: 1;
  background: #FEBC32;
  text-align: center;
}
.history #history-header h1 img {
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .history #history-header #cover {
    padding-top: 340px;
  }
  .history #history-header h1 img.ja {
    width: 240px;
  }
  .history #history-header h1 img.en {
    width: 240px;
  }
}
@media screen and (min-width: 769px) {
  .history #history-header {
    display: block;
    margin: 80px auto 0 auto;
    width: 650px;
    background: #FEBC32;
  }
  .history #history-header:before {
    content: "";
    display: block;
    clear: both;
  }
  .history #history-header:after {
    content: "";
    display: block;
    clear: both;
  }
  .history #history-header #cover {
    width: 240px;
    padding-top: 240px;
    float: left;
  }
  .history #history-header h1 {
    margin-left: 240px;
  }
  .history #history-header h1 img {
    width: 240px;
  }
  .history #history-header h1 img.ja {
    margin-top: 68px;
  }
  .history #history-header h1 img.en {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .history .wrapper {
    width: 650px;
  }
}
.history h2 {
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .ja .history h2 {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 769px) {
  .ja .history h2 {
    letter-spacing: 0.15em;
  }
}
.en .history h2 {
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .history h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .history h2 {
    font-size: 30px;
  }
}
.history p {
  line-height: 1.75;
  margin-top: 2em;
}
.en .history p {
  line-height: 1.5;
  font-size: 15px;
}
.history p + h2 {
  margin-top: 3em;
}
.history .history-fig {
  margin: 2em 0 3em 0;
}
.history .history-fig img {
  width: 100%;
}
.history .history-fig img.border {
  border: 1px solid #e6e6e6;
}
.history .history-fig + h2 {
  margin-top: 3em;
}
.history .history-fig .history-fig-caption {
  margin: 10px 0 0 0;
  line-height: 1.5;
}
.en .history .history-fig .history-fig-caption {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .history .history-fig .history-fig-caption {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .history .history-fig .history-fig-caption {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .history .history-column {
    display: block;
  }
  .history .history-column:before {
    content: "";
    display: block;
    clear: both;
  }
  .history .history-column:after {
    content: "";
    display: block;
    clear: both;
  }
  .history .history-column .history-fig {
    width: 47%;
    float: left;
  }
  .history .history-column .history-fig:nth-child(1) {
    margin-right: 3%;
  }
  .history .history-column .history-fig:nth-child(2) {
    margin-left: 3%;
  }
}
.history p.history-caption {
  line-height: 1.5;
}
.en .history p.history-caption {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .history p.history-caption {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .history p.history-caption {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .history .history-product {
    width: 100%;
    max-width: 740px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .history .history-product {
    margin: 0 auto;
    display: block;
    max-width: 740px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.history .history-product h3 {
  text-align: center;
  line-height: 1.5;
}
.en .history .history-product h3 {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .history .history-product h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .history .history-product h3 {
    font-size: 16px;
  }
}
.history .history-product img {
  width: 100%;
}
.history .history-product .history-product-text {
  background: #f1f2e3;
}
@media screen and (max-width: 768px) {
  .history .history-product .history-product-text {
    margin: 0 10px;
    padding: 0.0025em 20px 0.5em 20px;
  }
}
@media screen and (min-width: 769px) {
  .history .history-product .history-product-text {
    padding: 0.0025em 80px 1em 80px;
  }
}

.download .section-title {
  line-height: 1.5;
}
.download .wrapper {
  padding: 2em 0;
}
.download .wrapper ul {
  margin-top: 4em;
}
.download .wrapper ul li {
  text-align: center;
  margin-bottom: 1.5em;
}
.download .wrapper ul a:hover {
  text-decoration: underline;
}
.download .wrapper ul a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 27px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/file.png");
  margin-top: -2px;
  margin-right: 8px;
}
.download .wrapper ul a::after {
  display: none;
}

.fancybox-container {
  transform: translate3d(0, 0, 0);
}

.modal-window {
  display: none;
  border-radius: 24px;
  margin: 20px;
}
.modal-window.fancybox-content {
  max-width: 900px;
  max-height: 85%;
  padding: 0;
}
.modal-window p.close {
  display: block;
}
.modal-window .modal-header {
  text-align: center;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .modal-window .modal-header img {
    max-width: 240px;
  }
}
@media screen and (min-width: 769px) {
  .modal-window .modal-header img {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .en .modal-window .modal-header img {
    max-width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .en .modal-window .modal-header img {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .modal-window .modal-content {
    padding: 60px 1.5em 60px 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .modal-window .modal-content {
    padding: 5em 4em;
  }
}
.modal-window .modal-content table,
.modal-window .modal-content th,
.modal-window .modal-content td {
  border-collapse: collapse;
  border: 1px solid #000;
}
.modal-window .modal-content table {
  width: 100%;
}
.modal-window .modal-content th,
.modal-window .modal-content td {
  padding: 0.5em;
}
.modal-window .modal-content th {
  width: 5em;
}
.modal-window .modal-footer {
  text-align: center;
  padding: 1em 0;
}
.modal-window .modal-footer span {
  display: inline-block;
  padding: 0.75em 0;
  border-radius: 10em;
  background: #FEBC32;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-window .modal-footer span {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .modal-window .modal-footer span {
    width: 20em;
  }
}
.modal-window .modal-footer span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  background-image: url("https://www.otsuka.co.jp/ohn/images/icon/close-circle.svg");
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#modal-lineup .modal-content {
  background: #FEBC32;
  padding-left: 0;
  padding-right: 0;
}
#modal-lineup .modal-content:before, #modal-lineup .modal-content:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #modal-lineup .modal-content {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #modal-lineup .modal-content {
    padding-bottom: 0;
  }
}
#modal-lineup .modal-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#modal-lineup .modal-content ul:before, #modal-lineup .modal-content ul:after {
  content: " ";
  display: table;
}
#modal-lineup .modal-content ul:after {
  clear: both;
}
#modal-lineup .modal-content ul > li,
#modal-lineup .modal-content ul > a,
#modal-lineup .modal-content ul > span,
#modal-lineup .modal-content ul > img {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  border: none;
  line-height: 1;
}
#modal-lineup .modal-content ul li {
  border-bottom: 7px solid #fff;
}
#modal-lineup .modal-content ul li img {
  display: block;
}
@media screen and (max-width: 768px) {
  #modal-lineup .modal-content ul li {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 36px;
    padding-bottom: 0;
  }
  #modal-lineup .modal-content ul li:nth-child(2) {
    padding-top: 48px;
  }
  #modal-lineup .modal-content ul li:nth-child(4) {
    margin-top: -2em;
  }
  #modal-lineup .modal-content ul li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  #modal-lineup .modal-content ul li {
    width: 50%;
    margin-bottom: 2em;
    padding-bottom: 48px;
  }
  #modal-lineup .modal-content ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
#modal-lineup .modal-content ul li img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #modal-lineup .modal-content ul li:last-child {
    clear: left;
    margin-left: 25%;
  }
}
#modal-lineup .modal-content ul li p {
  text-align: center;
}
#modal-ouchitube .modal-header {
  padding: 30px 0 20px 0;
}
#modal-ouchitube .modal-header h2 {
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #modal-ouchitube .modal-header h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  #modal-ouchitube .modal-header h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
#modal-ouchitube .modal-content {
  background: #FEF9DC;
}
#modal-ouchitube .modal-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
#modal-ouchitube .modal-content ul:before, #modal-ouchitube .modal-content ul:after {
  content: " ";
  display: table;
}
#modal-ouchitube .modal-content ul:after {
  clear: both;
}
#modal-ouchitube .modal-content ul > li,
#modal-ouchitube .modal-content ul > a,
#modal-ouchitube .modal-content ul > span,
#modal-ouchitube .modal-content ul > img {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  border: none;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #modal-ouchitube .modal-content ul {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #modal-ouchitube .modal-content ul li {
    width: 50%;
    padding: 0 2.5%;
  }
  #modal-ouchitube .modal-content ul li:nth-child(3) {
    clear: left;
  }
  #modal-ouchitube .modal-content ul li:nth-child(3), #modal-ouchitube .modal-content ul li:nth-child(4) {
    margin-top: 20px;
  }
  #modal-ouchitube .modal-content ul li img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #modal-ouchitube .modal-content ul li {
    width: 25%;
    padding: 0 1.25%;
  }
  #modal-ouchitube .modal-content ul li img {
    width: 100%;
  }
}
#modal-ouchitube .modal-content ul li p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #modal-ouchitube .modal-content ul li p {
    font-size: 11px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  #modal-ouchitube .modal-content ul li p {
    font-size: 13px;
    line-height: 1.6;
  }
}

#modal-care .modal-header,
#modal-ingredient .modal-header,
#modal-precautions .modal-header,
#modal-storage .modal-header,
#modal-usage .modal-header {
  padding: 30px 0 20px 0;
}
#modal-care .modal-header p,
#modal-ingredient .modal-header p,
#modal-precautions .modal-header p,
#modal-storage .modal-header p,
#modal-usage .modal-header p {
  margin: 0 0 0.25em 0;
}
#modal-care .modal-header h2,
#modal-care .modal-header h3,
#modal-ingredient .modal-header h2,
#modal-ingredient .modal-header h3,
#modal-precautions .modal-header h2,
#modal-precautions .modal-header h3,
#modal-storage .modal-header h2,
#modal-storage .modal-header h3,
#modal-usage .modal-header h2,
#modal-usage .modal-header h3 {
  margin: 0;
  line-height: 1.4;
}
.en #modal-care .modal-header h2,
.en #modal-care .modal-header h3,
.en #modal-ingredient .modal-header h2,
.en #modal-ingredient .modal-header h3,
.en #modal-precautions .modal-header h2,
.en #modal-precautions .modal-header h3,
.en #modal-storage .modal-header h2,
.en #modal-storage .modal-header h3,
.en #modal-usage .modal-header h2,
.en #modal-usage .modal-header h3 {
  font-weight: 400;
  line-height: 1.25;
}
.cmn-hans #modal-care .modal-header h2, .cmn-hant #modal-care .modal-header h2,
.cmn-hans #modal-care .modal-header h3,
.cmn-hant #modal-care .modal-header h3,
.cmn-hans #modal-ingredient .modal-header h2,
.cmn-hant #modal-ingredient .modal-header h2,
.cmn-hans #modal-ingredient .modal-header h3,
.cmn-hant #modal-ingredient .modal-header h3,
.cmn-hans #modal-precautions .modal-header h2,
.cmn-hant #modal-precautions .modal-header h2,
.cmn-hans #modal-precautions .modal-header h3,
.cmn-hant #modal-precautions .modal-header h3,
.cmn-hans #modal-storage .modal-header h2,
.cmn-hant #modal-storage .modal-header h2,
.cmn-hans #modal-storage .modal-header h3,
.cmn-hant #modal-storage .modal-header h3,
.cmn-hans #modal-usage .modal-header h2,
.cmn-hant #modal-usage .modal-header h2,
.cmn-hans #modal-usage .modal-header h3,
.cmn-hant #modal-usage .modal-header h3 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #modal-care .modal-header h2,
#modal-care .modal-header h3,
#modal-ingredient .modal-header h2,
#modal-ingredient .modal-header h3,
#modal-precautions .modal-header h2,
#modal-precautions .modal-header h3,
#modal-storage .modal-header h2,
#modal-storage .modal-header h3,
#modal-usage .modal-header h2,
#modal-usage .modal-header h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  #modal-care .modal-header h2,
#modal-care .modal-header h3,
#modal-ingredient .modal-header h2,
#modal-ingredient .modal-header h3,
#modal-precautions .modal-header h2,
#modal-precautions .modal-header h3,
#modal-storage .modal-header h2,
#modal-storage .modal-header h3,
#modal-usage .modal-header h2,
#modal-usage .modal-header h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
#modal-care .modal-content,
#modal-ingredient .modal-content,
#modal-precautions .modal-content,
#modal-storage .modal-content,
#modal-usage .modal-content {
  background: #ebf2ba;
}
#modal-care .modal-content h4,
#modal-ingredient .modal-content h4,
#modal-precautions .modal-content h4,
#modal-storage .modal-content h4,
#modal-usage .modal-content h4 {
  margin: 0;
  line-height: 1.5;
}
.en #modal-care .modal-content h4,
.en #modal-ingredient .modal-content h4,
.en #modal-precautions .modal-content h4,
.en #modal-storage .modal-content h4,
.en #modal-usage .modal-content h4 {
  font-weight: 400;
  line-height: 1.25;
}
.cmn-hans #modal-care .modal-content h4, .cmn-hant #modal-care .modal-content h4,
.cmn-hans #modal-ingredient .modal-content h4,
.cmn-hant #modal-ingredient .modal-content h4,
.cmn-hans #modal-precautions .modal-content h4,
.cmn-hant #modal-precautions .modal-content h4,
.cmn-hans #modal-storage .modal-content h4,
.cmn-hant #modal-storage .modal-content h4,
.cmn-hans #modal-usage .modal-content h4,
.cmn-hant #modal-usage .modal-content h4 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #modal-care .modal-content h4,
#modal-ingredient .modal-content h4,
#modal-precautions .modal-content h4,
#modal-storage .modal-content h4,
#modal-usage .modal-content h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #modal-care .modal-content h4,
#modal-ingredient .modal-content h4,
#modal-precautions .modal-content h4,
#modal-storage .modal-content h4,
#modal-usage .modal-content h4 {
    font-size: 17px;
  }
}
#modal-care .modal-content p,
#modal-ingredient .modal-content p,
#modal-precautions .modal-content p,
#modal-storage .modal-content p,
#modal-usage .modal-content p {
  margin: 0.75em 0;
}
#modal-care .modal-content p + h4,
#modal-care .modal-content ul + h4,
#modal-ingredient .modal-content p + h4,
#modal-ingredient .modal-content ul + h4,
#modal-precautions .modal-content p + h4,
#modal-precautions .modal-content ul + h4,
#modal-storage .modal-content p + h4,
#modal-storage .modal-content ul + h4,
#modal-usage .modal-content p + h4,
#modal-usage .modal-content ul + h4 {
  margin-top: 2.5em;
}
#modal-care .modal-content table,
#modal-ingredient .modal-content table,
#modal-precautions .modal-content table,
#modal-storage .modal-content table,
#modal-usage .modal-content table {
  margin: 1em 0;
}
#modal-care .modal-content ul.list,
#modal-ingredient .modal-content ul.list,
#modal-precautions .modal-content ul.list,
#modal-storage .modal-content ul.list,
#modal-usage .modal-content ul.list {
  margin-top: 0.5em;
}
#modal-care .modal-content ul.list li,
#modal-ingredient .modal-content ul.list li,
#modal-precautions .modal-content ul.list li,
#modal-storage .modal-content ul.list li,
#modal-usage .modal-content ul.list li {
  margin-bottom: 0.25em;
}
#modal-care .modal-content ul.inline,
#modal-ingredient .modal-content ul.inline,
#modal-precautions .modal-content ul.inline,
#modal-storage .modal-content ul.inline,
#modal-usage .modal-content ul.inline {
  margin-top: 0.5em;
}
#modal-care .modal-content img,
#modal-ingredient .modal-content img,
#modal-precautions .modal-content img,
#modal-storage .modal-content img,
#modal-usage .modal-content img {
  display: block;
}
@media screen and (max-width: 768px) {
  #modal-care .modal-content img,
#modal-ingredient .modal-content img,
#modal-precautions .modal-content img,
#modal-storage .modal-content img,
#modal-usage .modal-content img {
    margin: 2em auto 4em auto;
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #modal-care .modal-content img,
#modal-ingredient .modal-content img,
#modal-precautions .modal-content img,
#modal-storage .modal-content img,
#modal-usage .modal-content img {
    margin: 2em 0 4em 0;
    max-width: 400px;
  }
}
#modal-care .modal-content p,
#modal-care .modal-content li,
#modal-ingredient .modal-content p,
#modal-ingredient .modal-content li,
#modal-precautions .modal-content p,
#modal-precautions .modal-content li,
#modal-storage .modal-content p,
#modal-storage .modal-content li,
#modal-usage .modal-content p,
#modal-usage .modal-content li {
  line-height: 1.75;
}

#content.shirifuyu {
  margin: 0 auto 60px auto;
  min-width: 800px;
  max-width: 1220px;
  max-width: 880px;
  background: rgba(243, 189, 65, 0.9);
}
#content.shirifuyu a {
  color: #000;
}
#content.shirifuyu #content-header img {
  width: 100%;
}
#content.shirifuyu #content-body {
  margin: 5em auto;
  padding-bottom: 5em;
  width: 700px;
}
#content.shirifuyu #content-body h1 {
  font-size: 40px;
  line-height: 1.4em;
}
#content.shirifuyu #content-body h2 {
  font-size: 26px;
  line-height: 1.4em;
}
#content.shirifuyu #content-body h3 {
  margin-top: 3em;
  font-size: 17px;
  line-height: 2em;
}
#content.shirifuyu #content-body h4 {
  margin-top: 3em;
  font-size: 17px;
  line-height: 28px;
}
#content.shirifuyu #content-body p {
  margin: 0.75em 0;
  font-size: 17px;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  #content.shirifuyu {
    margin: 0;
    min-width: 100%;
    width: auto;
    border: none;
  }
  #content.shirifuyu #content-body {
    margin: 3em 30px;
    padding-bottom: 2em;
    width: auto;
  }
  #content.shirifuyu #content-body h1 {
    font-size: 20px;
  }
  #content.shirifuyu #content-body h2 {
    font-size: 16px;
  }
  #content.shirifuyu #content-body h3 {
    font-size: 13px;
  }
  #content.shirifuyu #content-body h4 {
    font-size: 13px;
  }
  #content.shirifuyu #content-body p {
    font-size: 13px;
  }
}
body::before {
  display: none;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #222;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  font-family: monospace;
  line-height: 1;
  font-size: 12px;
  padding: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body::before {
    content: "small-only : < 768px / mobile";
  }
}
@media screen and (min-width: 769px) {
  body::before {
    content: "medium-up : 769px < / tablet + pc";
  }
}
@media screen and (min-width: 1280px) {
  body::before {
    content: "large-only : 960px < pc wide";
  }
}

#debug {
  display: none;
}
@media screen and (min-width: 1280px) {
  #debug {
    background: #222;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1em;
    width: 40em;
    font-family: monospace;
    line-height: 1.6;
    position: fixed;
    bottom: 1em;
    left: 1em;
    z-index: 1000;
  }
  #debug li {
    font-size: 12px;
  }
  #debug span {
    color: #f66;
  }
}

body.tree #tree {
  margin-top: 2em;
  border-top: 1px solid #e6e6e6;
  line-height: 1;
}
body.tree #tree li {
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
}
body.tree #tree a {
  font-size: 13px;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  padding: 1.5em 0.5em 1.25em 0.5em;
  width: 2em;
  text-align: center;
  color: #333;
  font-family: sans-serif;
}
body.tree #tree a:first-child {
  text-align: left;
  width: 10em;
  padding-left: 1em;
}
body.tree #tree a:hover {
  background: #e6e6e6;
}

body.test {
  padding-top: 200px;
}
body.test p {
  text-align: center;
}
body.test .test-gif {
  width: 200px;
}
