@charset "UTF-8";
/* CSS Document */

/*40ALPHARD PP用*/

/*----------------------------------------------------

body
headerのカラー変更用

----------------------------------------------------*/

body#40alphardpp {
  background: #333333;
  background-color: #333333;
}


/*---------------------------------------------------

main contents

----------------------------------------------------*/

.free_contents_area {
  width: calc(100% - 220px);
  margin: 0 0 0 220px;
  overflow-x: hidden;
}



@media screen and (max-width: 900px) {
  .free_contents_area {
    width: 100%;
    margin: 50px 0 0;
  }
  
}
  

/*-----------------------------------------------------

mainvisual

-----------------------------------------------------*/

.mv_area {
  position: relative;
  height: 100vh;
  margin-top: -80px;
}


.mv_img {
  position: fixed;
  width: calc(100% - 220px);
  height: 100%;
  top: 0;
  left: 220px;
  object-fit: cover;
  z-index: -1;
}

.mv_catch {
  position: absolute;
  top: 15%;
  left: 5%;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 6.0rem;
  font-weight: 600;
  text-shadow: 3px 3px 2px #333333;
  letter-spacing: 0.5rem;
  opacity: 0;
  transition: opacity 1.3s ease;
  transition-delay: 0.3s;
}

.mv_catch.is-active {
  opacity: 1;
}

.mv_catch_small {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.2rem;
  display: block;
}

.roop_containar {
  display: flex;
  overflow: hidden;
  background-color: #333333;
}

.mvroop_text {
  padding-right: 40px;
  font-size: 5.0rem;
  font-weight: 800;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: 0.7rem;
  color: #444444;
  white-space: nowrap;
  animation: roopText 10s infinite linear;
}

@keyframes roopText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



@media screen and (max-width: 900px) {
    .mv_area {
      margin-top: 0;
    }
    
    .mv_img {
      width: 100%;
      left: 0;
    }
  
/*    .mv_bg {
      width: 100%;
      margin: 0;
      padding-left: 0;
      background: url(https://gigaplus.makeshop.jp/TOMMYKAIRA/images/img/40ALPHARDPP/40alphardpp_sp_mv.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
*/
    .mv_catch {
      font-size: 3.0rem;
      top: 15%;
    }

  
    .mv_catch_small {
      font-size: 1.0rem;
      margin-top: 10px;
    }
}



/*-----------------------------------------------------

section共通

-----------------------------------------------------*/

.head_ja {
  margin: 5px 0;
  font-size: 5.0rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  margin-bottom: 100px;
}

.head_ja_wht {
  color: #FFFFFF;
}

.head_en {
  font-size: 1.4rem;
}

.head_en_wht {
  color: #FFFFFF;
}

.section_body {
  font-size: 1.6rem;
  padding: 50px 0 100px;
  line-height: 3.0rem;
}

.section_body_wht {
  color: #FFFFFF;
}


a.buy_btn {
  font-size: 2.0rem;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  position: relative;
  transition: all 0.3s;
}

a.buy_btn::after {
  position: absolute;
	content: "";
  background-image: url(https://gigaplus.makeshop.jp/TOMMYKAIRA/images/img/40ALPHARDPP/arrow_R_wht.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  transition: all 0.3s;
}

a.buy_btn:hover {
  background-color: #FFFFFF;
  color: #cc0000;
  border: 2px solid #FFFFFF;
  transition: all 0.3s;
}

a.buy_btn.hover_redline:hover {
  border: 2px solid #cc0000;
}

a.buy_btn:hover::after {
  transition: all 0.3s;
  box-sizing:border-box;
  background-image: url(https://gigaplus.makeshop.jp/TOMMYKAIRA/images/img/40ALPHARDPP/arrow_R_red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}


@media screen and (max-width: 900px) {
    .head_ja {
      font-size: 3.0rem;
      margin-bottom: 60px;
    }

    .head_en {
      font-size: 1.0rem;
    }

   
}


/*-----------------------------------------------------

section
concept

-----------------------------------------------------*/

.concept {
  padding: 100px 50px 220px;
  background: linear-gradient(#333, #fff)
}

.concept_head {
  margin-bottom: 100px;
}

.concept_img {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s ease;
}

.concept_img.is-active {
  opacity: 1;
  transform: translateY(0);
}

.concept_img img {
  width: 100%;
  height: 100%;
}

.concept_text {
  width: 50%;
  padding: 30px;
  font-size: 1.6rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s ease;
}

.concept_text.is-active {
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 900px) {
    .concept {
      padding: 50px 30px 100px;
    }
  
    .concept_head {
      margin-bottom: 60px;
    }
    
    .concept_img {
      width: 100vw;
      margin: 0 calc(50% - 50vw);
    }
  
    .concept_text {
      margin-left: 0;
      margin-right: auto;
      width: 90%;
      margin-top: -20px;
      padding: 0;
    }
}

/*-----------------------------------------------------

section
stylekit

-----------------------------------------------------*/

.stylekit {
  padding: 100px 50px 120px;
  background-color: #333333;
}

.stylekit_detail {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.stylekit_detail_head {
  padding: 20px 10px;
  width: 25%;
  background-color: #000;
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stylekit_detail_lists {
  padding: 20px;
  background: linear-gradient(90deg, black, gray);
  width: 75%;
  display: flex;
  justify-content: self-start;
  column-gap: 5%;
  flex-wrap: wrap;
}

.stylekit_detail_item_head {
  display: block;
}

.stylekit_detail_item p {
  color: #FFFFFF;
}

.detail_text_small {
  font-size: 1.0rem;
  margin-left: 10px;
}

/* 矢印のアニメーション */
.scroll_arrow_wrap {
  padding-top: 60px;
  position: relative;
  text-align: center;
}

.scroll_arrow {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -80px;
  width: 20px;
}

.scroll_arrow::before {
  animation: scrollbefore 2s infinite;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.scroll_arrow::after {
  animation: scrollafter 2s infinite;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrollbefore {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(0deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrollafter {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(0deg) translate(-40px, 40px);
  }
  100% {
    opacity: 0;
  }
}


.stylekit_lists {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.stylekit_lists .stylekit_item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.stylekit_item {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s ease;
}

.stylekit_item.is-active {
  opacity: 1;
  transform: translateY(0);
}


.stylekit_img {
  width: 55%;
  box-shadow: 10px 20px 30px #000000;
}

.stylekit_img img {
  width: 100%;
}

.item_text {
  width: 40%;
  padding: 30px 0;
  position: relative;
}

.item_number {
  color: #fff;
  font-size: clamp(7.0rem, 10vw, 10rem);
  position: absolute;
  opacity: 0.3;
  left: 0;
  top: -40px;
}

.item_name {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.item_en {
  font-size: 3.0rem;
  color: #FFFFFF;
}

.item_jp {
  font-size: 1.0rem;
  color: #FFFFFF;
}

.item_description {
  color: #FFFFFF;
  font-size: 1.4rem;
}


  @media screen and (max-width: 900px) {
    .stylekit {
      padding: 50px 30px 120px;
    }
    
   .stylekit_detail {
     flex-direction: column;
    }
    
    .stylekit_detail_head {
      width: auto;
    }
    
    .stylekit_detail_lists {
      background: linear-gradient(180deg, black, gray);
      width: auto;
    }
    
    .stylekit_detail_item:first-child {
      margin-bottom: 20px;
    }
    
    
    
    .stylekit_lists .stylekit_item:nth-of-type(even) {
      flex-direction: column;
    }
     
    .stylekit_item {
      flex-direction: column;
      margin-bottom: 60px;
    }
    
    .stylekit_img {
      width: 100%;
    }
    
    .item_text {
      width: 100%;
    }
    
    .item_name {
      width: 100%;
    }
}


/*-----------------------------------------------------

section
feature

-----------------------------------------------------*/

.feature {
  padding: 100px 50px 120px;
  background: linear-gradient(#FFF, #333);
}

.feature_text_bg {
  background: url(https://gigaplus.makeshop.jp/TOMMYKAIRA/images/img/40ALPHARDPP/feature_bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100vw;
  height: 60vh;
  margin-left: calc(50% - 50vw);
  filter: grayscale(1);
  position: relative;
}

.feature_text {
  color: #FFF;
  font-size: 1.6rem;
  text-shadow: 2px 2px 1px #000000;
  filter: drop-shadow(2px 4px 6px black);
  position: absolute;
  width: 85%;
  max-width: 650px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1.5s ease;  
}

.feature_text.is-active {
  opacity: 1;
}

.feature_point {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
}

.feature_point_head {
  font-size: 3.0rem;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  text-shadow: 1px 1px 1px #333;
}

.feature_lists {
  padding: 50px 0 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.feature_item {
  text-align: center;
  width: calc((100% / 3) - 20px);
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s ease;
}

.feature_item:first-of-type {
  transition-delay: 0s;
}

.feature_item:nth-of-type(2) {
  transition-delay: 0.2s;
}

.feature_item:nth-of-type(3) {
  transition-delay: 0.4s;
}

.feature_item.is-active {
  opacity: 1;
  transform: translateY(0);  
}


.feature_needs {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.feature_needs::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #333333;
}

.feature_answer {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px;
  background-color: #fff;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}


 @media screen and (max-width: 900px) {
    .feature {
      padding: 50px 30px 120px;
    }
   
   .feature_point_head {
      font-size: 2.4rem;
    }
   
   .feature_lists {
      padding: 60px 0;
      flex-direction: column;
    }
   
   .feature_item {
      width: 100%;
      margin-bottom: 50px;
    }

   .feature_item:nth-of-type(2) {
      transition-delay: 0s;
    }

    .feature_item:nth-of-type(3) {
      transition-delay: 0s;
    }
   
}  



/*-----------------------------------------------------

section
other

-----------------------------------------------------*/

.other {
  padding: 100px 50px 180px;
  background-color: #333333;
}

/*以下 
---Special商品のモジュールCSS---
※別のフリーページなどでCSSを当てたい時はモジュールを使用せず、
モジュールのコードをコピーしてHTMLに挿入し、別のclassを付けて使用すること*/

.special_lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 5%;
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
}

.special_item {
  width: 30%;
  margin-bottom: 50px;
}

.special_item a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}

.special_item img {
  width: 100%;
  height: 20vw;
  max-height: 350px;
  object-fit: cover;
}

.special_item_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.special_item_link {
  transition: all 0.3;
}

.special_item_link:hover {
  opacity: 0.7;
  transition: .3s;
}


/*--以上 Special商品のモジュールCSS END*/




@media screen and (max-width: 900px) {
    .other {
      padding: 50px 30px 120px;
    }
   
/*以下 Special商品のモジュールCSS
※別のCSSを当てたい時はモジュールを使用せず、
モジュールのコードをコピーしてHTMLに挿入し、別のclassを付けて使用すること*/
  
    .special_lists {
      padding-bottom: 60px;
      justify-content: space-between;
    }
  
    .special_item {
      width: 47%;
    }
  
    .special_item img {
      height: 40vw;
    }

/*--以上 Special商品のモジュールCSS END*/

}


/*-----------------------------------------------------

wheel

-----------------------------------------------------*/

.wheel_mv_area {
  position: relative;
  height: 600px;
}

.wheel_mv_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.wheel_mv_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 220px;
  overflow-x: hidden;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/TOMMYKAIRA/images/img/40ALPHARDPP/wheel_ignite_pc_mv.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  filter: grayscale(1);
  background-color: #333333;
}


.wheel {
  padding: 100px 50px 120px;
  background: #efefef;
}

.wheel_text {
  font-size: 2.0rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s ease;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.wheel_text.is-active {
  opacity: 1;
  transform: translateY(0);
}

.wheel_logo {
  position: absolute;
  top: -100px;
  right: 5%;
  opacity: 0.2;
}

.wheel_logo img {
  width: 100%;
}

.wheel_text_head {
  font-size: 2.0rem;
}

.wheel_text_body {
  font-size: 1.6rem;
  width: 100%;
  max-width: 650px;
}

.wheel_lists {
  width: 100%;
  max-width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
}

.wheel_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s ease;
}

.wheel_item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.wheel_item:last-child {
  margin-bottom: 0;
}

.wheel_item_img {
  display: block;
  width: 45%;
  transition: all 0.3s;
}

.wheel_item_img:hover {
  opacity: 0.8;
}

.wheel_item_img img {
  width: 100%;
}

.wheel_item_text {
  width: 50%;
}

.wheel_item_color {
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.wheel_detail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.wheel_detail_item {
  display: flex;
  flex-direction: column;
}

.wheel_detail_item dt {
  padding: 10px;
  text-align: center;
  background-color: #ccc;
  height: 15px;
  font-weight: 600;
}

.wheel_detail_item dd {
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #FFF;
  height: 15px;
  font-weight: 600;
}

.wheel_item_description {
  margin-bottom: 20px;
}

.wheel_price {
  margin-bottom: 20px;
}

a.wheel_item_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #cc0000;
  transition: all 0.3s;
}

a.wheel_item_link:hover {
  background-color: #FFFFFF;
  color: #cc0000;
  transition: all 0.3s; 
}


@media screen and (max-width: 900px) {
   
  .wheel_mv_bg {
    width: 100%;
    margin: 0;
    padding-left: 0;
    background: url(https://gigaplus.makeshop.jp/TOMMYKAIRA/images/img/40ALPHARDPP/wheel_ignite_sp_mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
    .wheel {
      padding: 50px 30px 120px;
    }
  
    .wheel_lists {
      padding: 60px 0 100px;
    }
  
  .wheel_item {
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .wheel_item:last-child {
    margin-bottom: 0;
  }
  
    .wheel_item_img {
      width: 100%;
    }
  
  .wheel_item_text {
    width: 100%;
    padding-top: 30px;
  }
  
  
  
}




/*-----------------------------------------------------

order

-----------------------------------------------------*/

.order {
  padding: 100px 50px 120px;
  background-color: #FFFFFF;
}

.order_img_link {
  display: block;
}


.order_img img {
  width: 100%;
}


@media screen and (max-width: 900px) {
  
      .order {
        padding: 50px 30px 80px;
      }
  
  
  
  
}


/*-----------------------------------------------------

shop

-----------------------------------------------------*/

.shop {
  padding: 100px 50px 120px;
  background: #efefef;
}

.shop_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s ease;
}

.shop_item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.shop_item:last-child {
  margin-bottom: 0;
}

.shop_item_img {
  width: 45%;
}

.shop_item_img img {
  width: 100%;
}

.shop_item_text {
  width: 50%;
}

.shop_name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}


@media screen and (max-width: 900px) {
  
    .shop {
        padding: 50px 30px 120px;
      }
  
    .shop_item {
      flex-direction: column;
      }
  
    .shop_item_img {
      width: 100%;
      margin-bottom: 30px;
    }

    .shop_item_text {
      width: 100%;
    }
  
}


/*-----------------------------------------------------

contact

-----------------------------------------------------*/

.contact {
  padding: 100px 50px 120px;
  background: #333333;
}

.contact_text {
  font-size: 2.0rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

a.contact_link {
  font-size: 2.0rem;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #cc0000;
  position: relative;
  transition: all 0.3s;
}

a.contact_link::before {
  position: absolute;
	content: "";
  background-image: url(https://gigaplus.makeshop.jp/TOMMYKAIRA/images/img/40ALPHARDPP/mail_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  transition: all 0.3s;
}

a.contact_link:hover {
  background-color: #FFFFFF;
  color: #cc0000;
  transition: all 0.3s;
}

a.contact_link:hover::before {
  transition: all 0.3s;
  background-image: url(https://gigaplus.makeshop.jp/TOMMYKAIRA/images/img/40ALPHARDPP/mail_icon_red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
}




@media screen and (max-width: 900px) {
  
     .contact {
        padding: 50px 30px 120px;
      }
  
    .contact_text {
        font-size: 1.6rem;
      }
  
  
  
}



