@charset "UTF-8";
/* Scss Document */
#wrapper {
  color: #252c2c;
  font-size: 16px;
  box-sizing: border-box;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
img {
  vertical-align: bottom; }

.flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.sp_br {
  display: none; }

.pc_br {
  display: block; }

.border_w {
  border: 1px #FFF solid;
  padding: 0.5em; }

#logo {
  background: #f49b00;
  width: 100%;
  padding: 1em; }
  #logo a {
    display: block;
    margin: 0 auto;
    width: 93px;
    height: 41px; }

#wrapper {
  width: 100%;
  max-width: 750px;
  padding: 0;
  margin: 0 auto; }

.box {
  margin-bottom: 4em; }
  .box--logo {
    max-width: 180px;
    margin: 0 auto; }

.txt {
  text-align: center;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 2.25em; }

#top {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 4.5em;
  margin-top: 6em; }

h2 {
  background: #ba8d52;
  color: #FFF;
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.6em;
  padding: 0.7em 0; }
  h2 span {
    font-size: 0.65em;
    color: #FFF;
    line-height: 0.65em; }

.copy {
  max-width: 590px;
  margin: 1.5em auto; }

.work {
  max-width: 500px;
  margin: 0 auto; }

#scene {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.5em; }
  #scene p {
    margin-bottom: 0.6em;
    width: 49%; }
  #scene p.last {
    width: 100%; }

.topic {
  padding: 1.75em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .topic.black {
    background: #252c2c; }
  .topic.gray {
    background: #abacad; }
  .topic > div {
    width: 49%;
    color: #FFF;
    font-size: 0.75em;
    line-height: 2; }
  .topic span {
    color: #FFF;
    font-size: 1.1em; }

h3 {
  text-align: center;
  max-width: 510px;
  margin: 0 auto 1.85em; }

.topic.gray div p {
  line-height: 1.75;
  color: #FFF;
  font-size: 0.75em;
  margin: 0.5em 0; }

#pushtool {
  padding-right: 1.75em; }

#pushtool p {
  width: 48%;
  margin: 0; }

#explan {
  margin-top: 2em;
  margin-bottom: 3em; }
  #explan > div {
    width: 48%; }
  #explan h5 {
    background: #252c2c;
    color: #FFF;
    text-align: center;
    font-size: 1.3em;
    padding: 0.25em 0;
    margin-bottom: 1.3em; }
  #explan p span {
    font-size: 0.75em;
    display: block;
    margin-top: 2em; }
  #explan p, #explan ul li {
    font-size: 1em; }
  #explan ul li {
    position: relative;
    padding-left: 20px; }
  #explan ul li:first-child {
    margin-bottom: 2em; }
  #explan ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/note.svg);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px; }

#video {
  width: 100%;
  margin: 2em 0; }
  #video video {
    border: none;
    border-radius: 0;
    width: 100%; }

#howto {
  background-image: url("../images/bg_illust.gif");
  background-position: bottom 0 right 0; }

/* 購入 */
.entry {
  align-items: center; }
  .entry > div {
    width: 38%; }
  .entry > div.productImg {
    width: 58%; }

.price {
  font-size: 1.3em;
  font-weight: 600;
  color: #ff2c2c; }

#opener {
  margin-bottom: 2em; }

#message {
  background: #252c2c;
  margin: 1em 0 2em 0;
  flex-direction: row-reverse; }
  #message * {
    color: #FFF; }
  #message > div.txtArea {
    width: 68%;
    padding: 0.75em; }
    #message > div.txtArea .txt {
      font-size: 0.95em; }
    #message > div.txtArea .border_w {
      font-size: 0.85em;
      margin-top: 0.5em; }
  #message > div.img {
    width: 32%; }

@media screen and (max-width: 749px) {
  #wrapper {
    width: 100%;
    padding: 0 1em; }

  .sp_br {
    display: block; }

  .pc_br {
    display: none; }

  .topic {
    padding: 1em; }

  #message {
    display: block; }
    #message > div.txtArea {
      width: 100%; }
      #message > div.txtArea .border_w {
        border: none;
        padding: 0; }
    #message > div.img {
      float: right;
      padding: 1em;
      width: 36%; }

  /* max-749px fin */ }
@media screen and (max-width: 559px) {
  * {
    font-size: 14px; }

  .topic {
    display: block;
    padding: 1em; }
    .topic > div {
      width: 100%;
      font-size: 1em; }
      .topic > div > img {
        margin-bottom: 1em; }
      .topic > div > span {
        font-size: 1.3em; }

  .topic.gray div p {
    font-size: 1em; }

  #pushtool {
    padding-right: 0; }

  #explan {
    display: block; }
    #explan > div {
      width: 100%; }

  #howto {
    margin-bottom: 1.5em; }

  /* 購入 */
  .entry {
    display: block; }
    .entry > div {
      width: 100%; }
    .entry > div.productImg {
      width: 100%; }

  .price {
    padding: 1em 0; }

  .productTxt {
    margin: 0.75em 0; }

  /* max-559px fin */ }

/*# sourceMappingURL=shimano.css.map */
