@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2017/01/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi&amp;display=swap&amp;text=%e5%a1%9a");
@font-face {
  font-family: "icon";
  src: url("https://www.otsuka.co.jp/cmt/fonts/icon.woff"); }

/*====================================================================================================

    library

====================================================================================================*/
/*  colorbox
--------------------------------------------------------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  display: block;
  float: left;
  margin: auto;
  border: 0;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000000;
  opacity: .7 !important;
  filter: alpha(opacity=70) !important; }

#colorbox {
  outline: 0; }

/*#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}*/
#cboxContent {
  overflow: hidden;
  background: #ffffff; }

.cboxIframe {
  background: #ffffff; }

#cboxError {
  border: 1px solid #cccccc;
  padding: 50px; }

#cboxLoadedContent {
  /*margin-bottom:28px;*/ }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  color: #949494;
  text-align: center; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(https://www.otsuka.co.jp/cmt/images/common/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(https://www.otsuka.co.jp/cmt/images/common/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  overflow: visible;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  right: 30px;
  bottom: 4px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(https://www.otsuka.co.jp/cmt/images/common/controls.png) no-repeat -75px 0;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  background: url(https://www.otsuka.co.jp/cmt/images/common/controls.png) no-repeat -50px 0;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(https://www.otsuka.co.jp/cmt/images/common/controls.png) no-repeat -25px 0;
  text-indent: -9999px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

#colorbox,
#cboxWrapper,
#cboxContent {
  overflow: visible !important; }

#cboxOverlay {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD9JREFUeNrs0LENAAAIAkFHZ3QLl8DkaL4lN3NLc1N+kiBBggQJEiRIkCBBggQJEiRIkCBBggQJEiT4UnAFGAAn4pAQxmpBEwAAAABJRU5ErkJggg=="); }

#cboxLoadedContent {
  overflow-x: hidden !important; }

#cboxClose {
  position: absolute;
  background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    #cboxClose {
      top: -33px;
      right: -33px;
      width: 66px;
      height: 66px;
      background-position: 0px 0px; } }
  @media screen and (max-width: 767px) {
    #cboxClose {
      top: -6px;
      right: -6px;
      width: 33px;
      height: 33px;
      background-position: 0px 0px;
      background-size: 154px 92px; } }

/*  slick
--------------------------------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    border: 1px solid transparent;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

/*====================================================================================================

format

====================================================================================================*/
html {
  overflow-y: scroll;
  font-size: 10px; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%; }

p {
  margin: 0 0 1.5em; }

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 0;
  letter-spacing: -.5em; }

ul,
ol {
  list-style: none; }

li {
  letter-spacing: 0; }

table {
  margin: 0 0 1.5em;
  border-spacing: 0;
  border-collapse: collapse; }

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important; }

hr {
  display: none; }

img {
  border: 0;
  vertical-align: middle; }

li img {
  vertical-align: middle; }

button,
input,
select,
textarea {
  font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", sans-serif;
  vertical-align: middle;
  font-size: 1.6rem; }

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer; }

button {
  display: inline;
  border: none;
  padding: 0;
  background: none; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

:-moz-placeholder-shown {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

:placeholder-shown {
  color: #cccccc; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #cccccc; }

em,
address,
small {
  font-style: normal; }

em {
  font-weight: bold; }

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
main {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0; }

fieldset {
  margin: 0;
  border: none;
  padding: 0; }

nav ul {
  list-style: none; }

sub {
  font-size: .6em;
  vertical-align: baseline; }

sup {
  font-size: .6em;
  vertical-align: super; }

/*====================================================================================================

base

====================================================================================================*/
body {
  color: #333333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6rem;
      line-height: 1.75; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.3rem;
      line-height: 1.76923; } }

#document {
  overflow: hidden;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #document {
      min-width: 980px; } }
  @media screen and (max-width: 767px) {
    #document {
      min-width: 320px; } }

a {
  color: #a42425; }
  @media screen and (min-width: 768px) {
    a[href*="tel:"] {
      cursor: text;
      text-decoration: none;
      pointer-events: none; }
      a[href*="tel:"] img {
        cursor: default; }
    a:hover {
      text-decoration: none; } }

/* Header
--------------------------------------------------------------------------------------------------- */
#gheader {
  position: relative;
  margin: 0 auto;
  background: #fbc114;
  z-index: 2000; }
  #gheader .logo {
    margin: 0; }
  #gheader .unav {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    #gheader .unav > li {
      display: inline-block;
      vertical-align: middle; }
      #gheader .unav > li:nth-child(n+2) {
        margin-left: 10px; }
  @media screen and (min-width: 768px) {
    #gheader {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 45px; } }
  @media screen and (max-width: 767px) {
    #gheader .logo {
      position: relative;
      padding: 15px 0 15px 15px;
      width: 106px;
      z-index: 100; }
      #gheader .logo img {
        width: 106px;
        height: auto; }
    .is_jsrun #gheader {
      position: fixed;
      top: 0;
      right: 0;
      left: 0; }
      .is_jsrun #gheader .logo {
        margin-bottom: 0; } }

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
#gnav ul {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif; }
  #gnav ul > li a {
    color: #ffffff;
    text-decoration: none; }

#gnav .nav > li > a > span {
  color: rgba(255, 255, 255, 0.8); }
  #gnav .nav > li > a > span::before {
    content: attr(data-en-text);
    color: #ffffff;
    white-space: nowrap; }

#gnav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #gnav .social > li span {
    position: relative;
    background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1; }
  #gnav .social > li.twitter span {
    width: 24px;
    height: 24px;
    background-position: -29px -68px;
    background-size: 154px 92px; }
  #gnav .social > li.facebook span {
    width: 11px;
    height: 21px;
    background-position: -109px -51px;
    background-size: 154px 92px; }
  #gnav .social > li.instagram span {
    width: 24px;
    height: 24px;
    background-position: -60px -38px;
    background-size: 154px 92px; }
  #gnav .social > li:nth-of-type(n+2) {
    margin-left: 30px; }

@media screen and (min-width: 768px) {
  #gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    #gnav .menu {
      display: none; }
    #gnav .wrap,
    #gnav .inner {
      width: 100%; }
    #gnav .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    #gnav .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 1rem; }
      #gnav .nav > li > a {
        display: block; }
        #gnav .nav > li > a > span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 18px 0;
          height: 80px;
          text-align: center;
          -webkit-transition: color .3s linear;
          transition: color .3s linear; }
          #gnav .nav > li > a > span::before {
            display: block;
            letter-spacing: 1px;
            -webkit-transition: color .3s linear;
            transition: color .3s linear;
            font-size: 1.8rem;
            line-height: 1.33333; }
        #gnav .nav > li > a:hover > span {
          color: rgba(164, 36, 37, 0.8); }
          #gnav .nav > li > a:hover > span::before {
            color: #a42425; }
      #gnav .nav > li.is_current > a > span,
      #gnav .nav > li.is_current > a > span::before {
        color: #a42425; }
      #gnav .nav > li .subnav {
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        overflow: hidden;
        height: 0;
        background: rgba(255, 252, 243, 0.95);
        font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", sans-serif;
        text-align: center;
        z-index: 1000;
        -webkit-transition: height .3s ease;
        transition: height .3s ease;
        font-size: 1.4rem;
        line-height: 1.57143; }
        #gnav .nav > li .subnav ul {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin: 0 auto;
          padding: 107px 0 30px 0;
          min-height: 300px; }
          #gnav .nav > li .subnav ul > li {
            position: relative;
            margin: 0 40px 50px 0; }
            #gnav .nav > li .subnav ul > li figure {
              display: block;
              -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease; }
            #gnav .nav > li .subnav ul > li a {
              display: block;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              margin-top: 10px;
              padding: 0 20px 0 0;
              width: 190px;
              color: #333333;
              text-decoration: none;
              -webkit-transition: color .3s ease;
              transition: color .3s ease; }
              #gnav .nav > li .subnav ul > li a::after {
                font-family: "icon";
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-style: normal;
                font-variant: normal;
                font-weight: normal;
                text-decoration: none;
                text-transform: none;
                font-size: 10px;
                vertical-align: middle;
                content: ""; }
              #gnav .nav > li .subnav ul > li a::before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                content: ""; }
              #gnav .nav > li .subnav ul > li a::after {
                position: absolute;
                top: calc(50% + 78px);
                right: 0;
                display: inline-block;
                -webkit-transform: translateY(-50%) scale(0.5);
                        transform: translateY(-50%) scale(0.5);
                -webkit-transform-origin: 100% 50%;
                        transform-origin: 100% 50%; }
              #gnav .nav > li .subnav ul > li a[href*="/cmt/product/"]::after {
                top: calc(50% + 88px); }
            #gnav .nav > li .subnav ul > li:first-child {
              display: none; }
            #gnav .nav > li .subnav ul > li:hover figure {
              opacity: .6; }
            #gnav .nav > li .subnav ul > li:hover a {
              color: #fbc114; }
      #gnav .nav > li.sub > a {
        position: relative; }
        #gnav .nav > li.sub > a::after {
          position: absolute;
          bottom: 0;
          left: 50%;
          display: none;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          content: "";
          border: solid #fffcf3;
          border-color: transparent transparent #fffcf3;
          border-width: 0 10px 20px;
          width: 0;
          line-height: 1; }
      #gnav .nav > li.sub:hover > a > span::after {
        display: block; }
      #gnav .nav > li:nth-of-type(n+2) {
        margin-left: 2.5vw; }
    #gnav .social > li a span::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      opacity: 0;
      -webkit-transition: opacity .3s linear;
      transition: opacity .3s linear;
      background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
      overflow: hidden;
      display: inline-block;
      text-indent: 200%;
      white-space: nowrap;
      vertical-align: middle;
      line-height: 1; }
    #gnav .social > li a:hover span::before {
      opacity: 1; }
    #gnav .social > li.twitter a span::before {
      width: 24px;
      height: 24px;
      background-position: -58px -68px;
      background-size: 154px 92px; }
    #gnav .social > li.facebook a span::before {
      width: 11px;
      height: 21px;
      background-position: -125px -51px;
      background-size: 154px 92px; }
    #gnav .social > li.instagram a span::before {
      width: 24px;
      height: 24px;
      background-position: 0px -68px;
      background-size: 154px 92px; } }

@media screen and (max-width: 767px) {
  #gnav {
    top: 0;
    right: 0;
    left: 0;
    z-index: 10; }
    #gnav .menu {
      position: absolute;
      top: 20px;
      right: 15px;
      overflow: hidden;
      width: 20px;
      height: 20px;
      z-index: 10; }
      #gnav .menu span {
        display: block;
        overflow: hidden;
        width: 20px;
        height: 20px;
        text-indent: 200%;
        white-space: nowrap; }
        #gnav .menu span::before, #gnav .menu span::after {
          position: absolute;
          left: 0;
          content: "";
          -webkit-transition: top .3s linear;
          transition: top .3s linear;
          background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
          overflow: hidden;
          display: inline-block;
          text-indent: 200%;
          white-space: nowrap;
          vertical-align: middle;
          line-height: 1; }
        #gnav .menu span::before {
          top: 0;
          width: 20px;
          height: 20px;
          background-position: -134px -13px;
          background-size: 154px 92px; }
        #gnav .menu span::after {
          top: -20px;
          width: 20px;
          height: 20px;
          background-position: -109px -13px;
          background-size: 154px 92px; }
      #gnav .menu.is_open span::before {
        top: 20px; }
      #gnav .menu.is_open span::after {
        top: 0; }
    #gnav .wrap {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 100px 0 50px;
      background: #fbc114; }
    #gnav .inner {
      overflow: auto;
      padding: 0 50px;
      height: 100%;
      z-index: 5; }
      #gnav .inner .nav {
        margin-bottom: 55px;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.1rem; }
        #gnav .inner .nav > li figure {
          display: none; }
        #gnav .inner .nav > li a {
          position: relative;
          display: block;
          text-decoration: none; }
          #gnav .inner .nav > li a[class*="is_"]::before, #gnav .inner .nav > li a[class*="is_"]::after {
            position: absolute;
            content: ""; }
          #gnav .inner .nav > li a > span[data-en-text] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            #gnav .inner .nav > li a > span[data-en-text]::before {
              margin-right: 20px;
              letter-spacing: .7px;
              font-size: 1.9rem;
              line-height: 3.15789; }
        #gnav .inner .nav li:nth-of-type(n+2) {
          border-top: 1px solid #ffffff; }
      #gnav .inner .subnav {
        margin-bottom: 10px;
        border-top: 1px solid #ffffff;
        font-size: 1.4rem;
        line-height: 1.78571; }
        #gnav .inner .subnav ul > li a {
          padding: 10px 0 10px 15px; }
    .is_jsrun #gnav {
      position: absolute; }
      .is_jsrun #gnav .wrap,
      .is_jsrun #gnav .subnav {
        display: none; }
      .is_jsrun #gnav .wrap {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100vh; }
      .is_jsrun #gnav li.sub > a {
        position: relative; }
        .is_jsrun #gnav li.sub > a::before, .is_jsrun #gnav li.sub > a::after {
          position: absolute;
          top: 50%;
          right: 0;
          border-bottom: 2px solid #ffffff;
          width: 14px;
          content: "";
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .is_jsrun #gnav li.sub > a::before {
          -webkit-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg); }
        .is_jsrun #gnav li.sub > a.is_open::before {
          -webkit-transform: translateY(-50%) rotate(0deg);
                  transform: translateY(-50%) rotate(0deg); } }

/* Breadcrumb
--------------------------------------------------------------------------------------------------- */
#breadcrumb ol {
  position: relative;
  margin: 0; }
  #breadcrumb ol::before {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1; }
  #breadcrumb ol > li {
    display: inline;
    padding: 10px 0; }
    #breadcrumb ol > li:nth-child(n+2)::before {
      width: 1.2em;
      content: ">";
      text-align: center;
      display: inline-block;
      vertical-align: middle; }
    #breadcrumb ol > li em {
      font-weight: normal; }
    #breadcrumb ol > li a {
      color: #333333; }
  @media screen and (min-width: 768px) {
    #breadcrumb ol {
      padding: 10px 0;
      font-size: 1.2rem;
      line-height: 1.66667; }
      #breadcrumb ol::before {
        right: 0;
        left: 0; }
      #breadcrumb ol a:hover {
        text-decoration: none; } }
  @media screen and (min-width: 981px) {
    #breadcrumb ol::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #breadcrumb ol {
      padding: 9px 0;
      font-size: 1rem;
      line-height: 1.7; }
      #breadcrumb ol::before {
        right: -20px;
        left: -20px; } }

/* MainContents
--------------------------------------------------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #container {
      padding-top: 80px;
      width: 980px;
      min-height: 100vh; } }
  @media screen and (max-width: 767px) {
    #container {
      padding: 60px 20px 0; } }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    #wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    #wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (min-width: 768px) {
    #wrapper #mainContents {
      padding-right: 30px; } }

#mainContents > *:last-child {
  margin-bottom: 0 !important; }

@media screen and (min-width: 768px) {
  #mainContents > *:nth-last-child(2) {
    margin-bottom: 0 !important; } }

@media screen and (min-width: 768px) {
  #mainContents {
    margin: 0 0 100px; } }

@media screen and (max-width: 767px) {
  #mainContents {
    margin: 0 0 100px; } }

#mainContents > .pagetop {
  position: fixed;
  bottom: 100px;
  z-index: 1000; }
  #mainContents > .pagetop a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fbc114;
    text-indent: 200%;
    white-space: nowrap; }
    #mainContents > .pagetop a::before {
      position: absolute;
      left: 50%;
      border: solid #ffffff;
      border-width: 2px 2px 0 0;
      content: "";
      -webkit-transform: translateX(-50%) rotate(-45deg);
              transform: translateX(-50%) rotate(-45deg); }
  @media screen and (min-width: 768px) {
    #mainContents > .pagetop {
      right: 24px; }
      #mainContents > .pagetop a {
        width: 40px;
        height: 40px; }
        #mainContents > .pagetop a::before {
          top: 16px;
          width: 10px;
          height: 10px; } }
  @media screen and (max-width: 767px) {
    #mainContents > .pagetop {
      right: 20px; }
      #mainContents > .pagetop a {
        width: 30px;
        height: 30px; }
        #mainContents > .pagetop a::before {
          top: 13px;
          width: 7px;
          height: 7px; } }

/* SubContents
--------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #subContents {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px; } }

/* Footer
--------------------------------------------------------------------------------------------------- */
#gfooter {
  overflow-x: hidden;
  margin: 0 auto; }
  #gfooter .unav {
    margin: 0 auto; }
    #gfooter .unav > li {
      display: inline-block;
      vertical-align: middle; }
      #gfooter .unav > li .en {
        display: block;
        font-family: "Roboto Condensed", sans-serif; }
      #gfooter .unav > li .jp {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        font-size: 1rem; }
  #gfooter .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #gfooter .social > li span {
      position: relative;
      background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
      overflow: hidden;
      display: inline-block;
      text-indent: 200%;
      white-space: nowrap;
      vertical-align: middle;
      line-height: 1; }
      #gfooter .social > li span:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        opacity: 0;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
        overflow: hidden;
        display: inline-block;
        text-indent: 200%;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1; }
    #gfooter .social > li.twitter span {
      width: 24px;
      height: 24px;
      background-position: -29px -68px;
      background-size: 154px 92px; }
    #gfooter .social > li.facebook span {
      width: 11px;
      height: 21px;
      background-position: -109px -51px;
      background-size: 154px 92px; }
    #gfooter .social > li.instagram span {
      width: 24px;
      height: 24px;
      background-position: -60px -38px;
      background-size: 154px 92px; }
    #gfooter .social > li a:hover span::before {
      opacity: 1; }
    #gfooter .social > li.twitter a span::before {
      width: 24px;
      height: 24px;
      background-position: -58px -68px;
      background-size: 154px 92px; }
    #gfooter .social > li.facebook a span::before {
      width: 11px;
      height: 21px;
      background-position: -125px -51px;
      background-size: 154px 92px; }
    #gfooter .social > li.instagram a span::before {
      width: 24px;
      height: 24px;
      background-position: 0px -68px;
      background-size: 154px 92px; }
    #gfooter .social > li:nth-of-type(n+2) {
      margin-left: 30px; }
  #gfooter .content {
    background: #fbc114; }
    #gfooter .content a {
      color: #ffffff;
      text-decoration: none; }
  #gfooter .copyright {
    margin: 0;
    text-align: center; }
  @media screen and (min-width: 768px) {
    #gfooter > .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      height: 360px; }
      #gfooter > .inner .message,
      #gfooter > .inner .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
        #gfooter > .inner .message a .en,
        #gfooter > .inner .message a .jp,
        #gfooter > .inner .content a .en,
        #gfooter > .inner .content a .jp {
          -webkit-transition: color .3s ease;
          transition: color .3s ease; }
        #gfooter > .inner .message a:hover .en,
        #gfooter > .inner .message a:hover .jp,
        #gfooter > .inner .content a:hover .en,
        #gfooter > .inner .content a:hover .jp {
          color: #a42425; }
      #gfooter > .inner .message {
        position: relative;
        overflow: hidden;
        height: 360px; }
        #gfooter > .inner .message img {
          position: absolute;
          top: 0;
          left: 0;
          width: auto;
          min-width: 100%;
          max-width: inherit;
          height: auto;
          min-height: 100%; }
      #gfooter > .inner .content .unav {
        width: 350px;
        text-align: left; }
        #gfooter > .inner .content .unav > li {
          width: 150px; }
          #gfooter > .inner .content .unav > li:nth-child(even) {
            margin-left: 50px; }
          #gfooter > .inner .content .unav > li:nth-child(n+3) {
            margin-top: 30px; }
          #gfooter > .inner .content .unav > li .en {
            font-size: 1.8rem; }
      #gfooter > .inner .content .social {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 55px auto 0;
        width: 350px; }
    #gfooter .spBnr {
      margin: 20px auto 15px;
      width: 980px;
      text-align: right; }
      #gfooter .spBnr img {
        margin-left: 598px; }
    #gfooter .otsuka {
      margin: 0 auto;
      padding-top: 10px;
      min-width: 800px;
      max-width: 1220px;
      font-family: arial,"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, Osaka, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva; }
      #gfooter .otsuka > .inner,
      #gfooter .otsuka > .inner02 {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #gfooter .otsuka > .inner ul,
        #gfooter .otsuka > .inner02 ul {
          margin: 0; }
          #gfooter .otsuka > .inner ul > li,
          #gfooter .otsuka > .inner02 ul > li {
            display: inline-block;
            vertical-align: middle; }
      #gfooter .otsuka > .inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        height: 41px; }
        #gfooter .otsuka > .inner .logo {
          margin: 0; }
        #gfooter .otsuka > .inner .unav > li span {
          background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
          overflow: hidden;
          display: inline-block;
          text-indent: 200%;
          white-space: nowrap;
          vertical-align: middle;
          line-height: 1; }
        #gfooter .otsuka > .inner .unav > li.menu01 span {
          overflow: hidden;
          display: inline-block;
          text-indent: 200%;
          white-space: nowrap;
          line-height: 1;
          background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
          width: 130px;
          height: 16px;
          background-position: -76px -26px; }
        #gfooter .otsuka > .inner .unav > li.menu02 span {
          overflow: hidden;
          display: inline-block;
          text-indent: 200%;
          white-space: nowrap;
          line-height: 1;
          background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
          width: 90px;
          height: 16px;
          background-position: -218px 0px; }
        #gfooter .otsuka > .inner .unav > li.menu03 span {
          overflow: hidden;
          display: inline-block;
          text-indent: 200%;
          white-space: nowrap;
          line-height: 1;
          background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
          width: 132px;
          height: 16px;
          background-position: -76px 0px; }
        #gfooter .otsuka > .inner .unav > li.menu04 span {
          overflow: hidden;
          display: inline-block;
          text-indent: 200%;
          white-space: nowrap;
          line-height: 1;
          background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
          width: 66px;
          height: 16px;
          background-position: -218px -76px; }
        #gfooter .otsuka > .inner .unav > li:nth-of-type(n+2) {
          margin-left: 15px; }
      #gfooter .otsuka > .inner02 {
        padding: 7px 0;
        font-size: 1.2rem; }
        #gfooter .otsuka > .inner02::before {
          background-color: #eeeeee;
          position: absolute;
          top: 0;
          right: -190px;
          bottom: 0;
          left: -190px;
          content: "";
          z-index: -1; }
        #gfooter .otsuka > .inner02 ul > li:nth-of-type(n+2) {
          margin-left: 10px; }
        #gfooter .otsuka > .inner02 a {
          color: #828282;
          text-decoration: none; } }
  @media screen and (min-width: 1201px) {
    #gfooter .otsuka .inner02::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #gfooter > .inner .message img {
      width: 100%;
      height: auto; }
    #gfooter > .inner .content {
      padding: 40px 0; }
      #gfooter > .inner .content .unav {
        width: 250px;
        text-align: center; }
        #gfooter > .inner .content .unav > li {
          width: 108px; }
          #gfooter > .inner .content .unav > li:nth-of-type(even) {
            margin-left: 34px; }
          #gfooter > .inner .content .unav > li:nth-of-type(n+3) {
            margin-top: 30px; }
          #gfooter > .inner .content .unav > li .en {
            font-size: 1.4rem; }
      #gfooter > .inner .content .social {
        margin: 35px auto 0; }
    #gfooter .spBnr {
      padding: 22px 0 0;
      background: #ffffff; }
      #gfooter .spBnr img {
        width: 100%; }
    #gfooter .otsuka {
      background: #ffffff; }
      #gfooter .otsuka > .inner {
        padding: 22px 0 0 22px; }
        #gfooter .otsuka > .inner .logo {
          margin: 0 0 20px; }
          #gfooter .otsuka > .inner .logo img {
            width: 165px;
            height: auto; }
        #gfooter .otsuka > .inner .unav {
          display: none; }
      #gfooter .otsuka > .inner02 {
        text-align: center;
        font-size: 1rem; }
        #gfooter .otsuka > .inner02 .unav02 {
          margin: 0 43px 30px; }
          #gfooter .otsuka > .inner02 .unav02 > li {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 49%;
            line-height: 1;
            text-align: left;
            white-space: nowrap;
            display: inline-block;
            vertical-align: middle; }
            #gfooter .otsuka > .inner02 .unav02 > li:nth-of-type(2n) {
              border-left: 1px solid #000000;
              padding-left: 35px; }
            #gfooter .otsuka > .inner02 .unav02 > li:nth-of-type(n+3) {
              margin-top: 15px; }
        #gfooter .otsuka > .inner02 a {
          color: #333333;
          text-decoration: none; }
        #gfooter .otsuka > .inner02 .copyright {
          background: #000000;
          line-height: 30px; }
          #gfooter .otsuka > .inner02 .copyright a {
            color: #ffffff; } }

/*====================================================================================================

    module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.m_section {
  position: relative;
  /*&:not([class*="_bg"]) {
    padding-bottom: 0;
  }*/ }
  .m_section > *:last-child {
    margin-bottom: 0 !important; }
  .m_section[class*="_bg"]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1; }
  .m_section[class*="_bg01"]::before, .m_section[class*="_bg02"]::before {
    background: #fbc114; }
  .m_section[class*="_bg03"]::before, .m_section[class*="_bg04"]::before {
    background: #fefbc6; }
  @media screen and (min-width: 768px) {
    .m_section {
      padding: 80px 0; }
      .m_section[class*="_bg01"]::before {
        right: 150px;
        left: 0; }
      .m_section[class*="_bg02"]::before {
        right: 0;
        left: 150px; }
      .m_section[class*="_bg03"]::before {
        right: -100px;
        left: 0; }
      .m_section[class*="_bg04"]::before {
        right: 0;
        left: 0; }
      .m_section[class*="_bg"] + .m_section[class*="_bg"] {
        margin-top: 70px; } }
  @media screen and (min-width: 981px) {
    .m_section[class*="_bg01"]::before, .m_section[class*="_bg03"]::before {
      left: calc(50% - 50vw); }
    .m_section[class*="_bg02"]::before {
      right: calc(50% - 50vw); }
    .m_section[class*="_bg04"]::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    .m_section {
      padding: 75px 0; }
      .m_section[class*="_bg01"]::before {
        right: 20px;
        left: -20px; }
      .m_section[class*="_bg02"]::before {
        right: -20px;
        left: 20px; }
      .m_section[class*="_bg03"]::before, .m_section[class*="_bg04"]::before {
        right: -20px;
        left: -20px; }
      .m_section[class*="_bg"] + .m_section[class*="_bg"] {
        margin-top: 75px; } }

.m_section02 {
  position: relative; }
  .m_section02 + .m_borderHeading {
    margin-top: 0; }
  .m_section02 .m_button {
    margin-bottom: 0; }
  .m_section02[class*="_flipped"]::before {
    opacity: .2; }
  @media screen and (min-width: 768px) {
    .m_section02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 0 80px;
      padding: 80px 0; }
      .m_section02::before {
        background: #fbc114;
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        z-index: -1; }
      .m_section02:not([class*="_flipped"])::before {
        right: 85px;
        left: 363px; }
      .m_section02[class*="_flipped"]::before {
        right: 520px;
        left: 60px; }
      .m_section02[class*="_type02"]:not([class*="_flipped"])::before {
        left: 520px; }
      .m_section02 .body {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 365px; }
      .m_section02 .image {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .m_section02:not([class*="_flipped"]) .body {
        padding: 0 93px 0 0; }
      .m_section02[class*="_flipped"] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .m_section02[class*="_flipped"] .body {
          padding: 0 0 0 93px; } }
  @media screen and (min-width: 981px) {
    .m_section02:not([class*="_flipped"])::before {
      right: -60px; }
    .m_section02[class*="_flipped"]::before {
      left: calc(50% - 50vw); }
    .m_section02[class*="_type02"]:not([class*="_flipped"])::before {
      right: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    .m_section02 {
      position: relative;
      margin: 0 -20px;
      padding: 0 30px 75px; }
      .m_section02 .body {
        margin-bottom: 25px; }
        .m_section02 .body .m_button {
          position: absolute;
          bottom: 50px;
          left: 50%;
          margin: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .m_section02 .image {
        position: relative;
        padding: 25px 32px 52px; }
        .m_section02 .image::before {
          background: #fbc114;
          position: absolute;
          top: 0;
          bottom: 0;
          content: "";
          z-index: -1; }
        .m_section02 .image img {
          width: 100%;
          height: auto; }
      .m_section02:not([class*="_flipped"]) .image::before {
        right: -30px;
        left: 0; }
      .m_section02[class*="_flipped"] .image::before {
        right: 0;
        left: -30px;
        opacity: .2; }
      .m_section02:nth-of-type(n+2) {
        margin-top: 50px; } }

@media screen and (min-width: 768px) {
  .m_section03 {
    margin: 80px 0; }
    .m_section03 > .sectionInner {
      margin: 60px 40px; } }

/* heading module
--------------------------------------------------------------------------------------------------- */
.m_pageTitle {
  position: relative; }
  .m_pageTitle::before {
    background: no-repeat 50% 50% / cover;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1; }
  .m_pageTitle .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    color: #ffffff;
    font-weight: normal;
    text-align: center; }
    .m_pageTitle .title::before {
      content: attr(data-text-en);
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold; }
  @media screen and (min-width: 768px) {
    .m_pageTitle {
      margin: 0 0 80px; }
      .m_pageTitle::before {
        right: 0;
        left: 0;
        background-image: url(https://www.otsuka.co.jp/cmt/images/common/mod_bg_pageTitle.jpg); }
      .m_pageTitle .title {
        width: 400px;
        height: 300px;
        font-size: 2rem;
        line-height: 1.6; }
        .m_pageTitle .title::before {
          margin-bottom: 10px;
          font-size: 6rem;
          line-height: 1; } }
  @media screen and (min-width: 981px) {
    .m_pageTitle::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    .m_pageTitle {
      margin: 0 0 75px; }
      .m_pageTitle::before {
        right: -20px;
        left: -20px;
        background-image: url(https://www.otsuka.co.jp/cmt/images/common/mod_bg_pageTitle_@2x.jpg); }
      .m_pageTitle .title {
        width: 270px;
        height: 175px;
        font-size: 1.1rem;
        line-height: 1.45455; }
        .m_pageTitle .title::before {
          margin-bottom: 14px;
          font-size: 3.5rem;
          line-height: 1; } }

.m_textHeading {
  margin: 0 0 30px; }
  @media screen and (min-width: 768px) {
    .m_textHeading {
      font-size: 1.8rem; } }

.m_imageHeading {
  margin: 0 0 30px; }
  @media screen and (min-width: 768px) {
    .m_imageHeading[class*="_type01"] {
      margin-top: 54px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .m_imageHeading img {
      max-width: 100%;
      height: auto; }
    .m_imageHeading[class*="_type01"] {
      margin: 35px 0 0; } }

.m_borderHeading {
  position: relative;
  color: #000000;
  font-weight: bold;
  text-align: center; }
  .m_borderHeading::after {
    border-bottom: solid currentColor;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    content: ""; }
  .m_borderHeading[data-text-en]::before {
    display: block;
    margin: 0 auto;
    content: attr(data-text-en);
    font-family: "Roboto Condensed", sans-serif; }
  .m_borderHeading:first-child {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .m_borderHeading::after {
      border-bottom-width: 2px;
      width: 80px; }
    .m_borderHeading:not([data-text-en]):not([class*="_eng"]) {
      margin: 72px 0 50px;
      padding-bottom: .2em;
      font-size: 3.4rem;
      line-height: 1.47059; }
      .m_borderHeading:not([data-text-en]):not([class*="_eng"]) .small {
        font-size: 2.8rem;
        line-height: 1.78571; }
      .m_borderHeading:not([data-text-en]):not([class*="_eng"]):first-child {
        margin-top: 0; }
    .m_borderHeading[class*="_eng"] {
      margin-top: 140px;
      font-size: 4rem;
      line-height: 1.5; }
      .m_beltHeading + section + section:not([class]) > .m_borderHeading[class*="_eng"] {
        margin-top: 140px; }
    .m_borderHeading[data-text-en] {
      margin: -5px 0 25px;
      font-size: 2.2rem;
      line-height: 1.45455; }
      .m_borderHeading[data-text-en]::before {
        margin-bottom: 55px;
        font-size: 4rem;
        line-height: 1.875; }
      .m_borderHeading[data-text-en]::after {
        bottom: 95px; }
    .m_beltHeading + .m_borderHeading, .m_borderHeading:first-child {
      margin-top: -10px; } }
  @media screen and (max-width: 767px) {
    .m_borderHeading::after {
      top: calc(37 / 25 * 2.5rem);
      border-bottom-width: 1px;
      width: 40px; }
    .m_borderHeading:not([data-text-en]):not([class*="_eng"]) {
      margin: 70px 0 60px;
      padding-bottom: .2em;
      font-size: 2.1rem;
      line-height: 1.52381; }
      .m_borderHeading:not([data-text-en]):not([class*="_eng"]) .small {
        font-size: 1.8rem;
        line-height: 1.77778; }
      .m_borderHeading:not([data-text-en]):not([class*="_eng"]):first-child {
        margin-top: 0; }
    .m_borderHeading[class*="_eng"] {
      margin: 69px 0 35px;
      font-size: 2.5rem;
      line-height: 1.48; }
    .m_borderHeading[data-text-en] {
      margin: -3px 0 27px;
      font-size: 1.8rem;
      line-height: 1.33333; }
      .m_borderHeading[data-text-en]::before {
        margin-bottom: 32px;
        font-size: 2.5rem;
        line-height: 1.48; }
      .m_borderHeading[data-text-en]::after {
        bottom: 53px; }
    .m_beltHeading + .m_borderHeading, .m_borderHeading:first-child {
      margin-top: -6px; } }

.m_boxHeading {
  color: #fbc114;
  text-align: center; }
  .m_boxHeading > span[data-text-en] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: normal; }
    .m_boxHeading > span[data-text-en]::before {
      content: attr(data-text-en);
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold; }
    .m_boxHeading > span[data-text-en]::after {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFRJREFUeNpi/P//PwMI/DkkyoAENkNpXwYiAYvdawZSABPDAIFRi+kGGH8fFNmMRdwUSp8efj4ezU6jFo9aPGrxqMWjFo9aPGrxqMWjFg8fiwECDAAFRBG3YHudfAAAAABJRU5ErkJggg==") no-repeat 0 0, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFNJREFUeNpi/P//PwOx4M8hUQYSwWYo7QsiWOxewyWYGAYIjFo8avGoxaMWj1o8avGoxaMWj1o8jC1m/H1QZDMNzTeF0qcHj49HG/SjFtMKAAQYAAvzEbdUqrZ4AAAAAElFTkSuQmCC") no-repeat 100% 100%;
      position: absolute;
      top: -5px;
      right: 0;
      bottom: -5px;
      left: 0;
      content: "";
      z-index: -1; }
  @media screen and (min-width: 768px) {
    .m_boxHeading {
      margin: 0 0 55px;
      font-size: 1.8rem;
      line-height: 1.77778; }
      .m_boxHeading > span[data-text-en] {
        padding: 14px 56px;
        min-width: 310px; }
        .m_boxHeading > span[data-text-en]::before {
          margin: 0 0 18px;
          font-size: 5rem;
          line-height: 1; } }
  @media screen and (max-width: 767px) {
    .m_boxHeading {
      margin: 0 0 50px;
      font-size: 1.1rem;
      line-height: 1.45455; }
      .m_boxHeading > span[data-text-en] {
        padding: 10px 50px; }
        .m_boxHeading > span[data-text-en]::before {
          top: -2.5px;
          bottom: -2.5px;
          margin: 0 0 14px;
          font-size: 3rem;
          line-height: 1; }
        .m_boxHeading > span[data-text-en]::after {
          background-size: 15px 15px, 15px 15px; } }

.m_bulletHeading {
  position: relative;
  color: #a42425; }
  .m_bulletHeading::before {
    border-left: solid currentColor;
    height: 1.1em;
    position: absolute;
    left: 0;
    content: ""; }
  .m_bulletHeading:first-child {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .m_bulletHeading {
      margin: 54px 0 14px;
      padding-left: 13px;
      font-size: 2rem;
      line-height: 1.6; }
      .m_bulletHeading::before {
        top: .25em;
        border-left-width: 4px; } }
  @media screen and (max-width: 767px) {
    .m_bulletHeading {
      margin: 35px 0 10px;
      padding-left: 7px;
      font-size: 1.5rem;
      line-height: 1.86667; }
      .m_bulletHeading::before {
        top: .4em;
        border-left-width: 3px; } }

.m_beltHeading {
  background: #fbc114;
  color: #ffffff;
  text-align: center; }
  .m_beltHeading:first-child, .m_beltHeading:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .m_beltHeading {
      margin: 200px 0 70px;
      padding: 24px 0;
      font-size: 2.8rem;
      line-height: 1.14286; } }
  @media screen and (max-width: 767px) {
    .m_beltHeading {
      margin: 100px 0 35px;
      padding: 5px 0;
      font-size: 1.9rem;
      line-height: 1.57895; } }

.m_quoteHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .m_quoteHeading::before, .m_quoteHeading::after {
    color: #fbc114;
    font-weight: normal; }
  .m_quoteHeading::before {
    content: "“"; }
  .m_quoteHeading::after {
    content: "”"; }
  .m_quoteHeading[class*="_type02"]::after {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media screen and (min-width: 768px) {
    .m_quoteHeading {
      margin: 115px 0 7px;
      font-size: 2rem;
      line-height: 1.5; }
      .m_quoteHeading::before {
        margin-right: 5px;
        font-size: 5rem;
        line-height: 0.6; }
      .m_quoteHeading::after {
        margin-left: 5px;
        font-size: 5rem;
        line-height: 0.6; }
      .m_quoteHeading[class*="_type02"]::after {
        -webkit-transform: translateY(30px);
                transform: translateY(30px); }
      .m_quoteHeading[class*="_large"] {
        margin: 63px 0 43px;
        font-size: 2.6rem;
        line-height: 1.53846; }
        .m_quoteHeading[class*="_large"]::before, .m_quoteHeading[class*="_large"]::after {
          font-size: 6rem; }
      .m_quoteHeading:first-child {
        margin-top: -5px; } }
  @media screen and (max-width: 767px) {
    .m_quoteHeading {
      margin: 46px 0 6px;
      font-size: 1.5rem;
      line-height: 1.53333; }
      .m_quoteHeading::before {
        margin-right: 3px;
        font-size: 3.2rem;
        line-height: 0.9375; }
      .m_quoteHeading::after {
        margin-left: 3px;
        font-size: 3.2rem;
        line-height: 0.9375; }
      .m_quoteHeading:first-child {
        margin-top: -4px; }
      .m_quoteHeading[class*="_type02"]::after {
        -webkit-transform: translateY(13px);
                transform: translateY(13px); }
      .m_quoteHeading[class*="_large"] {
        margin: 46px 0 16px;
        font-size: 1.6rem;
        line-height: 1.5; }
        .m_quoteHeading[class*="_large"]::before, .m_quoteHeading[class*="_large"]::after {
          font-size: 3rem; } }

.m_numberHeading {
  position: relative;
  color: #000000; }
  .m_numberHeading::before {
    display: block;
    content: attr(data-text-en);
    color: #fbc114;
    font-family: "Roboto Condensed", sans-serif;
    z-index: 0; }
  .m_numberHeading::after {
    position: absolute;
    content: attr(data-num);
    color: rgba(250, 190, 0, 0.2);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .m_numberHeading {
      margin: 0 0 29px;
      font-size: 2.6rem;
      line-height: 1.53846; }
      .m_numberHeading::before {
        margin: 0 0 15px;
        font-size: 1.4rem;
        line-height: 1; }
      .m_numberHeading::after {
        top: -80px;
        right: -50px;
        font-size: 25rem;
        line-height: 1; } }
  @media screen and (max-width: 767px) {
    .m_numberHeading {
      margin: 0 0 21.5px;
      font-size: 1.8rem;
      line-height: 1.5; }
      .m_numberHeading::before {
        margin: 0 0 5px;
        font-size: 1.3rem;
        line-height: 1; }
      .m_numberHeading::after {
        top: -48px;
        right: -20px;
        font-size: 12.5rem;
        line-height: 1; } }

/* box module
--------------------------------------------------------------------------------------------------- */
.m_box {
  margin: 0 0 20px;
  border: 1px solid #d4d2d2; }
  .m_box > *:last-child {
    margin-bottom: 0 !important; }
  @media screen and (min-width: 769px) {
    .m_box {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .m_box {
      padding: 10px; } }

.m_borderBox {
  border: solid #fbc114;
  background: #ffffff; }
  .m_borderBox > *:last-child {
    margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .m_borderBox {
      border-width: 50px;
      padding: 50px; } }
  @media screen and (max-width: 767px) {
    .m_borderBox {
      border-width: 20px;
      padding: 20px; } }

.m_media {
  margin: 0 0 1.5em; }
  .m_media .image {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .m_media .body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .m_media .body > *:last-child {
      margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .m_media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .m_media:not([class*="_flipped"]) .image:first-child {
        margin-right: 30px; }
      .m_media:not([class*="_flipped"]) .body + .image {
        margin-left: 30px; }
      .m_media[class*="_flipped"] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .m_media[class*="_flipped"] .image:first-child {
          margin-left: 30px; }
        .m_media[class*="_flipped"] .body + .image {
          margin-right: 30px; }
      .m_media[class*="_alignTop"] {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .m_media[class*="_alignMiddle"] {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .m_media[class*="_alignbottom"] {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  @media screen and (max-width: 767px) {
    .m_media .image {
      text-align: center; }
      .m_media .image img {
        max-width: 100%;
        height: auto; }
    .m_media .image:first-child,
    .m_media .body:first-child {
      margin: 0 0 30px; } }

.m_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px; }
  .m_column > .column > *:last-child {
    margin-bottom: 0 !important; }
  .m_column > .column > section > *:last-child {
    margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .m_column[class*="_pcCol2"] > .column {
      width: calc(100% / 2 - 20px); }
    .m_column[class*="_pcCol3"] > .column {
      width: 29.4%;
      width: calc(100% / 3 - 20px); }
    .m_column[class*="_pcCol4"] > .column {
      width: calc(100% / 4 - 20px); } }
  @media screen and (max-width: 767px) {
    .m_column:not([class*="_spCol"]) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .m_column > .column:nth-last-of-type(n+2) {
      margin: 0 0 30px; }
    .m_column[class*="_spCol"] > li {
      width: calc(100% / 2 - 10px); } }

.m_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -20px 0; }
  .m_panel > .panel {
    margin: 20px 0; }
    .m_panel > .panel > *:last-child {
      margin-bottom: 0 !important; }
    .m_panel > .panel > section > *:last-child {
      margin-bottom: 0 !important; }
  .m_panel[class*="_col2"] > .panel {
    width: calc(100% / 2 - 40px); }
  .m_panel[class*="_col3"] > .panel {
    width: calc(100% / 3 - 40px); }
  .m_panel[class*="_col4"] > .panel {
    width: calc(100% / 4 - 40px); }

.m_caroucel {
  position: relative; }
  .m_caroucel .selectWrap {
    overflow: hidden; }
  .m_caroucel .select {
    position: relative; }
  .m_caroucel .slick-arrow {
    position: absolute;
    z-index: 1; }
    .m_caroucel .slick-arrow > button {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .m_caroucel .slick-arrow > button span {
        background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
        overflow: hidden;
        display: inline-block;
        text-indent: 200%;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1; }
  .m_caroucel .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0; }
    .m_caroucel .slick-dots > li.slick-active button {
      background: #a42425; }
    .m_caroucel .slick-dots > li button {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #a42425;
      border-radius: 50%;
      background: #ffffff;
      text-indent: -9999px; }
  @media screen and (min-width: 768px) {
    .m_caroucel .slick-arrow {
      top: 80px; }
      .m_caroucel .slick-arrow.prev {
        left: -25px; }
      .m_caroucel .slick-arrow.next {
        right: -25px; }
        .m_caroucel .slick-arrow.next span {
          width: 50px;
          height: 50px;
          background-position: 0px -76px; }
      .m_caroucel .slick-arrow > button span {
        width: 50px;
        height: 50px;
        background-position: -60px -76px; }
    .m_caroucel .slick-dots {
      margin-top: 30px; }
      .m_caroucel .slick-dots > li + li {
        margin-left: 19px; }
      .m_caroucel .slick-dots > li button {
        width: 10px;
        height: 10px; } }
  @media screen and (max-width: 767px) {
    .m_caroucel .slick-arrow {
      top: calc(64vw * (95 / 370)); }
      .m_caroucel .slick-arrow.prev {
        left: 25px; }
        .m_caroucel .slick-arrow.prev > button span {
          width: 25px;
          height: 25px;
          background-position: -30px -38px;
          background-size: 154px 92px; }
      .m_caroucel .slick-arrow.next {
        right: 25px; }
        .m_caroucel .slick-arrow.next > button span {
          width: 25px;
          height: 25px;
          background-position: 0px -38px;
          background-size: 154px 92px; }
    .m_caroucel .slick-dots {
      margin-top: 15px; }
      .m_caroucel .slick-dots > li + li {
        margin-left: 14px; }
      .m_caroucel .slick-dots > li button {
        width: 8px;
        height: 8px; } }

.m_lineup {
  position: relative; }
  .m_lineup::before {
    background: no-repeat 50% 50% / cover;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1; }
  @media screen and (min-width: 769px) {
    .m_lineup {
      padding: 80px 0; }
      .m_lineup::before {
        right: 0;
        left: 170px;
        background-image: url(https://www.otsuka.co.jp/cmt/images/common/mod_bg_lineup.jpg); }
      .m_lineup[class*="_flipped"]::before {
        right: 170px;
        left: 0; }
      .m_lineup .m_lead {
        margin-bottom: 34px; }
      .m_section + .m_lineup {
        margin-top: 150px; } }
  @media screen and (min-width: 981px) {
    .m_lineup::before {
      right: calc(50% - 50vw); }
    .m_lineup[class*="_flipped"]::before {
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 768px) {
    .m_lineup {
      padding: 75px 0; }
      .m_lineup::before {
        right: 20px;
        left: -20px;
        background-image: url(https://www.otsuka.co.jp/cmt/images/common/mod_bg_lineup_@2x.jpg); }
      .m_lineup[class*="_flipped"]::before {
        right: 20px;
        left: -20px; }
      .m_section + .m_lineup {
        margin-top: 75px; } }
  .m_lineup .itemList {
    margin: 0; }
    .m_lineup .itemList > li {
      position: relative;
      font-weight: 500; }
      .m_lineup .itemList > li .name {
        display: block; }
      .m_lineup .itemList > li .link {
        margin: 0;
        font-family: "Roboto Condensed", sans-serif; }
        .m_lineup .itemList > li .link a {
          text-decoration: none; }
          .m_lineup .itemList > li .link a::after {
            font-family: "icon";
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            text-decoration: none;
            text-transform: none;
            color: #a42425;
            font-size: 10px;
            vertical-align: middle;
            content: ""; }
          .m_lineup .itemList > li .link a::before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: ""; }
          .m_lineup .itemList > li .link a::after {
            display: inline-block;
            -webkit-transform-origin: 100% 50%;
                    transform-origin: 100% 50%; }
    @media screen and (min-width: 769px) {
      .m_lineup .itemList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: center; }
        .m_lineup .itemList > li .image {
          margin: 0 0 20px; }
          .m_lineup .itemList > li .image img {
            margin: -11px -11px -7px -7px; }
        .m_lineup .itemList > li .name {
          margin: 0 0 10px;
          font-size: 2rem;
          line-height: 1.5; }
        .m_lineup .itemList > li .summary {
          margin: 0 0 12px;
          min-height: calc(26 / 16 * 2em);
          font-size: 1.6rem;
          line-height: 1.625; }
        .m_lineup .itemList > li .link {
          text-align: right;
          font-size: 1.6rem;
          line-height: 1; }
          .m_lineup .itemList > li .link a::after {
            margin-left: -.6em;
            -webkit-transform: translateY(-30%) scale(0.5);
                    transform: translateY(-30%) scale(0.5); }
        .m_lineup .itemList > li:nth-of-type(2) {
          margin-left: 150px; }
        .m_lineup .itemList > li:nth-of-type(3) {
          margin-left: 135px; } }
    @media screen and (max-width: 768px) {
      .m_lineup .itemList {
        margin: -25px 0 0; }
        .m_lineup .itemList > li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          .m_lineup .itemList > li .image {
            -ms-flex-preferred-size: 125px;
                flex-basis: 125px;
            margin-right: 20px;
            text-align: center; }
            .m_lineup .itemList > li .image img {
              margin: calc(11 / 750 * -100vw) calc(11 / 750 * -100vw) calc(7 / 750 * -100vw) calc( / 750 * -100vw);
              max-width: 100%;
              height: auto; }
          .m_lineup .itemList > li .body {
            -ms-flex-preferred-size: 130px;
                flex-basis: 130px; }
          .m_lineup .itemList > li .name {
            margin: -0.5px 0 9.5px;
            font-size: 1.4rem;
            line-height: 1.07143; }
          .m_lineup .itemList > li .summary {
            margin: -5px 0 15px;
            font-size: 1.3rem;
            line-height: 1.76923; }
          .m_lineup .itemList > li .link {
            font-size: 1.2rem;
            line-height: 1; }
            .m_lineup .itemList > li .link a::after {
              margin-left: -1.2em;
              -webkit-transform: translateY(-30%) scale(0.4);
                      transform: translateY(-30%) scale(0.4); }
          .m_lineup .itemList > li:nth-of-type(n+2) {
            margin-top: 25px; }
          .m_lineup .itemList > li:nth-of-type(2) .image img {
            width: 81px; }
          .m_lineup .itemList > li:nth-of-type(3) .image img {
            width: 54px; } }

.m_slideshow {
  position: relative;
  overflow: hidden; }
  .m_slideshow .slides {
    position: relative;
    margin-bottom: 10px; }
    .m_slideshow .slides:after {
      display: block;
      clear: both;
      height: 0;
      content: "."; }
    .m_slideshow .slides > li {
      display: none;
      float: left; }
      .m_slideshow .slides > li:first-child {
        display: block; }
  .m_slideshow .crossfade .slides > li {
    position: absolute;
    float: none; }
  .m_slideshow .slideControl {
    display: none;
    clear: both; }
  .m_slideshow .cursor > li {
    position: absolute;
    top: 110px; }
    .m_slideshow .cursor > li.prev {
      left: 0; }
    .m_slideshow .cursor > li.next {
      right: 0; }
  .m_slideshow .select > li {
    display: inline-block;
    margin: 0 2px; }
    .m_slideshow .select > li > li a {
      display: block;
      border: 1px solid #cccccc;
      padding: 5px;
      background: #dddddd;
      text-decoration: none; }
    .m_slideshow .select > li > li.active a,
    .m_slideshow .select > li > li a:hover {
      background: #eeeeee; }

.m_modal {
  display: none; }

.m_modalInner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .m_modalInner > *:last-child {
    margin-bottom: 0 !important; }
  .m_modalInner .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    border: 1px solid currentColor;
    color: #333333;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center; }
    .m_modalInner .close::before {
      content: "";
      background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
      overflow: hidden;
      display: inline-block;
      text-indent: 200%;
      white-space: nowrap;
      vertical-align: middle;
      line-height: 1; }
  @media screen and (min-width: 768px) {
    .m_modalInner {
      padding: 80px;
      width: 1200px;
      font-size: 1.6rem;
      line-height: 1.875; }
      .m_modalInner .close {
        margin-top: 90px;
        width: 200px;
        height: 50px; }
        .m_modalInner .close::before {
          margin: 0 5px 0 0;
          width: 22px;
          height: 22px;
          background-position: -282px -102px; } }
  @media screen and (max-width: 767px) {
    .m_modalInner {
      padding: 10px;
      width: calc(100vw - 20px);
      font-size: 1.3rem;
      line-height: 1.76923; }
      .m_modalInner .close {
        margin-top: 35px;
        width: 115px;
        height: 36px;
        font-size: 1.2rem;
        line-height: 1.25; }
        .m_modalInner .close::before {
          margin: 0 3px 0 0;
          width: 11px;
          height: 11px;
          background-position: -141px -51px;
          background-size: 154px 92px; } }

.m_movie {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .m_movie {
      margin: 70px auto; } }
  @media screen and (max-width: 767px) {
    .m_movie {
      margin: 50px -20px; }
      .m_movie iframe {
        width: 100vw;
        height: calc(100vw * (9 / 16)); } }

.m_social > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  line-height: 1; }
  .m_social > ul .fb_iframe_widget span {
    vertical-align: top !important; }

@media screen and (min-width: 768px) {
  .m_social {
    margin: 80px 0; }
    .m_social > ul > li:nth-of-type(n+2) {
      margin-left: 20px; } }

@media screen and (max-width: 767px) {
  .m_social {
    margin: 75px 0; }
    .m_social > ul > li:nth-of-type(n+2) {
      margin-left: 15px; } }

.m_info {
  border: solid #fbc114;
  padding: 20px;
  background: #ffffff; }
  .m_info > *:last-child {
    margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .m_info {
      border-width: 2px; } }
  @media screen and (max-width: 767px) {
    .m_info {
      border-width: 1px; } }
  .m_info .heading {
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .m_info .heading {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .m_info .heading {
        text-align: center;
        font-size: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .m_info .text {
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .m_info .text {
      font-size: 1.3rem; } }

/* paragraph module
--------------------------------------------------------------------------------------------------- */
.m_liquidImage {
  text-align: center; }
  .m_liquidImage .caption {
    display: block;
    text-align: right; }
    .m_liquidImage .caption > span {
      display: inline-block;
      text-align: left; }
  @media screen and (min-width: 768px) {
    .m_liquidImage {
      margin: 0 0 40px; }
      .m_liquidImage .caption {
        margin: 10px 0 0;
        font-size: 1.4rem;
        line-height: 1.71429; } }
  @media screen and (max-width: 767px) {
    .m_liquidImage {
      margin: 0 0 20px; }
      .m_liquidImage img {
        max-width: 100%;
        height: auto; } }

.m_lead {
  font-weight: 500;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .m_lead {
      margin: -7px 0 33px;
      font-size: 1.8rem;
      line-height: 1.77778; } }
  @media screen and (max-width: 767px) {
    .m_lead {
      margin: -7px 0 43px;
      font-size: 1.6rem;
      line-height: 1.875; } }

@media screen and (min-width: 768px) {
  .m_image {
    margin: 50px 0; }
    .m_image img {
      max-width: 100%;
      height: auto; } }

@media screen and (max-width: 767px) {
  .m_image {
    margin: 25px 0; }
    .m_image img {
      width: 100%;
      height: auto; } }

/* list module
--------------------------------------------------------------------------------------------------- */
.m_list > li {
  position: relative;
  padding-left: 1em; }
  .m_list > li > *:last-child {
    margin-bottom: 0 !important; }
  .m_list > li:before {
    position: absolute;
    left: 0;
    content: "・"; }

.m_list[class*="_unstyled"] > li {
  padding: 0; }
  .m_list[class*="_unstyled"] > li::before {
    content: none; }

.m_numberList {
  counter-reset: li; }
  .m_numberList > li {
    display: table-row; }
    .m_numberList > li > *:last-child {
      margin-bottom: 0 !important; }
    .m_numberList > li:before {
      display: table-cell;
      content: counter(li) ".";
      counter-increment: li;
      text-align: right; }

.m_notesList:not([class*="_mark"]) > li {
  padding-left: 1em;
  text-indent: -1em; }
  .m_notesList:not([class*="_mark"]) > li::before {
    content: "※";
    text-align: center; }
  .m_notesList:not([class*="_mark"]) > li.nomark {
    padding-left: 0;
    text-indent: 0; }
    .m_notesList:not([class*="_mark"]) > li.nomark::before {
      content: none; }

.m_notesList[class*="_mark"] > li {
  display: table-row; }
  .m_notesList[class*="_mark"] > li .mark {
    display: table-cell;
    padding-right: 1em;
    text-align: right;
    white-space: nowrap; }
  .m_notesList[class*="_mark"] > li.nomark::before {
    display: table-cell;
    content: ""; }
  .m_notesList[class*="_mark"] > li.nomark > span {
    display: block;
    margin-left: -2em; }

.m_notesList[class*="_mark"] > li::before {
  content: none; }

[class*="_alignRight"] .m_notesList > li,
[class*="_pcAlignRight"] .m_notesList > li,
[class*="_spAlignRight"] .m_notesList > li {
  text-align: left; }

[class*="_alignRight"] .m_notesList,
[class*="_pcAlignRight"] .m_notesList,
[class*="_spAlignRight"] .m_notesList {
  display: inline-table;
  margin: 0; }

@media screen and (min-width: 768px) {
  .m_notesList {
    font-size: 1.2rem;
    line-height: 1.66667; } }

@media screen and (max-width: 767px) {
  .m_notesList {
    font-size: 1.1rem;
    line-height: 1.45455; } }

.m_linkList > li {
  position: relative;
  padding-left: 16px; }
  .m_linkList > li > *:last-child {
    margin-bottom: 0 !important; }
  .m_linkList > li a::before {
    position: absolute;
    top: calc(.5em);
    left: 0;
    content: "";
    border: solid #000000;
    border-color: transparent transparent transparent #000000;
    border-width: 4px 0 4px 12px;
    width: 0;
    line-height: 1; }

.m_imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .m_imageList > li {
    position: relative; }
    .m_imageList > li > *:last-child {
      margin-bottom: 0 !important; }
    .m_imageList > li .image img {
      max-width: 100%;
      height: auto; }
    .m_imageList > li > figure > *:last-child {
      margin-bottom: 0 !important; }
    .m_imageList > li a {
      color: #333333;
      text-decoration: none; }
      .m_imageList > li a::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ""; }
  @media screen and (min-width: 768px) {
    .m_imageList a:hover {
      color: #a42425;
      text-decoration: underline; }
    .m_imageList > li .image {
      margin-bottom: 15px; }
      .m_imageList > li .image img {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    .m_imageList > li.link:hover img {
      opacity: .6; }
    .m_imageList[class*="_pcCol2"] {
      margin: 0 0 0 -50px; }
      .m_imageList[class*="_pcCol2"] > li {
        margin-left: 50px;
        width: calc(100% / 2 - 50px); }
        .m_imageList[class*="_pcCol2"] > li:nth-of-type(n+3) {
          margin-top: 45px; } }
  @media screen and (max-width: 767px) {
    .m_imageList > li .image {
      margin-bottom: 4px; }
    .m_imageList[class*="_spCol2"] {
      margin: 0 0 0 -17px; }
      .m_imageList[class*="_spCol2"] > li {
        margin-left: 17px;
        width: calc(100% / 2 - 17px); }
        .m_imageList[class*="_spCol2"] > li img {
          width: 100%;
          height: auto; }
        .m_imageList[class*="_spCol2"] > li:nth-of-type(n+3) {
          margin-top: 36px; } }

.m_bannerLink .bnrInner {
  position: relative; }
  .m_bannerLink .bnrInner a {
    color: #333333;
    text-decoration: none; }
    .m_bannerLink .bnrInner a::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ""; }
  .m_bannerLink .bnrInner .title[class*="_arrow"] {
    display: block;
    text-align: right; }
    .m_bannerLink .bnrInner .title[class*="_arrow"] a {
      position: relative;
      color: #a42425; }
      .m_bannerLink .bnrInner .title[class*="_arrow"] a::after {
        font-family: "icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        font-size: 10px;
        vertical-align: middle;
        content: ""; }
      .m_bannerLink .bnrInner .title[class*="_arrow"] a::after {
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%; }

@media screen and (min-width: 768px) {
  .m_bannerLink {
    margin: 0; }
    .m_bannerLink .bnrInner {
      margin: 0 20px;
      width: 300px;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .m_bannerLink .bnrInner img {
        width: 100%;
        height: auto; }
      .m_bannerLink .bnrInner .title {
        margin: 15px 0 0;
        font-size: 1.4rem;
        line-height: 1.71429; }
      .m_bannerLink .bnrInner .title[class*="_arrow"] a {
        padding-right: 30px; }
        .m_bannerLink .bnrInner .title[class*="_arrow"] a::after {
          -webkit-transform: translateY(-50%) scale(0.5);
                  transform: translateY(-50%) scale(0.5); }
      .m_bannerLink .bnrInner:hover {
        opacity: .6; } }

@media screen and (max-width: 767px) {
  .m_bannerLink .bnrInner {
    margin: 0 15px;
    width: 64vw; }
    .m_bannerLink .bnrInner img {
      width: 100%;
      height: auto; }
    .m_bannerLink .bnrInner .title {
      margin: 5px 0 0;
      font-size: 1.3rem;
      line-height: 1.76923; }
    .m_bannerLink .bnrInner .title[class*="_arrow"] a {
      padding-right: 25px; }
      .m_bannerLink .bnrInner .title[class*="_arrow"] a::after {
        -webkit-transform: translateY(-50%) scale(0.4);
                transform: translateY(-50%) scale(0.4); }
  .m_bannerLink.select {
    margin: 0 0 0 calc(-30px + -54vw);
    width: calc((75vw + 30px) * 3); }
    .m_bannerLink.select > li {
      margin: 0 0 0 30px; } }

.m_indexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .m_indexList > li {
    position: relative; }
    .m_indexList > li > *:last-child {
      margin-bottom: 0 !important; }
    .m_indexList > li .image img {
      max-width: 100%;
      height: auto; }
    .m_indexList > li a {
      color: #333333;
      text-decoration: none; }
      .m_indexList > li a::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ""; }
  @media screen and (min-width: 768px) {
    .m_indexList a:hover {
      color: #a42425;
      text-decoration: underline; }
    .m_indexList li img {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .m_indexList li:hover img {
      opacity: .6; }
    .m_indexList .title {
      display: block;
      margin: 12px 0 -6px;
      font-size: 1.8rem;
      line-height: 1.66667; }
    .m_indexList .summary {
      margin: 11px 0 -5px;
      font-size: 1.4rem;
      line-height: 1.71429; }
    .m_indexList[class*="_col2"], .m_indexList[class*="_pcCol2"] {
      margin: 0 0 0 -30px; }
      .m_indexList[class*="_col2"] > li, .m_indexList[class*="_pcCol2"] > li {
        margin: 0 0 0 30px;
        width: calc(100% / 2 - 30px); }
        .m_indexList[class*="_col2"] > li:nth-of-type(n+3), .m_indexList[class*="_pcCol2"] > li:nth-of-type(n+3) {
          margin-top: 35px; } }
  @media screen and (max-width: 767px) {
    .m_indexList > li .title {
      display: block;
      margin: 5px 0 0;
      font-size: 1.3rem;
      line-height: 1.76923; }
      .m_indexList > li .title a::after {
        display: inline-block;
        margin-left: 5px;
        font-size: 4px; }
    .m_indexList[class*="_col2"] {
      margin: 0 0 0 -17px; }
      .m_indexList[class*="_col2"] > li {
        margin: 0 0 0 17px;
        width: calc(100% / 2 - 17px); }
        .m_indexList[class*="_col2"] > li:nth-of-type(n+3) {
          margin-top: 18px; } }

[class*="List"][class*="_horizontal"] > li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top; }

/* table module
--------------------------------------------------------------------------------------------------- */
.m_table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid #ffffff;
  border-width: 0 0 1px 1px;
  width: 100%; }
  .m_table th,
  .m_table td {
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
    text-align: left; }
  .m_table th {
    background: #f2c701;
    color: #ffffff; }
    .m_table th:empty {
      background: none; }
  .m_table[class*="_fixed"] {
    table-layout: fixed; }
  .m_table:not([class*="_thead"]) th:nth-of-type(2) {
    border-left-width: 20px; }
  .m_table:not([class*="_thead"]) tr:nth-of-type(2n+1) td:not(:empty) {
    background: rgba(242, 199, 1, 0.15); }
  .m_table:not([class*="_thead"]) tr:nth-of-type(2n) td:not(:empty) {
    background: rgba(242, 199, 1, 0.05); }
  .m_table[class*="_thead"] {
    border-color: #d4d2d2; }
    .m_table[class*="_thead"] th,
    .m_table[class*="_thead"] td {
      border-color: #d4d2d2;
      text-align: center; }
  .m_table[class*="_thead01"] th {
    background: #707070; }
  .m_table[class*="_thead02"] th {
    background: #f0edec;
    color: #333333; }
  @media screen and (min-width: 768px) {
    .m_table th,
    .m_table td {
      padding: 10px 20px 10px 40px; }
    .m_table th[class*="_indent"] {
      padding-left: calc(40px + 1em); }
    .m_table[class*="_thead"] {
      margin: 0 0 10px; }
      .m_table[class*="_thead"] th,
      .m_table[class*="_thead"] td {
        padding: 5px 0; }
    .m_table:not([class*="_thead"]) th:nth-of-type(2) {
      border-left-width: 20px; } }
  @media screen and (max-width: 767px) {
    .m_table th,
    .m_table td {
      padding: 5px 5px 5px 10px;
      font-size: 1rem;
      line-height: 1.5; }
    .m_table th[class*="_indent"] {
      padding-left: calc(10px + 1em); }
    .m_table[class*="_thead"] {
      margin: 0 0 5px; }
      .m_table[class*="_thead"] th,
      .m_table[class*="_thead"] td {
        padding: 2px 0; }
    .m_table[class*="_thead02"] td,
    .m_table[class*="_thead02"] th {
      font-size: 0.7rem;
      line-height: 1.42857; }
    .m_table:not([class*="_thead"]) th:nth-of-type(2) {
      border-left-width: 5px; } }

.m_table02 table {
  margin: 0;
  table-layout: fixed; }
  .m_table02 table th,
  .m_table02 table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap; }
    .m_table02 table th:last-child,
    .m_table02 table td:last-child {
      border-right: 0 !important; }
  .m_table02 table thead th {
    background: #593117;
    color: #ffffff;
    text-align: center; }
    .m_table02 table thead th.label {
      background: #221715 !important;
      font-weight: 700;
      text-align: left; }
    .m_table02 table thead th:nth-of-type(n+2) {
      border-left: 1px solid #ffffff; }
  .m_table02 table thead tr th {
    border-top: 1px solid #ffffff; }
  .m_table02 table thead .type01 th {
    border-left: 1px solid #ebdca7;
    color: #333333; }
    .m_table02 table thead .type01 th:nth-of-type(2n+1) {
      background: #fef9e5; }
    .m_table02 table thead .type01 th:nth-of-type(2n) {
      background: #fcefb7; }
  .m_table02 table thead .type02 th {
    border-right: 1px solid #ffffff;
    padding: 2px 0;
    background: #7a5a45; }
  .m_table02 table thead .type03 th {
    border-right: 1px solid #ffffff;
    padding: 2px 0;
    background: #9b8374; }
  .m_table02 table tbody th {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: #593117;
    color: #ffffff;
    text-align: left; }
    .m_table02 table tbody th.type01 {
      background: #f0e8ce;
      color: #333333; }
  .m_table02 table tbody td {
    border-top: 1px solid #ffffff; }
    .m_table02 table tbody td > .indent {
      display: inline-block;
      padding-left: 3.2rem; }
    .m_table02 table tbody td:nth-of-type(n+2) {
      border-left: 1px solid #eee5c5; }
  .m_table02 table tbody tr:nth-of-type(2n+1) td {
    background: #fefcf2; }
  .m_table02 table tbody tr:nth-of-type(2n) td {
    background: #fdf7d9; }
  .m_table02 table tbody .type01 td {
    border-top: 1px solid #ffffff; }
    .m_table02 table tbody .type01 td:nth-of-type(n+2) {
      border-left: 1px solid #eee5c5; }
    .m_table02 table tbody .type01 td:nth-of-type(2n+1) {
      background: #fefcf2; }
    .m_table02 table tbody .type01 td:nth-of-type(2n) {
      background: #fdf7d9; }
    .m_table02 table tbody .type01 td .inner {
      display: inline-block; }
  .m_table02 table tbody .type02 td {
    border-top: none;
    background: #fefcf2 !important; }
  .m_table02 table tbody .type03 td {
    border-top: none;
    background: #fdf7d9 !important; }
  .m_table02 table .width01 {
    width: 17.1%; }
  .m_table02 table .width02 {
    padding: 0 4px;
    width: 7.8%; }
  .m_table02 table .width03 {
    width: 15%; }

@media screen and (min-width: 768px) {
  .m_table02 {
    margin: 0 0 15px; }
    .m_table02 table {
      width: 100%; }
      .m_table02 table th,
      .m_table02 table td {
        font-size: 1.4rem;
        line-height: 1.14286; }
      .m_table02 table thead th {
        padding: 2px 10px; }
        .m_table02 table thead th.label {
          padding: 2px 20px !important; }
      .m_table02 table tbody th {
        padding: 2px 10px;
        height: 40px; }
      .m_table02 table tbody td {
        padding: 2px 25px;
        height: 40px; }
        .m_table02 table tbody td:first-child {
          padding: 2px 20px; }
      .m_table02 table tbody .type01 td .inner {
        margin: 0 -25px;
        padding: 0 10px; }
    .m_table02 .small {
      font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .m_table02 {
    overflow: auto;
    margin: 0 -20px 20px 0; }
    .m_table02 table {
      min-width: 100%; }
      .m_table02 table th,
      .m_table02 table td {
        font-size: 1rem;
        line-height: 1.2; }
      .m_table02 table thead th {
        padding: 0 5px;
        height: 17px; }
        .m_table02 table thead th.label {
          padding: 0 5px !important; }
      .m_table02 table thead .type03 th {
        border-right: 1px solid #ffffff;
        padding: 1px 2px;
        background: #9b8374; }
      .m_table02 table tbody th {
        padding: 1px 5px;
        height: 26px; }
      .m_table02 table tbody td {
        padding: 1px 10px;
        height: 26px; }
        .m_table02 table tbody td:first-child {
          padding: 1px 10px; }
      .m_table02 table tbody .type01 td .inner {
        margin: 0 -10px;
        padding: 0 5px; }
    .m_table02 .small {
      font-size: 0.8rem; } }

/* navigation module
--------------------------------------------------------------------------------------------------- */
.m_button {
  text-align: center; }
  .m_button a,
  .m_button button,
  .m_button input[type="button"],
  .m_button input[type="submit"],
  .m_button input[type="reset"],
  .m_button span:not([class]) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    text-decoration: none; }
    .m_button a.is_disabled, .m_button a[disabled],
    .m_button button.is_disabled,
    .m_button button[disabled],
    .m_button input[type="button"].is_disabled,
    .m_button input[type="button"][disabled],
    .m_button input[type="submit"].is_disabled,
    .m_button input[type="submit"][disabled],
    .m_button input[type="reset"].is_disabled,
    .m_button input[type="reset"][disabled],
    .m_button span:not([class]).is_disabled,
    .m_button span:not([class])[disabled] {
      background: #cccccc;
      pointer-events: none; }
  .m_button span:not([class]) {
    background: #c1c1c1; }
  .m_button[class*="_type01"] a,
  .m_button[class*="_type01"] button,
  .m_button[class*="_type01"] input[type="button"],
  .m_button[class*="_type01"] input[type="submit"],
  .m_button[class*="_type01"] input[type="reset"] {
    border: 2px solid currentColor;
    background: #ffffff;
    color: #fbc114; }
  .m_button[class*="_type02"] a,
  .m_button[class*="_type02"] button,
  .m_button[class*="_type02"] input[type="button"],
  .m_button[class*="_type02"] input[type="submit"],
  .m_button[class*="_type02"] input[type="reset"] {
    background: #fde08a;
    color: #221815; }
  @media screen and (min-width: 768px) {
    .m_button {
      margin: 0 0 30px; }
      .m_button a,
      .m_button button,
      .m_button input[type="button"],
      .m_button input[type="submit"],
      .m_button input[type="reset"] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: color .3s ease, background-color .3s ease, opacity .3s ease;
        transition: color .3s ease, background-color .3s ease, opacity .3s ease; }
      .m_button[class*="_type01"] a,
      .m_button[class*="_type01"] button,
      .m_button[class*="_type01"] input[type="button"],
      .m_button[class*="_type01"] input[type="submit"],
      .m_button[class*="_type01"] input[type="reset"] {
        padding: 0 10px;
        min-width: 200px;
        height: 60px;
        font-size: 1.6rem;
        line-height: 3.5; }
      .m_button[class*="_type02"] a,
      .m_button[class*="_type02"] button,
      .m_button[class*="_type02"] input[type="button"],
      .m_button[class*="_type02"] input[type="submit"],
      .m_button[class*="_type02"] input[type="reset"] {
        min-width: 300px;
        font-size: 1.8rem;
        line-height: 3.88889; }
      .m_button[class*="_type01"] a:hover,
      .m_button[class*="_type01"] button:hover,
      .m_button[class*="_type01"] input[type="button"]:hover,
      .m_button[class*="_type01"] input[type="submit"]:hover,
      .m_button[class*="_type01"] input[type="reset"]:hover, .m_button[class*="_type02"] a:hover,
      .m_button[class*="_type02"] button:hover,
      .m_button[class*="_type02"] input[type="button"]:hover,
      .m_button[class*="_type02"] input[type="submit"]:hover,
      .m_button[class*="_type02"] input[type="reset"]:hover {
        border-color: #fbc114;
        background: #fbc114;
        color: #ffffff; }
      .m_button[class*="_eng"] {
        letter-spacing: .8px; } }
  @media screen and (max-width: 767px) {
    .m_button {
      margin: 0 0 30px; }
      .m_button > li:nth-child(n+2) {
        margin-top: 10px; }
      .m_button[class*="_type01"] a,
      .m_button[class*="_type01"] button,
      .m_button[class*="_type01"] input[type="button"],
      .m_button[class*="_type01"] input[type="submit"],
      .m_button[class*="_type01"] input[type="reset"] {
        display: inline-block;
        padding: 10px;
        min-width: calc(375 / 750 * 100vw);
        font-size: 1.2rem;
        line-height: 1.5; }
      .m_button[class*="_eng"] {
        letter-spacing: .6px; } }

@media screen and (min-width: 768px) {
  ul.m_button {
    margin-top: -10px; }
    ul.m_button > li {
      margin: 10px 20px 0;
      display: inline-block;
      vertical-align: middle; } }

.m_pager {
  margin: 0 0 30px;
  text-align: center; }
  .m_pager > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle; }
    .m_pager > li:not([class]) a,
    .m_pager > li.is_active a {
      display: block;
      border: 1px solid currentColor;
      text-decoration: none; }
    .m_pager > li.is_active a {
      border-color: #a42425;
      background: #a42425;
      color: #ffffff; }
    .m_pager > li.first a::before {
      content: "<<"; }
    .m_pager > li.prev a::before {
      content: "<"; }
    .m_pager > li.next a::after {
      content: ">"; }
    .m_pager > li.last a::after {
      content: ">>"; }
  @media screen and (min-width: 768px) {
    .m_pager > li:not([class]) a,
    .m_pager > li.is_active a {
      width: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 767px) {
    .m_pager > li:not([class]) a,
    .m_pager > li.is_active a {
      width: 36px;
      line-height: 36px; }
    .m_pager > li a > span {
      display: none; }
    .m_pager > li.first, .m_pager > li.last {
      display: none; } }

.m_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .m_tab > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid #a42425;
    width: 100%;
    background: #ffffff;
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .m_tab {
      position: relative;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0 auto 70px;
      width: 960px;
      z-index: 0; }
      .m_tab::before {
        border-bottom: 1px solid #a42425;
        position: absolute;
        right: -120px;
        bottom: 0;
        left: -120px;
        content: "";
        z-index: -1; }
      .m_tab > li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0 0 6px;
        width: 10%; }
        .m_tab > li a {
          border-width: 1px 1px 0;
          height: 60px; }
        .m_tab > li.is_active {
          margin-bottom: 0; }
          .m_tab > li.is_active a {
            border-top-width: 6px;
            height: 67px; }
        .m_tab > li:nth-of-type(n+2) {
          margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .m_tab {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 0 35px -10px;
      font-size: 1.3rem;
      line-height: 1.38462; }
      .m_tab > li {
        margin-left: 10px;
        width: calc(100% / 2 - 10px); }
        .m_tab > li a {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-width: 1px;
          min-height: 46px;
          padding: 8px 16px;
          text-align: center; }
        .m_tab > li.is_active a {
          background: #a42425;
          color: #ffffff; }
        .m_tab > li:nth-of-type(n+3) {
          margin-top: 10px; } }

.m_tabContent > *:last-child {
  margin-bottom: 0 !important; }

@media screen and (min-width: 768px) {
  .m_tabContent {
    margin: 0 auto;
    width: 960px; } }

@media screen and (max-width: 767px) {
  .m_tabContent iframe {
    margin: 0 -20px;
    width: 100vw;
    height: calc(100vw * (540 / 960)); } }

.close button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border: 1px solid currentColor;
  color: #333333;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center; }
  .close button::before {
    content: "";
    background-image: url("https://www.otsuka.co.jp/cmt/images/common/mod_img_sprite.png");
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1; }
  @media screen and (min-width: 768px) {
    .close button {
      margin-top: 40px;
      width: 200px;
      height: 50px; }
      .close button::before {
        margin: 0 5px 0 0;
        width: 22px;
        height: 22px;
        background-position: -282px -102px; } }
  @media screen and (max-width: 767px) {
    .close button {
      margin-top: 30px;
      width: 115px;
      height: 36px;
      font-size: 1.2rem;
      line-height: 1.25; }
      .close button::before {
        margin: 0 3px 0 0;
        width: 11px;
        height: 11px;
        background-position: -141px -51px;
        background-size: 154px 92px; } }

.m_lnav .heading {
  margin: 0;
  border: 2px solid currentColor;
  color: #fbc114;
  text-align: center; }

.m_lnav .nav {
  display: grid; }
  .m_lnav .nav .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .m_lnav .nav .title {
    display: block;
    font-weight: 700; }
  .m_lnav .nav > li {
    position: relative; }
    .m_lnav .nav > li a {
      display: block;
      color: #333333;
      text-decoration: none; }
      .m_lnav .nav > li a::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ""; }
      .m_lnav .nav > li a > span {
        position: relative;
        display: block; }
        .m_lnav .nav > li a > span::after {
          font-family: "icon";
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          text-decoration: none;
          text-transform: none;
          font-size: 10px;
          vertical-align: middle;
          content: ""; }
        .m_lnav .nav > li a > span::after {
          position: absolute;
          top: 50%;
          right: 0;
          display: inline-block;
          -webkit-transform: translateY(-50%) scale(0.5);
                  transform: translateY(-50%) scale(0.5);
          -webkit-transform-origin: 100% 50%;
                  transform-origin: 100% 50%; }
    .m_lnav .nav > li.is_current a {
      color: #fbc114;
      pointer-events: none; }
      .m_lnav .nav > li.is_current a > span::after {
        content: none; }

.m_lnav.product .heading {
  font-family: "Roboto Condensed", sans-serif; }

.m_lnav.product .nav {
  text-align: center; }

@media screen and (min-width: 768px) {
  .m_lnav {
    margin: 80px auto 0;
    width: 900px; }
    .m_lnav .heading {
      padding: 5px 0;
      font-size: 2rem;
      line-height: 2; }
    .m_lnav .nav {
      margin: 40px 0 0;
      font-size: 1.4rem;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px; }
      .m_lnav .nav .title {
        margin: 13px 0 0;
        font-size: 1.8rem;
        line-height: 1.66667; }
      .m_lnav .nav .description {
        margin: 9px 0 0;
        font-size: 1.4rem;
        line-height: 1.71429; }
      .m_lnav .nav > li {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .m_lnav .nav > li a {
          -webkit-transition: color .3s ease;
          transition: color .3s ease; }
          .m_lnav .nav > li a > span::after {
            -webkit-transform: translateY(-50%) scale(0.5);
                    transform: translateY(-50%) scale(0.5); }
        .m_lnav .nav > li:not(.is_current):hover {
          opacity: .6; }
          .m_lnav .nav > li:not(.is_current):hover a {
            color: #fbc114; }
    .m_lnav.product .heading {
      font-size: 2.6rem;
      line-height: 1.53846; }
    .m_lnav.product .nav {
      grid-template-columns: repeat(4, 1fr); }
      .m_lnav.product .nav > li a {
        margin-top: -10px; } }

@media screen and (max-width: 767px) {
  .m_lnav {
    margin: 48px 0 0; }
    .m_lnav .heading {
      padding: 3px 0;
      font-size: 1.6rem;
      line-height: 1.5; }
    .m_lnav .nav {
      margin: 30px 0 0;
      font-size: 1rem;
      gap: 35px; }
      .m_lnav .nav .title {
        margin: 8px 0 0;
        font-size: 1.5rem;
        line-height: 1.86667; }
      .m_lnav .nav .description {
        margin: 3px 0 0;
        font-size: 1.3rem;
        line-height: 1.76923; }
      .m_lnav .nav > li a > span::after {
        -webkit-transform: translateY(-50%) scale(0.4);
                transform: translateY(-50%) scale(0.4); }
    .m_lnav.product .heading {
      font-size: 1.8rem;
      line-height: 1.33333; }
    .m_lnav.product .nav {
      gap: 25px 17px;
      grid-template-columns: repeat(auto-fit, 159px); }
      .m_lnav.product .nav > li a {
        margin-top: -4px; } }

/* inline module
--------------------------------------------------------------------------------------------------- */
.m_link {
  position: relative; }
  .m_link::before, .m_link::after {
    position: absolute;
    top: 50%;
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none; }
  .m_link[class*="_before"]::before {
    content: ""; }
  .m_link[class*="_before"]::before {
    left: 0; }
  .m_link[class*="_after"] {
    padding-right: 30px; }
    .m_link[class*="_after"]::after {
      content: ""; }
    .m_link[class*="_after"]::after {
      position: absolute;
      right: 0; }
  @media screen and (min-width: 768px) {
    .m_link[class*="_before"] {
      padding-left: 30px; }
    .m_link[class*="_after"] {
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .m_link[class*="_before"] {
      padding-left: 25px; }
    .m_link[class*="_after"] {
      padding-right: 25px; } }

.corpName {
  font-family: "Kosugi", "MS UI Gothic";
  line-height: 1; }

.m_underline {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 193, 20, 0)), color-stop(70%, rgba(251, 193, 20, 0)), color-stop(70%, #fbc114), to(#fbc114));
  background: linear-gradient(rgba(251, 193, 20, 0) 0%, rgba(251, 193, 20, 0) 70%, #fbc114 70%, #fbc114 100%); }

@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  *::-ms-backdrop,
  .m_underline {
    background: linear-gradient(rgba(251, 193, 20, 0) 0%, rgba(251, 193, 20, 0) 70%, #fbc114 70%, #fbc114 100%); } }

.m_sup {
  font-size: .6em;
  vertical-align: super;
  white-space: nowrap; }

.m_iblock {
  display: inline-block; }

.m_br[class*="_before"]::before,
.m_br[class*="_after"]::after {
  content: "\A";
  white-space: pre; }

@media screen and (min-width: 768px) {
  .m_pcHide {
    display: none !important; }
  .m_pcbr[class*="_before"]::before,
  .m_pcbr[class*="_after"]::after {
    content: "\A";
    white-space: pre; } }

@media screen and (max-width: 767px) {
  .m_spHide {
    display: none !important; }
  .m_spbr[class*="_before"]::before,
  .m_spbr[class*="_after"]::after {
    content: "\A";
    white-space: pre; } }

/* modifire module
--------------------------------------------------------------------------------------------------- */
/* text align */
[class*="_alignLeft"] {
  text-align: left !important; }

[class*="_alignCenter"] {
  text-align: center !important; }

[class*="_alignRight"] {
  text-align: right !important; }

[class*="_alignTop"] {
  vertical-align: top !important; }

[class*="_alignMiddle"] {
  vertical-align: middle !important; }

[class*="_alignBottom"] {
  vertical-align: bottom !important; }

@media screen and (min-width: 769px) {
  [class*="_pcAlignLeft"] {
    text-align: left !important; }
  [class*="_pcAlignCenter"] {
    text-align: center !important; }
  [class*="_pcAlignRight"] {
    text-align: right !important; } }

@media screen and (max-width: 768px) {
  [class*="_spAlignLeft"] {
    text-align: left !important; }
  [class*="_spAlignCenter"] {
    text-align: center !important; }
  [class*="_spAlignRight"] {
    text-align: right !important; } }

/* font style */
[class*="_fontBold"] {
  font-weight: bold; }

[class*="_fontItalic"] {
  font-style: italic; }

[class*="_fontNormal"] {
  font-weight: normal !important;
  font-style: normal !important; }

[class*="_eng"] {
  font-family: "Roboto Condensed", sans-serif; }

/* fontColor */
[class*="_colorType01"] {
  color: #333333; }

[class*="_colorType02"] {
  color: #a42425; }

[class*="_colorType03"] {
  color: #fbc114; }

/* ※※ module
--------------------------------------------------------------------------------------------------- */
/*====================================================================================================

    unique

====================================================================================================*/
/* home
--------------------------------------------------------------------------------------------------- */
#document.home > .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fbc114;
  z-index: -1; }

@media screen and (min-width: 768px) {
  #document.home {
    min-width: 1200px; }
    #document.home > .bg {
      bottom: 0;
      width: 350px;
      height: calc(((100vw - 280px) * (1060 / 1220)) + 80px);
      min-height: 1010px;
      -webkit-transition: height .8s linear .6s;
      transition: height .8s linear .6s; } }

@media screen and (max-width: 767px) {
  #document.home > .bg {
    width: 105px;
    height: calc(((100vw - 35px) * (960 / 680)) + 450px); } }

#document.home .topSection {
  position: relative; }
  #document.home .topSection > .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fbc114;
    z-index: -1; }
    #document.home .topSection > .bg + .m_borderHeading {
      margin-top: 0; }
  #document.home .topSection .m_button {
    margin-bottom: 0; }
  #document.home .topSection[class*="_flipped"] > .bg {
    opacity: .2; }
  @media screen and (min-width: 768px) {
    #document.home .topSection {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 80px 0; }
      #document.home .topSection .body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        min-height: 320px;
        text-align: center; }
        #document.home .topSection .body .lead {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
      #document.home .topSection .image {
        width: 500px; }
      #document.home .topSection:not([class*="_flipped"]) > .bg {
        right: 60px;
        left: calc(50% + 40px); }
      #document.home .topSection[class*="_flipped"] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        #document.home .topSection[class*="_flipped"] > .bg {
          right: calc(50% + 40px);
          left: 60px; } }
  @media screen and (min-width: 981px) {
    #document.home .topSection:not([class*="_flipped"]) > .bg {
      right: calc(50% - 50vw); }
    #document.home .topSection[class*="_flipped"] > .bg {
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.home .topSection {
      position: relative;
      padding: 0 30px 125px; }
      #document.home .topSection .body {
        margin-bottom: 50px; }
        #document.home .topSection .body .lead {
          text-align: center; }
        #document.home .topSection .body .m_button {
          position: absolute;
          bottom: 50px;
          left: 50%;
          margin: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      #document.home .topSection .image img {
        width: 100%;
        height: auto; }
      #document.home .topSection:not([class*="_flipped"]) > .bg {
        top: calc(100% - (125px + 400 / 688 * (100vw + 20px)));
        right: 0;
        left: 40px; }
      #document.home .topSection:not([class*="_flipped"]) .image {
        margin-left: -30px; }
      #document.home .topSection[class*="_flipped"] > .bg {
        top: calc(100% - (125px + 400 / 688 * (100vw + 40px)));
        right: 40px;
        left: 0; }
      #document.home .topSection[class*="_flipped"] .image {
        margin-right: -30px; }
      #document.home .topSection[class*="_flipped"] .body {
        margin-bottom: 40px; } }

#document.home #container,
#document.home #mainContents {
  padding: 0; }

@media screen and (min-width: 768px) {
  #document.home .m_section {
    margin: 0 auto;
    width: 980px; } }

@media screen and (min-width: 768px) {
  #document.home #gheader.is_static {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 40px 45px;
    width: 280px;
    height: calc(100vh - 85px);
    min-height: 726px;
    max-height: 1010px;
    background: none; }
    #document.home #gheader.is_static .logo {
      text-align: center; }
      #document.home #gheader.is_static .logo img {
        width: 173px;
        height: auto; } }

@media screen and (max-width: 767px) {
  #document.home #gheader.is_static {
    position: absolute;
    background: none; } }

@media screen and (min-width: 768px) {
  #document.home #gheader.is_static #gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #document.home #gheader.is_static #gnav .wrap {
      height: 100%; }
    #document.home #gheader.is_static #gnav .inner,
    #document.home #gheader.is_static #gnav .nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: auto; }
    #document.home #gheader.is_static #gnav .nav {
      margin-top: 50px;
      margin-bottom: 90px;
      width: 200px;
      text-align: left; }
      #document.home #gheader.is_static #gnav .nav > li > a > span {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0;
        height: auto;
        text-align: left; }
      #document.home #gheader.is_static #gnav .nav > li .subnav {
        top: 0;
        right: auto;
        left: 240px;
        width: 0;
        height: auto;
        z-index: 1000;
        -webkit-transition: width .3s ease;
        transition: width .3s ease; }
        #document.home #gheader.is_static #gnav .nav > li .subnav ul {
          padding: 107px 50px 80px 80px;
          width: calc(100vw - 330px); }
      #document.home #gheader.is_static #gnav .nav > li.sub > a {
        position: relative; }
        #document.home #gheader.is_static #gnav .nav > li.sub > a::after {
          top: 50%;
          right: 0;
          bottom: auto;
          left: auto;
          opacity: .95;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          content: "";
          border: solid #fffcf3;
          border-color: transparent #fffcf3 transparent transparent;
          border-width: 10px 20px 10px 0;
          width: 0;
          line-height: 1; }
      #document.home #gheader.is_static #gnav .nav > li.sub:hover .subnav {
        width: calc(100vw - 240px); }
      #document.home #gheader.is_static #gnav .nav > li.sub:hover > a::after {
        display: block; }
      #document.home #gheader.is_static #gnav .nav > li:nth-of-type(n+2) {
        margin-left: 0; }
        #document.home #gheader.is_static #gnav .nav > li:nth-of-type(n+2) > a > span {
          margin-top: 20px; } }

@media screen and (min-width: 768px) {
  #document.home #container {
    padding-top: 0;
    width: auto; } }

#document.home #mainvisual {
  position: relative; }
  #document.home #mainvisual img {
    width: 100%;
    height: auto; }
  #document.home #mainvisual .sliderWrapper {
    overflow: hidden; }
  #document.home #mainvisual .slider {
    margin: 0;
    white-space: nowrap; }
    #document.home #mainvisual .slider > li {
      display: inline-block;
      vertical-align: middle; }
      #document.home #mainvisual .slider > li a {
        position: relative;
        display: block; }
        #document.home #mainvisual .slider > li a::before {
          background: #ffffff;
          opacity: 0;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: ""; }
  #document.home #mainvisual .indicator {
    margin: 0 auto;
    color: #a42425; }
    #document.home #mainvisual .indicator ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; }
    #document.home #mainvisual .indicator .nav > li button {
      display: block;
      overflow: hidden;
      color: #a42425;
      white-space: nowrap; }
      #document.home #mainvisual .indicator .nav > li button span {
        display: block;
        text-indent: 200%; }
    #document.home #mainvisual .indicator .nav > li:not(.prev):not(.next) button {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid currentColor;
      border-radius: 50%;
      background: #ffffff; }
    #document.home #mainvisual .indicator .nav > li.is_current:not(.prev):not(.next) button {
      background: #a42425; }
    #document.home #mainvisual .indicator .nav > li.prev, #document.home #mainvisual .indicator .nav > li.next {
      pointer-events: none;
      opacity: 0; }
    #document.home #mainvisual .indicator .nav > li.prev button::before,
    #document.home #mainvisual .indicator .nav > li.next button::before {
      font-family: "icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      vertical-align: middle;
      content: ""; }
    #document.home #mainvisual .indicator .nav > li.prev button::before,
    #document.home #mainvisual .indicator .nav > li.next button::before {
      display: block;
      margin-top: -3px;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transform-origin: left;
              transform-origin: left; }
    #document.home #mainvisual .indicator .nav > li.prev button {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  @media screen and (min-width: 768px) {
    #document.home #mainvisual {
      margin: 0 0 0 280px; }
      #document.home #mainvisual::before {
        height: calc(((100vw - 280px) * (1060 / 1220)) + 80px);
        min-height: 1010px;
        background: rgba(251, 193, 20, 0.1);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        content: "";
        z-index: -1; }
      #document.home #mainvisual .mask {
        display: none;
        height: 0; }
      #document.home #mainvisual .slider > li {
        width: calc(100vw - 280px);
        max-width: 100%; }
        #document.home #mainvisual .slider > li a::before {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
        #document.home #mainvisual .slider > li a:hover::before {
          opacity: .3; }
      #document.home #mainvisual .indicator {
        margin-top: 40px;
        font-size: 1.6rem;
        line-height: 1; }
        #document.home #mainvisual .indicator .nav > li {
          margin: 0 10px; }
          #document.home #mainvisual .indicator .nav > li:not(.prev):not(.next) button {
            width: 10px;
            height: 10px; }
          #document.home #mainvisual .indicator .nav > li.prev button,
          #document.home #mainvisual .indicator .nav > li.next button {
            width: 19px;
            height: 8px; }
            #document.home #mainvisual .indicator .nav > li.prev button::before,
            #document.home #mainvisual .indicator .nav > li.next button::before {
              font-size: 10px; }
      #document.home #mainvisual .m_button {
        position: absolute;
        bottom: 62px;
        left: 50%;
        margin: 0;
        -webkit-transform: translateX(-50%) translateX(-150px);
                transform: translateX(-50%) translateX(-150px); } }
  @media screen and (max-width: 767px) {
    #document.home #mainvisual {
      margin: 60px 0 0 35px; }
      #document.home #mainvisual .mask {
        margin: 0;
        opacity: 0; }
      #document.home #mainvisual .slider {
        position: absolute;
        top: 0;
        left: 0; }
      #document.home #mainvisual .slider > li {
        width: calc(100vw - 35px); }
      #document.home #mainvisual .indicator {
        margin-top: 20px; }
        #document.home #mainvisual .indicator .nav > li {
          margin: 0 7px; }
          #document.home #mainvisual .indicator .nav > li:not(.prev):not(.next) button {
            width: 8px;
            height: 8px; }
          #document.home #mainvisual .indicator .nav > li.prev button,
          #document.home #mainvisual .indicator .nav > li.next button {
            width: 19px;
            height: 8px; }
            #document.home #mainvisual .indicator .nav > li.prev button::before,
            #document.home #mainvisual .indicator .nav > li.next button::before {
              font-size: 10px; }
      #document.home #mainvisual .m_button {
        display: none; } }

#document.home #info {
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    #document.home #info {
      margin-left: 430px;
      padding-top: 40px;
      width: calc(100% - 580px);
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    #document.home #info {
      padding-top: 27px;
      padding-right: 35px;
      padding-left: 35px; } }

@media screen and (max-width: 767px) {
  #document.home #pickup {
    padding-top: 40px; } }

#document.home #scene > .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fbc114;
  z-index: -1; }
  #document.home #scene > .bg + .m_borderHeading {
    margin-top: 0; }

#document.home #scene .sceneBox > .box {
  position: relative; }
  #document.home #scene .sceneBox > .box > *:last-child {
    margin-bottom: 0 !important; }
  #document.home #scene .sceneBox > .box::before {
    position: absolute;
    content: "";
    background-image: url("https://www.otsuka.co.jp/cmt/images/home/mod_img_sprite.png");
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1; }
  #document.home #scene .sceneBox > .box .body > *:last-child {
    margin-bottom: 0 !important; }
  #document.home #scene .sceneBox > .box .more {
    font-family: "Roboto Condensed", sans-serif;
    text-align: right; }
    #document.home #scene .sceneBox > .box .more a {
      text-decoration: none; }
  #document.home #scene .sceneBox > .box:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  #document.home #scene .sceneBox > .box:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media screen and (min-width: 768px) {
  #document.home #scene {
    margin-bottom: 80px; }
    #document.home #scene > .bg {
      right: 0;
      left: 260px; }
    #document.home #scene .sceneBox {
      margin: 0 0 60px;
      font-size: 1.4rem;
      line-height: 1.71429; }
      #document.home #scene .sceneBox::after {
        display: block;
        clear: both;
        content: ""; }
      #document.home #scene .sceneBox > .box {
        float: left; }
        #document.home #scene .sceneBox > .box .image {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        #document.home #scene .sceneBox > .box .body p {
          margin-bottom: 1em; }
        #document.home #scene .sceneBox > .box .more {
          font-size: 1.6rem;
          line-height: 2; }
          #document.home #scene .sceneBox > .box .more a:hover {
            text-decoration: underline; }
        #document.home #scene .sceneBox > .box:nth-of-type(1) {
          padding-left: 124px;
          width: 342px; }
          #document.home #scene .sceneBox > .box:nth-of-type(1)::before {
            top: 389px;
            left: 0;
            width: 118px;
            height: 120px;
            background-position: -382px -142px; }
          #document.home #scene .sceneBox > .box:nth-of-type(1) .image {
            margin-bottom: 12px; }
            #document.home #scene .sceneBox > .box:nth-of-type(1) .image img {
              margin-left: -274px; }
        #document.home #scene .sceneBox > .box:nth-of-type(2) {
          margin: 40px 0 40px 40px;
          width: 474px; }
          #document.home #scene .sceneBox > .box:nth-of-type(2)::before {
            top: 105px;
            left: 177px;
            width: 154px;
            height: 112px;
            background-position: -216px -172px; }
          #document.home #scene .sceneBox > .box:nth-of-type(2) .image {
            margin-left: 20px; }
        #document.home #scene .sceneBox > .box:nth-of-type(3) {
          margin-left: 40px;
          width: 474px; }
          #document.home #scene .sceneBox > .box:nth-of-type(3)::before {
            top: 90px;
            left: 210px;
            width: 118px;
            height: 132px;
            background-position: -382px 0px; }
          #document.home #scene .sceneBox > .box:nth-of-type(3) .image {
            margin-right: 10px; } }

@media screen and (min-width: 981px) {
  #document.home #scene > .bg {
    right: calc(50% - 50vw); } }

@media screen and (max-width: 767px) {
  #document.home #scene {
    margin-bottom: 75px; }
    #document.home #scene > .bg {
      right: 0;
      left: 80px; }
    #document.home #scene .sceneBox {
      margin: 0 0 35px; }
      #document.home #scene .sceneBox > .box {
        font-size: 1.3rem;
        line-height: 1.76923; }
        #document.home #scene .sceneBox > .box .image {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          #document.home #scene .sceneBox > .box .image > img {
            width: 100%;
            height: auto; }
        #document.home #scene .sceneBox > .box p {
          margin-bottom: 0; }
        #document.home #scene .sceneBox > .box .more {
          font-size: 1.2rem;
          line-height: 2; }
        #document.home #scene .sceneBox > .box:nth-of-type(1) {
          margin: 0 20px 50px 0;
          padding-left: 107px; }
          #document.home #scene .sceneBox > .box:nth-of-type(1)::before {
            top: calc((100vw - 20px) * (547 / 800) - 35px);
            left: 20px;
            width: 78px;
            height: 81px;
            background-position: -108px 0px;
            background-size: 250px 166px; }
          #document.home #scene .sceneBox > .box:nth-of-type(1) .image {
            margin: 0 0 5px -107px; }
        #document.home #scene .sceneBox > .box:nth-of-type(2) {
          margin: 0 0 50px 20px; }
          #document.home #scene .sceneBox > .box:nth-of-type(2)::before {
            bottom: -25px;
            left: calc(302 / 750 * 100vw);
            width: 103px;
            height: 74px;
            background-position: 0px 0px;
            background-size: 250px 166px; }
          #document.home #scene .sceneBox > .box:nth-of-type(2) .image {
            margin-left: 10px;
            width: calc(398 / 750 * 100vw); }
        #document.home #scene .sceneBox > .box:nth-of-type(3) {
          margin: 0 20px; }
          #document.home #scene .sceneBox > .box:nth-of-type(3)::before {
            bottom: -7px;
            left: calc(322 / 750 * 100vw);
            width: 78px;
            height: 87px;
            background-position: 0px -79px;
            background-size: 250px 166px; }
          #document.home #scene .sceneBox > .box:nth-of-type(3) .image {
            margin-right: 10px;
            width: calc(340 / 750 * 100vw); } }

#document.home #product > .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  z-index: -1; }
  #document.home #product > .bg + .m_borderHeading {
    margin-top: 0; }

#document.home #product .m_column {
  text-align: center; }

#document.home #product .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (min-width: 768px) {
  #document.home #product {
    margin-bottom: 80px; }
    #document.home #product > .bg {
      right: 60px;
      min-width: 1343px;
      background-image: url(https://www.otsuka.co.jp/cmt/images/home/home_bg_section_product.jpg); }
    #document.home #product .m_column {
      margin-bottom: 60px; }
      #document.home #product .m_column .column:nth-of-type(2) {
        margin-left: 43px; }
    #document.home #product .type {
      margin: -28px 0 0; }
      #document.home #product .type > li {
        white-space: nowrap; }
        #document.home #product .type > li:nth-of-type(n+2) {
          margin-left: 39px; }
        #document.home #product .type > li .image {
          margin: 0 0 8px; } }

@media screen and (min-width: 981px) {
  #document.home #product > .bg {
    left: calc(50% - 50vw); } }

@media screen and (max-width: 767px) {
  #document.home #product {
    margin-bottom: 75px;
    padding-right: 20px;
    padding-left: 20px; }
    #document.home #product > .bg {
      right: 40px;
      background-image: url(https://www.otsuka.co.jp/cmt/images/home/home_bg_section_product_@2x.jpg); }
    #document.home #product .m_column {
      margin-bottom: 35px; }
      #document.home #product .m_column .column:nth-of-type(1) {
        margin-bottom: 24px; }
    #document.home #product .type {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #document.home #product .type > li {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        white-space: normal;
        font-size: 1.3rem;
        line-height: 1.15385; }
        #document.home #product .type > li .image {
          margin: 0 0 11px; }
          #document.home #product .type > li .image img {
            height: auto; }
        #document.home #product .type > li:nth-of-type(n+2) {
          margin-left: 20px; }
        #document.home #product .type > li:nth-of-type(1) .image img {
          width: 36.2vw; }
        #document.home #product .type > li:nth-of-type(2) .image img {
          width: 21.6vw; }
        #document.home #product .type > li:nth-of-type(3) .image img {
          width: 14.26vw; } }

@media screen and (min-width: 768px) {
  #document.home #about {
    margin: 0 auto 80px !important;
    width: 980px; }
    #document.home #about .image {
      margin-left: 60px;
      padding-right: 40px; } }

@media screen and (max-width: 767px) {
  #document.home #about {
    margin-bottom: 75px;
    padding-bottom: calc(250 / 750 * 100vw); }
    #document.home #about .bg {
      top: 191px;
      left: 30px; }
    #document.home #about .image {
      position: relative;
      margin: 0 -30px 0 33px; } }

@media screen and (min-width: 768px) {
  #document.home #nutrition {
    margin-bottom: 200px; }
    #document.home #nutrition .image {
      margin-right: 60px;
      padding: 0 0 0 60px; } }

@media screen and (max-width: 767px) {
  #document.home #nutrition {
    margin-bottom: 100px;
    padding-bottom: calc(250 / 750 * 100vw); }
    #document.home #nutrition .bg {
      top: calc(100% - 85px - 50px - (500 / 580 * (100vw - 120px)));
      right: 30px; }
    #document.home #nutrition .image {
      position: relative;
      margin: 0 33px 0 -30px; } }

/* product
--------------------------------------------------------------------------------------------------- */
#document.product .m_notesList[class*="_listMargin"] > li:nth-of-type(n+2) {
  margin-top: 1.5em; }

#document.product .itemSummaryBox {
  position: relative; }
  #document.product .itemSummaryBox .lead {
    color: #ffffff; }
  #document.product .itemSummaryBox .body > *:last-child {
    margin-bottom: 0 !important; }
  #document.product .itemSummaryBox .featureList {
    margin: 0; }
    #document.product .itemSummaryBox .featureList > li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #ffffff;
      color: #a42425;
      font-weight: bold; }
      #document.product .itemSummaryBox .featureList > li::before {
        position: absolute;
        top: 0;
        left: 0;
        border-style: solid;
        border-color: #a42425 transparent transparent transparent;
        width: 0;
        height: 0;
        content: ""; }
      #document.product .itemSummaryBox .featureList > li .label {
        border-right: 1px solid rgba(7, 0, 2, 0.1);
        color: #000000;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        text-align: center; }
        #document.product .itemSummaryBox .featureList > li .label > span {
          display: block; }
  #document.product .itemSummaryBox .link {
    text-align: right; }
  @media screen and (min-width: 768px) {
    #document.product .itemSummaryBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 78px 0 100px; }
      #document.product .itemSummaryBox::before {
        background: #fbc114;
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        z-index: -1; }
      #document.product .itemSummaryBox .image {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center; }
        #document.product .itemSummaryBox .image img {
          margin: -4px -18px -18px -4px; }
      #document.product .itemSummaryBox .body {
        width: 640px; }
      #document.product .itemSummaryBox .lead {
        margin: -5px 0 18px;
        font-size: 2.2rem;
        line-height: 1.45455; }
      #document.product .itemSummaryBox .featureList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #document.product .itemSummaryBox .featureList > li {
          margin-bottom: 20px;
          padding: 8px 10px 8px 20px;
          width: calc(100% / 2 - 10px);
          font-size: 2.2rem;
          line-height: 1.45455; }
          #document.product .itemSummaryBox .featureList > li::before {
            border-width: 20px 20px 0 0; }
          #document.product .itemSummaryBox .featureList > li .label {
            margin-right: 16px;
            padding-right: 16px;
            font-size: 1rem;
            line-height: 1; }
            #document.product .itemSummaryBox .featureList > li .label > span {
              margin-top: 5px;
              font-size: 4rem;
              line-height: 1; }
          #document.product .itemSummaryBox .featureList > li .small {
            font-size: 1.6rem;
            line-height: 2; }
          #document.product .itemSummaryBox .featureList > li .exSmall {
            font-size: 1.5rem;
            line-height: 2.66667; }
          #document.product .itemSummaryBox .featureList > li.col1 {
            width: 100%; }
      #document.product .itemSummaryBox .link {
        margin: -8px 0 37px;
        font-size: 1.6rem;
        line-height: 2; }
      #document.product .itemSummaryBox:not([class*="_flipped"])::before {
        right: 0;
        left: 160px; }
      #document.product .itemSummaryBox:not([class*="_flipped"]) .image {
        margin-right: 40px; }
      #document.product .itemSummaryBox[class*="_flipped"] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        #document.product .itemSummaryBox[class*="_flipped"]::before {
          right: 160px;
          left: 0; }
        #document.product .itemSummaryBox[class*="_flipped"] .image {
          margin-left: 40px; } }
  @media screen and (min-width: 981px) {
    #document.product .itemSummaryBox:not([class*="_flipped"])::before {
      right: calc(50% - 50vw); }
    #document.product .itemSummaryBox[class*="_flipped"]::before {
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.product .itemSummaryBox::before {
      right: -20px;
      left: 0; }
    #document.product .itemSummaryBox .image {
      margin-bottom: -20px;
      text-align: center; }
      #document.product .itemSummaryBox .image img {
        margin: -.6vw -2.4vw -2.4vw -.6vw;
        height: auto; }
    #document.product .itemSummaryBox .body {
      position: relative;
      padding: 45px 20px; }
      #document.product .itemSummaryBox .body::before {
        background: #fbc114;
        position: absolute;
        top: 0;
        right: -20px;
        bottom: 0;
        left: 0;
        content: "";
        z-index: -1; }
    #document.product .itemSummaryBox .lead {
      margin: -7px 0 23px;
      font-size: 1.6rem;
      line-height: 1.875; }
    #document.product .itemSummaryBox .featureList {
      margin: 0 0 20px; }
      #document.product .itemSummaryBox .featureList > li {
        padding: 10px 15px;
        font-size: 1.7rem;
        line-height: 1.41176; }
        #document.product .itemSummaryBox .featureList > li::before {
          border-width: 10px 10px 0 0; }
        #document.product .itemSummaryBox .featureList > li .label {
          margin-right: 12px;
          padding-right: 12px;
          font-size: 0.9rem;
          line-height: 1; }
          #document.product .itemSummaryBox .featureList > li .label > span {
            margin-top: 3px;
            font-size: 3.8rem;
            line-height: 1; }
        #document.product .itemSummaryBox .featureList > li .small,
        #document.product .itemSummaryBox .featureList > li .exSmall {
          font-size: 1.3rem;
          line-height: 1.84615; }
        #document.product .itemSummaryBox .featureList > li:nth-of-type(n+2) {
          margin-top: 10px; }
    #document.product .itemSummaryBox .link {
      margin: -1.5px 0 18.5px;
      font-size: 1.3rem;
      line-height: 1.23077; }
    #document.product .itemSummaryBox .m_notesList {
      font-size: 1.1rem;
      line-height: 1.81818; } }

#document.product .lineupBox {
  background: rgba(255, 255, 255, 0.9); }
  #document.product .lineupBox > *:last-child {
    margin-bottom: 0 !important; }
  #document.product .lineupBox > .heading,
  #document.product .lineupBox .separate > .heading {
    color: #ffffff; }
    #document.product .lineupBox > .heading > span,
    #document.product .lineupBox .separate > .heading > span {
      display: inline-block;
      background: #333333; }
  #document.product .lineupBox .separate {
    position: relative; }
  @media screen and (min-width: 768px) {
    #document.product .lineupBox {
      margin-bottom: 13px;
      padding: 40px; }
      #document.product .lineupBox > .heading,
      #document.product .lineupBox .separate > .heading {
        margin: 0 0 20px; }
        #document.product .lineupBox > .heading > span,
        #document.product .lineupBox .separate > .heading > span {
          padding: 0 15px;
          font-size: 1.8rem;
          line-height: 1.66667; }
      #document.product .lineupBox .separate {
        margin-top: 40px;
        padding-top: 42px; }
        #document.product .lineupBox .separate::before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: "";
          background: linear-gradient(to left, rgba(78, 67, 44, 0.5), rgba(78, 67, 44, 0.5) 2px, transparent 2px, transparent 8px) repeat-x 0 0;
          background-size: 8px 2px;
          z-index: -1; } }
  @media screen and (max-width: 767px) {
    #document.product .lineupBox {
      margin-bottom: 19px;
      padding: 20px 10px; }
      #document.product .lineupBox > .heading,
      #document.product .lineupBox .separate > .heading {
        margin: 0 0 15px;
        text-align: center; }
        #document.product .lineupBox > .heading > span,
        #document.product .lineupBox .separate > .heading > span {
          padding: 0 13px;
          font-size: 1.3rem;
          line-height: 1.76923; }
      #document.product .lineupBox .separate {
        margin-top: 40px;
        padding-top: 42px; }
        #document.product .lineupBox .separate::before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: "";
          background: linear-gradient(to left, rgba(78, 67, 44, 0.5), rgba(78, 67, 44, 0.5) 1px, transparent 1px, transparent 4px) repeat-x 0 0;
          background-size: 4px 1px;
          z-index: 0; }
      #document.product .lineupBox .m_link {
        font-size: 1.3rem;
        line-height: 1.15385; } }

#document.product .lineupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #document.product .lineupList > li {
    position: relative;
    text-align: center;
    z-index: 0; }
    #document.product .lineupList > li .name {
      display: block;
      font-weight: 400; }
    #document.product .lineupList > li .detail {
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0 auto;
      border: 1px solid currentColor;
      background: #ffffff;
      color: #a42425;
      text-align: center;
      text-decoration: none; }
      #document.product .lineupList > li .detail::before, #document.product .lineupList > li .detail::after {
        border-top: 2px solid #ffffff;
        position: absolute;
        top: 50%;
        content: ""; }
      #document.product .lineupList > li .detail::before {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #document.product .lineupList > li .detail::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
      #document.product .lineupList > li .detail.is_open::after {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    #document.product .lineupList > li .limited {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50%;
      text-align: center;
      z-index: -1; }
  @media screen and (min-width: 768px) {
    #document.product .lineupList {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 60px;
      font-size: 1.6rem;
      line-height: 1.875; }
      #document.product .lineupList > li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        #document.product .lineupList > li .image {
          margin-bottom: 13px; }
          #document.product .lineupList > li .image img {
            margin: -2px -8px -8px -2px; }
        #document.product .lineupList > li .name {
          margin: 0 0 12px; }
        #document.product .lineupList > li .detail {
          border-right-width: 28px;
          width: 140px;
          font-size: 1.4rem;
          line-height: 2; }
          #document.product .lineupList > li .detail::before, #document.product .lineupList > li .detail::after {
            right: -24px;
            width: 10px; }
        #document.product .lineupList > li .limited {
          top: -32px;
          right: -32px;
          width: 131px;
          height: 131px;
          font-size: 1.8rem;
          line-height: 1.44444; } }
  @media screen and (max-width: 767px) {
    #document.product .lineupList {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 40px;
      font-size: 1.3rem;
      line-height: 1.15385; }
      #document.product .lineupList > li .image {
        margin-bottom: 10.5px; }
        #document.product .lineupList > li .image img {
          margin: -.3vw -1.2vw -1.2vw -.3vw;
          width: 100%;
          height: auto; }
      #document.product .lineupList > li .name {
        margin: 0 0 12px; }
      #document.product .lineupList > li .detail {
        border-right-width: 20px;
        width: 95px;
        font-size: 1rem;
        line-height: 1.8; }
        #document.product .lineupList > li .detail::before, #document.product .lineupList > li .detail::after {
          right: -18px;
          width: 8px; }
      #document.product .lineupList > li .limited {
        top: 0;
        right: -50px;
        width: 65px;
        height: 65px;
        font-size: 1.3rem;
        line-height: 1.23077; } }

#document.product .itemDetail > .heading {
  background: #fbc114;
  color: #ffffff;
  text-align: center; }

#document.product .itemDetail > .lead {
  text-align: center; }

#document.product .itemDetail .m_table:not([class*="_thead"]) {
  margin-bottom: 10px; }

#document.product .itemDetail > .heading {
  background: #fbc114;
  color: #ffffff;
  text-align: center; }

#document.product .itemDetail .lead,
#document.product .itemDetail .itemImage {
  text-align: center; }

#document.product .itemDetail .legend {
  text-align: right; }
  #document.product .itemDetail .legend .color01 {
    color: #707070; }
  #document.product .itemDetail .legend .color02 {
    color: #f0edec; }

@media screen and (min-width: 768px) {
  #document.product .itemDetail > .heading {
    margin: 0 0 38px;
    padding: 14px 0;
    font-size: 2.2rem;
    line-height: 1.45455; }
    #document.product .itemDetail > .heading > span {
      font-size: 1.8rem;
      line-height: 1.77778; }
  #document.product .itemDetail > .lead {
    margin: -6px 0 54px;
    font-size: 1.8rem;
    line-height: 1.66667; }
  #document.product .itemDetail .m_liquidImage {
    margin-bottom: 20px; }
  #document.product .itemDetail .itemImage {
    margin: 0 0 50px; }
    #document.product .itemDetail .itemImage img {
      margin: -4px -18px -18px -4px; }
  #document.product .itemDetail .legend {
    margin: 0 0 8px;
    font-size: 1.4rem;
    line-height: 1.42857; }
  #document.product .itemDetail .m_table[class*="_thead"] th {
    padding: 8px 0;
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  #document.product .itemDetail .m_table:not([class*="_thead"]) th {
    padding: 5px;
    width: 66px; }
  #document.product .itemDetail > .heading {
    margin: 0 0 30px;
    padding: 5px 10px;
    font-size: 1.6rem;
    line-height: 1.875; }
    #document.product .itemDetail > .heading > span {
      font-size: 1.3rem;
      line-height: 2.30769; }
  #document.product .itemDetail .lead {
    margin: -4.5px 0 15.5px;
    font-size: 1.4rem;
    line-height: 1.64286; }
  #document.product .itemDetail .itemImage {
    margin: 0 0 37px; }
    #document.product .itemDetail .itemImage img {
      margin: -.3vw -1.2vw -1.2vw -.3vw;
      width: auto;
      height: 163px; }
  #document.product .itemDetail .legend {
    margin: 0 0 5.5px;
    font-size: 1.1rem;
    line-height: 1.81818; } }

#document.product ul.lnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background: #fbc114; }
  #document.product ul.lnav::before {
    content: attr(data-text-en);
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0; }
  #document.product ul.lnav > li a {
    display: block;
    background: #ffffff;
    color: #333333;
    text-align: center;
    text-decoration: none; }
  #document.product ul.lnav > .is_current a {
    color: #ffffff;
    font-weight: bold; }
  #document.product ul.lnav > .s_type01.is_current a {
    background: #2b2000; }
  #document.product ul.lnav > .s_type02.is_current a {
    background: #ec7aac; }
  #document.product ul.lnav > .s_type03.is_current a {
    background: #1dac4b; }
  #document.product ul.lnav > .s_type04.is_current a {
    background: #ab201e; }
  @media screen and (min-width: 768px) {
    #document.product ul.lnav {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 80px 0 0;
      padding: 5px; }
      #document.product ul.lnav::before {
        width: 250px;
        font-size: 2.8rem;
        line-height: 1.07143; }
      #document.product ul.lnav > li {
        margin: 0 0 0 5px;
        width: 230px; }
        #document.product ul.lnav > li a {
          padding: 5px 0;
          -webkit-transition: background .3s ease, color .3s ease;
          transition: background .3s ease, color .3s ease;
          font-size: 1.6rem;
          line-height: 1.875; }
        #document.product ul.lnav > li a:hover {
          color: #ffffff;
          font-weight: bold; }
        #document.product ul.lnav > li.s_type01 a:hover {
          background: #2b2000; }
        #document.product ul.lnav > li.s_type02 a:hover {
          background: #ec7aac; }
        #document.product ul.lnav > li.s_type03 a:hover {
          background: #1dac4b; }
        #document.product ul.lnav > li.s_type04 a:hover {
          background: #ab201e; } }
  @media screen and (max-width: 767px) {
    #document.product ul.lnav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 75px 0 0;
      padding: 0 3px 3px; }
      #document.product ul.lnav::before {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding: 10px 0; }
      #document.product ul.lnav > li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        #document.product ul.lnav > li a {
          padding: 13px 0;
          font-size: 1.1rem;
          line-height: 1.36364; }
        #document.product ul.lnav > li:nth-of-type(n+2) {
          margin-left: 3px; } }

#document.product #lineup {
  font-size: 1.4rem;
  line-height: 1.71429; }
  #document.product #lineup > *:last-child {
    margin-bottom: 0 !important; }
  #document.product #lineup::before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNrs0LENACAMA0EPwSbsXzAXBYQtgnRuvrUup7bXmF2bzudeQ5AgQYIECRIkSJAgQYIECRIkSJAgQYIECRL8VPAKMABS1r3vw5uYIwAAAABJRU5ErkJggg=="); }
  #document.product #lineup + .m_notesList.s_small_listMargin {
    margin: 16px 0 76px; }
  @media screen and (min-width: 768px) {
    #document.product #lineup {
      margin-top: -20px; }
      #document.product #lineup::before {
        right: -40px;
        left: 0; } }
  @media screen and (min-width: 981px) {
    #document.product #lineup::before {
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.product #lineup {
      margin-top: -20px; }
      #document.product #lineup::before {
        right: -20px;
        left: -10px; }
      #document.product #lineup + .m_notesList.s_small_listMargin {
        margin: 16px 0 71px; } }

@media screen and (min-width: 768px) {
  #document.product .itemSummaryBox[class*="_flipped"] + #lineup {
    margin-top: -20px; }
    #document.product .itemSummaryBox[class*="_flipped"] + #lineup::before {
      right: 0;
      left: -40px; } }

@media screen and (min-width: 981px) {
  #document.product .itemSummaryBox[class*="_flipped"] + #lineup::before {
    right: calc(50% - 50vw); } }

#document[class="product"] .nutrient {
  position: relative;
  border: solid #fbc114;
  background: #ffffff; }
  #document[class="product"] .nutrient > *:last-child {
    margin-bottom: 0 !important; }
  #document[class="product"] .nutrient .heading {
    border-bottom: 1px solid #fbc114;
    text-align: center; }
    #document[class="product"] .nutrient .heading strong {
      color: #a42425; }
  #document[class="product"] .nutrient .description {
    margin: 0; }
  #document[class="product"] .nutrient .link a {
    position: relative;
    display: inline-block; }
    #document[class="product"] .nutrient .link a::after {
      font-family: "icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      font-size: 10px;
      vertical-align: middle;
      content: ""; }
    #document[class="product"] .nutrient .link a::after {
      position: absolute;
      top: 50%;
      right: 0;
      display: inline-block;
      -webkit-transform: translateY(-50%) scale(0.5);
              transform: translateY(-50%) scale(0.5);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%; }
  @media screen and (min-width: 768px) {
    #document[class="product"] .nutrient {
      margin: 0 0 80px;
      border-width: 50px;
      padding: 50px; }
      #document[class="product"] .nutrient .m_media .image {
        margin-right: 60px; }
      #document[class="product"] .nutrient .heading {
        margin: -4px 0 22px;
        padding: 0 0 26px;
        font-size: 2.4rem;
        line-height: 1.33333; }
        #document[class="product"] .nutrient .heading strong {
          padding: 0 .3em;
          font-size: 3rem;
          line-height: 1.06667; }
      #document[class="product"] .nutrient .link {
        margin: 16px 0 0;
        text-align: right;
        font-size: 1.4rem; }
        #document[class="product"] .nutrient .link a {
          padding: 0 28px 0 0; }
          #document[class="product"] .nutrient .link a::before {
            -webkit-transform: translateY(-50%) scale(0.5);
                    transform: translateY(-50%) scale(0.5); } }
  @media screen and (max-width: 767px) {
    #document[class="product"] .nutrient {
      margin: 0 0 75px;
      border-width: 20px;
      padding: 20px 20px 18px;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.6; }
      #document[class="product"] .nutrient .m_media .image {
        margin-bottom: 34px; }
      #document[class="product"] .nutrient .heading {
        margin: -0.5px 0 19.5px;
        padding: 0 0 19.5px;
        font-size: 1.5rem;
        line-height: 1.06667; }
        #document[class="product"] .nutrient .heading strong {
          padding: 0 .2em;
          font-size: 1.9rem;
          line-height: 0.84211; }
      #document[class="product"] .nutrient .link {
        margin: 16px 0 0;
        text-align: center;
        font-size: 1.3rem; }
        #document[class="product"] .nutrient .link a {
          padding: 0 20px 0 0; }
          #document[class="product"] .nutrient .link a::before {
            -webkit-transform: translateY(-50%) scale(0.4);
                    transform: translateY(-50%) scale(0.4); } }

#document[class="product"] .itemBox {
  position: relative; }
  #document[class="product"] .itemBox .itemLabel,
  #document[class="product"] .itemBox .itemHeading::before {
    font-family: "Roboto Condensed", sans-serif; }
  #document[class="product"] .itemBox .itemLabel {
    position: absolute;
    padding: 0 .2em;
    z-index: 10; }
  #document[class="product"] .itemBox .itemImage {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    z-index: 10; }
  #document[class="product"] .itemBox .itemBody {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff; }
    #document[class="product"] .itemBox .itemBody > *:last-child {
      margin-bottom: 0 !important; }
    #document[class="product"] .itemBox .itemBody::before {
      background: #fbc114;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      z-index: -1; }
  #document[class="product"] .itemBox .itemHeading::before {
    display: block;
    content: attr(data-text-en);
    color: rgba(164, 36, 37, 0.5);
    font-weight: bold; }
  #document[class="product"] .itemBox .itemHeading::after {
    border-bottom: 1px solid #ffffff;
    position: absolute;
    bottom: 0;
    content: ""; }
  #document[class="product"] .itemBox .itemColorVariation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    #document[class="product"] .itemBox .itemColorVariation > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 50%;
      color: #ffffff;
      text-align: center; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type01 {
        background: #1d140c; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type02 {
        background: #3e8630; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type03 {
        background: #ab201e; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type04 {
        background: #f90073; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type05 {
        background: #ffffff;
        color: #000000; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type06 {
        background: #ea6094; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type07 {
        background: #6fba2c; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type08 {
        background: #00a2e6; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type09 {
        background: #43b149; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type10 {
        background: #b2644a; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type11 {
        background: #9b001b; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type12 {
        background: #2ab3db; }
      #document[class="product"] .itemBox .itemColorVariation > li.s_type13 {
        background: #199bc5; }
  #document[class="product"] .itemBox .m_button {
    text-align: center; }
    #document[class="product"] .itemBox .m_button a {
      background: #ffffff;
      color: #fbc114; }
  #document[class="product"] .itemBox.block .itemLabel {
    color: #2b2000; }
  #document[class="product"] .itemBox.jerry .itemLabel {
    color: #ec7aac; }
  #document[class="product"] .itemBox.liquid .itemLabel {
    color: #1dac4b; }
  #document[class="product"] .itemBox.longlife .itemLabel {
    color: #ab201e; }
  @media screen and (min-width: 768px) {
    #document[class="product"] .itemBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      #document[class="product"] .itemBox::before {
        background-image: linear-gradient(315deg, #f1f2f6, #f9f9f8);
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        z-index: -1; }
      #document[class="product"] .itemBox .itemLabel {
        bottom: -10px;
        font-size: 6rem;
        line-height: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 193, 20, 0)), color-stop(40%, rgba(251, 193, 20, 0)), color-stop(40%, #fbc114), to(#fbc114));
        background: linear-gradient(rgba(251, 193, 20, 0) 0%, rgba(251, 193, 20, 0) 40%, #fbc114 40%, #fbc114 100%); }
      #document[class="product"] .itemBox .itemImage {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 464px; }
      #document[class="product"] .itemBox .itemBody {
        top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-preferred-size: 425px;
            flex-basis: 425px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 50px 0 50px 50px; }
      #document[class="product"] .itemBox .itemHeading {
        position: relative;
        margin: -3px 0 37px;
        padding: 0 0 17px;
        font-size: 2.6rem;
        line-height: 1.23077;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
        #document[class="product"] .itemBox .itemHeading::before {
          margin-bottom: 15px;
          font-size: 1.4rem;
          line-height: 1; }
      #document[class="product"] .itemBox .itemSummary {
        margin: -6px 0 34px; }
      #document[class="product"] .itemBox .itemColorVariation {
        font-size: 1.2rem;
        line-height: 1.33333; }
        #document[class="product"] .itemBox .itemColorVariation > li {
          padding: 2px;
          width: 68px;
          height: 68px; }
          #document[class="product"] .itemBox .itemColorVariation > li:nth-of-type(n+2) {
            margin-left: 8px; }
      #document[class="product"] .itemBox .m_button {
        margin: 60px 0 0;
        -ms-flex-item-align: center;
            align-self: center; }
        #document[class="product"] .itemBox .m_button a {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          #document[class="product"] .itemBox .m_button a:hover {
            opacity: .7; }
      #document[class="product"] .itemBox:not([class*="_flipped"])::before {
        right: 375px;
        left: 0; }
      #document[class="product"] .itemBox:not([class*="_flipped"]) .itemLabel {
        left: -.2em; }
      #document[class="product"] .itemBox:not([class*="_flipped"]) .itemHeading::after {
        right: 0;
        left: -280px; }
      #document[class="product"] .itemBox[class*="_flipped"] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        #document[class="product"] .itemBox[class*="_flipped"]::before {
          right: 0;
          left: 375px; }
        #document[class="product"] .itemBox[class*="_flipped"] .itemLabel {
          right: -.2em; }
        #document[class="product"] .itemBox[class*="_flipped"] .itemHeading::after {
          right: -280px;
          left: 0; }
        #document[class="product"] .itemBox[class*="_flipped"] .itemBody {
          padding: 50px 50px 50px 0; }
      #document[class="product"] .itemBox + .itemBox {
        margin-top: 120px; }
      #document[class="product"] .itemBox.block .itemImage {
        padding-top: 67px; }
      #document[class="product"] .itemBox.jerry .itemImage img {
        margin-top: -28px; }
      #document[class="product"] .itemBox.liquid .itemImage {
        padding-top: 73px; }
      #document[class="product"] .itemBox.longlife .itemImage {
        padding-top: 111px; } }
  @media screen and (min-width: 981px) {
    #document[class="product"] .itemBox:not([class*="_flipped"])::before {
      margin-left: calc(50% - 50vw); }
    #document[class="product"] .itemBox:not([class*="_flipped"]) .itemBody::before {
      right: -50vw; }
    #document[class="product"] .itemBox[class*="_flipped"]::before {
      margin-right: calc(50% - 50vw); }
    #document[class="product"] .itemBox[class*="_flipped"] .itemBody::before {
      left: -50vw; }
    #document[class="product"] .itemBox .note {
      position: absolute;
      right: 0;
      bottom: -92px;
      font-size: 1.2rem;
      line-height: 2; } }
  @media screen and (max-width: 767px) {
    #document[class="product"] .itemBox .itemLabel {
      top: -16px;
      font-size: 4rem;
      line-height: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 193, 20, 0)), color-stop(60%, rgba(251, 193, 20, 0)), color-stop(60%, #fbc114), to(#fbc114));
      background: linear-gradient(rgba(251, 193, 20, 0) 0%, rgba(251, 193, 20, 0) 60%, #fbc114 60%, #fbc114 100%); }
    #document[class="product"] .itemBox .itemImage {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      z-index: -1; }
      #document[class="product"] .itemBox .itemImage::before {
        background-image: linear-gradient(315deg, #f1f2f6, #f9f9f8);
        position: absolute;
        top: 0;
        bottom: -15px;
        content: "";
        z-index: -1; }
      #document[class="product"] .itemBox .itemImage img {
        height: auto; }
    #document[class="product"] .itemBox .itemBody {
      padding: 40px 20px; }
    #document[class="product"] .itemBox .itemHeading {
      position: relative;
      margin: -9px 0 11px;
      padding: 0 0 11px;
      font-size: 2rem;
      line-height: 1.9; }
      #document[class="product"] .itemBox .itemHeading::before {
        margin-bottom: 10px;
        font-size: 1rem;
        line-height: 1; }
      #document[class="product"] .itemBox .itemHeading::after {
        right: 0;
        left: 0; }
    #document[class="product"] .itemBox .itemSummary {
      margin: -1.5px 0 23.5px; }
    #document[class="product"] .itemBox .itemColorVariation {
      font-size: 0.9rem;
      line-height: 1.22222; }
      #document[class="product"] .itemBox .itemColorVariation > li {
        width: 53px;
        height: 53px; }
        #document[class="product"] .itemBox .itemColorVariation > li:nth-of-type(n+2) {
          margin-left: 7px; }
    #document[class="product"] .itemBox .m_button {
      margin: 30px 0 0;
      text-align: center; }
    #document[class="product"] .itemBox .note {
      margin: 6.5px 0 0;
      font-size: 1.1rem;
      line-height: 1.63636; }
    #document[class="product"] .itemBox:not([class*="_flipped"]) .itemImage::before {
      right: 20px;
      left: -20px; }
    #document[class="product"] .itemBox:not([class*="_flipped"]) .itemLabel {
      left: -20px; }
    #document[class="product"] .itemBox:not([class*="_flipped"]) .itemBody::before {
      right: -20px; }
    #document[class="product"] .itemBox[class*="_flipped"] .itemImage::before {
      right: -20px;
      left: 20px; }
    #document[class="product"] .itemBox[class*="_flipped"] .itemLabel {
      right: -20px; }
    #document[class="product"] .itemBox[class*="_flipped"] .itemBody::before {
      left: -20px; }
    #document[class="product"] .itemBox:nth-of-type(n+2) {
      margin-top: 50px; }
    #document[class="product"] .itemBox.block .itemImage {
      padding-top: 47px; }
      #document[class="product"] .itemBox.block .itemImage img {
        width: 58.4vw; }
    #document[class="product"] .itemBox.jerry .itemImage img {
      margin-top: -13px;
      width: 41.6vw; }
    #document[class="product"] .itemBox.liquid .itemImage {
      padding-top: 42px; }
      #document[class="product"] .itemBox.liquid .itemImage img {
        width: 26.8vw; }
    #document[class="product"] .itemBox.longlife .itemImage {
      padding-top: 92px; }
      #document[class="product"] .itemBox.longlife .itemImage img {
        width: 58.2vw; } }

@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  *::-ms-backdrop,
  #document.product .itemBox .itemLabel {
    background: linear-gradient(rgba(251, 193, 20, 0) 0%, rgba(251, 193, 20, 0) 70%, #fbc114 70%, #fbc114 100%); } }

@media screen and (min-width: 768px) {
  #document.block .lineupBox .lineupList > li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (max-width: 768px) {
  #document.block .itemSummaryBox .image img {
    width: 50%; }
  #document.block .lineupList {
    margin-left: -20px; }
    #document.block .lineupList > li {
      margin-left: 20px;
      width: calc(100% / 3 - 20px); }
      #document.block .lineupList > li:nth-of-type(n+4) {
        margin-top: 30px; } }

#document.jelly .limited {
  background: #ea6094;
  color: #ffffff; }

@media screen and (min-width: 768px) {
  #document.jelly .itemSummaryBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    #document.jelly .itemSummaryBox .image {
      margin-top: -51px; }
  #document.jelly .lineupBox {
    padding-top: 73px; } }

@media screen and (max-width: 768px) {
  #document.jelly .itemSummaryBox .image img {
    width: 50%; }
  #document.jelly .lineupList {
    margin-left: -15px;
    width: calc(100% - 30px); }
    #document.jelly .lineupList > li {
      margin-left: 55px;
      width: calc(100% / 2 - 55px); }
      #document.jelly .lineupList > li:nth-of-type(n+3) {
        margin-top: 20px; } }

@media screen and (max-width: 768px) {
  #document.liquid .itemSummaryBox .image img {
    width: 35%; }
  #document.liquid .lineupList {
    margin-left: -80px; }
    #document.liquid .lineupList > li {
      margin-left: 80px;
      width: calc(100% / 2 - 80px); }
      #document.liquid .lineupList > li:nth-of-type(n+3) {
        margin-top: 20px; } }

@media screen and (min-width: 768px) {
  #document.longlife .itemSummaryBox .image {
    margin-top: 59px; } }

@media screen and (max-width: 768px) {
  #document.longlife .itemSummaryBox .image img {
    width: 65%; }
  #document.longlife .lineupList {
    margin-left: -80px; }
    #document.longlife .lineupList > li {
      margin-left: 80px;
      width: calc(100% / 2 - 80px); }
      #document.longlife .lineupList > li:nth-of-type(n+3) {
        margin-top: 20px; } }

/* about
--------------------------------------------------------------------------------------------------- */
#document.about div.lnav {
  background: #fbc114;
  text-align: center; }
  #document.about div.lnav .label {
    margin: 0;
    color: #ffffff; }
  #document.about div.lnav .nav {
    margin: 0;
    font-weight: bold; }
    #document.about div.lnav .nav > li a {
      position: relative;
      display: block;
      background: #ffffff;
      color: #333333;
      text-align: center;
      text-decoration: none; }
      #document.about div.lnav .nav > li a::after {
        font-family: "icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        color: #a42425;
        font-size: 10px;
        vertical-align: middle;
        content: ""; }
      #document.about div.lnav .nav > li a::after {
        position: absolute;
        top: 50%;
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%; }
  @media screen and (min-width: 769px) {
    #document.about div.lnav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 60px 0 80px;
      padding: 5px; }
      #document.about div.lnav .label {
        padding: 7px 0 14px;
        width: 100%;
        font-size: 2.4rem;
        line-height: 1.25; }
      #document.about div.lnav .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.6rem;
        line-height: 1.875; }
        #document.about div.lnav .nav > li {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          width: 10%; }
          #document.about div.lnav .nav > li a {
            padding: 5px 0;
            -webkit-transition: background-color .3s ease, color .3s ease;
            transition: background-color .3s ease, color .3s ease; }
            #document.about div.lnav .nav > li a::after {
              right: 20px;
              -webkit-transition: color .3s ease;
              transition: color .3s ease;
              -webkit-transform: translateY(-50%) scale(0.5);
                      transform: translateY(-50%) scale(0.5); }
            #document.about div.lnav .nav > li a:hover {
              background-color: #a42425;
              color: #ffffff; }
              #document.about div.lnav .nav > li a:hover::after {
                color: #ffffff; }
          #document.about div.lnav .nav > li:nth-of-type(n+2) {
            margin-left: 10px; } }
  @media screen and (max-width: 768px) {
    #document.about div.lnav {
      margin: 75px 0;
      padding: 3px; }
      #document.about div.lnav .label {
        padding: 3px 0 6px;
        font-size: 1.6rem;
        line-height: 1.5; }
      #document.about div.lnav .nav {
        font-size: 1.1rem;
        line-height: 1.45455; }
        #document.about div.lnav .nav > li a {
          padding: 7px 0; }
          #document.about div.lnav .nav > li a::after {
            right: 10px;
            -webkit-transform: translateY(-50%) scale(0.4);
                    transform: translateY(-50%) scale(0.4); }
        #document.about div.lnav .nav > li:nth-of-type(n+2) {
          margin-top: 3px; } }

@media screen and (min-width: 768px) {
  #document.about.index .m_lead {
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  #document.about.index .m_liquidImage {
    margin-bottom: 250px; } }

@media screen and (min-width: 768px) {
  #document.about.index .m_media .lead {
    font-size: 2.2rem;
    line-height: 2.09091; } }

@media screen and (max-width: 767px) {
  #document.about.index .m_media .lead {
    margin: 0 0 77px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6875; } }

@media screen and (max-width: 767px) {
  #document.about.index .m_section02 .image::before {
    bottom: -75px; } }

#document.about.index .m_numberHeading::after {
  -webkit-transform: none;
          transform: none; }

@media screen and (min-width: 768px) {
  #document.about.index .m_numberHeading {
    padding-top: 113px; }
    #document.about.index .m_numberHeading::after {
      top: -43px;
      left: -40px; } }

@media screen and (max-width: 767px) {
  #document.about.index .m_numberHeading {
    padding-top: 28px; }
    #document.about.index .m_numberHeading::after {
      top: -21px;
      left: -20px; } }

@media screen and (min-width: 768px) {
  #document.about.index .lead {
    margin: 0 0 54px;
    font-size: 1.6rem;
    line-height: 1.75; } }

@media screen and (max-width: 767px) {
  #document.about.index .lead {
    margin: 0; } }

#document.about.product .movie {
  text-align: center; }
  @media screen and (min-width: 768px) {
    #document.about.product .movie {
      margin: 80px 0 120px; } }
  @media screen and (max-width: 767px) {
    #document.about.product .movie {
      margin: 0 0 50px; }
      #document.about.product .movie iframe {
        width: 100%;
        height: calc(9 / 16 * 100vw - 40px); } }

#document.about.product .section {
  font-weight: 500; }
  #document.about.product .section > *:last-child {
    margin-bottom: 0 !important; }
  #document.about.product .section .body > *:last-child {
    margin-bottom: 0 !important; }
  @media screen and (min-width: 769px) {
    #document.about.product .section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #document.about.product .section .image {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      #document.about.product .section[class*="_flipped"] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      #document.about.product .section:nth-of-type(n+2) {
        margin-top: 94px; }
      #document.about.product .section:nth-of-type(1) .image {
        margin: 0 37px 0 -50px; }
      #document.about.product .section:nth-of-type(2) .image {
        margin: 0 -150px 0 39px; }
      #document.about.product .section:nth-of-type(3) .image {
        margin: 0 35px 0 -51px; }
      #document.about.product .section:nth-of-type(4) .image {
        margin: 0 -67px 0 68px; }
      #document.about.product .section:nth-of-type(5) .image {
        margin: 0 67px 0 -49px; } }
  @media screen and (max-width: 768px) {
    #document.about.product .section .body {
      font-size: 1.4rem;
      line-height: 1.71429; }
      #document.about.product .section .body .m_numberHeading::after {
        top: -30px; }
    #document.about.product .section .image {
      margin-top: 25px;
      text-align: center; }
      #document.about.product .section .image img {
        max-width: 100%;
        height: auto; }
    #document.about.product .section:nth-of-type(n+2) {
      margin-top: 65px; }
    #document.about.product .section:nth-of-type(1) .image img {
      width: calc(604 / 750 * 100vw); }
    #document.about.product .section:nth-of-type(2) .image {
      margin-right: -20px;
      text-align: right; }
      #document.about.product .section:nth-of-type(2) .image img {
        width: calc(663 / 750 * 100vw); }
    #document.about.product .section:nth-of-type(3) .image img {
      width: calc(296 / 750 * 100vw); }
    #document.about.product .section:nth-of-type(4) .image img {
      width: calc(577 / 750 * 100vw); }
    #document.about.product .section:nth-of-type(5) .image img {
      width: calc(534 / 750 * 100vw); } }

#document.about.quality .m_numberHeading::after {
  right: auto; }

@media screen and (min-width: 768px) {
  #document.about.quality .m_numberHeading {
    margin-bottom: 53px; }
    #document.about.quality .m_numberHeading::after {
      top: -130px;
      left: -62px; } }

@media screen and (max-width: 767px) {
  #document.about.quality .m_numberHeading::after {
    top: -49px;
    right: -15px; } }

#document.about.quality .media {
  position: relative; }
  #document.about.quality .media .body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #document.about.quality .media .body .m_numberHeading::after {
      -webkit-transform: none;
              transform: none; }
  #document.about.quality .media .image img {
    height: auto; }
  @media screen and (min-width: 768px) {
    #document.about.quality .media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin: 0 0 135px; }
      #document.about.quality .media .image {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      #document.about.quality .media .body {
        -ms-flex-preferred-size: 490px;
            flex-basis: 490px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-left: 50px;
        width: 490px; }
      #document.about.quality .media .m_numberHeading::after {
        top: -100px;
        right: -65px;
        left: auto; } }
  @media screen and (min-width: 981px) {
    #document.about.quality .media .image {
      margin-left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.about.quality .media {
      margin: 0 0 78px; }
      #document.about.quality .media .body {
        font-size: 1.4rem;
        line-height: 1.71429; }
        #document.about.quality .media .body .m_numberHeading::after {
          top: -40px; }
      #document.about.quality .media .image {
        margin-left: -20px; }
        #document.about.quality .media .image img {
          width: 100%; } }

#document.about.quality .imageList {
  position: relative;
  font-weight: 500; }
  #document.about.quality .imageList::before {
    background: #fbc114;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: -1; }
  #document.about.quality .imageList > li > *:last-child {
    margin-bottom: 0 !important; }
  #document.about.quality .imageList > li .label {
    display: block;
    font-weight: bold; }
  #document.about.quality .imageList > li .m_colorType02 {
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    #document.about.quality .imageList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 0 20px -40px;
      padding-bottom: 80px; }
      #document.about.quality .imageList > li {
        margin: 0 0 0 40px;
        width: calc(100% / 3 - 40px); }
        #document.about.quality .imageList > li .image {
          margin-bottom: 20px; }
        #document.about.quality .imageList > li .label {
          margin: 0 0 10px;
          font-size: 2rem;
          line-height: 1.5; }
        #document.about.quality .imageList > li:nth-of-type(n+4) {
          margin-top: 50px; }
      #document.about.quality .imageList::before {
        top: 192px;
        right: 50px;
        left: 0; } }
  @media screen and (min-width: 981px) {
    #document.about.quality .imageList::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.about.quality .imageList {
      padding: 0 20px 30px; }
      #document.about.quality .imageList > li {
        font-size: 1.4rem;
        line-height: 1.71429; }
        #document.about.quality .imageList > li .image {
          margin-bottom: 15px; }
          #document.about.quality .imageList > li .image img {
            width: 100%;
            height: auto; }
        #document.about.quality .imageList > li .label {
          margin: 0 0 6px;
          font-size: 1.5rem;
          line-height: 1.53333; }
        #document.about.quality .imageList > li:nth-of-type(n+2) {
          margin-top: 35px; }
      #document.about.quality .imageList::before {
        top: -62px;
        right: -20px;
        width: 70px; } }

#document.about.quality .promotionBox {
  position: relative; }
  #document.about.quality .promotionBox > *:last-child {
    margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    #document.about.quality .promotionBox:nth-of-type(n+2) {
      margin-top: 168px; }
      #document.about.quality .promotionBox:nth-of-type(n+2) .imageList::before {
        right: 0;
        left: 95px;
        opacity: .5; }
    #document.about.quality .promotionBox .s_alignRight {
      font-size: 1.6rem;
      line-height: 2; } }
  @media screen and (min-width: 981px) {
    #document.about.quality .promotionBox:nth-of-type(n+2) .imageList::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.about.quality .promotionBox:nth-of-type(n+2) {
      margin-top: 78px; }
    #document.about.quality .promotionBox:nth-of-type(1) .m_numberHeading {
      padding-left: 20px; }
      #document.about.quality .promotionBox:nth-of-type(1) .m_numberHeading::after {
        right: auto;
        left: -10px; }
    #document.about.quality .promotionBox:nth-of-type(2) .imageList::before {
      top: -15px;
      left: -20px;
      width: 100px;
      opacity: .5; }
    #document.about.quality .promotionBox .s_alignRight {
      font-size: 1.3rem;
      line-height: 1.23077; } }

#document.about.quality .section {
  position: relative; }
  #document.about.quality .section::before {
    background: rgba(251, 193, 20, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1; }
  @media screen and (min-width: 768px) {
    #document.about.quality .section {
      margin: 80px 0 0;
      padding: 80px 0; } }
  @media screen and (min-width: 981px) {
    #document.about.quality .section::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.about.quality .section {
      margin: 75px 0 0;
      padding: 75px 0; }
      #document.about.quality .section::before {
        right: -20px;
        left: -20px; } }
  #document.about.quality .section .imageList {
    margin-bottom: 0;
    padding-bottom: 0; }
    #document.about.quality .section .imageList::before {
      content: none; }
    @media screen and (max-width: 768px) {
      #document.about.quality .section .imageList {
        margin: -25px 0 0; } }

#document.about.quality .notesBox {
  line-height: 1;
  text-align: right; }
  #document.about.quality .notesBox > .m_notesList {
    display: inline-block;
    text-align: left; }
  @media screen and (min-width: 768px) {
    #document.about.quality .notesBox > .m_notesList {
      margin: 16px 0 -4px; } }
  @media screen and (max-width: 767px) {
    #document.about.quality .notesBox > .m_notesList {
      margin: 7.5px 0 -2.5px; } }

#document.about.history .history {
  position: relative; }
  #document.about.history .history::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, #fbc114, #fbc114 2px, transparent 2px, transparent 6px) repeat-y 0 0;
    background-size: 2px 6px;
    z-index: -1; }
  #document.about.history .history::after {
    position: absolute;
    bottom: 0;
    content: "";
    content: "";
    border: solid #fbc114;
    border-color: #fbc114 transparent transparent;
    border-width: 16px 10px 0;
    width: 0;
    line-height: 1; }
  #document.about.history .history .title {
    position: relative;
    color: #000000;
    z-index: 0; }
    #document.about.history .history .title::before {
      border-bottom: 1px solid #fbc114;
      position: absolute;
      bottom: 0;
      content: "";
      z-index: -1; }
    #document.about.history .history .title::after {
      border-radius: 50%;
      background: #fbc114;
      -webkit-transform: translate(-50%, 50%) translate(1px, -1px);
              transform: translate(-50%, 50%) translate(1px, -1px);
      position: absolute;
      bottom: 0;
      content: "";
      z-index: -1; }
    #document.about.history .history .title .date {
      display: block;
      color: #fbc114;
      font-family: "Roboto Condensed", sans-serif; }
  #document.about.history .history .image {
    text-align: center; }
    #document.about.history .history .image > *:last-child {
      margin-bottom: 0 !important; }
    #document.about.history .history .image .caption {
      font-weight: 500; }
    #document.about.history .history .image .message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      color: #a42425;
      font-weight: bold; }
      #document.about.history .history .image .message::before, #document.about.history .history .image .message::after {
        content: "";
        background-image: url("https://www.otsuka.co.jp/cmt/images/about/history/mod_img_sprite.png");
        overflow: hidden;
        display: inline-block;
        text-indent: 200%;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1; }
  #document.about.history .history > li {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #document.about.history .history > li[class*="age"]::before {
      position: absolute;
      content: attr(data-age);
      color: rgba(250, 190, 0, 0.2);
      font-family: "Roboto Condensed", sans-serif;
      font-stretch: condensed;
      letter-spacing: -.05em;
      z-index: 1; }
    #document.about.history .history > li:after {
      position: absolute;
      content: "";
      background-size: cover; }
  @media screen and (min-width: 768px) {
    #document.about.history .history {
      margin: 156px auto 0;
      padding: 0 0 73px;
      width: 980px; }
      #document.about.history .history::before {
        left: 50%; }
      #document.about.history .history::after {
        left: 50%;
        -webkit-transform: translateX(-50%) translateX(1px);
                transform: translateX(-50%) translateX(1px); }
      #document.about.history .history > li {
        width: 438px;
        min-height: 275px; }
        #document.about.history .history > li .image {
          position: absolute;
          top: -38px; }
          #document.about.history .history > li .image .caption {
            margin-top: -35px;
            font-size: 1.4rem;
            line-height: 1.71429; }
          #document.about.history .history > li .image .message {
            margin-bottom: 12px; }
            #document.about.history .history > li .image .message::before {
              margin: 0 20px 5px 0;
              width: 18px;
              height: 37px;
              background-position: -72px 0; }
            #document.about.history .history > li .image .message::after {
              margin: 0 0 5px 20px;
              width: 18px;
              height: 36px;
              background-position: -100px 0; }
        #document.about.history .history > li .title {
          margin: 0 0 40px;
          padding-bottom: 13px;
          font-size: 2.4rem;
          line-height: 1.5; }
          #document.about.history .history > li .title::after {
            width: 20px;
            height: 20px; }
          #document.about.history .history > li .title .date {
            margin-bottom: 10px;
            font-size: 2.4rem;
            line-height: 1; }
        #document.about.history .history > li[class*="age"]::before {
          font-size: 25rem;
          line-height: 1; }
        #document.about.history .history > li[class*="age"][data-age="‘80"]::before {
          top: -123px;
          right: -73px; }
        #document.about.history .history > li[class*="age"][data-age="‘90"]::before {
          top: -153px;
          left: -553px; }
        #document.about.history .history > li[class*="age"][data-age="‘00"]::before {
          top: -87px;
          right: -2px; }
        #document.about.history .history > li:nth-of-type(n+2) {
          margin-top: 80px; }
        #document.about.history .history > li:nth-of-type(2n+1) {
          margin-left: auto; }
          #document.about.history .history > li:nth-of-type(2n+1) .title::before {
            right: 0;
            left: -542px; }
          #document.about.history .history > li:nth-of-type(2n+1) .title::after {
            left: -52px; }
          #document.about.history .history > li:nth-of-type(2n+1) .image {
            left: -542px; }
          #document.about.history .history > li:nth-of-type(2n+1) p {
            padding-right: 50px; }
        #document.about.history .history > li:nth-of-type(2n) .title::before {
          right: -542px;
          left: 0; }
        #document.about.history .history > li:nth-of-type(2n) .title::after {
          right: -72px; }
        #document.about.history .history > li:nth-of-type(2n) .image {
          right: -542px; }
        #document.about.history .history > li:after {
          position: absolute;
          content: "";
          background-size: cover; }
        #document.about.history .history > li:nth-of-type(1)::after {
          bottom: -53px;
          left: -660px;
          width: 328px;
          height: 466px;
          background-image: url(https://www.otsuka.co.jp/cmt/images/about/history/index_img_history_02.png); }
        #document.about.history .history > li:nth-of-type(1) .image {
          padding-left: 24px; }
        #document.about.history .history > li:nth-of-type(2) .image {
          top: -26px;
          padding-right: 109px; }
        #document.about.history .history > li:nth-of-type(3) {
          margin-top: 56px; }
          #document.about.history .history > li:nth-of-type(3) .image {
            padding-left: 73px; }
        #document.about.history .history > li:nth-of-type(4) {
          margin-top: 60px; }
          #document.about.history .history > li:nth-of-type(4) .image {
            top: -28px;
            padding-right: 120px; }
        #document.about.history .history > li:nth-of-type(5) {
          margin-top: 48px; }
          #document.about.history .history > li:nth-of-type(5) .image {
            top: -24px;
            padding-left: 23px; }
        #document.about.history .history > li:nth-of-type(6) {
          margin-top: 149px; }
          #document.about.history .history > li:nth-of-type(6) .image {
            top: -12px;
            padding-right: 24px; }
        #document.about.history .history > li:nth-of-type(7) {
          margin-top: 58px; }
          #document.about.history .history > li:nth-of-type(7) .image {
            top: 14px;
            padding-left: 87px; }
        #document.about.history .history > li:nth-of-type(9) {
          margin-top: 58px; }
          #document.about.history .history > li:nth-of-type(9) .image {
            top: 14px;
            padding-left: 120px; }
        #document.about.history .history > li:nth-of-type(10) {
          margin-top: 58px; }
          #document.about.history .history > li:nth-of-type(10) .image {
            top: 14px;
            padding-right: 120px; }
        #document.about.history .history > li:nth-of-type(11) {
          margin-top: 95px; }
          #document.about.history .history > li:nth-of-type(11) .image {
            top: 6px;
            padding-right: 85px; }
        #document.about.history .history > li:nth-of-type(12) {
          margin-top: 73px; }
          #document.about.history .history > li:nth-of-type(12) .image {
            top: -29px;
            padding-left: 71px; }
        #document.about.history .history > li:nth-of-type(13) {
          margin-top: 108px; }
          #document.about.history .history > li:nth-of-type(13) .image {
            top: -56px; }
        #document.about.history .history > li:nth-of-type(14) {
          margin-top: 99px; }
          #document.about.history .history > li:nth-of-type(14) .image {
            top: -99px;
            padding-left: 7px; }
        #document.about.history .history > li:nth-of-type(15) {
          margin-top: 100px; }
          #document.about.history .history > li:nth-of-type(15) .image {
            top: -56px; }
        #document.about.history .history > li:nth-of-type(16) {
          margin-top: 72px; }
          #document.about.history .history > li:nth-of-type(16)::after {
            bottom: -64px;
            left: 529px;
            width: 513px;
            height: 199px;
            background-image: url(https://www.otsuka.co.jp/cmt/images/about/history/index_img_history_16.png); }
          #document.about.history .history > li:nth-of-type(16) .image {
            top: -71px; }
        #document.about.history .history > li:nth-of-type(17) {
          margin-top: 141px; }
          #document.about.history .history > li:nth-of-type(17) .image {
            top: -3px;
            padding-left: 100px; }
        #document.about.history .history > li:nth-of-type(18) {
          margin-top: 125px; }
          #document.about.history .history > li:nth-of-type(18) .image {
            top: -22px;
            padding-left: 28px; } }
  @media screen and (max-width: 767px) {
    #document.about.history .history {
      margin: 0;
      padding: 0 0 73px; }
      #document.about.history .history::before {
        left: 10px; }
      #document.about.history .history::after {
        left: 10px;
        -webkit-transform: translateX(-50%) translateX(1px) scale(0.5);
                transform: translateX(-50%) translateX(1px) scale(0.5); }
      #document.about.history .history > li {
        margin-top: 40px;
        padding-left: 30px;
        font-size: 1.4rem;
        line-height: 1.71429; }
        #document.about.history .history > li img {
          max-width: 100%;
          height: auto; }
        #document.about.history .history > li .image {
          margin: 0 0 20px; }
          #document.about.history .history > li .image .caption {
            margin-top: -25px;
            font-size: 1.3rem;
            line-height: 1.38462; }
          #document.about.history .history > li .image .message {
            margin-bottom: 15px; }
            #document.about.history .history > li .image .message::before {
              margin: 0 6px 3px 0;
              width: 13px;
              height: 32px;
              background-position: -18px 0;
              background-size: 59px 32px; }
            #document.about.history .history > li .image .message::after {
              margin: 0 0 3px 6px;
              width: 13px;
              height: 32px;
              background-position: 0 0;
              background-size: 59px 32px; }
        #document.about.history .history > li .image02 {
          text-align: center; }
        #document.about.history .history > li .title {
          margin: 0 0 25px;
          padding-bottom: 6px;
          font-size: 1.8rem;
          line-height: 1.44444; }
          #document.about.history .history > li .title::before {
            right: 0;
            left: -30px; }
          #document.about.history .history > li .title::after {
            left: -20px;
            width: 10px;
            height: 10px; }
          #document.about.history .history > li .title .date {
            margin-bottom: 5px;
            font-size: 1.5rem;
            line-height: 1; }
        #document.about.history .history > li[class*="age"]::before {
          right: 0;
          font-size: 12.5rem;
          line-height: 1; }
        #document.about.history .history > li[class*="age"][data-age="‘80"]::before {
          top: -50px; }
        #document.about.history .history > li[class*="age"][data-age="‘90"]::before, #document.about.history .history > li[class*="age"][data-age="‘00"]::before {
          top: -24px; }
        #document.about.history .history > li:nth-of-type(1) {
          margin-top: 70px; }
          #document.about.history .history > li:nth-of-type(1)::after {
            position: absolute;
            bottom: -20px;
            left: calc(50% + 45px);
            width: 140px;
            height: 179.5px;
            background-image: url(https://www.otsuka.co.jp/cmt/images/about/history/index_img_history_02_@2x.png);
            background-size: cover; }
          #document.about.history .history > li:nth-of-type(1) .image img {
            width: calc(335px / 2); }
          #document.about.history .history > li:nth-of-type(1) .image02 > img {
            width: calc(400px / 2); }
        #document.about.history .history > li:nth-of-type(2) {
          margin-top: 70px; }
          #document.about.history .history > li:nth-of-type(2) .image img {
            width: calc(102px / 2); }
        #document.about.history .history > li:nth-of-type(3) {
          margin-top: 50px; }
          #document.about.history .history > li:nth-of-type(3) .image img {
            width: calc(240px / 2); }
        #document.about.history .history > li:nth-of-type(4) .image img {
          width: calc(93px / 2); }
        #document.about.history .history > li:nth-of-type(5) .image img {
          width: calc(241px / 2); }
        #document.about.history .history > li:nth-of-type(6) {
          margin-top: 50px; }
          #document.about.history .history > li:nth-of-type(6) .image img {
            width: calc(339px / 2); }
        #document.about.history .history > li:nth-of-type(7) .image img {
          width: calc(210px / 2); }
        #document.about.history .history > li:nth-of-type(8) .image img {
          width: calc(372px / 2); }
        #document.about.history .history > li:nth-of-type(9) .image img {
          width: calc(236px / 2); }
        #document.about.history .history > li:nth-of-type(10) .image img {
          width: calc(236px / 2); }
        #document.about.history .history > li:nth-of-type(11) .image img {
          width: calc(162px / 2); }
        #document.about.history .history > li:nth-of-type(12) .image img {
          width: calc(101px / 2); }
        #document.about.history .history > li:nth-of-type(13) .image img,
        #document.about.history .history > li:nth-of-type(14) .image img,
        #document.about.history .history > li:nth-of-type(15) .image img {
          width: calc(371px / 2); }
        #document.about.history .history > li:nth-of-type(16)::after {
          position: static;
          display: block;
          margin: 25px auto 0;
          width: 256.5px;
          height: 99.5px;
          background-image: url(https://www.otsuka.co.jp/cmt/images/about/history/index_img_history_16.png); }
        #document.about.history .history > li:nth-of-type(16) .image img {
          width: calc(428px / 2); }
        #document.about.history .history > li:nth-of-type(16) .image02 > img {
          width: calc(400px / 2); }
        #document.about.history .history > li:nth-of-type(17) .image img {
          width: calc(168px / 2); }
        #document.about.history .history > li:nth-of-type(18) .image img {
          width: calc(320px / 2); }
        #document.about.history .history > li:nth-of-type(19) .image img {
          width: calc(374px / 2); } }

/* action
--------------------------------------------------------------------------------------------------- */
#document.action .m_section[class*="_bg"]::before {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIAAAP3givvBFCH5BAAAAAAALAAAAAAoACgAAAJTRIynyeudnoSzIoqtNrtn9nmiGJYlqaEntqqS24KwO8eHjSu1mud73KMFgb/RkHRsFVdJ43LTPD1N01QUWs1kLdfQlvV9dbnhRvkx1qYna8qZUQAAOw=="); }

/* nutrition
--------------------------------------------------------------------------------------------------- */
#document.nutrition div.lnav {
  background: #fbc114;
  text-align: center; }
  #document.nutrition div.lnav .label {
    margin: 0;
    color: #ffffff; }
  #document.nutrition div.lnav .nav {
    margin: 0;
    font-weight: bold; }
    #document.nutrition div.lnav .nav > li a {
      position: relative;
      display: block;
      background: #ffffff;
      color: #333333;
      text-align: center;
      text-decoration: none; }
      #document.nutrition div.lnav .nav > li a::after {
        font-family: "icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        color: #a42425;
        font-size: 10px;
        vertical-align: middle;
        content: ""; }
      #document.nutrition div.lnav .nav > li a::after {
        position: absolute;
        top: 50%;
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%; }
  @media screen and (min-width: 769px) {
    #document.nutrition div.lnav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 60px 0 80px;
      padding: 5px; }
      #document.nutrition div.lnav .label {
        padding: 7px 0 14px;
        width: 100%;
        font-size: 2.4rem;
        line-height: 1.25; }
      #document.nutrition div.lnav .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.6rem;
        line-height: 1.875; }
        #document.nutrition div.lnav .nav > li {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          width: 10%; }
          #document.nutrition div.lnav .nav > li a {
            padding: 5px 0;
            -webkit-transition: background-color .3s ease, color .3s ease;
            transition: background-color .3s ease, color .3s ease; }
            #document.nutrition div.lnav .nav > li a::after {
              right: 20px;
              -webkit-transition: color .3s ease;
              transition: color .3s ease;
              -webkit-transform: translateY(-50%) scale(0.5);
                      transform: translateY(-50%) scale(0.5); }
            #document.nutrition div.lnav .nav > li a:hover {
              background-color: #a42425;
              color: #ffffff; }
              #document.nutrition div.lnav .nav > li a:hover::after {
                color: #ffffff; }
          #document.nutrition div.lnav .nav > li:nth-of-type(n+2) {
            margin-left: 10px; } }
  @media screen and (max-width: 768px) {
    #document.nutrition div.lnav {
      margin: 75px 0;
      padding: 3px; }
      #document.nutrition div.lnav .label {
        padding: 3px 0 6px;
        font-size: 1.6rem;
        line-height: 1.5; }
      #document.nutrition div.lnav .nav {
        font-size: 1.1rem;
        line-height: 1.45455; }
        #document.nutrition div.lnav .nav > li a {
          padding: 7px 0; }
          #document.nutrition div.lnav .nav > li a::after {
            right: 10px;
            -webkit-transform: translateY(-50%) scale(0.4);
                    transform: translateY(-50%) scale(0.4); }
        #document.nutrition div.lnav .nav > li:nth-of-type(n+2) {
          margin-top: 3px; } }

#document.nutrition.role .m_lead {
  font-weight: 400; }

#document.nutrition.role .majorNutrients {
  border: solid #fbc114;
  background: #ffffff; }
  #document.nutrition.role .majorNutrients .body > *:last-child {
    margin-bottom: 0 !important; }
  #document.nutrition.role .majorNutrients .body > .heading {
    border-bottom: 1px solid #fbc114; }
    #document.nutrition.role .majorNutrients .body > .heading b {
      color: #a42425; }
  #document.nutrition.role .majorNutrients .body .nutrients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #document.nutrition.role .majorNutrients .body .nutrients > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50%;
      font-weight: 500; }
      #document.nutrition.role .majorNutrients .body .nutrients > li[class*="_type01"] {
        background-color: #f8cbce; }
      #document.nutrition.role .majorNutrients .body .nutrients > li[class*="_type02"] {
        background-color: #ead2b9; }
      #document.nutrition.role .majorNutrients .body .nutrients > li[class*="_type03"] {
        background-color: #f7b990; }
      #document.nutrition.role .majorNutrients .body .nutrients > li[class*="_type04"] {
        background-color: #ffe481; }
      #document.nutrition.role .majorNutrients .body .nutrients > li[class*="_type05"] {
        background-color: #a1d7db; }
  @media screen and (min-width: 768px) {
    #document.nutrition.role .majorNutrients {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-width: 50px;
      padding: 50px; }
      #document.nutrition.role .majorNutrients .image {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      #document.nutrition.role .majorNutrients .body {
        margin-left: 46px; }
        #document.nutrition.role .majorNutrients .body > .heading {
          margin: -2px 0 28px;
          padding: 0 0 18px;
          font-size: 2.8rem;
          line-height: 1.14286; }
          #document.nutrition.role .majorNutrients .body > .heading b {
            font-size: 3.4rem;
            line-height: 0.94118; }
        #document.nutrition.role .majorNutrients .body .nutrients {
          margin: 10px 0 0;
          font-size: 1.4rem;
          line-height: 1.42857; }
          #document.nutrition.role .majorNutrients .body .nutrients > li {
            width: 78px;
            height: 78px; }
            #document.nutrition.role .majorNutrients .body .nutrients > li:nth-of-type(n+2) {
              margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    #document.nutrition.role .majorNutrients {
      border-width: 20px;
      padding: 20px; }
      #document.nutrition.role .majorNutrients .image img {
        width: 100%;
        height: auto; }
      #document.nutrition.role .majorNutrients .body {
        margin: 34px 0 0;
        font-size: 1.5rem;
        line-height: 1.66667; }
        #document.nutrition.role .majorNutrients .body > .heading {
          margin: -2.5px 0 20px;
          padding: 0 0 17.5px;
          font-size: 1.5rem;
          line-height: 1.33333; }
          #document.nutrition.role .majorNutrients .body > .heading b {
            font-size: 1.9rem;
            line-height: 1.05263; }
      #document.nutrition.role .majorNutrients .nutrients {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 12.5px 0 0;
        font-size: 1.1rem;
        line-height: 1.63636; }
        #document.nutrition.role .majorNutrients .nutrients > li {
          margin: 9px 3px 0;
          width: 60px;
          height: 60px; } }

#document.nutrition.role .role {
  position: relative; }
  #document.nutrition.role .role .image {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #document.nutrition.role .role .image::before {
      background: #fefbc6 no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      z-index: -1; }
  #document.nutrition.role .role .nutrient {
    position: relative; }
    #document.nutrition.role .role .nutrient > *:last-child {
      margin-bottom: 0 !important; }
    #document.nutrition.role .role .nutrient::before {
      position: absolute;
      content: attr(data-num);
      font-family: "Roboto Condensed", sans-serif;
      opacity: .15;
      z-index: -1; }
    #document.nutrition.role .role .nutrient::after {
      content: "";
      background-image: url("https://www.otsuka.co.jp/cmt/images/nutrition/role/mod_img_sprite.png");
      overflow: hidden;
      display: block;
      text-indent: 200%;
      white-space: nowrap;
      vertical-align: middle;
      line-height: 1; }
    #document.nutrition.role .role .nutrient > .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #document.nutrition.role .role .nutrient > .heading::before {
        display: block;
        width: 100%;
        content: attr(data-text-en);
        font-family: "Roboto Condensed", sans-serif;
        z-index: -1; }
      #document.nutrition.role .role .nutrient > .heading .name {
        border-radius: 100px;
        color: #ffffff;
        text-align: center; }
    #document.nutrition.role .role .nutrient:nth-of-type(1)::before,
    #document.nutrition.role .role .nutrient:nth-of-type(1) > .heading::before {
      color: #ee8193; }
    #document.nutrition.role .role .nutrient:nth-of-type(1) > .heading .name {
      background-color: #ee8193; }
    #document.nutrition.role .role .nutrient:nth-of-type(2)::before,
    #document.nutrition.role .role .nutrient:nth-of-type(2) > .heading::before {
      color: #cc8e64; }
    #document.nutrition.role .role .nutrient:nth-of-type(2) > .heading .name {
      background-color: #cc8e64; }
    #document.nutrition.role .role .nutrient:nth-of-type(3)::before,
    #document.nutrition.role .role .nutrient:nth-of-type(3) > .heading::before {
      color: #83c9b4; }
    #document.nutrition.role .role .nutrient:nth-of-type(3) > .heading .name {
      background-color: #83c9b4; }
  @media screen and (min-width: 768px) {
    #document.nutrition.role .role .image::before {
      background-image: url(https://www.otsuka.co.jp/cmt/images/nutrition/role/role_bg_role.png);
      background-position: 50% 259px; }
    #document.nutrition.role .role .nutrientsList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0 auto;
      padding: 79px 0 78px;
      width: 577px; }
      #document.nutrition.role .role .nutrientsList > li:nth-of-type(2) {
        margin-left: 132px; }
      #document.nutrition.role .role .nutrientsList > li:nth-of-type(3) {
        margin-top: 157px; }
    #document.nutrition.role .role .nutrient {
      margin: 94px 0 0; }
      #document.nutrition.role .role .nutrient::before {
        top: -82px;
        font-size: 25rem;
        line-height: 1; }
      #document.nutrition.role .role .nutrient::after {
        position: absolute;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      #document.nutrition.role .role .nutrient > .heading {
        margin: 0 0 34px;
        font-size: 2.8rem;
        line-height: 1.28571; }
        #document.nutrition.role .role .nutrient > .heading::before {
          margin: -3px 0 18px;
          font-size: 1.4rem;
          line-height: 1.42857; }
        #document.nutrition.role .role .nutrient > .heading .name {
          margin-left: 20px;
          width: 140px;
          font-size: 1.4rem;
          line-height: 2.14286; }
      #document.nutrition.role .role .nutrient:nth-of-type(n+2) {
        margin-top: 117px; }
      #document.nutrition.role .role .nutrient:nth-of-type(2n+1) {
        padding: 0 310px 0 170px; }
        #document.nutrition.role .role .nutrient:nth-of-type(2n+1)::before {
          left: -14px; }
        #document.nutrition.role .role .nutrient:nth-of-type(2n+1)::after {
          left: 825px; }
      #document.nutrition.role .role .nutrient:nth-of-type(2n) {
        padding: 0 110px 0 370px; }
        #document.nutrition.role .role .nutrient:nth-of-type(2n)::before {
          right: -14px; }
        #document.nutrition.role .role .nutrient:nth-of-type(2n)::after {
          left: 185px; }
      #document.nutrition.role .role .nutrient[data-num="01"]::after {
        top: 125px;
        width: 168px;
        height: 78px;
        background-position: 0 -325px; }
      #document.nutrition.role .role .nutrient[data-num="02"]::after {
        top: 130px;
        width: 244px;
        height: 93px;
        background-position: -528px -185px; }
      #document.nutrition.role .role .nutrient[data-num="03"]::after {
        top: 202px;
        width: 228px;
        height: 106px;
        background-position: -290px -185px; } }
  @media screen and (min-width: 981px) {
    #document.nutrition.role .role .image::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.nutrition.role .role {
      margin: -25px 0 75px; }
      #document.nutrition.role .role .image {
        border: 20px solid #fbc114;
        height: 400px;
        background: url(https://www.otsuka.co.jp/cmt/images/nutrition/role/role_bg_role_@2x.png) no-repeat 50% 50%;
        background-size: 234px auto; }
      #document.nutrition.role .role .body {
        margin-top: 68px; }
      #document.nutrition.role .role .nutrientsList {
        position: relative;
        margin: 0;
        height: 100%; }
        #document.nutrition.role .role .nutrientsList > li {
          position: absolute;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          #document.nutrition.role .role .nutrientsList > li img {
            height: auto; }
          #document.nutrition.role .role .nutrientsList > li:nth-of-type(1) {
            bottom: 229px;
            left: calc(50% - 89px); }
            #document.nutrition.role .role .nutrientsList > li:nth-of-type(1) img {
              width: 135px; }
          #document.nutrition.role .role .nutrientsList > li:nth-of-type(2) {
            bottom: 229px;
            left: calc(50% + 89px); }
            #document.nutrition.role .role .nutrientsList > li:nth-of-type(2) img {
              width: 137px; }
          #document.nutrition.role .role .nutrientsList > li:nth-of-type(3) {
            top: 228px;
            left: calc(50% + 8px); }
            #document.nutrition.role .role .nutrientsList > li:nth-of-type(3) img {
              width: 150px; }
      #document.nutrition.role .role .nutrient {
        padding: 40px 0 0;
        font-size: 1.4rem;
        line-height: 1.71429; }
        #document.nutrition.role .role .nutrient::before {
          top: -.05em;
          right: -10px;
          font-size: 12.5rem;
          line-height: 1; }
        #document.nutrition.role .role .nutrient::after {
          margin: -10px 0 0 auto; }
        #document.nutrition.role .role .nutrient > .heading {
          margin: 0 0 25.5px;
          font-size: 1.8rem;
          line-height: 1.16667; }
          #document.nutrition.role .role .nutrient > .heading::before {
            margin: -0.5px 0 8px;
            font-size: 1.3rem;
            line-height: 1.07692; }
          #document.nutrition.role .role .nutrient > .heading .name {
            margin-left: 10px;
            width: 98px;
            font-size: 1rem;
            line-height: 2.1; }
        #document.nutrition.role .role .nutrient:nth-of-type(n+2) {
          margin-top: 60px; }
        #document.nutrition.role .role .nutrient:nth-of-type(1)::after {
          width: 140px;
          height: 65px;
          background-position: 0 -92.5px;
          background-size: 397.5px 201.5px; }
        #document.nutrition.role .role .nutrient:nth-of-type(2)::after {
          width: 202.5px;
          height: 77.5px;
          background-position: -195px 0;
          background-size: 397.5px 201.5px; }
        #document.nutrition.role .role .nutrient:nth-of-type(3)::after {
          width: 190px;
          height: 87.5px;
          background-position: 0 0;
          background-size: 397.5px 201.5px; } }

@media screen and (min-width: 768px) {
  #document.nutrition.calorie .m_numberHeading:not(:first-child) {
    margin-top: 76px; } }

@media screen and (max-width: 767px) {
  #document.nutrition.calorie .m_numberHeading:not(:first-child) {
    margin-top: 35px; } }

#document.nutrition.calorie .m_table02 table tbody td > span:not([class]) {
  display: inline-block;
  width: 5em;
  text-align: right; }

#document.nutrition.calorie .m_table02 table tbody td > .inner {
  display: inline-block;
  margin-left: 6em; }

@media screen and (min-width: 768px) {
  #document.nutrition.calorie .m_table02 table thead th {
    padding: 15px 20px; }
  #document.nutrition.calorie .m_table02 table tbody td {
    padding: 10px 30px; }
  #document.nutrition.calorie .m_table02 table .width01 {
    width: 27.5%; } }

@media screen and (max-width: 767px) {
  #document.nutrition.calorie .m_table02 table thead th {
    padding: 15px 10px; }
  #document.nutrition.calorie .m_table02 table tbody td {
    padding: 10px 15px; }
  #document.nutrition.calorie .m_table02 table .width01 {
    width: auto; } }

#document.nutrition.calorie .typeBox .type {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fbc114;
  color: #ffffff; }
  #document.nutrition.calorie .typeBox .type > .heading {
    background: rgba(255, 255, 255, 0.5);
    color: #a42425;
    text-align: center; }
  #document.nutrition.calorie .typeBox .type .image img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 768px) {
  #document.nutrition.calorie .typeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px; }
    #document.nutrition.calorie .typeBox .type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 40px;
      width: 480px; }
      #document.nutrition.calorie .typeBox .type > .heading {
        margin: 0 0 20px;
        padding: 15px 0;
        font-size: 2rem;
        line-height: 1.5; }
      #document.nutrition.calorie .typeBox .type .text {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      #document.nutrition.calorie .typeBox .type:nth-of-type(n+2) {
        margin-left: 20px; } }

@media screen and (max-width: 767px) {
  #document.nutrition.calorie .typeBox {
    margin: 0 auto 17.5px;
    width: calc(590 / 750 * 100vw); }
    #document.nutrition.calorie .typeBox .type {
      padding: 20px; }
      #document.nutrition.calorie .typeBox .type > .heading {
        margin: 0 0 10px;
        font-size: 1.5rem;
        line-height: 1.66667; }
      #document.nutrition.calorie .typeBox .type:nth-of-type(n+2) {
        margin-top: 20px; } }

#document.nutrition.calorie .bmi {
  background: #fbc114; }
  #document.nutrition.calorie .bmi .step > li .stepLabel {
    display: block; }
    #document.nutrition.calorie .bmi .step > li .stepLabel > span {
      display: block;
      color: #ffffff;
      font-family: "Roboto Condensed", sans-serif; }
  #document.nutrition.calorie .bmi .step > li .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    #document.nutrition.calorie .bmi .step > li .input input {
      border: 1px solid #999999;
      text-align: right; }
    #document.nutrition.calorie .bmi .step > li .input:nth-of-type(n+2) {
      margin-top: 10px; }
  #document.nutrition.calorie .bmi .step > li .submit {
    border: 3px solid currentColor;
    color: #a42425;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
  #document.nutrition.calorie .bmi .step > li .result {
    border: none;
    background: #ffffff;
    color: #593117;
    text-align: center; }
  #document.nutrition.calorie .bmi .step > li input,
  #document.nutrition.calorie .bmi .step > li button {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  #document.nutrition.calorie .bmi .resultList {
    background: rgba(255, 255, 255, 0.8); }
    #document.nutrition.calorie .bmi .resultList > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #document.nutrition.calorie .bmi .resultList > li::before {
        display: inline-block;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        content: "";
        background-image: radial-gradient(rgba(51, 51, 51, 0.5) 20%, transparent 32%); }
      #document.nutrition.calorie .bmi .resultList > li .label {
        display: inline-block;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        background: #ffffff;
        text-align: center; }
  @media screen and (min-width: 768px) {
    #document.nutrition.calorie .bmi {
      padding: 40px; }
      #document.nutrition.calorie .bmi .step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 40px; }
        #document.nutrition.calorie .bmi .step > li {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          width: 250px; }
          #document.nutrition.calorie .bmi .step > li .stepLabel {
            font-size: 1.8rem;
            line-height: 1.66667; }
            #document.nutrition.calorie .bmi .step > li .stepLabel > span {
              font-size: 1.4rem;
              line-height: 1.42857; }
          #document.nutrition.calorie .bmi .step > li .input input {
            margin: 0 10px 0 12px;
            padding: 0 20px;
            width: 180px;
            height: 50px; }
          #document.nutrition.calorie .bmi .step > li .submit {
            width: 250px;
            height: 110px;
            letter-spacing: 1.05px;
            font-size: 2.1rem; }
          #document.nutrition.calorie .bmi .step > li .result {
            width: 250px;
            height: 110px;
            letter-spacing: 2.3px;
            font-size: 4.6rem; }
          #document.nutrition.calorie .bmi .step > li:nth-of-type(n+2) {
            margin-left: 35px; }
      #document.nutrition.calorie .bmi .resultList {
        margin: 0;
        padding: 34px 40px 20px;
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
        -webkit-column-gap: 67px;
           -moz-column-gap: 67px;
                column-gap: 67px; }
        #document.nutrition.calorie .bmi .resultList > li {
          margin-bottom: 10px;
          font-size: 1.4rem;
          line-height: 2.14286; }
          #document.nutrition.calorie .bmi .resultList > li::before {
            margin: 0 10px 0 13px;
            height: 6px;
            background-position: 0 -1px;
            background-size: 8px 8px; }
          #document.nutrition.calorie .bmi .resultList > li .label {
            padding: 5px 0;
            width: 180px; } }
  @media screen and (max-width: 767px) {
    #document.nutrition.calorie .bmi {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0 auto 17.5px;
      padding: 25px;
      width: calc(590 / 750 * 100vw); }
      #document.nutrition.calorie .bmi .step {
        margin: 0 0 40px; }
        #document.nutrition.calorie .bmi .step > li .stepLabel {
          margin: 0 0 16px;
          font-size: 1.6rem;
          line-height: 1.5; }
          #document.nutrition.calorie .bmi .step > li .stepLabel > span {
            font-size: 1.3rem;
            line-height: 1.53846; }
        #document.nutrition.calorie .bmi .step > li .input input {
          margin: 0 10px 0 13px;
          padding: 0 26px;
          width: calc(360 / 750 * 100vw);
          height: 50px; }
        #document.nutrition.calorie .bmi .step > li .submit {
          width: 100%;
          height: 60px;
          letter-spacing: 1px;
          font-size: 2rem; }
        #document.nutrition.calorie .bmi .step > li .result {
          width: 100%;
          height: 60px;
          letter-spacing: 1.65px;
          font-size: 3.3rem; }
        #document.nutrition.calorie .bmi .step > li:nth-of-type(n+2) {
          margin-top: 30px; }
      #document.nutrition.calorie .bmi .resultList {
        margin: 30px 0 0;
        padding: 20px; }
        #document.nutrition.calorie .bmi .resultList > li {
          font-size: 1.2rem;
          line-height: 1.66667; }
          #document.nutrition.calorie .bmi .resultList > li::before {
            margin: 0 10px 0 13px;
            height: 4px;
            background-position: 0 0;
            background-size: 3px 3px; }
          #document.nutrition.calorie .bmi .resultList > li .label {
            width: 90px; }
          #document.nutrition.calorie .bmi .resultList > li:nth-of-type(n+2) {
            margin-top: 5px; } }

/* scene
--------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #document.scene .m_borderHeading {
    margin-bottom: 30px; } }

#document.scene .m_lead {
  font-weight: 400; }

#document.scene .mainVisual .column > *:last-child {
  margin-bottom: 0 !important; }

#document.scene .mainVisual .column:nth-of-type(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  #document.scene .mainVisual .column:nth-of-type(1) img {
    width: 100%;
    height: auto; }

#document.scene .mainVisual .column:nth-of-type(2) .image {
  position: relative; }
  #document.scene .mainVisual .column:nth-of-type(2) .image::before {
    position: absolute;
    content: "";
    background-image: url("https://www.otsuka.co.jp/cmt/images/scene/mod_img_sprite.png");
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1; }

#document.scene .mainVisual .column:nth-of-type(2) .text {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 768px) {
  #document.scene .mainVisual {
    margin: 0 0 80px -150px; }
    #document.scene .mainVisual .column:nth-of-type(1) {
      margin-right: 40px; }
    #document.scene .mainVisual .column:nth-of-type(2) {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 40px; }
      #document.scene .mainVisual .column:nth-of-type(2) .text {
        margin: 11px 0 0; } }

@media screen and (max-width: 767px) {
  #document.scene .mainVisual {
    margin-bottom: 75px; }
    #document.scene .mainVisual .column:nth-of-type(1) {
      margin-left: -20px; }
    #document.scene .mainVisual .column:nth-of-type(2) {
      font-size: 1.4rem;
      line-height: 1.71429; }
      #document.scene .mainVisual .column:nth-of-type(2) .text {
        margin: 15px 0 1.5em; }
      #document.scene .mainVisual .column:nth-of-type(2) .image {
        margin: 0 38px; }
        #document.scene .mainVisual .column:nth-of-type(2) .image img {
          width: 100%;
          height: auto; } }

#document.scene .columns {
  position: relative; }
  #document.scene .columns::before {
    background: #fbc114;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""; }
  #document.scene .columns > .column {
    position: relative;
    background: #fff9e7; }
    #document.scene .columns > .column > .heading {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      background: #000000;
      color: #fbc114;
      font-family: "Roboto Condensed", sans-serif; }
    #document.scene .columns > .column em {
      color: #a42425; }
  @media screen and (min-width: 768px) {
    #document.scene .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 20px;
      padding-bottom: 80px; }
      #document.scene .columns::before {
        height: 300px; }
      #document.scene .columns .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 60px 20px 20px;
        text-align: center; }
        #document.scene .columns .column > .heading {
          padding: 0 20px;
          font-size: 1.4rem;
          line-height: 2.14286; }
        #document.scene .columns .column p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          #document.scene .columns .column p em {
            font-size: 1.8rem;
            line-height: 1.77778; }
          #document.scene .columns .column p .note {
            font-size: 1.4rem;
            line-height: 1.71429; }
        #document.scene .columns .column:nth-of-type(3) .image img {
          margin: 0 -20px 0 -12px; }
      #document.scene .columns[class*="_col3"] .column {
        width: calc(100% / 3 - 40px); }
        #document.scene .columns[class*="_col3"] .column:nth-of-type(n+2) {
          margin-left: 40px; } }
  @media screen and (min-width: 981px) {
    #document.scene .columns::before {
      right: calc(50% - 50vw);
      left: calc(50% - 50vw); } }
  @media screen and (max-width: 767px) {
    #document.scene .columns {
      margin-bottom: 20px;
      padding-bottom: 75px; }
      #document.scene .columns::before {
        right: -20px;
        left: -20px;
        height: 257px; }
      #document.scene .columns .column {
        padding: 55px 20px 20px; }
        #document.scene .columns .column > .heading {
          padding: 0 16px;
          font-size: 1.3rem;
          line-height: 2; }
        #document.scene .columns .column p em {
          font-size: 1.5rem;
          line-height: 1.6; }
        #document.scene .columns .column .image img {
          width: 100%;
          height: auto; }
        #document.scene .columns .column:nth-of-type(n+2) {
          margin-top: 25px; } }

@media screen and (max-width: 767px) {
  #document.scene .m_section.s_bg01::before {
    right: -20px;
    left: 20px; } }

#document.scene .m_indexList > li:hover img {
  opacity: 1; }

@media screen and (min-width: 768px) {
  #document.scene .m_borderBox {
    padding-bottom: 40px; } }

#document.scene .m_borderBox .m_column > .column {
  position: relative;
  z-index: 0; }

#document.scene .m_borderBox .m_column .boxText {
  background: #a42425;
  color: #ffffff;
  font-weight: bold; }

#document.scene .m_borderBox .m_column .m_notesList {
  text-align: left; }
  #document.scene .m_borderBox .m_column .m_notesList + .note {
    margin: -1.5em 0 0;
    text-align: left; }

@media screen and (min-width: 768px) {
  #document.scene .m_borderBox .m_column {
    margin: 70px -50px 0; }
    #document.scene .m_borderBox .m_column > .column {
      padding: 0 32px; }
      #document.scene .m_borderBox .m_column > .column:nth-of-type(1)::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background: linear-gradient(to bottom, #a42425, #a42425 2px, transparent 2px, transparent 7px) repeat-y 100% 0;
        background-size: 2px 7px;
        z-index: -1; }
    #document.scene .m_borderBox .m_column .m_quoteHeading {
      padding: 10px 0 0; }
      #document.scene .m_borderBox .m_column .m_quoteHeading + .m_image {
        margin: 0 0 20px; }
    #document.scene .m_borderBox .m_column .note {
      margin: 0 0 15px;
      font-size: 1.4rem;
      font-weight: 500; }
    #document.scene .m_borderBox .m_column .boxText {
      padding: 9px 0; } }

@media screen and (max-width: 767px) {
  #document.scene .m_borderBox .m_column > .column:nth-of-type(1) {
    margin-bottom: 25px;
    padding-bottom: 25px; }
    #document.scene .m_borderBox .m_column > .column:nth-of-type(1)::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background: linear-gradient(to left, #a42425, #a42425 1px, transparent 1px, transparent 3px) repeat-x 0 100%;
      background-size: 3px 1px;
      z-index: -1; }
  #document.scene .m_borderBox .m_column .m_quoteHeading + .m_image {
    margin: 0 0 10px; }
    #document.scene .m_borderBox .m_column .m_quoteHeading + .m_image img {
      width: auto; }
  #document.scene .m_borderBox .m_column .note {
    margin: 0 0 15.5px;
    font-size: 1.3rem;
    font-weight: 500; }
  #document.scene .m_borderBox .m_column .boxText {
    padding: 5px 0; } }

#document.scene .nutrition {
  padding: 20px;
  background: #ffffff;
  text-align: center; }
  #document.scene .nutrition > *:last-child {
    margin-bottom: 0 !important; }
  #document.scene .nutrition .label {
    background: #fbc114;
    color: #ffffff; }
  #document.scene .nutrition .text {
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    #document.scene .nutrition .label {
      margin: 0 0 2px;
      font-size: 1.6rem;
      line-height: 1.875; }
    #document.scene .nutrition .text {
      margin: 0 0 5px;
      font-size: 1.8rem;
      line-height: 2.22222; } }
  @media screen and (max-width: 767px) {
    #document.scene .nutrition .label {
      margin: 0 0 2px;
      font-size: 1.4rem;
      line-height: 2.14286; }
    #document.scene .nutrition .text {
      margin: 0 0 5px;
      font-size: 1.6rem;
      line-height: 2.5; } }

@media screen and (min-width: 768px) {
  #document.scene.exam .mainVisual .column:nth-of-type(2) .image::before {
    top: 333px;
    right: -64px;
    width: 156px;
    height: 162px;
    background-position: -228px 0px; } }

@media screen and (max-width: 767px) {
  #document.scene.exam .mainVisual .column:nth-of-type(2) .image::before {
    right: -22px;
    bottom: -37px;
    width: 78px;
    height: 81px;
    background-position: -114px 0px;
    background-size: 192px 132px; } }

@media screen and (min-width: 768px) {
  #document.scene.exam .m_borderBox .m_image {
    margin: 0 -83px 0 -23px; } }

@media screen and (min-width: 768px) {
  #document.scene.pregnancy .mainVisual .column:nth-of-type(2) .image::before {
    top: 214px;
    left: 304px;
    width: 218px;
    height: 162px;
    background-position: 0px 0px; } }

@media screen and (max-width: 767px) {
  #document.scene.pregnancy .mainVisual .column:nth-of-type(2) .image::before {
    right: -52px;
    bottom: -59px;
    width: 109px;
    height: 81px;
    background-position: 0px 0px;
    background-size: 192px 132px; } }

@media screen and (min-width: 768px) {
  #document.scene.pregnancy .m_column.l_pcCol2 .m_notesList {
    margin-top: 90px; } }

@media screen and (min-width: 768px) {
  #document.scene.pregnancy .m_image {
    margin-right: -57px; } }

@media screen and (max-width: 767px) {
  #document.scene.pregnancy .m_image {
    margin: 0 calc(((275 / 375) - (255 / 375)) / 2 * -100vw); } }

@media screen and (min-width: 768px) {
  #document.scene.cold .mainVisual .column:nth-of-type(2) .image::before {
    top: 251px;
    left: 294px;
    width: 228px;
    height: 92px;
    background-position: 0px -172px; } }

@media screen and (max-width: 767px) {
  #document.scene.cold .mainVisual .column:nth-of-type(2) .image::before {
    right: -61px;
    bottom: -28px;
    width: 114px;
    height: 46px;
    background-position: 0px -86px;
    background-size: 192px 132px; } }

@media screen and (min-width: 768px) {
  #document.scene.cold .m_borderBox .m_image {
    margin: 0 -58px 0 -12px; } }

/* cm
--------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #document.cm .m_button[class*="_type01"] {
    margin-top: 40px; }
    #document.cm .m_button[class*="_type01"] a {
      font-size: 1.4rem;
      line-height: 1.42857; } }

@media screen and (max-width: 767px) {
  #document.cm #mainContents section:not(:first-of-type) .m_borderHeading {
    margin-top: 30px; } }

/* lp
--------------------------------------------------------------------------------------------------- */
#document.lp.liquid .m_notesList[class*="_listMargin"] > li:nth-of-type(n+2) {
  margin-top: 1.5em; }

#document.lp.liquid #mainContents {
  padding-bottom: 0; }

@media screen and (min-width: 768px) {
  #document.lp.liquid #container {
    width: 1200px; } }

@media screen and (max-width: 768px) {
  #document.lp.liquid #container {
    padding-top: 0; } }

#document.lp.liquid sup {
  margin-right: .4em;
  font-size: 74%;
  line-height: 1;
  vertical-align: text-top; }

@media screen and (min-width: 768px) {
  #document.lp.liquid .mvArea {
    position: relative; }
    #document.lp.liquid .mvArea img {
      width: 100%;
      height: 100%; }
    #document.lp.liquid .mvArea .nutrition {
      position: absolute;
      top: calc(100vw * (425 / 1600));
      left: calc(100vw * (217 / 1600));
      width: calc(100vw * (260 / 1600));
      height: calc(100vw * (260 / 1600)); } }

@media screen and (max-width: 1200px) {
  #document.lp.liquid .mvArea .nutrition {
    top: 318px;
    left: 162px;
    width: 195px;
    height: 157px; } }

@media screen and (max-width: 768px) {
  #document.lp.liquid .mvArea img {
    width: 100%;
    height: 100%; }
  #document.lp.liquid .mvArea .nutrition {
    margin: auto;
    margin-top: 10px;
    width: 258px;
    height: 208px; } }

#document.lp.liquid .flavor .new {
  position: relative;
  font-size: 2.4rem; }
  #document.lp.liquid .flavor .new:after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #000000;
    width: 80px;
    content: ""; }

#document.lp.liquid .flavor .flavorList li {
  position: relative; }
  #document.lp.liquid .flavor .flavorList li .flavorName {
    position: absolute;
    background: #ffffff;
    font-size: 1.5rem; }
    #document.lp.liquid .flavor .flavorList li .flavorName p {
      position: absolute;
      margin: 0; }
    #document.lp.liquid .flavor .flavorList li .flavorName:before {
      position: absolute;
      top: 17px;
      content: "";
      background-repeat: no-repeat;
      background-size: 100% auto; }
  #document.lp.liquid .flavor .flavorList li .txt {
    position: absolute;
    bottom: 0;
    left: 171px;
    color: #ffffff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 3.0rem; }
  #document.lp.liquid .flavor .flavorList li .image {
    margin-left: -20px;
    padding-top: 20px; }
  #document.lp.liquid .flavor .flavorList li:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 999; }
  #document.lp.liquid .flavor .flavorList li.item03 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #aa3c00; }
    #document.lp.liquid .flavor .flavorList li.item03:before {
      background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/img_flavor_01.png); }
    #document.lp.liquid .flavor .flavorList li.item03 .flavorName {
      color: #aa3c00; }
      #document.lp.liquid .flavor .flavorList li.item03 .flavorName:before {
        width: 156px;
        height: 25px;
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/name_img_03.png); }
  #document.lp.liquid .flavor .flavorList li.item02 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #01954a; }
    #document.lp.liquid .flavor .flavorList li.item02:before {
      background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/img_flavor_02.png); }
    #document.lp.liquid .flavor .flavorList li.item02 .flavorName {
      color: #01954a; }
      #document.lp.liquid .flavor .flavorList li.item02 .flavorName:before {
        right: 96px;
        width: 123px;
        height: 23px;
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/name_img_02.png); }
  #document.lp.liquid .flavor .flavorList li.item01 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #008ac4; }
    #document.lp.liquid .flavor .flavorList li.item01:before {
      background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/img_flavor_03.png); }
    #document.lp.liquid .flavor .flavorList li.item01 .flavorName {
      color: #008ac4; }
      #document.lp.liquid .flavor .flavorList li.item01 .flavorName:before {
        right: 130px;
        width: 95px;
        height: 30px;
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/name_img_01.png); }

@media screen and (min-width: 768px) {
  #document.lp.liquid .flavor .flavorList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px; }
    #document.lp.liquid .flavor .flavorList li {
      margin-left: 2px;
      width: 415px;
      height: 335px; }
      #document.lp.liquid .flavor .flavorList li:before {
        top: 20px;
        left: -15px;
        width: 170px;
        height: 361px; }
      #document.lp.liquid .flavor .flavorList li.item03 .flavorName:before {
        left: 50px; }
      #document.lp.liquid .flavor .flavorList li .flavorName {
        top: 12px;
        right: 0;
        width: 270px;
        height: 85px;
        background: #ffffff;
        font-size: 1.5rem; }
        #document.lp.liquid .flavor .flavorList li .flavorName p {
          bottom: 5px;
          left: 50px; } }

@media screen and (max-width: 768px) {
  #document.lp.liquid .flavor .flavorList li {
    margin-bottom: 5px;
    margin-left: 15px;
    width: 100%; }
    #document.lp.liquid .flavor .flavorList li .flavorName {
      top: 12px;
      right: 0;
      width: 270px;
      height: 85px;
      background: #ffffff;
      font-size: 1.5rem; }
      #document.lp.liquid .flavor .flavorList li .flavorName:before {
        top: 9px;
        right: 20px !important; }
      #document.lp.liquid .flavor .flavorList li .flavorName p {
        position: absolute;
        right: 20px;
        bottom: 20px;
        margin: 0; }
    #document.lp.liquid .flavor .flavorList li .txt {
      bottom: 14px;
      left: 140px;
      line-height: 3.0rem; }
    #document.lp.liquid .flavor .flavorList li.item03 {
      height: 292px; }
      #document.lp.liquid .flavor .flavorList li.item03:before {
        top: 15px;
        left: -15px;
        width: 130px;
        height: 275px;
        background-size: auto 100%; }
    #document.lp.liquid .flavor .flavorList li.item02 {
      height: 295px; }
      #document.lp.liquid .flavor .flavorList li.item02:before {
        top: 35px;
        left: -15px;
        width: 130px;
        height: 275px;
        background-size: auto 100%; }
    #document.lp.liquid .flavor .flavorList li.item01 {
      height: 292px; }
      #document.lp.liquid .flavor .flavorList li.item01:before {
        top: 35px;
        left: -15px;
        width: 130px;
        height: 275px;
        background-size: auto 100%; }
  #document.lp.liquid .flavor .flavorList .image {
    width: 128px;
    height: 272px; } }

@media screen and (min-width: 768px) {
  #document.lp.liquid .flavor {
    margin-top: -200px; }
    #document.lp.liquid .flavor h2 {
      font-size: 3.8rem;
      line-height: 5.5rem; }
    #document.lp.liquid .flavor p {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 4.5rem; } }

@media screen and (max-width: 768px) {
  #document.lp.liquid .flavor {
    padding-bottom: 50px; }
    #document.lp.liquid .flavor h2 {
      font-size: 3.4rem; }
    #document.lp.liquid .flavor p {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 3rem; } }

#document.lp.liquid .point {
  position: relative;
  background: #faaf00; }
  #document.lp.liquid .point:before {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: 0;
    content: "";
    background: #faaf00;
    z-index: -1; }
  #document.lp.liquid .point:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    content: "";
    background: #faaf00;
    z-index: -1; }
  #document.lp.liquid .point .title {
    position: relative; }
    #document.lp.liquid .point .title::before {
      position: absolute;
      top: 70px;
      left: 20px;
      width: 120px;
      height: 175px;
      content: "";
      background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_point.png);
      background-repeat: no-repeat;
      background-size: auto 100%; }
    #document.lp.liquid .point .title h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 2.3rem;
      font-weight: bold; }
  #document.lp.liquid .point .pointList {
    margin: 0; }
    #document.lp.liquid .point .pointList li {
      position: relative;
      display: table;
      background: #ffffff; }
      #document.lp.liquid .point .pointList li p {
        margin: 0;
        text-align: center; }
      #document.lp.liquid .point .pointList li .txtBox {
        display: table-cell;
        vertical-align: middle; }
      #document.lp.liquid .point .pointList li .txt {
        padding-bottom: 10px;
        font-size: 2.4rem;
        font-weight: bold; }
      #document.lp.liquid .point .pointList li .note {
        font-size: 1.4rem;
        line-height: 1.5rem; }
      #document.lp.liquid .point .pointList li:before {
        position: absolute;
        top: 15px;
        left: 20px;
        width: 30px;
        height: 40px;
        content: "";
        background-repeat: no-repeat;
        background-size: auto 100%; }
      #document.lp.liquid .point .pointList li.point01:before {
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_pointList_01.png); }
      #document.lp.liquid .point .pointList li.point02:before {
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_pointList_02.png); }
      #document.lp.liquid .point .pointList li.point03:before {
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_pointList_03.png); }
      #document.lp.liquid .point .pointList li.point04:before {
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_pointList_04.png); }
      #document.lp.liquid .point .pointList li.point05:before {
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_pointList_05.png); }
      #document.lp.liquid .point .pointList li.point06:before {
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_pointList_06.png); }
  @media screen and (min-width: 768px) {
    #document.lp.liquid .point {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 0 40px; }
      #document.lp.liquid .point .title {
        width: 190px; }
        #document.lp.liquid .point .title h2 {
          bottom: 60px;
          left: 0; }
        #document.lp.liquid .point .title:before {
          left: 0; }
      #document.lp.liquid .point .pointBox .noteBox {
        margin: 0;
        margin-left: 20px;
        font-size: 1.2rem; }
      #document.lp.liquid .point .pointBox .pointList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 980px; }
        #document.lp.liquid .point .pointBox .pointList li {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin: 10px 0 0 10px;
          width: 32%;
          height: 190px; }
          #document.lp.liquid .point .pointBox .pointList li.point01 {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          #document.lp.liquid .point .pointBox .pointList li.point02 {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          #document.lp.liquid .point .pointBox .pointList li.point03 {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          #document.lp.liquid .point .pointBox .pointList li.point04 {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          #document.lp.liquid .point .pointBox .pointList li.point05 {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          #document.lp.liquid .point .pointBox .pointList li.point06 {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          #document.lp.liquid .point .pointBox .pointList li .txt {
            line-height: 3.5rem; } }
  @media screen and (max-width: 768px) {
    #document.lp.liquid .point {
      padding-bottom: 50px; }
      #document.lp.liquid .point .title::before {
        top: 0;
        left: 0; }
      #document.lp.liquid .point .title h2 {
        top: 38px;
        left: 135px;
        font-size: 2.6rem; }
      #document.lp.liquid .point .pointBox .noteBox {
        margin: 0;
        margin-left: 10px;
        font-size: 1.2rem; }
      #document.lp.liquid .point .pointBox .pointList {
        padding: 200px 0 0; }
        #document.lp.liquid .point .pointBox .pointList li {
          margin-bottom: 5px;
          padding: 30px 0;
          width: 100%; }
          #document.lp.liquid .point .pointBox .pointList li .txt {
            line-height: 2.5rem; } }
  @media screen and (max-width: 350px) {
    #document.lp.liquid .point .title h2 {
      font-size: 2.3rem; } }

#document.lp.liquid .balance .titleBox h2:before {
  position: absolute;
  top: -55px;
  left: 0;
  content: "";
  background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/title_balance.png);
  background-repeat: no-repeat;
  background-size: auto 100%; }

#document.lp.liquid .balance .balanceBox p {
  width: 100%; }

#document.lp.liquid .balance .balanceBox .title {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center; }

#document.lp.liquid .balance .balanceBox .note {
  margin: 0;
  padding: 10px 20px;
  font-size: 1.2rem;
  text-align: left; }

@media screen and (min-width: 768px) {
  #document.lp.liquid .balance .titleBox {
    position: relative;
    height: 300px; }
    #document.lp.liquid .balance .titleBox h2 {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -170px;
      font-size: 2.1rem; }
      #document.lp.liquid .balance .titleBox h2:before {
        top: -55px;
        left: 0;
        width: 326px;
        height: 47px; }
  #document.lp.liquid .balance .balanceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #document.lp.liquid .balance .balanceBox img {
      width: 560px;
      height: 340px; }
    #document.lp.liquid .balance .balanceBox .figure01 {
      position: relative;
      padding-right: 37px;
      padding-bottom: 70px;
      background: #ffc31e; }
      #document.lp.liquid .balance .balanceBox .figure01:after {
        position: absolute;
        top: -300px;
        right: 0;
        bottom: 0;
        left: calc(50% - 50vw);
        content: "";
        background: #ffc31e;
        z-index: -1; }
    #document.lp.liquid .balance .balanceBox .figure02 {
      position: relative;
      padding-bottom: 70px;
      padding-left: 37px;
      background: #ffd22d; }
      #document.lp.liquid .balance .balanceBox .figure02:before {
        position: absolute;
        top: -300px;
        right: calc(50% - 50vw);
        bottom: 0;
        left: 0;
        content: "";
        background: #ffd22d;
        z-index: -1; } }

@media screen and (max-width: 768px) {
  #document.lp.liquid .balance {
    position: relative;
    padding: 115px 0 50px;
    background: #ffc31e; }
    #document.lp.liquid .balance:before {
      position: absolute;
      top: 0;
      right: calc(50% - 50vw);
      bottom: 0;
      left: 0;
      content: "";
      background: #ffc31e;
      z-index: -1; }
    #document.lp.liquid .balance:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: calc(50% - 50vw);
      content: "";
      background: #ffc31e;
      z-index: -1; }
    #document.lp.liquid .balance .titleBox {
      text-align: center; }
      #document.lp.liquid .balance .titleBox h2 {
        position: relative;
        bottom: 32px;
        width: 100%;
        font-size: 1.8rem; }
        #document.lp.liquid .balance .titleBox h2:before {
          top: -55px;
          left: 0;
          width: 326px;
          height: 47px;
          background-size: 100% auto; }
        #document.lp.liquid .balance .titleBox h2:after {
          position: absolute;
          bottom: -20px;
          left: 50%;
          margin-left: -43px;
          border-bottom: 2px solid #000000;
          width: 83px;
          content: ""; }
    #document.lp.liquid .balance .balanceBox img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      width: 97%;
      height: auto; }
    #document.lp.liquid .balance .balanceBox .figure01 {
      margin-bottom: 10px;
      background: #ffd22d; }
    #document.lp.liquid .balance .balanceBox .figure02 {
      background: #ffd22d; } }

#document.lp.liquid .recommend .titleBox {
  text-align: center; }
  #document.lp.liquid .recommend .titleBox h2 {
    margin: 0;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 5.5rem; }
    #document.lp.liquid .recommend .titleBox h2 .slash {
      position: relative;
      font-size: 2.4rem; }
      #document.lp.liquid .recommend .titleBox h2 .slash:before {
        position: absolute;
        top: 7px;
        left: -45px;
        width: 30px;
        height: 25px;
        content: "";
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/title_recommend_01.png);
        background-repeat: no-repeat;
        background-size: auto 100%; }
      #document.lp.liquid .recommend .titleBox h2 .slash:after {
        position: absolute;
        top: 7px;
        right: -45px;
        width: 30px;
        height: 25px;
        content: "";
        background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/title_recommend_02.png);
        background-repeat: no-repeat;
        background-size: auto 100%; }
  #document.lp.liquid .recommend .titleBox p {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold; }

@media screen and (min-width: 768px) {
  #document.lp.liquid .recommend {
    padding-bottom: 80px; }
    #document.lp.liquid .recommend .titleBox {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 55px 0 20px;
      height: 230px; }
      #document.lp.liquid .recommend .titleBox h2 {
        font-size: 3.8rem; }
    #document.lp.liquid .recommend .recommendBox .recommendList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #document.lp.liquid .recommend .recommendBox .recommendList li img {
        width: 220px;
        height: 220px; }
      #document.lp.liquid .recommend .recommendBox .recommendList li .txt {
        margin-top: 20px;
        text-align: center; }
    #document.lp.liquid .recommend picture img {
      width: 1200px;
      height: 290px; } }

@media screen and (max-width: 768px) {
  #document.lp.liquid .recommend {
    padding-bottom: 50px; }
    #document.lp.liquid .recommend .titleBox {
      padding: 25px 0 30px; }
      #document.lp.liquid .recommend .titleBox h2 {
        padding-bottom: 10px;
        font-size: 3.4rem;
        line-height: 4.0rem; }
    #document.lp.liquid .recommend .recommendBox .recommendList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: auto;
      max-width: 350px; }
      #document.lp.liquid .recommend .recommendBox .recommendList li img {
        width: 165px;
        height: 165px; }
      #document.lp.liquid .recommend .recommendBox .recommendList li .txt {
        margin-top: 10px;
        font-size: 1.8rem;
        text-align: center; } }
    @media screen and (max-width: 768px) and (max-width: 384px) {
      #document.lp.liquid .recommend .recommendBox .recommendList li img {
        width: 135px;
        height: 135px; }
      #document.lp.liquid .recommend .recommendBox .recommendList li .txt {
        font-size: 1.4rem; } }

@media screen and (max-width: 768px) {
    #document.lp.liquid .recommend picture img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      width: 345px;
      height: 280px; } }

#document.lp.liquid .cm {
  position: relative;
  background: #ffffff; }
  #document.lp.liquid .cm:before {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: 0;
    content: "";
    background: #faaf00;
    z-index: -1; }
  #document.lp.liquid .cm:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    content: "";
    background: #faaf00;
    z-index: -1; }
  #document.lp.liquid .cm .titleBox {
    text-align: center; }
  #document.lp.liquid .cm .des {
    text-align: center; }
  #document.lp.liquid .cm .btn {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    border: 2px solid #000000;
    text-align: center;
    z-index: 1; }
    #document.lp.liquid .cm .btn a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 100%;
      color: #000000;
      text-decoration: none;
      z-index: 2; }
    #document.lp.liquid .cm .btn:after {
      position: absolute;
      top: 30px;
      right: 35px;
      width: 27px;
      height: 18px;
      content: "";
      background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_cm.png);
      background-repeat: no-repeat;
      background-size: 100% auto; }
  @media screen and (min-width: 768px) {
    #document.lp.liquid .cm {
      padding-bottom: 80px; }
      #document.lp.liquid .cm .titleBox {
        position: relative;
        padding: 55px 0 20px;
        height: 300px; }
        #document.lp.liquid .cm .titleBox h2 {
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -170px;
          font-size: 2.1rem; }
      #document.lp.liquid .cm .video {
        margin-top: 70px; }
        #document.lp.liquid .cm .video iframe {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: auto;
          width: 920px;
          height: 525px; }
      #document.lp.liquid .cm .btn {
        margin-top: 40px;
        padding: 40px 40px;
        width: 570px;
        font-size: 1.8rem; }
        #document.lp.liquid .cm .btn a {
          padding-top: 25px; } }
  @media screen and (max-width: 768px) {
    #document.lp.liquid .cm {
      padding-bottom: 50px; }
      #document.lp.liquid .cm .titleBox {
        padding: 55px 0 20px; }
        #document.lp.liquid .cm .titleBox h2 {
          font-size: 2.7rem; }
      #document.lp.liquid .cm .video {
        margin-top: 40px; }
        #document.lp.liquid .cm .video iframe {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: auto;
          height: 225px; } }
      @media screen and (max-width: 768px) and (max-width: 345px) {
        #document.lp.liquid .cm .video iframe {
          width: 100%;
          height: auto; } }
  @media screen and (max-width: 768px) {
      #document.lp.liquid .cm .btn {
        position: relative;
        margin-top: 20px;
        padding: 38px 0;
        width: 100%;
        font-size: 1.6rem; }
        #document.lp.liquid .cm .btn:after {
          top: 28px;
          right: 17px;
          width: 27px;
          height: 18px;
          content: "";
          background-image: url(https://www.otsuka.co.jp/cmt/images/lp/liquid/icon_cm.png);
          background-repeat: no-repeat;
          background-size: 100% auto; }
        #document.lp.liquid .cm .btn a {
          padding-top: 15px; } }

/* 2020.10.23 added */
#document.lp.liquid .movie {
  background-color: #ffffff;
  text-align: center; }

#document.lp.liquid .movie .titleBox h2 {
  margin: 6% 0 4%;
  font-size: 1.5em;
  line-height: 1; }

#document.lp.liquid .movie .titleBox h2 img {
  margin-bottom: 1%; }

@media screen and (min-width: 769px) {
  #document.lp.liquid .btn_area.pc {
    display: block; }
  #document.lp.liquid .btn_area.sp {
    display: none; }
  #document.lp.liquid .btn_area {
    height: 155px; }
  #document.lp.liquid .btn_area .btn_bar .flex_box {
    margin: 0 auto 50px;
    width: 680px; }
  #document.lp.liquid .btn_area .btn_bar .flex_box .item:not(:last-of-type) {
    margin-right: 80px; } }

@media screen and (max-width: 768px) {
  #document.lp.liquid .btn_area.sp {
    display: block;
    margin: 0 -20px; }
  #document.lp.liquid .btn_area.pc {
    display: none; }
  #document.lp.liquid .btn_area h2 {
    margin: 0;
    padding: 1%;
    background-color: #fac314;
    text-align: center; }
  #document.lp.liquid .btn_area .btn_bar .flex_box .item img {
    width: 100%; } }

#document.lp.liquid .btn_area .btn_bar {
  margin: 0 auto;
  width: 100%; }

#document.lp.liquid .btn_area .btn_bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3; }

#document.lp.liquid .btn_area .btn_bar .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

@media screen and (max-width: 768px) {
  .video {
    position: relative;
    padding-top: 56.25%;
    width: 100%; }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; } }

/* lp - vanilla
--------------------------------------------------------------------------------------------------- */
#document.lp.vanilla {
  background: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", sans-serif; }
  @media screen and (min-width: 768px) {
    #document.lp.vanilla {
      min-width: 1280px; } }
  #document.lp.vanilla * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #document.lp.vanilla #mainContents {
    background: #fbc114; }
  #document.lp.vanilla .mv {
    position: relative;
    background: #5fa7dc; }
    @media screen and (min-width: 768px) {
      #document.lp.vanilla .mv {
        margin: 0 25px;
        padding-top: 80px; } }
    @media screen and (max-width: 767px) {
      #document.lp.vanilla .mv {
        margin: 0 10px;
        padding-top: 60px; }
        #document.lp.vanilla .mv .mvImg img {
          width: 100%;
          height: auto; } }
    @media screen and (min-width: 768px) {
      #document.lp.vanilla .mv .inner {
        padding: 110px 0 135px;
        min-width: 1280px;
        text-align: center; }
        #document.lp.vanilla .mv .inner .pdtImg {
          margin-top: 10px; }
        #document.lp.vanilla .mv .inner .mainCopy {
          margin: 0 0 0 78px; } }
    #document.lp.vanilla .mv .scroll {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  #document.lp.vanilla .flavor {
    position: relative; }
    @media screen and (min-width: 768px) {
      #document.lp.vanilla .flavor .inner {
        margin: 0 auto;
        width: 1200px; } }
    @media screen and (min-width: 768px) {
      #document.lp.vanilla .flavor::before {
        position: absolute;
        top: 32px;
        right: 0;
        width: 200px;
        height: 1500px;
        content: "";
        background: url(https://www.otsuka.co.jp/cmt/images/lp/vanilla/flavor_bg_02.png) no-repeat right top;
        z-index: 2; } }
    #document.lp.vanilla .flavor::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      content: "";
      z-index: 1; }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .flavor::after {
          height: 1000px;
          background: url(https://www.otsuka.co.jp/cmt/images/lp/vanilla/flavor_bg.jpg) no-repeat center top/cover; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .flavor::after {
          height: 1500px;
          background: url(https://www.otsuka.co.jp/cmt/images/lp/vanilla/flavor_bg_@2x.jpg) no-repeat center top/cover; } }
    #document.lp.vanilla .flavor .inner {
      position: relative;
      z-index: 3; }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .flavor .inner {
          margin-bottom: -10px;
          padding: 70px 0 107px; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .flavor .inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 66px 0; } }
    @media screen and (min-width: 768px) {
      #document.lp.vanilla .flavor .five {
        display: none; } }
    @media screen and (max-width: 767px) {
      #document.lp.vanilla .flavor .five {
        margin: 0 0 57px;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      #document.lp.vanilla .flavor .heading {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      #document.lp.vanilla .flavor .heading {
        margin: 0 0 40px;
        text-align: center; } }
    #document.lp.vanilla .flavor .body {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .flavor .body {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .flavor .body {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          text-align: center; } }
      #document.lp.vanilla .flavor .body .txt {
        color: #191210;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: .05em; }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .flavor .body .txt {
            margin: 20px 0 0 16px;
            line-height: 2.2; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .flavor .body .txt {
            margin: 0;
            line-height: 2; }
            #document.lp.vanilla .flavor .body .txt .strong {
              display: block;
              font-size: 26px;
              text-align: center; } }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .flavor .body .img {
          position: absolute;
          top: -380px;
          right: -80px; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .flavor .body .img {
          margin: 0 0 35px;
          width: 100%; }
          #document.lp.vanilla .flavor .body .img img {
            width: 100%;
            height: auto; } }
  #document.lp.vanilla .points {
    background: #fbc114; }
    #document.lp.vanilla .points .heading {
      text-align: center; }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .points .heading {
          margin: 0 auto;
          width: 1200px; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .points .heading {
          margin: 0; } }
    #document.lp.vanilla .points .scene {
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .points .scene {
          padding: 88px 0; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .points .scene {
          padding: 48px 0; } }
      #document.lp.vanilla .points .scene::after {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 20px 0 0;
        height: 100%;
        content: "";
        background: #ffffff;
        z-index: -1; }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .scene::after {
            width: calc(100% - 20px); } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .scene::after {
            width: calc(100% - 10px); } }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .points .scene .heading {
          margin: 0 auto 36px; } }
      #document.lp.vanilla .points .scene .sceneList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .scene .sceneList {
            position: relative;
            left: -20px;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin: 0 auto;
            width: 1200px; }
            #document.lp.vanilla .points .scene .sceneList > li:nth-child(odd) {
              margin-top: 30px; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .scene .sceneList {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 40px 0 0; }
            #document.lp.vanilla .points .scene .sceneList > li + li {
              margin-top: 38px; } }
    #document.lp.vanilla .points .nutrient {
      position: relative;
      background: #ffffff;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .points .nutrient {
          padding: 81px 0 64px; }
          #document.lp.vanilla .points .nutrient::after {
            position: absolute;
            top: 0;
            right: 0;
            border-radius: 20px 0 0 0;
            width: calc(100% - 20px);
            height: 100%;
            content: "";
            background: #fbc114 url(https://www.otsuka.co.jp/cmt/images/lp/vanilla/nutrient_bg.jpg) no-repeat left top/cover;
            z-index: -1; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .points .nutrient {
          padding: 48px 0;
          background: #fbc114; } }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .points .nutrient .heading {
          margin: 0 auto 33px; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .points .nutrient .heading {
          margin: 0 0 12px; } }
      #document.lp.vanilla .points .nutrient .img {
        position: relative;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .nutrient .img {
            margin-left: 14px; } }
    #document.lp.vanilla .points .lineup {
      background: #ffffff; }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .points .lineup {
          padding: 94px 0; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .points .lineup {
          padding: 58px 0; } }
      @media screen and (min-width: 768px) {
        #document.lp.vanilla .points .lineup .heading {
          margin: 0 auto 48px; } }
      @media screen and (max-width: 767px) {
        #document.lp.vanilla .points .lineup .heading {
          margin: 0 0 30px; } }
      #document.lp.vanilla .points .lineup .pdt {
        position: relative;
        background: #23b8f4;
        z-index: 1; }
        #document.lp.vanilla .points .lineup .pdt::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 50%;
          height: 100%;
          content: "";
          background: #00a7eb;
          z-index: -1; }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .lineup .pdt {
            margin: 0 auto;
            padding: 47px 0;
            width: 1070px; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .lineup .pdt {
            padding: 10px 10px 48px; } }
      #document.lp.vanilla .points .lineup .pdtList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .lineup .pdtList {
            border: 3px solid #ffffff;
            width: 955px; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .lineup .pdtList {
            border: 2px solid #ffffff; } }
        #document.lp.vanilla .points .lineup .pdtList > li {
          width: 50%;
          cursor: pointer;
          vertical-align: middle;
          text-align: center; }
          #document.lp.vanilla .points .lineup .pdtList > li:nth-child(1) {
            border-right: 1px solid #ffffff; }
          #document.lp.vanilla .points .lineup .pdtList > li:nth-child(2) {
            border-left: 2px solid #ffffff; }
            @media screen and (max-width: 767px) {
              #document.lp.vanilla .points .lineup .pdtList > li:nth-child(2) {
                border-left: 1px solid #ffffff; } }
          #document.lp.vanilla .points .lineup .pdtList > li .package {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            text-align: center; }
            @media screen and (min-width: 768px) {
              #document.lp.vanilla .points .lineup .pdtList > li .package {
                padding-bottom: 45px;
                height: 369px; } }
            @media screen and (max-width: 767px) {
              #document.lp.vanilla .points .lineup .pdtList > li .package {
                padding-bottom: 35px;
                height: 203px; } }
            #document.lp.vanilla .points .lineup .pdtList > li .package img {
              display: block; }
              @media screen and (max-width: 767px) {
                #document.lp.vanilla .points .lineup .pdtList > li .package img {
                  margin: 10px 0 0 10px; } }
            #document.lp.vanilla .points .lineup .pdtList > li .package figcaption {
              position: absolute;
              bottom: 0;
              left: 0;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              width: 100%; }
              #document.lp.vanilla .points .lineup .pdtList > li .package figcaption span {
                display: block;
                height: 100%;
                color: #ffffff;
                font-weight: bold; }
              @media screen and (min-width: 768px) {
                #document.lp.vanilla .points .lineup .pdtList > li .package figcaption {
                  border-top: 3px solid #ffffff;
                  padding: 5px;
                  height: 50px; }
                  #document.lp.vanilla .points .lineup .pdtList > li .package figcaption span {
                    font-size: 18px;
                    line-height: 37px; } }
              @media screen and (max-width: 767px) {
                #document.lp.vanilla .points .lineup .pdtList > li .package figcaption {
                  border-top: 2px solid #ffffff;
                  padding: 3px;
                  height: 35px; }
                  #document.lp.vanilla .points .lineup .pdtList > li .package figcaption span {
                    font-size: 14px;
                    line-height: 27px; } }
          #document.lp.vanilla .points .lineup .pdtList > li.is_active .package figcaption span {
            background: #ffffff;
            color: #000000; }
      #document.lp.vanilla .points .lineup .table {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0;
        height: 0;
        background: #ffffff;
        opacity: 0; }
        #document.lp.vanilla .points .lineup .table.is_active {
          height: auto;
          opacity: 1;
          -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease; }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .lineup .table {
            width: 955px; } }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .lineup .table.is_active {
            margin: 36px auto 0; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .lineup .table.is_active {
            margin: 18px auto 0; } }
        #document.lp.vanilla .points .lineup .table.box4::before, #document.lp.vanilla .points .lineup .table.box2::before {
          position: absolute;
          border-style: solid;
          border-color: transparent transparent #ffffff transparent;
          width: 0;
          height: 0;
          content: ""; }
          @media screen and (min-width: 768px) {
            #document.lp.vanilla .points .lineup .table.box4::before, #document.lp.vanilla .points .lineup .table.box2::before {
              top: -30px;
              border-width: 0 37.5px 30px 37.5px; } }
          @media screen and (max-width: 767px) {
            #document.lp.vanilla .points .lineup .table.box4::before, #document.lp.vanilla .points .lineup .table.box2::before {
              top: -10px;
              border-width: 0 12.5px 10px 12.5px;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); } }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .lineup .table.box4::before {
            left: 213px; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .lineup .table.box4::before {
            left: 25%; } }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .lineup .table.box2::before {
            right: 213px; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .lineup .table.box2::before {
            left: 75%; } }
      #document.lp.vanilla .points .lineup dl {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        width: 100%; }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .lineup dl:nth-child(1) {
            padding: 24px 12px 24px 24px; }
          #document.lp.vanilla .points .lineup dl:nth-child(2) {
            padding: 24px 24px 24px 12px; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .lineup dl {
            font-size: 14px; }
            #document.lp.vanilla .points .lineup dl:nth-child(1) {
              padding: 10px 5px 10px 10px; }
            #document.lp.vanilla .points .lineup dl:nth-child(2) {
              padding: 10px 10px 10px 5px; } }
        @media screen and (min-width: 768px) {
          #document.lp.vanilla .points .lineup dl > dt,
          #document.lp.vanilla .points .lineup dl > dd {
            margin: 0 0 1px;
            padding: 0 0 0 26px;
            height: 44px;
            line-height: 44px; } }
        @media screen and (max-width: 767px) {
          #document.lp.vanilla .points .lineup dl > dt,
          #document.lp.vanilla .points .lineup dl > dd {
            margin: 0;
            padding: 0 0 0 8px;
            height: 30px;
            line-height: 30px; } }
        #document.lp.vanilla .points .lineup dl > dt {
          float: left;
          clear: both;
          background: #f2c701;
          color: #ffffff;
          font-weight: bold; }
          @media screen and (min-width: 768px) {
            #document.lp.vanilla .points .lineup dl > dt {
              width: 50%; } }
          @media screen and (max-width: 767px) {
            #document.lp.vanilla .points .lineup dl > dt {
              width: 60%; } }
          @media screen and (min-width: 768px) {
            #document.lp.vanilla .points .lineup dl > dt.indent {
              text-indent: 1em; } }
          @media screen and (max-width: 767px) {
            #document.lp.vanilla .points .lineup dl > dt.indent {
              text-indent: .5em; } }
        #document.lp.vanilla .points .lineup dl > dd {
          background: #fcf7e2; }
          #document.lp.vanilla .points .lineup dl > dd:nth-of-type(even) {
            background: #fefcf4; }
          @media screen and (min-width: 768px) {
            #document.lp.vanilla .points .lineup dl > dd {
              padding-left: calc(50% + 26px); } }
          @media screen and (max-width: 767px) {
            #document.lp.vanilla .points .lineup dl > dd {
              padding-left: calc(60% + 8px); } }
/*# sourceMappingURL=../../Templates/dev/sourcemap/common/styles.css.map */
