/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1100px) {
  .kv-slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    z-index: 1;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -15px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
div.kv {
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
div.kv img {
  width: 100%;
  text-align: contain;
}
div.kv .bx-viewport .slick-list {
  padding: 0 !important;
}
/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width:767px) {
  div.kv {
    width: 100%;
    margin: 0 auto;
  }
  div.kv img {
    object-fit: cover;
    /*height: calc(100vh - 240px);*/
    max-width: calc(100% - 10px);
    /*max-height: 100%;*/
    margin: auto;
    object-position: 50% center;
  }
  a.scroll {
    display: none;
  }
  .kv .slick-slide {}
  div.kv .kv-slider {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width:768px) {
  div.kv img {
    height: 93vh;
    object-fit: cover;
    object-position: top right;
  }
  div.kv .kv-slider {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
/*index*/
@media screen and (max-width:767px) {
  #index h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 10px;
  }
}
@media print, screen and (min-width:768px) {
  #index h3 {
    font-size: 3.3rem;
    line-height: 1.2;
    margin: 0 0 25px;
  }
}
/*inde01*/
.index01 {
  text-align: left;
  z-index: 10;
  position: relative;
}
.index01 .comment {
  font-size: 2.4rem;
  line-height: 2.8;
}
.index01, .index01 .founded_color {
  color: transparent;
  overflow: hidden;
  transition: color 0ms 450ms;
}
/* CSSアニメーションの指定 */
.index01.is-animated {
  animation: SlideIn 2.6s;
}
/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* CSSアニメーションの指定 */
.kv-slider {
  opacity: 0;
}
.kv-slider.is-animated {
  opacity: 1;
  animation: SlideInIMG 2.6s;
}
/* CSSアニメーションの設定 */
@keyframes SlideInIMG {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.index01.is-animated {
  color: #333;
}
.index01.is-animated .founded_color {
  color: #769EAD;
}
.index01 {
  transition: 1.5s;
}
.index01.is-animated {
  opacity: 1;
  bottom: 45%;
  left: 5%;
}
@media screen and (max-width:1100px) {
  .index01 {
    z-index: 2;
    position: relative;
  }
  .index01 p {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 5px;
    color: #FFF;
    background: #21CFB2;
    white-space: nowrap;
  }
  .index01 .contentWrap {
    width: 96%;
    margin: 5px auto 0;
  }
  .index01 .comment .founded_color {
    font-size: 6rem;
    line-height: 1.3;
    font-weight: bold;
  }
  .index01.is-animated {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (min-width:1100px) {
  .index01 {
    position: absolute;
  }
  .index01 p {
    display: inline-block;
    color: #FFF;
    background: #21CFB2;
    font-size: 2rem;
    padding: 10px 10px;
    line-height: 1;
    margin: 10px 0;
  }
  .index01 .comment .founded_color {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .index01 .contentWrap {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
    .index01.is-animated {
        position: static;
    }  
  .index01 p {
    font-size: 1.2rem;
  }
}
/*index02*/
#index02 {
  max-width: 1350px;
  margin: 0 auto;
}
#index02 .info {
  background: #D9D9D9;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
#index02 .info::before {
  content: " ";
  background: url("https://file001.shop-pro.jp/PA01518/541/common/images/info.png") no-repeat;
  background-size: contain;
}
#index02 .banner_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  #index02 {
    margin: 20px auto 30px;
  }
  #index02 .info {
    width: 98%;
    padding: 10px 15px;
    margin: 0 auto 30px;
  }
  #index02 .info::before {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  #index02 .info_ttl {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: #fbf64a;
    padding-left: 5px;
  }
  #index02 .info_txt {
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:768px) {
  #index02 {
    margin: 90px auto 80px;
  }
  #index02 .info::before {
    display: inline-block;
    width: 125px;
    height: 85px;
  }
  #index02 .info {
    display: flex;
    padding: 20px 25px 15px;
    align-items: center;
    justify-content: center;
  }
  #index02 .info_ttl {
    font-size: 22px;
    font-weight: bold;
    background: #fbf64a;
    padding-left: 5px;
    display: inline-block;
  }
  #index02 .info_txt {
    font-size: 16px;
    margin-bottom: 0;
  }
}
/*index03*/
#index03 {
  background: #21CFB2;
}
#index03 h3 {
  color: #FFF;
}
#index03 h3::after {
  display: block;
  content: "Products";
  font-size: 16px;
  padding-top: 5px;
  padding-left: 3px;
}
@media screen and (max-width:767px) {
  #index03 {
    padding: 30px 2%;
  }
}
@media print, screen and (min-width:768px) {
  #index03 {
    padding: 90px 2%;
  }
}
/*index04*/
#index04 {
  max-width: 1350px;
  margin: 0 auto;
}
#index04 h3::after {
  display: block;
  content: "Information";
  font-size: 16px;
  padding-top: 5px;
  padding-left: 3px;
}
#index04 > div {
  border: solid 1px #333;
  padding: 3px 15px;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  #index04 {
    padding: 30px 2%;
  }
}
@media print, screen and (min-width:768px) {
  #index04 {
    margin: 90px auto 90px;
  }
}
/*index05*/
#index05 h4 {
  line-height: 1.3;
  text-align: center;
}
#index05 img {
  width: 100%;
}
#index05 .thumb {
  position: relative;
}
#index05 .thumb p {
  width: 90%;
  position: absolute;
  background: #cf0ec8;
  color: #ffffff;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:767px) {
  #index05 {
    margin-bottom: 30px;
  }
  #index05 h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  #index05 h3 span {
    background: linear-gradient(transparent 60%, #8DE8A8 60%);
    display: inline;
    line-height: 1.5;
  }
  #index05 > div {
    width: 98%;
    margin: 0 auto;
  }
  #index05 .itemBox {
    width: 88%;
  }
  #index05 .thumb {
    margin: 0 auto 50px;
  }
  #index05 .thumb p {
    font-size: 1.5rem;
    bottom: -20px;
  }
}
@media print, screen and (min-width:768px) {
  #index05 {
    text-align: center;
    margin: 90px auto 0;
    max-width: 1350px;
  }
  #index05 h3 span {
    background: linear-gradient(transparent 70%, #8DE8A8 70%);
    font-size: 2.2rem;
  }
  #index05 > div {
    margin-top: 25px;
  }
}
/*index06*/
#index06 {
  padding: 110px 2%;
  color: #333;
}
#index06 h3::after {
  display: block;
  content: "Parts";
  font-size: 16px;
  padding-top: 5px;
  padding-left: 3px;
}
#index06 .parts_list {
  padding: 0 0 20px;
}
#index06 .c-item-list__ttl {
  font-size: 1.4rem;
}
#index06 .parts_btn a {
  display: block;
  background: #21CFB2;
  color: #FFF;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #21CFB2;
}
#index06 .parts_btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width:767px) {
  #index06 {
    padding: 10px 2% 30px;
  }
  #index06 .parts_btn a {
    width: 96%;
    padding: 5px 0;
  }
  #index06 .parts_list {
    padding-bottom: 0 !important;
  }
  #index06 .c-item-list__ttl {
    font-size: 16px;
  }
}
@media print, screen and (min-width:768px) {
  #index06 .parts_btn a {
    width: 510px;
    padding: 15px 0;
  }
}
/*index07*/
#index07 {
  max-width: 1350px;
  margin: 0 auto;
}
#index07 img {
  width: 100%;
}
/*index08*/
#index08 h3 {
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
#index08 h3::before {
  display: inline-block;
  content: " ";
  width: 29px;
  height: 29px;
  margin: 0px 5px -3px 0px;
  background: url("https://file001.shop-pro.jp/PA01518/541/common/images/instagram.png");
  background-size: contain;
  vertical-align: middle;
}
  #index08 .instagram_box {
    position: relative;
  }
  #index08 .instagram_box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width:767px) {
  #index08 {
    padding: 30px 2%;
  }
}
@media print, screen and (min-width:768px) {
  #index08 {
    margin: 90px 2%;
  }
  #index08 .instagram_box {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
  }
  #index08 .instagram_box img {
    width: 100%;
  }
}
.information_box li {
  border-bottom: dotted 1px #333333;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
}
.information_box {
  overflow-y: scroll;
  height: 250px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .information_box {
    height: 200px;
  }
}

@media screen and (min-width: 1450px) {

  div.kv {
    height:calc(100vh - 75px);
  }
}