@charset "UTF-8";
/* Scss Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*font-weight: normal;*/
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  /*letter-spacing: 0.05em;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 300ms 0s ease;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  /*
  a:hover{
    opacity: .7; }
  */
}
h1, h2, h3, h4, h5, h6, h7, h8 {
  font-weight: normal;
}

/* clearfix
-------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.pc_block {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .pc_none {
    display: none;
  }

  .pc_block {
    display: block;
  }

  .sp_none {
    display: none;
  }
}
#wrap {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  #wrap {
    width: 1000px;
  }
}
/* ------------------------------------
 Movie Content
------------------------------------ */
#movie_container video {
  width: 100%;
}
#movie_container video.pc_only_movie {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  #movie_container video {
    width: 50%;
    float: left;
  }
  #movie_container video.pc_only_movie {
    display: block;
  }
}
/* ------------------------------------
 Prologue Content
------------------------------------ */
.prologue_content {
  text-align: center;
  margin: 40px 0 60px;
}
.prologue_content img {
  width: 40%;
  max-width: 180px;
}
.prologue_content p {
  margin-top: 20px;
  line-height: 2;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .prologue_content {
    margin: 80px 0;
  }
  .prologue_content p {
    margin-top: 35px;
    line-height: 2.5;
  }
}
/* ------------------------------------
 Model Slider
------------------------------------ */
.model_content {
  margin-bottom: 100px;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .model_content {
    width: 650px;
    margin: 0 auto 130px;
  }
}
/* ------------------------------------
 Item List
------------------------------------ */
.item_list ul li {
  width: 47%;
  float: left;
  margin-bottom: 40px;
}
.item_list ul li:nth-child(odd) {
  margin-right: 6%;
}
.item_list ul li a {
  text-align: center;
}
.item_list ul li a .credit {
  font-size: .8em;
  padding: 15px 0;
  line-height: 1.6;
}
.item_list ul li a .buy_btn {
  color: #FFFC00;
  font-size: 1em;
  width: 35%;
  margin: 0 auto;
  border-bottom: 1px solid #fffc00;
  border-top: 1px solid #fffc00;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .item_list ul li {
    width: 235px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .item_list ul li:nth-child(odd) {
    margin-right: 20px;
  }
  .item_list ul li:last-child {
    margin-right: 0;
  }
  .item_list ul li a .buy_btn {
    width: 150px;
    transition: all 300ms 0s ease;
  }
  .item_list ul li a .buy_btn:hover {
    background: #fffc00;
    color: #000;
  }
}
/* ------------------------------------
 about: GETABACO
------------------------------------ */
.about_getabaco {
  width: 100%;
  margin-top: 60px;
  padding: 1%;
  border: 1px solid #888;
}
.about_getabaco .in_box {
  border: 1px solid #888;
  padding: 8%;
  text-align: center;
}
.about_getabaco .in_box .title {
  font-size: 1.2em;
}
.about_getabaco .in_box img {
  width: 45%;
  max-width: 350px;
  padding: 25px 0;
}
.about_getabaco .in_box .text {
  text-align: left;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .about_getabaco {
    margin-top: 130px;
    padding: 10px;
  }
  .about_getabaco .in_box {
    padding: 60px;
    text-align: left;
  }
  .about_getabaco .in_box .title {
    width: 620px;
    float: right;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .about_getabaco .in_box img {
    width: 180px;
    padding: 0;
    display: block;
    float: left;
  }
  .about_getabaco .in_box .text {
    width: 620px;
    float: right;
  }
}
/* ------------------------------------
 Footer
------------------------------------ */
footer .page_top {
  width: 15px;
  margin: 60px auto 40px;
}
footer .logo {
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
}
footer p {
  color: #888;
  font-size: 10px;
  text-align: center;
  margin: 20px 0 30px;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  footer .page_top {
    margin: 100px auto 80px;
  }
  footer p {
    margin: 20px 0 80px;
  }
}

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