@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
  z-index: 11;
}
#gHeader .rBox .linkList li .indexImg {
  display: inline-block;
}
#gHeader .rBox .linkList li .otherImg {
  display: none;
}
#gHeader h1 .otherLogo {
  display: none;
}
#gHeader h1 .indexLogo {
  display: block;
}
#gHeader {
  padding-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
}
#gHeader .rBox .linkList li a {
  color: #fff;
}
#gHeader .rBox .btn a:hover {
  background: #fff;
  color: #333;
}
#gHeader .rBox .linkList li a::before {
  border-color: #fff;
}
#gHeader .rBox .btn a {
  color: #fff;
  border-color: #fff;
}
#gHeader .rBox .linkList li a::after {
  background: #fff;
}
#gNavi li a {
  color: #fff;
}
#gNavi li a::after {
  background: #fff;
}
.mainVisual {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.mainVisual::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 132px;
  /*background: url("img/common/header_bg.png") no-repeat center bottom;*/
  background-size: 100% 100%;
  content: "";
  z-index: 1;
}
.mainVisual video {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%);
}
.topSec {
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}
.topSec .photoList {
  margin-bottom: 32px;
}
.topSec .photoList li {
  float: left;
}
.topSec .photoList li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.topSec .photoList li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(28,28,28,0.2);*/
  content: "";
  z-index: 1;
}
.topSec .photoList .slick-slide > div {
  margin: 0 13px;
  width: 400px;
}
.topSec .photoList li .textBox {
  position: absolute;
  left: 50px;
  right: 49px;
  bottom: 43px;
  color: #fff;
  z-index: 2;
}
.topSec .photoList li .textBox .en {
  display: block;
  float: left;
  font-size: 4rem;
  font-family: "Caveat", cursive;
  font-weight: 700;
}
.topSec .photoList li .textBox .more {
  float: right;
  display: block;
  position: relative;
  padding: 36px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.topSec .photoList li .textBox .more:before {
  position: absolute;
  left: -60px;
  top: 85%;
  width: 48px;
  background: #fff;
  height: 1px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.topSec .comLink {
  margin-bottom: 126px;
}
#main .releaseSec {
  padding-bottom: 61px;
  background: #fafafa;
}
#main .releaseSec .headLine02 {
  position: relative;
  top: -30px;
  margin-bottom: 10px;
}
#main .releaseSec .comListUl li {
  float: left;
}
#main .releaseSec .comListUl .slick-slide > div {
  padding: 0 20px;
  width: 180px;
}
#main .releaseSec .comListUl .slick-prev,
#main .releaseSec .comListUl .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -20px;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#main .releaseSec .comListUl .slick-prev {
  margin-left: -225px;
  left: 50%;
  background: url("img/common/prev.png") no-repeat;
  background-size: 56px 56px;
  z-index: 100;
}
#main .releaseSec .comListUl .slick-next {
  margin-right: -225px;
  right: 50%;
  background: url("img/common/next.png") no-repeat;
  background-size: 56px 56px;
  z-index: 100;
}
#main .releaseSec .comListUl .slick-dots {
  text-align: center;
  margin-top: 52px;
}
#main .releaseSec .comListUl .slick-dots li {
  margin: 0 2px;
  display: inline-block;
  width: 24px;
  float: none;
  height: 2px;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0.2);
}
#main .releaseSec .comListUl .slick-dots li button {
  display: none;
}
#main .releaseSec .comListUl .slick-dots li.slick-active {
  background-color: rgba(51, 51, 51, 1);
}
#main .magazineSec {
  padding: 120px 0 60px;
}
#main .magazineSec .headLine03 {
  margin-bottom: 66px;
}
#main .magazineSec .content {
  width: 1200px;
  position: relative;
}
#main .magazineSec .lBox {
  position: absolute;
  left: 0;
  width: 790px;
}
#main .magazineSec .lBox a {
  display: block;
  overflow: hidden;
  position: relative;
}
#main .magazineSec .lBox a > img {
  width: 100%;
}
#main .magazineSec .lBox a .pho {
  display: block;
  overflow: hidden;
}
#main .magazineSec .lBox a .pho span {
  display: block;
  padding-bottom: 56.053%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#main .magazineSec .lBox .textBox {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 0;
  padding: 43px 50px 40px 46px;
  background-image: linear-gradient(to bottom, rgba(28, 28, 28, 0), #1c1c1c);
}
#main .magazineSec .lBox .subBox {
  width: 48%;
}
#main .magazineSec .lBox .topSpan {
  margin-bottom: 1px;
  display: block;
}
#main .magazineSec .lBox .topSpan .category {
  margin: -3px 12px 0 0;
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  font-size: 1.2rem;
  font-weight: 500;
  background: #333;
  width: 57px;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
}
#main .magazineSec .lBox .topSpan .date {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#main .magazineSec .lBox .txtSpan01 {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
#main .magazineSec .lBox .topInfo {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
#main .magazineSec .lBox .topInfo .imgBox {
  width: 200px;
  display: flex;
  justify-content: space-between;
}
#main .magazineSec .lBox .topInfo .imgBox .imgSpan {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
}
#main .magazineSec .lBox .topInfo .imgBox .txtSpan {
  width: calc(100% - 45px);
  font-size: 1.2rem;
}
#main .magazineSec .lBox .topInfo .imgBox .txtSpan .top {
  margin-bottom: 3px;
  display: block;
  font-size: 1rem;
  color: #9a9a9a;
}
#main .magazineSec .lBox .topInfo .txtSpan02 {
  display: block;
  padding-top: 20px;
  font-size: 1.2rem;
  width: 90px;
  text-align: right;
}
#main .magazineSec .lBox .tagList .tag {
  padding-bottom: 3px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  border-bottom: 2px solid #fff;
}
#main .magazineSec .comLinkList {
  float: right;
  margin-left: 20px;
}
#main .magazineSec .comLinkList li:first-child {
  padding-left: 820px;
  margin: 0 0 108px;
  min-height: 365px;
}
#main .magazineSec .comLinkList li:nth-child(4n) {
  margin-right: 0;
}
#main .magazineSec .comLink {
  top: -58px;
  position: relative;
}
#main .keywordSec {
  margin-bottom: 120px;
}
#main .keywordSec .content {
  width: 1200px;
}
#main .keywordSec .borderBox {
  padding: 8px;
  border: 2px solid #333;
}
#main .keywordSec .infoBorder {
  padding: 53px 50px 41px;
  border: 1px solid #333;
}
#main .keywordSec .tagList {
  margin-bottom: 40px;
  text-align: center;
  padding: 0 220px 26px;
  border-bottom: 1px dotted #333;
}
#main .keywordSec .tagList li {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 5px 20px;
}
#main .keywordSec .tagList li a {
  padding-bottom: 4px;
  display: inline-block;
  font-weight: 500;
  border-bottom: 2px solid #333;
}
#main .newsSec {
  padding: 118px 0 260px;
  background: #fafafa url("img/common/header_bg.png") no-repeat center bottom;
  background-size: 100% auto;
}
#main .newsSec .content {
  width: 1200px;
}
#main .newsSec .headLine03 {
  float: left;
  padding-left: 50px;
}
#main .newsSec .newsBox {
  float: right;
  width: 900px;
}
#main .newsSec .newsBox .topList {
  margin-bottom: 38px;
}
#main .newsSec .newsBox .topList li {
  display: inline;
  margin: 0 28px 0 0;
}
#main .newsSec .newsBox .topList li a {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}
#main .newsSec .newsBox .topList .on a {
  font-weight: 700;
}
#main .newsSec .newsBox .topList .on a:before {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 0;
  width: 25px;
  height: 8px;
  background: url("img/common/line05.png") no-repeat center bottom;
  background-size: 25px auto;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#main .newsSec .comBtn {
  float: right;
  width: 160px;
  margin-top: 30px;
}
#main .newsSec .comBtn a {
  width: 160px;
  padding: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-position: right 11px center;
}
#main {
  margin-bottom: 40px;
}
.newProductBanner {
  width: 97%;
  margin: 20px auto;
}
.powerShopBanner {
  width: 97%;
  margin: 0 auto 50px;
}
.brandsBannerDiv {
  display: flex;
  width: 97%;
  justify-content: space-between;
  align-items: center;
  margin: 32px auto;
}
.brandsBannerDiv a {
  width: 49%;
}
.brandsBanner {
  width: 100%;
}
@media all and (min-width: 897px) {
  .topSec .photoList li a img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .topSec .photoList li a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .topSec .photoList li a:hover .textBox .more:before {
    left: -28px;
    width: 16px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  #main .releaseSec .comListUl .slick-prev:hover {
    background: url("img/common/prev_over.png") no-repeat;
    background-size: 56px 56px;
  }
  #main .releaseSec .comListUl .slick-next:hover {
    background: url("img/common/next_over.png") no-repeat;
    background-size: 56px 56px;
  }
  #main .magazineSec .lBox a:hover .txtSpan01 {
    text-decoration: underline;
  }
  #main .magazineSec .lBox a > img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #main .magazineSec .lBox a:hover > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  #main .magazineSec .lBox a .pho span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #main .magazineSec .lBox a:hover .pho span {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  #main .newsSec .newsBox .topList li a:hover {
    font-weight: 700;
  }
  #main .newsSec .newsBox .topList li a:hover:before {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 0;
    width: 25px;
    height: 8px;
    background: url("img/common/line05.png") no-repeat center bottom;
    background-size: 25px auto;
    content: "";
  }
  #main .keywordSec .tagList li a:hover {
    font-weight: 700;
  }
  .brandsBannerDiv {
    gap: 24px;
  }
}
@media all and (max-width: 896px) {
  #gHeader h1 .indexLogo {
    display: none;
  }
  #gHeader .rBox .btn a:hover {
    background: none;
    color: #fff;
  }
  .mainVisual {
    width: auto;
  }
  .mainVisual::before {
    width: 100%;
    height: auto;
    padding-bottom: 11.87%;
    /*background: url("img/common/sp_header_bg.png") no-repeat center bottom;*/
    background-size: 100% auto;
  }
  .topSec {
    margin: 20px auto 0;
  }
  .topSec .photoList {
    margin-bottom: 33px;
  }
  .topSec .photoList .slick-slide > div {
    margin: 0 8px;
    width: 300px;
  }
  .topSec .photoList li .textBox {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 25px;
  }
  .topSec .photoList li .textBox .en {
    font-size: 2.4rem;
  }
  .topSec .photoList li .textBox .more {
    padding: 15px 0 0;
  }
  .topSec .photoList li .textBox .more:before {
    position: absolute;
    left: -60px;
    top: 85%;
    width: 48px;
    background: #fff;
    height: 1px;
    content: "";
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .topSec .comLink {
    margin-bottom: 106px;
  }
  #main .releaseSec {
    padding-bottom: 88px;
  }
  #main .releaseSec .headLine02 {
    position: relative;
    top: -28px;
    margin-bottom: 26px;
  }
  #main .releaseSec .comListUl .slick-slide > div {
    padding: 0 22px;
    width: 178px;
  }
  #main .releaseSec .comListUl .slick-prev,
  #main .releaseSec .comListUl .slick-next {
    bottom: -22px;
  }
  #main .releaseSec .comListUl .slick-prev {
    margin-left: -156px;
  }
  #main .releaseSec .comListUl .slick-next {
    margin-right: -156px;
  }
  #main .releaseSec .comListUl .slick-dots {
    margin-top: 54px;
  }
  #main .releaseSec .comListUl .slick-dots li {
    margin: 0 2px;
    width: 12px;
  }
  #main .magazineSec {
    padding: 80px 0 69px;
  }
  #main .magazineSec .headLine03 {
    margin-bottom: 66px;
  }
  #main .magazineSec .content {
    width: auto;
  }
  #main .magazineSec .lBox {
    position: static;
    width: 100%;
  }
  #main .magazineSec .lBox .textBox {
    position: static;
    left: auto;
    right: auto;
    color: #333;
    padding: 16px 0 29px;
    background: none;
  }
  #main .magazineSec .lBox .subBox {
    margin-bottom: 10px;
    width: 100%;
  }
  #main .magazineSec .lBox .subBox:last-child {
    margin-bottom: 0;
  }
  #main .magazineSec .lBox .tagList .tag {
    border-bottom: 2px solid #333;
  }
  #main .magazineSec .comLinkList {
    float: none;
    margin: 0;
  }
  #main .magazineSec .comLinkList li:first-child {
    padding-left: 0;
    margin: 0 0 14px;
    min-height: inherit;
  }
  #main .magazineSec .comLinkList li:nth-child(4n) {
    margin-right: 0;
  }
  #main .magazineSec .comLink {
    top: 0;
  }
  #main .keywordSec {
    margin-bottom: 80px;
  }
  #main .keywordSec .content {
    width: auto;
  }
  #main .keywordSec .borderBox {
    padding: 3px;
  }
  #main .keywordSec .infoBorder {
    padding: 53px 16px 41px;
  }
  #main .keywordSec .tagList {
    margin-bottom: 45px;
    padding: 10px 0 35px;
    border-bottom: 2px dotted #333;
  }
  #main .keywordSec .tagList li {
    margin: 0 2px 12px;
  }
  #main .keywordSec .tagList li a {
    padding-bottom: 4px;
    border-bottom: 2px solid #333;
  }
  #main .newsSec {
    padding: 75px 0 160px;
    background: #fafafa url("img/common/sp_header_bg.png") no-repeat center
      bottom;
    background-size: 100% auto;
  }
  #main .newsSec .content {
    width: auto;
  }
  #main .newsSec .headLine03 {
    float: none;
    text-align: center;
    padding-left: 0;
    margin: 0 auto 45px;
  }
  #main .newsSec .newsBox {
    float: none;
    width: auto;
  }
  #main .newsSec .newsBox .topList {
    margin-bottom: 31px;
  }
  #main .newsSec .newsBox .topList li {
    margin: 0 28px 0 0;
  }
  #main .newsSec .newsBox .topList li a {
    display: inline-block;
    padding-bottom: 20px;
  }
  #main .newsSec .comBtn {
    float: none;
    margin: 25px auto 0;
  }
  #main {
    margin-bottom: 43px;
  }
  .newProductBanner {
    width: 95%;
    margin: 16px auto 10px;
  }
  .powerShopBanner {
    width: 95%;
    margin: 10px auto;
  }
  .brandsBannerDiv {
    flex-flow: column;
    width: 95%;
    margin: 0 auto 10px;
  }
  .brandsBannerDiv a {
    width: 100%;
    margin: 9px auto;
  }
  /* .brandsBanner {
        width: 100%;
    } */
}
@media all and (max-width: 374px) {
  #main .newsSec .newsBox .topList li {
    margin-right: 12px;
  }
}
@media all and (-ms-high-contrast: none) {
  #main .magazineSec .lBox .topSpan .category {
    padding: 4px 5px 1px;
  }
  #main .newsSec .comBtn a {
    padding: 5px 3px 1px;
  }
  .comPhotoList li .topSpan .category {
    padding: 5px 10px 1px;
  }
}
