@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
#product-page {
  margin: 75px auto 0;
  font-family: "源ノ角ゴシック JP",sans-serif;
  color: #333333;
  letter-spacing: 0.075em;
}
.product--top {
  width: 1000px;
  margin: 75px auto 0;
}
.copy-span span{
  font-size: 10px;
  font-weight: bold;
  color: #1F1D59;
  font-family:"DIN Condensed",sans-serif;
  position: absolute;
  top: 360px;
  left: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ttl-area {
  margin-bottom: 47px;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 50px;
    text-align: center;
	  line-height:1.4;
  }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
    .product--main {
      width: 100%;
      margin-bottom: 80px;
      display: flex;
      flex-wrap: wrap;
    }
    .product--main h3 {
      font-size: 28px;
      font-weight: bold;
    }
    .product-box {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 63px;
      display: flex;
      position: relative;
    }
    .pc-alink {
      position: absolute;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
    }
    .product-box:hover {
      opacity: 0.8;
    }
    .box-img {
      width: 500px;
      height: 300px;
    }
    .right-box {
      margin-left: 20px;
    }
    .product-box h4 {
      font-size: 20px;
      margin: 0 0 15px;
    }
    .box-text {
      line-height: 1.5;
      letter-spacing: 0.6;
    }
    .move-link--area {
      display: none;
    }
    .line {
      width: 100%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin-bottom: 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
}
/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#product-page {
  margin: 45px auto 0;
  font-family: "源ノ角ゴシック JP",sans-serif;
  color: #333333;
  letter-spacing: 0.075em;
}
.product--top {
  width: 100%;
  margin: 0 auto 0;
}
.copy-span span{
  display: none;
}
.ttl-area {
  margin-bottom: 30px;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 34px;
    text-align: center;
  }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
    .product--main {
      width: 100%;
      margin-bottom: 80px;
    }
    .product--main h3 {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
    }
    .product-box {
      width: 90%;
      margin: 20px auto 63px;
    }
    .pc-alink {
      display: none;
    }
    .box-img {
      width: 100%;
      height: auto;
    }
    .right-box {
      margin-top: 20px;
    }
    .product-box h4 {
      font-size: 20px;
      margin: 0 0 15px;
    }
    .box-text {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.6;
    }
    .line {
      width: 90%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin: 0 auto 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
    .move-link--area {
      width: 100%;
      margin: 30px auto 40px;
    }
    .move-link {
      display: inline-block;
      width: 100%;
      height: 44px;
      color: #FFFFFF;
      text-align: center;
      line-height: 44px;
      background-color: #1D2B62;
      border-radius: 100px;
      border: none;
      position: relative;
    }
    .move-link-txt {
    font-family: "DIN Condensed",sans-serif;
    transition: all .2s;
    -webkit-transition: all .2s;
    letter-spacing: 0.6;
    }
    .small-btn-arrow {
      display: inline-block;
      width: 20px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0%,-50%);
      -webkit-transform: translate(0%,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn-arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .move-link--area a:hover .move-link-txt {
      letter-spacing: 0.1em;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-link--area a:hover .small-btn-arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-link--area a:hover .small-btn-arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
}
/* SP ================================================== */
@media all and (max-width:559px){
#product-page {
  margin: 45px auto 0 ;
  font-family: "源ノ角ゴシック JP",sans-serif;
  color: #333333;
  letter-spacing: 0.075em;
}
.product--top {
  width: 100%;
  margin: 0 auto;
}
.copy-span span{
  display: none;
}
.ttl-area {
  margin-bottom: 30px;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 34px;
    text-align: center;
  }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
    .product--main {
      width: 100%;
      margin-bottom: 80px;
    }
    .product--main h3 {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
    }
    .product-box {
      width: 90%;
      margin: 20px auto 63px;
    }
    .pc-alink {
      display: none;
    }
    .box-img {
      width: 100%;
      height: auto;
    }
    .right-box {
      margin-top: 20px;
    }
    .product-box h4 {
      font-size: 18px;
      margin: 0 0 15px;
    }
    .box-text {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.6;
    }
    .line {
      width: 90%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin: 0 auto 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
    .move-link--area {
      width: 100%;
      margin: 30px auto 40px;
    }
    .move-link {
      display: inline-block;
      width: 100%;
      height: 44px;
      color: #FFFFFF;
      text-align: center;
      line-height: 44px;
      background-color: #1D2B62;
      border-radius: 100px;
      border: none;
      position: relative;
    }
    .move-link-txt {
    font-family: "DIN Condensed",sans-serif;
    transition: all .2s;
    -webkit-transition: all .2s;
    letter-spacing: 0.6;
    }
    .small-btn-arrow {
      display: inline-block;
      width: 20px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0%,-50%);
      -webkit-transform: translate(0%,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn-arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
  .move-link--area a:hover .move-link-txt {
    letter-spacing: 0.1em;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .move-link--area a:hover .small-btn-arrow {
    background-color: #FFFFFF;
    position: absolute;
    right: 10px;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .move-link--area a:hover .small-btn-arrow::after {
    background-color: #FFFFFF;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
}