.container {
  padding-top: 0;
}

.secTtl {
  width: 100%;
  padding-top: 42px;
  margin-bottom: 45px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.secTtl .en {
  width: 100%;
  color: #A1C800;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .secTtl {
    padding-top: 68px;
    margin-bottom: 100px;
    font-size: 23px;
  }
  .secTtl .en {
    font-size: 64px;
  }
}

#secMV {
  width: 100%;
  height: 750px;
  background: url(../images/products/mv_bg-sp.jpg) center/cover no-repeat;
  color: #fff;
}
#secMV > .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#secMV .txtWrap {
  width: 100%;
  max-width: 400px;
  padding-top: 30px;
  margin: 0 auto;
}
#secMV .ttl {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2778;
}
#secMV .txt {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 900;
  line-height: 2;
}
#secMV .btn-main {
  width: 100%;
  max-width: 385px;
  height: 53px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #secMV {
    height: 776px;
    padding-top: 0;
    background-image: url(../images/products/mv_bg-pc.jpg);
  }
  #secMV .txtWrap {
    max-width: 600px;
    padding-top: 50px;
    margin: 0 auto 0 0;
  }
  #secMV .ttl {
    margin-bottom: 36px;
    font-size: 70px;
    line-height: 1.2857;
    white-space: nowrap;
  }
  #secMV .txt {
    margin-bottom: 40px;
  }
  #secMV .btn-main {
    padding: 0 40px;
  }
}

.bcnWrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bcnWrap {
    margin-bottom: 45px;
  }
}

#productSec {
  padding-bottom: 70px;
}
#productSec .product_list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 40px;
}
#productSec .product_list .listItem {
  position: relative;
}
#productSec .product_list .listItem .ttl {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#productSec .product_list .listItem .ttl span {
  padding: 2.5px 5px;
  display: inline-block;
}
#productSec .product_list .listItem .ttl span.label {
  padding-right: 20px;
  background-color: #A1C800;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  font-size: 14px;
  letter-spacing: 0;
  align-self: stretch;
}
#productSec .product_list .listItem .img {
  width: 100%;
  padding-top: 71.64%;
  margin-bottom: 10px;
  position: relative;
}
#productSec .product_list .listItem .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#productSec .product_list .listItem .txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
#productSec .product_list .listItem .btn-main {
  margin-top: 20px;
}
#productSec .product_list .listItem.rank01::after {
  content: "";
  width: 52px;
  height: 72px;
  background: url(../images/products/rank_01.png) center top/contain no-repeat;
  display: block;
  position: absolute;
  top: -3px;
  right: 6px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #productSec {
    padding-bottom: 100px;
  }
  #productSec .product_list {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px 20px;
  }
  #productSec .product_list .listItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #productSec .product_list .listItem:nth-child(even) {
    transition-delay: 0.1s;
  }
  #productSec .product_list .listItem .img {
    margin-bottom: 30px;
  }
  #productSec .product_list .listItem .ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  #productSec .product_list .listItem .ttl span {
    padding: 4px 15px;
    display: inline-flex;
    align-items: center;
  }
  #productSec .product_list .listItem .ttl span.label {
    padding-right: 35px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
    font-size: 18px;
  }
  #productSec .product_list .listItem .txt {
    margin-bottom: 30px;
  }
  #productSec .product_list .listItem .btn-main {
    margin: auto 0 0 auto;
  }
  #productSec .product_list .listItem.rank01 .ttl {
    padding-right: 60px;
  }
}
@media screen and (min-width: 992px) {
  #productSec .product_list {
    grid-gap: 100px 40px;
  }
  #productSec .product_list .listItem .ttl span.small {
    padding-left: 10px;
    padding-right: 18px;
    font-size: 16px;
  }
  #productSec .product_list .btn-main {
    width: 300px;
    height: 52px;
    padding: 0 40px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #productSec .product_list .listItem .ttl {
    font-size: 26px;
  }
  #productSec .product_list .listItem .ttl span.label {
    font-size: 20px;
  }
  #productSec .product_list .listItem .ttl span.label.small {
    padding-left: 15px;
    padding-right: 24px;
    font-size: 18px;
  }
  #productSec .product_list .listItem.rank01::after {
    width: 90px;
    height: 125px;
    top: -5px;
    right: 10px;
  }
  #productSec .product_list .listItem.rank01 .ttl {
    padding-right: 100px;
  }
}

#vrSec {
  padding: 40px 0 70px;
  background: url(../images/products/vr_bg-sp.jpg) center/cover no-repeat;
}
#vrSec .vrSec__header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#vrSec .vrSec__header .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
#vrSec .vrSec__body {
  width: calc(100% + 40px);
  margin: 0 0 20px -20px;
}
#vrSec .vrSec__body .feature {
  padding: 14px 24px;
  background-color: #EDEDED;
}
#vrSec .vrSec__body .feature .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 20px;
}
#vrSec .vrSec__body .feature .list li {
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  grid-gap: 9px;
}
#vrSec .vrSec__body .feature .list li img {
  width: 34px;
}
#vrSec .vrSec__body .videoWrap {
  width: 100%;
  padding-top: 62.133%;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}
#vrSec .vrSec__body .videoWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#vrSec .vrSec__footer .list {
  display: grid;
  grid-gap: 10px;
}
#vrSec .vrSec__footer .list a {
  width: 100%;
  max-width: 335px;
  height: 51px;
  padding: 0 22px;
  margin: 0 auto;
  background: #000 url(../images/products/btn_arrow.svg) right 14px center/82px no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #vrSec {
    padding: 90px 0 100px;
    background-image: url(../images/products/vr_bg-pc.jpg);
  }
  #vrSec .vrSec__header {
    margin-bottom: 53px;
    flex-direction: row;
    grid-gap: 60px;
  }
  #vrSec .vrSec__header .secTtl {
    width: 210px;
    margin-bottom: 0;
    text-align: left;
  }
  #vrSec .vrSec__header .txt {
    padding-top: 30px;
    font-size: 24px;
    line-height: 1.75;
  }
  #vrSec .vrSec__body {
    width: 100%;
    margin: 0 0 30px;
  }
  #vrSec .vrSec__body .feature {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  #vrSec .vrSec__body .feature .list {
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
  }
  #vrSec .vrSec__body .videoWrap {
    padding-top: 62.25%;
  }
  #vrSec .vrSec__footer .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  #vrSec .vrSec__footer .list a {
    max-width: 100%;
    height: 90px;
    padding: 0 38px;
    margin: 0;
    background-position: right 25px center;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  #vrSec .vrSec__footer a {
    background-size: 143px;
  }
}