@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 12px;
  line-height: 2.16667; }

body {
  font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, '游ゴシック', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000;
  background-color: #fff; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

img, iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

body {
  padding-top: 150px; }

.bundle {
  max-width: 1200px;
  margin: 0 auto; }

header {
  padding: 30px 0 20px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0; }
  header .bundle {
    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; }
    header .bundle .logo a {
      display: block; }
    header .bundle .logo img {
      width: 120px; }
    header .bundle .share {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header .bundle .share .label {
        display: block;
        position: relative;
        width: 170px; }
        header .bundle .share .label img {
          width: 60px;
          position: relative;
          z-index: 2;
          margin-left: 0; }
        header .bundle .share .label:before {
          content: "";
          position: absolute;
          top: -22.75px;
          left: -45px;
          z-index: 1;
          width: 141.875px;
          height: 65.625px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: 50%;
          background-image: url("../images/share_pen.png"); }
        header .bundle .share .label:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          z-index: 3;
          display: block;
          width: 93.75px;
          height: 1px;
          background-color: #000; }
      header .bundle .share a {
        display: block;
        width: 40px;
        border: #000 solid 1px;
        border-radius: 20px;
        margin-left: 15px; }

article #overview {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  article #overview .movie {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 75px; }
    article #overview .movie .movieInner {
      position: relative;
      height: 0;
      padding-top: 56.25%; }
    article #overview .movie iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  article #overview .txt {
    width: 230px;
    padding-right: 20px; }
    article #overview .txt h2.title {
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin-bottom: 45px; }
      article #overview .txt h2.title img {
        height: 25px;
        width: auto;
        max-width: none;
        position: relative;
        z-index: 2; }
      article #overview .txt h2.title:before {
        content: "";
        position: absolute;
        left: 14.84375%;
        top: 100%;
        display: block;
        width: 29.6875%;
        height: 84%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("../images/title_underline.png"); }
      article #overview .txt h2.title:after {
        content: "";
        position: absolute;
        right: -8.59375%;
        top: -102%;
        display: block;
        width: 12.5%;
        height: 150%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("../images/title_shine.png"); }
    article #overview .txt .lead {
      margin-bottom: 20px; }
      article #overview .txt .lead em {
        display: inline-block;
        position: relative; }
        article #overview .txt .lead em:before {
          content: "";
          position: absolute;
          top: 1em;
          left: 0;
          display: block;
          width: 100%;
          height: 1em;
          background-color: #80c269;
          z-index: -1; }
    article #overview .txt .credit {
      font-size: 10px; }
      article #overview .txt .credit em {
        display: block;
        font-weight: bold; }
      article #overview .txt .credit span {
        display: block; }

article #styling {
  padding-top: 50px;
  margin-bottom: 50px; }
  article #styling h3.title {
    margin-bottom: 87.5px; }
    article #styling h3.title img {
      width: 185px; }
  article #styling ul.styles {
    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: 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;
    font-size: 10px; }
    article #styling ul.styles li.style {
      width: 28.57143%;
      margin: 0 1.7316%; }
      article #styling ul.styles li.style .img {
        width: 100%;
        margin-bottom: 1.5em; }
      article #styling ul.styles li.style .label {
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        border-bottom: #000 solid 2px;
        line-height: 1.4;
        margin-bottom: 1em; }
      article #styling ul.styles li.style ul.product {
        display: table;
        width: 100%; }
        article #styling ul.styles li.style ul.product li {
          display: table-row; }
          article #styling ul.styles li.style ul.product li p {
            display: table-cell;
            line-height: 3; }
          article #styling ul.styles li.style ul.product li .buy {
            text-align: right; }
            article #styling ul.styles li.style ul.product li .buy a {
              display: inline-block;
              text-align: center;
              border: #000 solid 1px;
              line-height: 1.75;
              padding: 0 0.8em; }
              article #styling ul.styles li.style ul.product li .buy a[href="XXXXXX"] {
                display: none; }
              article #styling ul.styles li.style ul.product li .buy a:hover {
                opacity: 1;
                background-color: #000;
                color: #fff; }
    article #styling ul.styles hr {
      display: block;
      width: 100%;
      margin: 50px 0;
      border: none; }

article #credit {
  padding-top: 50px; }
  article #credit .btnwrap {
    margin-bottom: 35px; }
    article #credit .btnwrap a {
      display: block;
      width: 300px;
      margin: 0 auto;
      padding: 30px 0;
      border-top: #000 solid 1px;
      border-bottom: #000 solid 1px;
      background-size: 4.66667% auto;
      background-repeat: no-repeat;
      background-position: right 3.33333% top 50%;
      background-image: url("../images/link_arrow.png"); }
      article #credit .btnwrap a img {
        width: 46.66667%; }
      article #credit .btnwrap a:hover {
        background-position: right 1.66667% top 50%; }
  article #credit .credit {
    text-align: center;
    padding: 35px 0; }

footer {
  text-align: center;
  padding-bottom: 35px; }
  footer .copyright br {
    display: none; }

@media only screen and (max-width: 1360px) {
  header .bundle {
    margin: 0 40px; }
  article #overview {
    margin: 0 40px; } }

@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    a:hover {
      opacity: 0.6; } }

@media only screen and (max-width: 768px) {
  html {
    font-size: 3.2vw;
    line-height: 1.75; }
  .bundle {
    max-width: none;
    min-width: 0;
    margin: 0 1.66667rem; }
  body {
    padding-top: 9.16667rem; }
  header {
    padding: 2.5rem 0;
    margin-bottom: 0; }
    header .bundle {
      margin: 0 1.66667rem; }
      header .bundle .logo {
        width: 8.91667rem; }
        header .bundle .logo img {
          width: 100%; }
      header .bundle .share .label {
        width: 3.75rem; }
        header .bundle .share .label:before, header .bundle .share .label:after {
          display: none; }
      header .bundle .share a {
        width: 2.91667rem;
        margin-left: 0.625rem;
        border-radius: 2.91667rem; }
  article #overview {
    max-width: none;
    min-width: 0;
    display: block;
    margin: 0 0 3.125rem; }
    article #overview .movie {
      padding-top: 0; }
      article #overview .movie .movieInner {
        padding-top: 0;
        width: 100%;
        height: 56.25vw; }
    article #overview .txt {
      width: auto;
      padding: 0 1.66667rem; }
      article #overview .txt h2.title {
        width: 21.25rem;
        display: block;
        margin: 2.91667rem auto 2.29167rem; }
        article #overview .txt h2.title img {
          width: 100%;
          height: auto; }
      article #overview .txt .lead {
        font-size: 1rem;
        margin-bottom: 1.66667rem; }
        article #overview .txt .lead em:before {
          top: 0.85em; }
      article #overview .txt .credit {
        font-size: 0.83333rem;
        text-align: center; }
        article #overview .txt .credit span {
          display: inline; }
  article #styling {
    padding-top: 3.125rem;
    margin-bottom: 0; }
    article #styling h3.title {
      margin-bottom: 3.75rem; }
      article #styling h3.title img {
        width: 11.66667rem; }
    article #styling ul.styles {
      display: block;
      font-size: 0.83333rem; }
      article #styling ul.styles li.style {
        width: auto;
        margin: 0 0 5.83333rem; }
        article #styling ul.styles li.style ul.product li .buy a:hover {
          background-color: transparent;
          color: #000; }
      article #styling ul.styles hr {
        display: none; }
  article #credit {
    padding-top: 0; }
    article #credit .btnwrap {
      margin-bottom: 6.04167rem; }
      article #credit .btnwrap a {
        width: 100%;
        padding: 2.29167rem 0;
        background-size: 1.16667rem; }
        article #credit .btnwrap a img {
          width: 49.12281%; }
    article #credit .credit {
      font-size: 0.83333rem;
      padding: 0 0 4.16667rem; }
  footer {
    padding-bottom: 3.33333rem;
    font-size: 0.83333rem; }
    footer .copyright br {
      display: inline; } }
