@charset "utf-8";

.page-container {
  /* レイアウト関連 */
  position: relative;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

@media only screen and (min-width: 750px) {
  .page-container {
    /* 変形関連 */
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}

#PageContainer {
  /* フォント・テキスト関連 */
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  /* 余白関連 */
  padding-left: 0;
}

.main-content {
  /* レイアウト関連 */
  display: block;
  /* 余白関連 */
  padding-top: 35px;
}

@media only screen and (min-width: 750px) {
  .main-content {
    /* 余白関連 */
    padding-top: 55px;
  }
}

#MainContent {
  /* レイアウト関連 */
  position: relative;
  z-index: 1;
  /* 余白関連 */
  padding-top: 0;
}

.page-width {
  /* サイズ関連 */
  max-width: 100vw;
  /* 余白関連 */
  margin: 0;
  padding: 0;
}

.grid {
  /* リスト関連 */
  list-style: none;
  /* 余白関連 */
  margin: 0;
  padding: 0;
}

.grid__item {
  /* レイアウト関連 */
  float: left;
  /* サイズ関連 */
  width: 100%;
}

.section-header {
  /* 余白関連 */
  margin-top: 52px;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .section-header {
    margin: 75px 0 40px;
  }
  .mainContentsInner {
    width: calc(100vw - 80px);
  }
}

.section-header.text-center {
  /* テキスト関連 */
  text-align: center;
}

.section-header h1 {
  /* フォント・テキスト関連 */
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 19px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.16em;
  /* 余白関連 */
  margin: 0;
  /* その他 */
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (min-width: 750px) {
  .section-header h1 {
    /* フォント・テキスト関連 */
    font-size: 19px;
  }
}

@media only screen and (min-width: 750px) {
  .section-header {
    /* 余白関連 */
    margin-bottom: 100px;
  }
}

.stockist-content-wrap {
  /* レイアウト関連 */
  display: block;
  /* サイズ関連 */
  max-width: 545px;
  /* 余白関連 */
  margin: 0 auto;
  padding-bottom: 80px;
}

.stockist-content-wrap h3 {
  /* フォント・テキスト関連 */
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  color: #000000;
  /* ボーダー関連 */
  border-bottom: 1px solid #333;
  /* 余白関連 */
  margin-bottom: 45px;
  padding-bottom: 10px;
  /* その他 */
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 750px) {
  .stockist-content-wrap h3 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.stockist-content-wrap p {
  /* フォント・テキスト関連 */
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.47px;
  font-weight: 400;
  /* 余白関連 */
  margin: 0;
  /* レイアウト関連 */
  vertical-align: top;
  margin-bottom: 50px;
}

@media (max-width: 750px) {
  .stockist-content-wrap {
    /* サイズ関連 */
    max-width: calc(100vw - 120px);
    /* 余白関連 */
    padding-bottom: 40px;
  }
}

.stockist-content div {
  /* 余白関連 */
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .stockist-content div {
    margin-bottom: 20px;
  }
}

.phone-number {
  /* 余白関連 */
  padding-bottom: 2px;
  /* 見た目をテキストと同じにする */
  color: inherit;
  text-decoration: none;
  display: inline;
  font-size: inherit;
}

/* 外部の custom.css により p の font-size が小さくなる場合の上書き */
@media (max-width: 767px) {
  .stockist-content-wrap p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .phone-number {
    text-decoration: underline;
  }
}

.country-section {
  min-height: 400px;
}
