@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


/**
 * Top Page Style
 * ================================================================================
 * Table of Contents:
 *
 * Basic Structure
 * Parts Settings
 * Content Settings
 * ================================================================================
 */




/**
 * ================================================================================
 * Basic Structure
 * ================================================================================
 */

/* -- Layout-- */
#supportSsAsTop {
  display: block;
  position: relative;
  color: #333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#supportSsAsTop *,
#supportSsAsTop *::before,
#supportSsAsTop *::after {
  box-sizing: border-box;
}

.header {
  background-color: #FFF;
  position: relative;
  z-index: 500;
  }
#headerNavArea {
  position: relative;
  z-index: 499;
  }
.dirpath {
  margin-top: 0;
}
.footer {
  margin-top: 0 !important;
}

#supportSsAsTop img {
  width: 100%;
}

#supportSsAsTop strong {
  font-weight: bold;
}

#supportSsAsTop a {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  color: #0074e7;
  text-decoration: underline;
}

#supportSsAsTop a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  #supportSsAsTop a:hover {
    opacity: 1;
  }
}



/**
 * ================================================================================
 * Part Settings
 * ================================================================================
 */

/**
 * Wrapper
 * -------------------------------
 */

#supportSsAsTop .p-wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #supportSsAsTop .p-wrapper {
    width: 100%;
    padding: 0 15px;
  }
}


/**
 * Accordion
 * -------------------------------
 */

#supportSsAsTop .p-accordionInner {
  display: none;
}


/**
 * ================================================================================
 * Content Settings
 * ================================================================================
 */

/**
 * Main Visual
 * -------------------------------
 */

#supportSsAsTop .mv {
  margin-bottom: 100px;
}

#supportSsAsTop .mvTtl {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #supportSsAsTop .mv {
    margin-bottom: 30px;
  }
}


/**
 * Lead
 * -------------------------------
 */

#supportSsAsTop .lead {
  margin-bottom: 90px;
  text-align: center;
}

#supportSsAsTop .leadTtl {
  font-size: 3.7rem;
  line-height: 1.6;
}

#supportSsAsTop .leadTxt {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  #supportSsAsTop .lead {
    margin-bottom: 35px;
  }
  
  #supportSsAsTop .leadTtl {
    font-size: 1.9rem;
  }

  #supportSsAsTop .leadTxt {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}


/**
 * Store
 * -------------------------------
 */

#supportSsAsTop .store {
  margin-bottom: 140px;
}

#supportSsAsTop .storeLists > li {
  margin-top: 85px;
}

#supportSsAsTop .storeLists > li:nth-of-type(1) {
  margin-top: 0;
}

#supportSsAsTop .storeListsTtl {
  line-height: 1;
}

#supportSsAsTop .storeListsInfo {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 40px 50px;
  background-color: #f2f2f2;
  font-family: 'Bebas Neue', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
}

#supportSsAsTop .storeListsInfo > ul:nth-of-type(1) {
  width: 38%;
}

#supportSsAsTop .storeListsInfo > ul:nth-of-type(2) {
  flex: 1;
  margin-top: -15px;
  margin-left: -30px;
}

#supportSsAsTop .storeListsInfo > ul > li {
  font-size: 1.6rem;
  line-height: 1.4;
}

#supportSsAsTop .storeListsInfoTel,
#supportSsAsTop .storeListsInfoAddress,
#supportSsAsTop .storeListsInfoTime {
  position: relative;
  padding-left: 40px;
}

#supportSsAsTop .storeListsInfoAddress,
#supportSsAsTop .storeListsInfoTime {
  display: inline-block;
  margin-top: 15px;
  margin-left: 30px;
}

#supportSsAsTop .storeListsInfoTel {
  margin-bottom: 10px;
  font-size: 3.1rem !important;
}

#supportSsAsTop .storeListsInfoTel::before,
#supportSsAsTop .storeListsInfoAddress::before,
#supportSsAsTop .storeListsInfoTime::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

#supportSsAsTop .storeListsInfoTel::before {
  background-image: url('/files/cdb/ZZ/support/shop_search/alpinestyle/zz_support_shop_search_alpinestyle_icon-tel.svg');
}
#supportSsAsTop .storeListsInfoAddress::before {
  background-image: url('/files/cdb/ZZ/support/shop_search/alpinestyle/zz_support_shop_search_alpinestyle_icon-address.svg');
}
#supportSsAsTop .storeListsInfoTime::before {
  background-image: url('/files/cdb/ZZ/support/shop_search/alpinestyle/zz_support_shop_search_alpinestyle_icon-time.svg');
}

#supportSsAsTop .storeListsInfoTel::before {
  top: 6px;
}

#supportSsAsTop .storeListsInfoBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#supportSsAsTop .storeListsInfoBtn > a {
  display: inline-block;
  position: relative;
  padding: 10px 35px 10px 15px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}

#supportSsAsTop .storeListsInfoBtn > a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

#supportSsAsTop .storeListsProductBtn > a {
  display: block;
  position: relative;
  padding: 20px;
  background-color: #3157c2;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

#supportSsAsTop .storeListsProductBtn > a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  margin-top: -5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  transition: 0.2s all;
}

#supportSsAsTop .storeListsProductBtn > a.is-active::after {
  margin-top: 5px;
  transform: translateY(-50%) rotate(225deg);
}

#supportSsAsTop .storeListsProductInner {
  margin-top: 35px;
}

#supportSsAsTop .storeListsProductLists > li {
  margin-top: 90px;
}

#supportSsAsTop .storeListsProductLists > li:nth-of-type(1) {
  margin-top: 0;
}

#supportSsAsTop .storeListsProductLists > li .storeListsProductLists > li {
  margin-top: 45px;
}

#supportSsAsTop .storeListsProductListsTtl {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

#supportSsAsTop .storeListsProductListsTtl::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  content: '';
}

#supportSsAsTop .storeListsProductListsTtl > span {
  display: inline-block;
  padding-right: 20px;
  background-color: #fff;
  font-size: 1.8rem;
}

#supportSsAsTop .storeListsProductListsSubTtl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

#supportSsAsTop .storeListsProductListsTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#supportSsAsTop .storeListsProductListsTable th,
#supportSsAsTop .storeListsProductListsTable td {
  padding: 12px 15px;
  border: 1px solid #b9b9b9;
  vertical-align: middle;
}

#supportSsAsTop .storeListsProductListsTable th {
  width: 25%;
  background-color: #f2f2f2;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

#supportSsAsTop .storeListsProductListsTable th.lgray {
  background-color: #f2f2f2;
}
#supportSsAsTop .storeListsProductListsTable th.gray {
  background-color: #e6e6e6;
}

#supportSsAsTop .storeListsProductListsTable td {
  width: 75%;
  font-size: 1.5rem;
}

#supportSsAsTop .storeListsProductListsTable td > strong {
  display: inline-block;
  margin-right: 0.8em;
  color: #0074e7;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #supportSsAsTop .store {
    margin-bottom: 60px;
  }

  #supportSsAsTop .storeLists > li {
    margin-top: 40px;
  }

  #supportSsAsTop .storeListsInfo {
    margin-bottom: 5px;
    padding: 15px;
  }

  #supportSsAsTop .storeListsInfo > ul:nth-of-type(1) {
    width: 100%;
  }

  #supportSsAsTop .storeListsInfo > ul:nth-of-type(2) {
    width: 100%;
    padding-top: 15px;
    margin-top: -5px;
    margin-left: -15px;
  }

  #supportSsAsTop .storeListsInfo > ul > li {
    font-size: 1.2rem;
  }

  #supportSsAsTop .storeListsInfoTel,
  #supportSsAsTop .storeListsInfoAddress,
  #supportSsAsTop .storeListsInfoTime {
    padding-left: 25px;
  }

  #supportSsAsTop .storeListsInfoAddress,
  #supportSsAsTop .storeListsInfoTime {
    margin-top: 5px;
    margin-left: 15px;
  }

  #supportSsAsTop .storeListsInfoTel {
    margin-bottom: 5px;
    font-size: 2.0rem !important;
  }

  #supportSsAsTop .storeListsInfoTel::before,
  #supportSsAsTop .storeListsInfoAddress::before,
  #supportSsAsTop .storeListsInfoTime::before {
    top: -2px;
    width: 20px;
    height: 20px;
  }

  #supportSsAsTop .storeListsInfoTel::before {
    top: 3px;
  }
  
  #supportSsAsTop .storeListsInfoBtn {
    width: 100%;
    position: static;
    margin-top: 20px;
    text-align: right;
  }

  #supportSsAsTop .storeListsInfoBtn > a {
    padding: 5px 25px 5px 10px;
    font-size: 1.2rem;
  }
  
  #supportSsAsTop .storeListsInfoBtn > a::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }

  #supportSsAsTop .storeListsProductBtn > a {
    padding: 10px 45px;
    font-size: 1.3rem;
  }

  #supportSsAsTop .storeListsProductBtn > a::after {
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -3px;
  }
  
  #supportSsAsTop .storeListsProductBtn > a.is-active::after {
    margin-top: 3px;
  }

  #supportSsAsTop .storeListsProductInner {
    margin-top: 15px;
  }

  #supportSsAsTop .storeListsProductLists > li {
    margin-top: 30px;
  }

  #supportSsAsTop .storeListsProductLists > li .storeListsProductLists > li {
    margin-top: 15px;
  }

  #supportSsAsTop .storeListsProductListsTtl {
    margin-bottom: 5px;
  }

  #supportSsAsTop .storeListsProductListsTtl > span {
    padding-right: 10px;
    font-size: 1.3rem;
  }

  #supportSsAsTop .storeListsProductListsSubTtl {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  #supportSsAsTop .storeListsProductListsTable th,
  #supportSsAsTop .storeListsProductListsTable td {
    padding: 10px;
  }

  #supportSsAsTop .storeListsProductListsTable th {
    width: 30%;
    font-size: 1.2rem;
  }

  #supportSsAsTop .storeListsProductListsTable td {
    width: 70%;
    font-size: 1.1rem;
  }
}
