@charset "UTF-8";
/* ==========================================================================//
//
//　common
//
// ========================================================================== */
.app {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

.app {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: hiragino-mincho-pron, serif, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  color: #2E2E2E;
  font-size: 12.5px;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 751px) {
  .app {
    font-size: 15px;
  }
}

.app * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

:root {
  --widthTab: 751px;
}

:root {
  --header_height: 60px;
}
@media all and (min-width: 751px) {
  :root {
    --header_height: 84px;
  }
}

:where(.app img) {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

.app h1, .app h2, .app h3, .app h4, .app h5, .app h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.app section, .app picture {
  display: block;
}

:where(.app img) {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(.app a img) {
  border: none;
}

:where(.app a) {
  text-decoration: none;
  color: #2E2E2E;
}

:where(.app ul), :where(.app li) {
  list-style: none;
}

:where(.app input), :where(.app label), :where(.app select), :where(.app textarea) {
  vertical-align: middle;
}

@media all and (max-width: 750px) {
  .app .for_sp {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .app .for_sp {
    display: none;
  }
}

@media all and (max-width: 750px) {
  .app .for_pc {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .app .for_pc {
    display: block;
  }
}

/* inner
---------------------------------------------------------- */
.app .inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .app .inner {
    padding: 0 83px;
    max-width: 1366px;
  }
  .app .inner.-max-width01 {
    max-width: 1532px;
  }
}

/* ==========================================================================//
//
// appページ
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.app section {
  padding: 50px 0;
}
@media all and (min-width: 751px) {
  .app section {
    padding: 70px 0;
  }
}
.app section:not(:last-of-type) {
  border-bottom: 1px solid #E9E9E9;
}

.app .sec_ttl {
  margin: 30px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  .app .sec_ttl {
    margin: 0 0 45px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .app .sec_ttl {
    margin: 30px 0 45px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .app .sec_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 20px 0;
  }
}
.app .sec_ttl span {
  display: inline-block;
}
.app .sec_ttl .en {
  padding-right: 17px;
  position: relative;
  box-sizing: content-box;
}
@media all and (min-width: 751px) {
  .app .sec_ttl .en {
    padding-right: 20px;
  }
}
.app .sec_ttl .en::after {
  position: absolute;
  content: "";
  background-color: #2E2E2E;
  width: 1px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media all and (min-width: 751px) {
  .app .sec_ttl .en::after {
    height: 23px;
  }
}
.app .sec_ttl .jp {
  padding-left: 17px;
  font-size: 16px;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  .app .sec_ttl .jp {
    padding-left: 20px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .app .sec_ttl .jp {
    padding-left: 0;
  }
}

:where(.app p) {
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.84;
}
@media all and (min-width: 751px) {
  :where(.app p) {
    line-height: 1.86;
  }
}

.app .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
@media all and (min-width: 1001px) {
  .app .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 80px;
  }
}
@media all and (min-width: 1001px) {
  .app .wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.app .wrap .txts {
  text-align: left;
}

.app .app_images {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media all and (min-width: 751px) {
  .app .app_images {
    margin-top: 45px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 0 40px;
  }
}
.app .app_images a {
  display: block;
}
@media all and (min-width: 751px) {
  .app .app_images a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .app .app_images a:hover {
    opacity: 0.7;
  }
}
.app .app_images a:first-of-type {
  width: min(101px, 100%);
}
@media all and (min-width: 751px) {
  .app .app_images a:first-of-type {
    width: min(119px, 100%);
  }
}
.app .app_images a:nth-of-type(2) {
  width: min(114px, 100%);
}
@media all and (min-width: 751px) {
  .app .app_images a:nth-of-type(2) {
    width: min(135px, 100%);
  }
}

/* メインビジュアル
---------------------------------------------------------- */
.app .mv {
  position: relative;
}
.app .mv .mv_txt {
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89.35%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.83;
  text-align: left;
}
@media all and (min-width: 751px) {
  .app .mv .mv_txt {
    top: 38px;
    font-size: 18px;
    width: 92.68%;
  }
}
.app .mv .mv_txt .for_md {
  display: block;
}
@media all and (min-width: 1001px) {
  .app .mv .mv_txt .for_md {
    display: none;
  }
}

/* ブランドの“いま”が届く。canterbury公式アプリ。
---------------------------------------------------------- */
.app .sec_introduction {
  text-align: left;
}
@media all and (min-width: 751px) {
  .app .sec_introduction {
    padding: 100px 0;
  }
}
.app .sec_introduction .sec_ttl {
  font-weight: 600;
  line-height: 1.76;
}
@media all and (max-width: 750px) {
  .app .sec_introduction .sec_ttl {
    margin: 0 0 25px;
    font-size: 17px;
  }
}
@media all and (min-width: 751px) {
  .app .sec_introduction .sec_ttl {
    font-size: 26px;
  }
}

/* 最新情報を、いち早く。
---------------------------------------------------------- */
.app .sec_feature .wrap {
  width: min(1027px, 100%);
}
@media all and (max-width: 750px) {
  .app .sec_feature .image {
    padding-left: 20px;
  }
}
@media all and (min-width: 1001px) {
  .app .sec_feature .image {
    width: 48.7%;
  }
}
@media all and (min-width: 1001px) {
  .app .sec_feature .txts {
    width: 43.5%;
  }
}
.app .sec_feature .sec_ttl .en {
  width: min(86px, 100%);
}
@media all and (min-width: 751px) {
  .app .sec_feature .sec_ttl .en {
    width: min(129.48px, 100%);
  }
}

/* アプリだけの特別な体験
---------------------------------------------------------- */
.app .sec_members .wrap {
  width: min(1031px, 100%);
}
@media all and (max-width: 750px) {
  .app .sec_members .image {
    padding: 0 10px;
  }
}
@media all and (min-width: 1001px) {
  .app .sec_members .image {
    width: 48.5%;
  }
}
@media all and (min-width: 1001px) {
  .app .sec_members .txts {
    width: 43.7%;
  }
}
.app .sec_members .sec_ttl .en {
  width: min(94px, 100%);
}
@media all and (min-width: 751px) {
  .app .sec_members .sec_ttl .en {
    width: min(144px, 100%);
  }
}

/* トップアスリートが登場するコンテンツ
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .app .sec_experience .wrap {
    gap: 0 68px;
  }
}
@media all and (max-width: 750px) {
  .app .sec_experience .image {
    padding: 0 10px;
  }
}
@media all and (min-width: 1001px) {
  .app .sec_experience .image {
    width: 39.45%;
  }
}
@media all and (min-width: 1001px) {
  .app .sec_experience .txts {
    width: 54.67%;
  }
}
@media all and (max-width: 1360px) {
  .app .sec_experience .sec_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 10px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1360px) {
  .app .sec_experience .sec_ttl {
    gap: 20px 0;
  }
}
@media all and (max-width: 750px) {
  .app .sec_experience .sec_ttl .en {
    width: min(120px, 100%);
    margin-right: auto;
  }
}
@media all and (min-width: 751px) {
  .app .sec_experience .sec_ttl .en {
    width: min(182px, 100%);
  }
}
@media all and (max-width: 1360px) {
  .app .sec_experience .sec_ttl .jp {
    padding-left: 0;
  }
}

/* 着こなし Inspiration
---------------------------------------------------------- */
@media all and (min-width: 1001px) {
  .app .sec_snap .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.app .sec_snap .image {
  width: 68.4%;
}
@media all and (max-width: 1000px) {
  .app .sec_snap .image {
    margin-inline: auto;
  }
}
@media all and (min-width: 1001px) {
  .app .sec_snap .image {
    width: 34.6%;
  }
}
@media all and (min-width: 1001px) {
  .app .sec_snap .txts {
    width: 53.3%;
  }
}
.app .sec_snap .sec_ttl .en {
  width: min(112px, 100%);
}
@media all and (min-width: 751px) {
  .app .sec_snap .sec_ttl .en {
    width: min(172px, 100%);
  }
}

/* Canterburyとあなたをつなぐ、もうひとつのフィールド。
---------------------------------------------------------- */
.sec_field .sec_ttl {
  font-weight: 600;
  line-height: 1.76;
}
@media all and (max-width: 750px) {
  .sec_field .sec_ttl {
    font-size: 17px;
    text-align: left;
  }
}
@media all and (min-width: 751px) {
  .sec_field .sec_ttl {
    font-size: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 750px) {
  .sec_field p {
    text-align: left;
  }
}
.sec_field .app_images {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}