@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, menu, nav, section, main {
  display: block; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

html, body {
  width: 100%;
  height: 100%; }

body {
  color: #333;
  background: #fff;
  font-family: "IwaUDGoHonPro-Th";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

a {
  color: #333; }
  a:link {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:active {
    text-decoration: none; }

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

p {
  line-height: 1.5; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit; }

caption, th, td {
  text-align: left;
  vertical-align: top; }

fieldset {
  border: 0; }

input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

img, video {
  max-width: 100%;
  height: auto; }

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

object {
  vertical-align: middle;
  outline: 0; }

em {
  font-style: italic; }

strong {
  font-weight: 700;
  font-family: "IwaUDGoHonPro-Md"; }

small {
  font-size: 100%; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

q:before, q:after {
  content: ''; }

address, caption, cite, code, dfn, var {
  font-weight: 400;
  font-style: normal; }

code, pre {
  font-family: monospace; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

hr {
  display: none; }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px; }

[class*="flex-xs-"], [class*="flex-sm-"], [class*="flex-md-"], [class*="flex-lg-"] {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px; }

[class*="flex-xs-1"] {
  -webkit-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
  max-width: 8.33333%; }

[class*="flex-xs-2"] {
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class*="flex-xs-3"] {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%; }

[class*="flex-xs-4"] {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class*="flex-xs-5"] {
  -webkit-flex-basis: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
  max-width: 41.66667%; }

[class*="flex-xs-6"] {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%; }

[class*="flex-xs-7"] {
  -webkit-flex-basis: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
  max-width: 58.33333%; }

[class*="flex-xs-8"] {
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
  max-width: 66.66667%; }

[class*="flex-xs-9"] {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%; }

[class*="flex-xs-10"] {
  -webkit-flex-basis: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
  max-width: 83.33333%; }

[class*="flex-xs-11"] {
  -webkit-flex-basis: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
  max-width: 91.66667%; }

[class*="flex-xs-12"] {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%; }

@media print, screen and (min-width: 730px) {
  [class*="flex-sm-1"] {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class*="flex-sm-2"] {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="flex-sm-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  [class*="flex-sm-4"] {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="flex-sm-5"] {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class*="flex-sm-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  [class*="flex-sm-7"] {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class*="flex-sm-8"] {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class*="flex-sm-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  [class*="flex-sm-10"] {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class*="flex-sm-11"] {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class*="flex-sm-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

@media print, screen and (min-width: 1020px) {
  [class*="flex-md-1"] {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class*="flex-md-2"] {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="flex-md-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  [class*="flex-md-4"] {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="flex-md-5"] {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class*="flex-md-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  [class*="flex-md-7"] {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class*="flex-md-8"] {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class*="flex-md-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  [class*="flex-md-10"] {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class*="flex-md-11"] {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class*="flex-md-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

@media print, screen and (min-width: 1020px) {
  [class*="flex-lg-1"] {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class*="flex-lg-2"] {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="flex-lg-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  [class*="flex-lg-4"] {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="flex-lg-5"] {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class*="flex-lg-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  [class*="flex-lg-7"] {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class*="flex-lg-8"] {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class*="flex-lg-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  [class*="flex-lg-10"] {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class*="flex-lg-11"] {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class*="flex-lg-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }



.linked, .header a, .footer__sns > a, .footer__nav li a, .footer__information a, .product__nav ul a, .product__banner a, .flex-list a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .linked:hover, .header a:hover, .footer__sns > a:hover, .footer__nav li a:hover, .footer__information a:hover, .product__nav ul a:hover, .product__banner a:hover, .flex-list a:hover {
    text-decoration: none;
    opacity: 0.66;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)"; }

.header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px 5px 20px; }
  @media print, screen and (min-width: 730px) {
    .header .inner {
      height: 50px;
      padding-top: 40px; } }

.header__text {
  display: none;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 10px 0 0 24px;
  line-height: 1; }
  @media print, screen and (min-width: 730px) {
    .header__text {
      display: inline; } }

.header__right-link {
  margin-left: auto;
  text-align: right;
  line-height: 1; }
  @media print, screen and (min-width: 370px) {
    .header__right-link {
      text-align: left; } }
  @media print, screen and (min-width: 730px) {
    .header__right-link {
      padding-top: 15px; } }

.header a {
  font-size: 8px;
  font-size: 0.8rem;
  display: inline-block; }
  @media print, screen and (min-width: 370px) {
    .header a {
      font-size: 0.95rem;
      font-weight: normal;
      display: inline; } }
  @media print, screen and (min-width: 730px) {
    .header a {
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 370px) {
    .header a:nth-of-type(2) {
      margin-left: 13px; } }
  @media print, screen and (min-width: 730px) {
    .header a:nth-of-type(2) {
      margin-left: 32px; } }

.header--index {
  margin-bottom: 0; }
  @media print, screen and (min-width: 730px) {
    .header--index div {
      padding-top: 0; } }

.header__logo {
  width: 150px; }
  @media print, screen and (min-width: 370px) {
    .header__logo {
      width: 26.666666%; } }
  @media print, screen and (min-width: 730px) {
    .header__logo {
      width: auto; } }

.header__lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 985px;
  margin: 0 auto; }
  .header__lineup .modal-close {
    position: absolute;
    top: 20px;
    right: 20px; }
    @media print, screen and (min-width: 730px) {
      .header__lineup .modal-close {
        top: -51px; } }
    .header__lineup .modal-close img {
      border: none !important; }
  .header__lineup .mfp-close {
    visibility: hidden; }
  .header__lineup ul {
    max-width: 985px;
    margin: 60px auto 0;
    font-size: 0; }
    @media print, screen and (min-width: 730px) {
      .header__lineup ul {
        margin: 0 auto; } }
  .header__lineup li {
    display: inline-block;
    min-height: 122px;
    width: 24%;
    margin-right: 1.333333333%;
    vertical-align: top; }
    @media print, screen and (min-width: 730px) {
      .header__lineup li {
        width: auto;
        width: 11.3705584%;
        margin-right: 5.5837563%; } }
    .header__lineup li:nth-child(4n) {
      margin-right: 0; }
      @media print, screen and (min-width: 730px) {
        .header__lineup li:nth-child(4n) {
          margin-right: 5.5837563%; } }
    @media print, screen and (min-width: 730px) {
      .header__lineup li:nth-child(6n) {
        margin-right: 0; } }
  .header__lineup div:first-child {
    margin-bottom: 4px; }
  .header__lineup a {
    font-size: 8px; }
  .header__lineup img {
    border: 2px solid #e7e7e7;
    vertical-align: top; }

.mfp-bg {
  background: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

img.mfp-img {
  background: #fff; }

.mfp-figure:after {
  box-shadow: none; }

.mfp-figure:after {
  background: transparent; }

img.mfp-img {
  background: transparent; }

.footer__sns {
  height: 30px;
  background: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media print, screen and (min-width: 730px) {
    .footer__sns {
      height: 40px; } }
  .footer__sns > a {
    margin-left: 12px;
    margin-right: 12px; }
    @media print, screen and (min-width: 730px) {
      .footer__sns > a {
        margin-left: 24px;
        margin-right: 24px; } }
    .footer__sns > a:first-of-type {
      width: 12px; }
      @media print, screen and (min-width: 730px) {
        .footer__sns > a:first-of-type {
          width: 15px; } }
    .footer__sns > a:nth-of-type(2) {
      width: 20px; }
      @media print, screen and (min-width: 730px) {
        .footer__sns > a:nth-of-type(2) {
          width: 26px; } }

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 730px) {
    .footer__nav {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 0;
      text-align: left; } }
  .footer__nav li {
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    height: 25px;
    line-height: 25px;
    width: 50%;
    border-bottom: 1px solid #ccc; }
    @media print, screen and (min-width: 730px) {
      .footer__nav li {
        font-size: 1.6rem;
        height: 50px;
        line-height: 50px;
        width: auto;
        border-bottom: none;
        margin-right: 16px; } }
    .footer__nav li:nth-child(odd) {
      border-right: 1px solid #ccc; }
      @media print, screen and (min-width: 730px) {
        .footer__nav li:nth-child(odd) {
          border-right: none; } }
    .footer__nav li:last-child {
      height: 42px;
      line-height: 42px;
      width: 100%;
      border-right: none; }
      @media print, screen and (min-width: 730px) {
        .footer__nav li:last-child {
          height: 50px;
          line-height: 50px;
          width: 140px;
          margin-left: auto;
          margin-right: 0; } }
      .footer__nav li:last-child a > img {
        width: 123px; }
        @media print, screen and (min-width: 730px) {
          .footer__nav li:last-child a > img {
            width: 140px; } }

.footer__information {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 730px) {
    .footer__information {
      margin-bottom: 0;
      height: 20px;
      line-height: 20px;
      background: #eee; } }
  @media print, screen and (min-width: 730px) {
    .footer__information-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .footer__information ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media print, screen and (min-width: 730px) {
      .footer__information ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  .footer__information li {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 7px;
    margin: 4px 0; }
    @media print, screen and (min-width: 730px) {
      .footer__information li {
        font-size: 1rem;
        margin: 0 17px 0 0;
        padding: 0;
        color: #cbcbcb; } }
    .footer__information li:nth-child(odd) {
      border-right: 1px solid #ccc;
      text-align: right; }
      @media print, screen and (min-width: 730px) {
        .footer__information li:nth-child(odd) {
          border-right: none;
          text-align: left; } }
    .footer__information li:nth-child(even) {
      text-align: left; }
  .footer__information small {
    display: block;
    text-align: center;
    font-size: 10px;
    font-size: 1rem; }
    @media print, screen and (min-width: 730px) {
      .footer__information small {
        text-align: right;
        font-size: 0.8rem;
        margin-left: auto; } }

.footer .js-pagetop {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  bottom: -150px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 200; }
  .footer .js-pagetop.active {
    bottom: 20px; }

.page-adv .main__slider {
  margin-bottom: 45px; }
  @media print, screen and (min-width: 730px) {
    .page-adv .main__slider {
      max-width: 1000px;
      margin: 0 auto 72px; } }

@media print, screen and (min-width: 730px) {
  .page-adv .main .slick-prev {
    left: -43px; } }

@media print, screen and (min-width: 730px) {
  .page-adv .main .slick-next {
    right: -43px; } }

.page-adv section:last-child {
  padding-top: 35px;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 730px) {
    .page-adv section:last-child {
      padding-top: 55px;
      margin-bottom: 55px; } }

.product__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 15px; }
  @media print, screen and (min-width: 730px) {
    .product__header {
      margin: 31px 0 0;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.product__body {
  margin-bottom: 30px; }
  @media print, screen and (min-width: 730px) {
    .product__body {
      margin-bottom: 64px; } }

.product__logo {
  width: 24%;
  max-width: 90px; }
  @media print, screen and (min-width: 730px) {
    .product__logo {
      width: 74px;
      max-width: 74px; }
      .product__logo img {
        vertical-align: bottom; } }

.product__name {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem; }
  @media print, screen and (min-width: 730px) {
    .product__name {
      font-size: 2rem; } }

.product__nav {
  width: auto;
  padding: 0 6px 0 15px; }
  @media print, screen and (min-width: 730px) {
    .product__nav {
      width: auto;
      padding: 0 0 10px; } }
  .product__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem; }
    @media print, screen and (min-width: 370px) {
      .product__nav ul {
        font-size: 1.7rem; } }
    @media print, screen and (min-width: 730px) {
      .product__nav ul {
        font-size: 3rem;
        padding-top: 3px; } }
    .product__nav ul .active {
      color: #0860a8;
      border-bottom: 4px solid #0860a8; }
    .product__nav ul a {
      white-space: nowrap; }
    .product__nav ul li {
      margin-left: 10px; }
      .product__nav ul li:first-child {
        margin-left: 0; }
      @media print, screen and (min-width: 730px) {
        .product__nav ul li {
          margin-left: 20px; } }

.product__information {
  margin-bottom: 27px; }
  @media print, screen and (min-width: 730px) {
    .product__information {
      margin-bottom: 60px;
      border-bottom: 1px solid #ccc; } }

.product__cm-title {
  height: 40px;
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }
  @media print, screen and (min-width: 730px) {
    .product__cm-title {
      height: auto;
      line-height: 1;
      padding-top: 18px;
      font-size: 1.6rem; } }

@media print, screen and (min-width: 730px) {
  .product__banner {
    margin-top: 74px; } }

.product__banner__box {
  border: 3px solid #06c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(https://www.otsuka.co.jp/adv/poc/img/common/bnr_01.png) no-repeat center left;
  background-size: contain; }
  @media print, screen and (min-width: 730px) {
    .product__banner__box {
      height: 185px; } }

.product__banner__img {
  padding-left: 38.63636%; }
  @media print, screen and (min-width: 730px) {
    .product__banner__img {
      padding-left: 272px; } }

.product__banner__txts {
  padding: 8px 5px 5px; }
  @media print, screen and (min-width: 370px) {
    .product__banner__txts {
      padding: 10px 8px 8px; } }
  @media print, screen and (min-width: 730px) {
    .product__banner__txts {
      padding: 30px 16px 12px; } }
  .product__banner__txts h3 {
    color: #06c;
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 6px; }
    @media print, screen and (min-width: 370px) {
      .product__banner__txts h3 {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 730px) {
      .product__banner__txts h3 {
        margin-bottom: 18px;
        font-size: 2.4rem; } }
  .product__banner__txts p {
    font-size: 10px;
    font-size: 1rem; }
    @media print, screen and (min-width: 370px) {
      .product__banner__txts p {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 730px) {
      .product__banner__txts p {
        font-size: 1.8rem; } }

.product__banner__item {
  display: none; }
  @media print, screen and (min-width: 730px) {
    .product__banner__item {
      display: block;
      padding: 19px 16px 0 0; } }

.schedule {
  padding-top: 40px; }
  .schedule:last-child {
    padding-bottom: 60px; }
    @media print, screen and (min-width: 730px) {
      .schedule:last-child {
        padding-bottom: 200px; } }
  .schedule__head {
    overflow: hidden; }
  .schedule__logo {
    float: left;
    width: 70px; }
  .schedule__name {
    line-height: 47px;
    margin-left: 88px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal; }
  .schedule table.schedule__table {
    border: none; }
    .schedule table.schedule__table th,
    .schedule table.schedule__table td {
        border-top: none;
        border-left: none;
        border-right: none;
      border-bottom: #DDDDDD 1px solid;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem; }
    .schedule table.schedule__table th {
      line-height: 1;
      border-bottom: 1px solid #000;
      padding: 22px 0 12px; }
  .schedule__link {
    padding: 0 15px; }
    @media print, screen and (min-width: 730px) {
      .schedule__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px; } }
    .schedule__link li {
      font-size: 14px;
      font-size: 1.4rem;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
      .schedule__link li:first-child {
        border-top: 1px solid #ccc; }
      @media print, screen and (min-width: 730px) {
        .schedule__link li {
          border: none;
          padding: 0 15px; }
          .schedule__link li:first-child {
            border: none; } }
    .schedule__link a {
      display: block;
      width: 100%;
      height: 35px;
      line-height: 35px;
      padding: 0 11px;
      border-bottom: 1px solid #ccc;
      background: url(https://www.otsuka.co.jp/adv/img/common/others/icon_arrow_01.png) no-repeat center right 10px;
      background-size: 18px 9px; }
      .schedule__link a:hover {
        text-decoration: none; }
      @media print, screen and (min-width: 730px) {
        .schedule__link a {
          display: inline;
          height: auto;
          line-height: 1.4rem;
          padding: 0;
          border: none;
          background: none; } }
    @media print, screen and (min-width: 730px) {
      .schedule__link a:after {
        content: "▼";
        font-size: 1rem;
        padding-left: 6px;
        line-height: 1.4rem; } }

.btn-more {
  height: 25px;
  background: #f1f1f1;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  margin-bottom: 15px;
  cursor: pointer; }
  @media print, screen and (min-width: 730px) {
    .btn-more {
      height: 30px;
      line-height: 30px;
      font-size: 1.6rem;
      margin-bottom: 25px;
      margin-top: 34px; } }
  .btn-more:after {
    content: "";
    display: inline-block;
    background: url(https://www.otsuka.co.jp/adv/img/common/others/icon_arrow_01.png) no-repeat center center;
    background-size: 17px 8px;
    width: 17px;
    height: 8px;
    margin-left: 10px; }
    @media print, screen and (min-width: 730px) {
      .btn-more:after {
        margin-left: 26px; } }
  .btn-more.active:after {
    background: url(https://www.otsuka.co.jp/adv/img/common/others/icon_arrow_02.png) no-repeat center center;
    background-size: 17px 8px; }

.item__new {
  position: relative; }
  .item__new:after {
    content: "";
    display: block;
    background: url(https://www.otsuka.co.jp/adv/img/common/others/icon_new.png) no-repeat left top;
    background-size: 100%;
    width: 30px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0; }

.flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media print, screen and (min-width: 730px) {
    .flex-list {
      margin-bottom: -34px; }
      .flex-list + .flex-list {
        margin: 34px 0; } }
  .flex-list li {
    width: 32.85714%;
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left; }
    @media print, screen and (min-width: 730px) {
      .flex-list li {
        width: 18%;
        margin-bottom: 34px;
        font-size: 1.3rem; } }
    .flex-list li:last-child {
      margin-right: auto; }
    .flex-list li.empty {
      height: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  .flex-list span,
  .flex-list div {
    font-size: 10px;
    font-size: 1rem; }
    @media print, screen and (min-width: 730px) {
      .flex-list span,
      .flex-list div {
        font-size: 1.3rem; } }
  .flex-list div {
    padding-top: 4px; }
  .flex-list span {
    display: inline-block;
    font-weight: bold; }
    @media print, screen and (min-width: 730px) {
      .flex-list span {
        padding-top: 16px; } }
  @media print, screen and (min-width: 730px) {
    .flex-list--large li {
      margin-bottom: 68px;
      width: 30%; } }
  .flex-list--many-views {
    margin-bottom: 22px; }
    @media print, screen and (min-width: 730px) {
      .flex-list--many-views {
        margin-bottom: 60px; } }
    .flex-list--many-views li {
      margin-bottom: 10px; }
      @media print, screen and (min-width: 730px) {
        .flex-list--many-views li {
          margin-bottom: 23px; } }

.slick-prev {
  left: 5px;
  z-index: 298; }
  @media print, screen and (min-width: 730px) {
    .slick-prev {
      left: 10px; } }

.slick-next {
  right: 5px;
  z-index: 299; }
  @media print, screen and (min-width: 730px) {
    .slick-next {
      right: 10px; } }

.slick-next:before,
.slick-prev:before {
  content: "";
  width: 10px;
  height: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block; }
  @media print, screen and (min-width: 730px) {
    .slick-next:before,
    .slick-prev:before {
      width: 22px;
      height: 44px; } }

.slick-next:before {
  background: url(https://www.otsuka.co.jp/adv/img/index/icon_next.png) no-repeat center center;
  background-size: 10px 20px; }
  @media print, screen and (min-width: 730px) {
    .slick-next:before {
      background-size: 22px 44px; } }

.slick-prev:before {
  background: url(https://www.otsuka.co.jp/adv/img/index/icon_prev.png) no-repeat center center;
  background-size: 10px 20px; }
  @media print, screen and (min-width: 730px) {
    .slick-prev:before {
      background-size: 22px 44px; } }

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px; }

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 2px; }

.slick-dots li button:before {
  font-size: 10px;
  line-height: 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #ccc; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #06c; }

.slick-dots {
  bottom: -22px; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.tab {
  border-top: 1px solid #ccc; }
  @media print, screen and (min-width: 730px) {
    .tab {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 35px auto 0;
      border-top: none; } }
  .tab * {
    font-weight: normal; }
  .tab h3 {
    display: none; }
  .tab span {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 11px;
    border-bottom: 1px solid #ccc;
    background: url(https://www.otsuka.co.jp/adv/img/common/others/icon_arrow_01.png) no-repeat center right 10px;
    background-size: 18px 9px; }
    @media print, screen and (min-width: 730px) {
      .tab span {
        font-weight: bold;
        background: none;
        padding: 0 5px;
        line-height: 35px;
        border: none; } }
  .tab > li {
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative; }
    .tab > li.accordion__youtube {
      display: none; }
    .tab > li > div {
      display: none; }
    .tab > li.accordion__graphic > span {
      display: none; }
      @media print, screen and (min-width: 730px) {
        .tab > li.accordion__graphic > span {
          display: inline; } }
    @media print, screen and (min-width: 730px) {
      .tab > li {
        display: inline-block;
        border: none;
        line-height: 2;
        height: auto;
        text-align: center;
        font-size: 1.4rem;
        font-weight: normal;
        border-bottom: 3px solid #fff;
        margin: 0 10px; }
        .tab > li:first-child {
          display: block; } }
    @media print, screen and (min-width: 730px) {
      .tab > li:last-child {
        border-bottom: 3px solid #fff; } }
    @media print, screen and (min-width: 730px) {
      .tab > li.select, .tab > li:hover {
        border-bottom: 3px solid #06c; } }
    .tab > li.select > div {
      display: block;
      padding: 16px;
      border-bottom: 1px solid #ccc; }
      @media print, screen and (min-width: 730px) {
        .tab > li.select > div {
          display: none; } }
    .tab > li.select span {
      background: url(https://www.otsuka.co.jp/adv/img/common/others/icon_arrow_02.png) no-repeat center right 10px;
      background-size: 18px 9px; }
      @media print, screen and (min-width: 730px) {
        .tab > li.select span {
          background: none; } }
  .tab__contents div {
    overflow-y: scroll;
    line-height: 1.8; }
  .tab__contents > li {
    display: none;
    width: 100%;
    padding-top: 56.25%;
    position: relative; }
    .tab__contents > li.youtube {
      display: block; }
      @media print, screen and (min-width: 730px) {
        .tab__contents > li.youtube {
          display: none; } }
    @media print, screen and (min-width: 730px) {
      .tab__contents > li.active {
        display: block; } }
    .tab__contents > li > * {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    @media print, screen and (min-width: 730px) {
      .tab__contents > li > div {
        padding: 40px 0; } }
  .tab__contents p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7; }

.schedule {
  overflow: auto;
  white-space: nowrap; }
  .schedule::-webkit-scrollbar {
    height: 5px; }
  .schedule::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .schedule::-webkit-scrollbar-thumb {
    background: #bcbcbc; }
  .schedule table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000; }
  .schedule th,
  .schedule td {
    border: 1px solid #000;
    padding: 8px 12px; }

.performer li {
  overflow: hidden;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 730px) {
    .performer li {
      margin-bottom: 60px; } }
  .performer li:last-child {
    margin-bottom: 0; }

.performer div {
  padding: 0;
  overflow: visible; }

.performer__pic {
  border: 1px solid #f1f1f1; }
  @media print, screen and (min-width: 730px) {
    .performer__pic {
      float: left;
      width: 45%; } }

.performer__info {
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem; }
  @media print, screen and (min-width: 730px) {
    .performer__info {
      line-height: 1.8;
      font-weight: 300;
      letter-spacing: 0.1em;
      float: right;
      width: 51%;
      padding: 0; } }

.music li {
  overflow: hidden;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 730px) {
    .music li {
      margin-bottom: 60px; } }
  .music li:last-child {
    margin-bottom: 0; }

.music div {
  padding: 0;
  overflow: visible; }

.music__pic {
  border: 1px solid #f1f1f1; }
  @media print, screen and (min-width: 730px) {
    .music__pic {
      float: left;
      width: 45%; } }

.music__info {
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem; }
  @media print, screen and (min-width: 730px) {
    .music__info {
      line-height: 1.8;
      font-weight: 300;
      letter-spacing: 0.1em;
      float: right;
      width: 51%;
      padding: 0; } }

.title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 22px;
  font-weight: normal; }
  @media print, screen and (min-width: 730px) {
    .title {
      font-size: 3rem; } }
  .title--thin {
    font-weight: normal;
    margin-bottom: 18px; }
    @media print, screen and (min-width: 730px) {
      .title--thin {
        font-size: 2.6rem;
        margin-bottom: 27px; } }
  @media print, screen and (min-width: 730px) {
    .title--medium {
      font-size: 2rem; } }

.sub-title {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px; }
  @media print, screen and (min-width: 730px) {
    .sub-title {
      font-size: 1.6rem;
      margin-top: 34px; } }

.graphic {
  text-align: center;
  padding: 0 !important; }

.audio {
  background: #0860a8;
  height: 100px; }
  @media print, screen and (min-width: 730px) {
    .audio {
      height: auto; } }
  .audio audio {
    position: absolute;
    bottom: 33px;
    left: 7%;
    width: 87%; }
    @media print, screen and (min-width: 730px) {
      .audio audio {
        bottom: 50px; } }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.inner {
  width: 100%;
  padding: 0 10px; }
  @media print, screen and (min-width: 730px) {
    .inner {
      max-width: 730px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 1020px) {
    .inner {
      max-width: 1020px; } }
  @media print, screen and (min-width: 1020px) {
    .inner {
      max-width: 1020px; } }
  .inner--sp-no-padding {
    padding: 0; }
    @media print, screen and (min-width: 730px) {
      .inner--sp-no-padding {
        padding: 0 10px; } }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

.is-bold {
  font-weight: bold; }

.only-sp {
  display: block; }
  @media print, screen and (min-width: 730px) {
    .only-sp {
      display: none; } }

.only-pc {
  display: none; }
  @media print, screen and (min-width: 730px) {
    .only-pc {
      display: block; } }

.hidden {
  display: none; }
		
		
@media print, screen and (min-width: 1020px) {
	.fashion {clear:both; overflow:hidden; margin-bottom:20px;}
	.fashion img {float: left; margin-right:15px}
	.fashion p {float: left;}
 }
@media print, screen and (min-width: 730px) {
	.fashion {margin-bottom:20px;}
	.fashion img {margin-bottom:5px}
 }
@media print, screen and (min-width: 370px) {
	.fashion {margin-bottom:20px;}
	.fashion img {margin-bottom:5px}
 }
@media print, screen and (max-width: 730px) {
    .br-sp { display:none; }
}

.annotation {
    font-size: 80%;
}