/***********************************************************************
preset
**********************************************************************/
.main-vis {
  margin-top: 20px;
  margin-bottom: 65px;
  position: relative;
  height: 600px; }
  .main-vis .vis-pc {
    display: block;
    width: 1084px;
    height: 600px;
    margin: 0 auto;
    position: relative; }
    .main-vis .vis-pc .maincopy {
      font-size: 26px;
      font-size: 2.6rem;
      letter-spacing: 2px;
      line-height: 1;
      position: absolute;
      left: 30px;
      bottom: 50px; }
    .main-vis .vis-pc .english {
      letter-spacing: 1px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      position: absolute;
      left: 30px;
      bottom: 28px; }
    .main-vis .vis-pc .color-white {
      color: #FFF; }
    .main-vis .vis-pc .color-black {
      color: #000; }
  .main-vis .vis-sp {
    display: none; }

.contentsBody {
  width: 900px;
  margin: 0 auto 120px; }
  .contentsBody p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.2;
    margin-bottom: 40px; }
  .contentsBody .img {
    text-align: center; }

.productContents {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .productContents h3 {
    width: 900px;
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 50px; }
  .productContents .product {
    width: 900px;
    height: 470px;
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative; }
    .productContents .product::after {
      content: "";
      display: block;
      clear: both; }
    .productContents .product dt {
      float: left;
      width: 420px;
      margin-right: 20px; }
      .productContents .product dt img {
        width: 420px;
        height: auto; }
    .productContents .product dd {
      width: 410px;
      float: left;
      margin-bottom: 20px;
      font-size: 14px;
      font-size: 1.4rem; }
      .productContents .product dd img {
        width: 410px;
        height: auto; }
    .productContents .product .btn {
      position: absolute;
      left: 440px;
      bottom: 0;
      margin-bottom: 0; }
  .productContents .feature {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .productContents .feature::after {
      content: "";
      display: block;
      clear: both; }
    .productContents .feature dt {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; }
    .productContents .feature dd {
      font-size: 14px;
      font-size: 1.4rem; }
    .productContents .feature dd.img {
      float: right;
      width: 430px;
      padding-left: 20px; }
      .productContents .feature dd.img img {
        width: 100%;
        height: auto; }
  .productContents .share {
    width: 100%;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #F3F3F3;
    padding: 25px 0; }
    .productContents .share li:not(:first-child) {
      padding-left: 26px; }
    .productContents .share li a {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 300px;
      height: 50px; }
    .productContents .share li.tw a {
      background: url(../img/bt_tw.png) no-repeat 50% 50% #1fa0e4;
      background-size: 22px 22px; }
    .productContents .share li.fb a {
      background: url(../img/bt_fb.png) no-repeat 50% 50% #4c72bb;
      background-size: 22px 22px; }

.block ul {
  width: 1084px;
  overflow: hidden;
  *zoom: 1;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .block ul::after {
    content: "";
    display: block;
    clear: both; }
  .block ul li {
    width: 240px;
    float: left;
    margin-left: 40px;
    margin-bottom: 40px; }
    .block ul li:hover {
      opacity: 0.6;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .block ul li dl dd.thumb {
      margin-bottom: 15px; }
    .block ul li dl dt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 5px; }
    .block ul li img {
      width: 100%;
      height: auto; }
  .block ul li:nth-child(4n+1) {
    margin-left: 0; }
.block .banner {
  border: 2px solid #333;
  width: 796px;
  margin: 30px auto 0; }
  .block .banner:hover {
    opacity: 0.6;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .block .banner img {
    width: 100%;
    height: auto; }

.dayori h2 {
  margin-bottom: 5px; }
.dayori .subcopy {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 60px; }
.dayori .dayori-tag {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px; }

@media only screen and (max-width: 750px) {
  .main-vis {
    padding-top: 58px;
    margin-top: 3px;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px; }
    .main-vis .vis-pc {
      display: none; }
    .main-vis .vis-sp {
      width: 100%;
      height: auto;
      display: block; }
      .main-vis .vis-sp img {
        width: 100%;
        box-sizing: border-box;
        height: auto; }
      .main-vis .vis-sp .maincopy {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 1px;
        line-height: 1;
        position: relative;
        left: 2%;
        bottom: -14px;
        display: block; }
      .main-vis .vis-sp .english {
        height: 30px;
        letter-spacing: 1px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        position: relative;
        left: 2%;
        bottom: -18px;
        display: block; }
      .main-vis .vis-sp .color-white {
        color: #000; }
      .main-vis .vis-sp .color-black {
        color: #000; }

  body.archive h2 {
    padding-top: 40px; }

  .contentsBody {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 auto 60px; }
    .contentsBody p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      margin-bottom: 20px; }
    .contentsBody .img {
      width: 100%;
      height: auto;
      text-align: center; }
      .contentsBody .img img {
        width: 100%;
        height: auto; }

  .productContents {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 auto;
    padding-bottom: 20px; }
    .productContents h3 {
      width: 100%;
      font-size: 20px;
      font-size: 2rem;
      border-bottom: 1px solid #CCC;
      padding-bottom: 10px;
      margin-bottom: 20px;
      line-height: 1.5; }
    .productContents .product {
      width: 100%;
      height: auto;
      margin-bottom: 40px;
      position: relative; }
      .productContents .product::after {
        content: "";
        display: block;
        clear: both; }
      .productContents .product dt {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px; }
        .productContents .product dt img {
          width: 100%;
          height: auto; }
      .productContents .product dd {
        margin: 0 auto;
        width: 100%;
        float: none;
        margin-bottom: 15px;
        font-size: 14px;
        font-size: 1.4rem; }
        .productContents .product dd img {
          width: 205px;
          height: auto; }
      .productContents .product .btn,
      .productContents .product .img {
        width: 100%;
        margin: 0 auto;
        position: relative;
        left: 0;
        text-align: left; }
        .productContents .product .btn img,
        .productContents .product .img img {
          width: 205px;
          height: auto; }
      .productContents .product .btn {
        text-align: center; }
    .productContents .feature {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 20px; }
      .productContents .feature dt {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px; }
      .productContents .feature dd {
        font-size: 14px;
        font-size: 1.4rem; }
      .productContents .feature dd.img {
        margin-bottom: 15px;
        float: none;
        width: 100%;
        padding-left: 0px; }
        .productContents .feature dd.img img {
          width: 100%;
          height: auto; }
    .productContents .share {
      margin-bottom: 0;
      padding: 2.66667% 0;
      position: relative; }
      .productContents .share li {
        width: 46%; }
        .productContents .share li:not(:first-child) {
          padding-left: 2.66667%; }
        .productContents .share li a {
          width: 100%;
          height: 45px; }

  .block ul {
    width: 100%;
    margin-right: -4%; }
    .block ul li {
      width: 100%;
      margin-left: 2%;
      margin-bottom: 25px;
      width: 47%; }
      .block ul li:hover {
        opacity: 1;
        transition: none; }
      .block ul li .img {
        margin-bottom: 5px; }
      .block ul li dl dt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; }
      .block ul li dl dd {
        line-height: 1.5; }
      .block ul li dl dd.thumb {
        margin-bottom: 10px; }
    .block ul li:nth-child(4n+1) {
      margin-left: 2%; }
  .block .banner {
    border: 1px solid #333;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box; }
    .block .banner:hover {
      opacity: 1;
      transition: none; }
    .block .banner img {
      padding: 15px 0; }

  .dayori .subcopy {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5; }
    .dayori .subcopy span {
      display: inline-block; } }
