/**
 * Base
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-family: "Hiragino Sans",'Noto Sans JP',sans-serif;
  margin: 0;
  color: #000;
}

[hidden] {
  display: none !important;
}

/**
  * HTML5 display definitions
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Text-level semantic
  */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; margin-bottom: 1.1em;
  font-size: inherit;
  font-weight: inherit;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/**
  * Embedded content
  */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/**
  * Grouping content
  */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style: none;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
  * Forms
  */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
  * Tables
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
  * Tables
  */
/**
 * Base
 */
/**
 * COMPONENT
 */
.l-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 1200px) {
  .l-container {
    padding: 0 20px;
  }
}

.gotoListWrap {
  text-align: right;
  margin-top: 70px;
}

.gotoListWrap .gotoList {
  font-size: 14px;
  color: #454545;
  padding: 0 5px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1.5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.gotoListWrap .gotoList:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .gotoListWrap .gotoList {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/**
 * COMPONENT
 */
header {
  padding: 15px 0 15px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
}

header .header-wrap__logo {
  width: 180px;
  margin: 0;
}

@media only screen and (max-width: 370px) {
  header .header-wrap__logo {
    width: 120px;
  }
}

header .header-wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header-wrap .nav--item:not(:last-child) {
  margin-right: 25px;
}

header .header-wrap .nav--item:nth-child(3) a img {
  width: 19px;
}

header .header-wrap .nav--link img {
  width: 30px;
}

.think_athlete {
  position: relative;
  padding-top: 62px;
}

.think_athlete .main_visual {
  position: relative;
}

.think_athlete .main_visual picture {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}

.think_athlete .main_visual picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.think_athlete .main_visual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.think_athlete .main_visual .inner .l-container {
  max-width: 1300px;
}

.think_athlete .main_visual .inner .l-container h1 {
  margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .main_visual .inner .l-container h1 {
    margin-top: 20px;
  }
}

.think_athlete .main_visual .inner .l-container h1 img {
  width: 55%;
}

@media only screen and (max-width: 768px) {
  .think_athlete .main_visual .inner .l-container h1 img {
    width: 100%;
  }
}

.think_athlete .main_visual p {
  font-size: 25px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 40px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .main_visual p {
    font-size: 15px;
    bottom: unset;
    right: unset;
    top: 54%;
    left: 20px;
  }
}

.think_athlete .summary {
  position: relative;
}

.think_athlete .summary::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 340px);
  background: #6d92b9;
  background: linear-gradient(113deg, #6d92b9 0%, #6d92b9 69%, #5788b0 69%);
  position: absolute;
  top: 210px;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .think_athlete .summary::before {
    top: 120px;
    height: calc(100% - 240px);
  }
}

.think_athlete .summary .inner {
  margin-top: -210px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .think_athlete .summary .inner {
    margin-top: -120px;
  }
}

.think_athlete .summary .inner .content {
  max-width: 1500px;
}

.think_athlete .summary .inner .content .txt-wrap {
  max-width: 1200px;
  margin: 0 auto;
  border-left: 3px solid #fff;
  padding-left: 25px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .summary .inner .content .txt-wrap {
    border-left: none;
    padding-left: 0;
  }
}

.think_athlete .summary .inner .content .txt-wrap h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .think_athlete .summary .inner .content .txt-wrap h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

.think_athlete .summary .inner .content .txt-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .think_athlete .summary .inner .content .txt-wrap p {
    font-size: 15px;
    line-height: 25px;
  }
}

.think_athlete .summary .inner figure {
  margin: 45px -20px 0 0;
}

@media only screen and (min-width: 1300px) {
  .think_athlete .summary .inner figure {
    margin: 110px 0 0 0;
    text-align: right;
  }
  .think_athlete .summary .inner figure img {
    width: calc(100% - 100px);
  }
}

.think_athlete .features {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features {
    padding-bottom: 90px;
  }
}

.think_athlete .features .inner {
  max-width: 1000px;
}

.think_athlete .features .inner .content h2 {
  text-align: center;
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content h2 {
    margin-bottom: 70px;
  }
}

.think_athlete .features .inner .content h2 img {
  width: 210px;
}

@media only screen and (min-width: 769px) {
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(1) h3 span {
    left: 45px;
  }
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(1) p {
    width: 90%;
  }
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(2) h3 span {
    left: 65px;
  }
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(2) p {
    width: 90%;
  }
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(3) h3 span {
    left: 65px;
  }
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(3) p {
    width: 90%;
  }
}

.think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(even) h3 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(even) h3 span {
    left: unset;
    right: 50px;
  }
}

.think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:not(:last-child) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01:nth-child(3) h3 span {
    left: 60px;
  }
}

.think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01 h3 span {
  border-bottom: none;
  right: unset;
  left: 40px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .row02-conwrap .content-row01 h3 img {
    width: auto;
  }
}

.think_athlete .features .inner .content--wrap__item .content-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.think_athlete .features .inner .content--wrap__item .content-row01__col:first-child {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row01__col:first-child {
    width: 100%;
  }
}

.think_athlete .features .inner .content--wrap__item .content-row01__col:last-child {
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row01__col:last-child {
    width: 100%;
    margin-top: 25px;
  }
}

.think_athlete .features .inner .content--wrap__item .content-row01__col h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row01__col h3 img {
    width: 100px;
  }
}

.think_athlete .features .inner .content--wrap__item .content-row01__col h3 span {
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 65px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row01__col h3 span {
    font-size: 20px;
    right: unset;
    left: 50px;
  }
}

.think_athlete .features .inner .content--wrap__item .content-row01__col figure {
  margin: 0;
}

.think_athlete .features .inner .content--wrap__item .content-row01__col p {
  text-align: justify;
}

.think_athlete .features .inner .content--wrap__item .content-row02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row02 {
    margin-bottom: 25px;
  }
}

.think_athlete .features .inner .content--wrap__item .content-row02__col:first-child {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row02__col:first-child {
    width: 100%;
  }
}

.think_athlete .features .inner .content--wrap__item .content-row02__col h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row02__col h3 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row02__col h3 img {
    width: 100px;
  }
}

.think_athlete .features .inner .content--wrap__item .content-row02__col h3 span {
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .think_athlete .features .inner .content--wrap__item .content-row02__col h3 span {
    font-size: 20px;
    right: 80px;
  }
}

.think_athlete .rest_cycle {
  background-color: #DEE8F2;
  padding-top: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .think_athlete .rest_cycle {
    padding-bottom: 50px;
  }
}

.think_athlete .rest_cycle .inner.l-container {
  max-width: 1000px;
}

.think_athlete .rest_cycle .inner .content .bg-skew {
  position: relative;
  text-align: center;
  padding: 0 0 45px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .rest_cycle .inner .content .bg-skew {
    padding: 0 10px 45px;
  }
}

.think_athlete .rest_cycle .inner .content .bg-skew::before {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
  -webkit-transform: skew(-20deg, 0deg);
          transform: skew(-20deg, 0deg);
}

@media only screen and (max-width: 768px) {
  .think_athlete .rest_cycle .inner .content .bg-skew::before {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
    height: 96%;
  }
}

.think_athlete .rest_cycle .inner .content .bg-skew h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #6D92B9;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .think_athlete .rest_cycle .inner .content .bg-skew h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.think_athlete .rest_cycle .inner .content .bg-skew p {
  font-size: 18px;
  line-height: 29px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .think_athlete .rest_cycle .inner .content .bg-skew p {
    font-size: 16px;
    line-height: 25px;
  }
}

.think_athlete .rest_cycle .inner .content .bg-skew p b {
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .think_athlete .rest_cycle .inner .content .bg-skew p b {
    font-size: 18px;
    line-height: 28px;
  }
}

.think_athlete .rest_cycle .inner .content .bg-skew p span {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .rest_cycle .inner .content .bg-skew p span {
    font-size: 15px;
  }
}

.think_athlete .rest_cycle .inner .content figure {
  margin: 40px 0 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .think_athlete .rest_cycle .inner .content figure {
    margin: 25px 0 0;
  }
}

.think_athlete .athlete {
  background: url("../image/top/athlete/athlete_bg.jpg") no-repeat center center/cover;
  padding: 195px 0 165px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .athlete {
    padding: 60px 0 25px;
    background: url("../image/top/athlete/athlete_bg_sp.jpg") no-repeat center center/cover;
  }
}

.think_athlete .athlete .inner .content figure {
  margin: 0 0 80px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .athlete .inner .content figure {
    text-align: center;
    margin: 0 0 165px;
  }
  .think_athlete .athlete .inner .content figure img {
    width: 95%;
  }
}

.think_athlete .athlete .inner .content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .think_athlete .athlete .inner .content p {
    font-size: 16px;
    line-height: 27px;
  }
}

.think_athlete .jersey {
  padding-top: 121px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey {
    padding-top: 91px;
  }
}

.think_athlete .jersey .inner .content .ttl {
  text-align: center;
}

.think_athlete .jersey .inner .content .ttl h3 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 0;
}

.think_athlete .jersey .inner .content .ttl span {
  display: block;
  font-size: 15px;
  margin-bottom: 19px;
}

.think_athlete .jersey .inner .content .ttl p {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .ttl p {
    font-size: 18px;
    line-height: 28px;
  }
}

.think_athlete .jersey .inner .content .product {
  max-width: 540px;
  margin: 0 auto;
  padding: 74px 0 0;
}

.think_athlete .jersey .inner .content .product.mgt-lady {
  padding: 215px 0 0;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product.mgt-lady {
    padding: 80px 0 0;
  }
}

.think_athlete .jersey .inner .content .product--ttl {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 43px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--ttl {
    margin-bottom: 23px;
  }
}

.think_athlete .jersey .inner .content .product--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -10px;
}

.think_athlete .jersey .inner .content .product--list__item {
  width: 50%;
  padding: 0 10px;
}

.think_athlete .jersey .inner .content .product--list__item:not(:nth-last-child(-n+2)) {
  margin-bottom: 155px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--list__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 73px;
  }
}

.think_athlete .jersey .inner .content .product--list__item.w-100 {
  width: 100%;
}

.think_athlete .jersey .inner .content .product--list__item.w-100.cst-mgTop {
  margin-top: 155px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--list__item.w-100.cst-mgTop {
    margin-top: 73px;
  }
}

.think_athlete .jersey .inner .content .product--list__item.w-100 .product-info {
  max-width: 50%;
  margin: 0 auto;
}

.think_athlete .jersey .inner .content .product--list__link {
  text-align: center;
}

.think_athlete .jersey .inner .content .product--list__link figure {
  margin: 0 auto 23px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--list__link figure {
    margin: 0 auto 18px;
  }
}

.think_athlete .jersey .inner .content .product--list__link h3, .think_athlete .jersey .inner .content .product--list__link p {
  margin-bottom: 0;
}

.think_athlete .jersey .inner .content .product--list__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 35px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  border: 1px solid #313131;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--list__link a {
    font-size: 13px;
    height: 30px;
  }
}

.think_athlete .jersey .inner .content .product--list__link a:hover {
  color: #fff;
  background-color: #5788B0;
  border: 1px solid #5788B0;
}

.think_athlete .jersey .inner .content .product--list .product--list__ttl {
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--list .product--list__ttl {
    font-size: 15px;
    line-height: 20px;
  }
}

.think_athlete .jersey .inner .content .product--list .product--list__desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--list .product--list__desc {
    font-size: 12px;
    line-height: 17px;
    margin-top: 3px;
    margin-bottom: 19px;
  }
}

.think_athlete .jersey .inner .content .product--list .product--list__size {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--list .product--list__size {
    font-size: 14px;
    line-height: 18px;
  }
}

.think_athlete .jersey .inner .content .product--list .product--list__price {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product--list .product--list__price {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
  }
}

.think_athlete .jersey .inner .content .product-banner {
  max-width: 650px;
  margin: 120px auto 0;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product-banner {
    margin: 90px auto 0;
  }
}

.think_athlete .jersey .inner .content .product-banner a {
  display: block;
  border: 1px solid #313131;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.think_athlete .jersey .inner .content .product-banner a:hover {
  opacity: .5;
}

.think_athlete .jersey .inner .content .product-banner a figure {
  margin: 0;
}

.think_athlete .jersey .inner .content .product-banner a:not(:last-child) {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .jersey .inner .content .product-banner a:not(:last-child) {
    margin-bottom: 40px;
  }
}

.think_athlete .message {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .message {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

.think_athlete .message .inner {
  max-width: 1000px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .message .inner {
    padding: 0;
  }
}

.think_athlete .message .inner .content h2 {
  text-align: center;
  margin-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .message .inner .content h2 {
    margin-bottom: 70px;
  }
}

.think_athlete .message .inner .content h2 img {
  width: 256px;
}

.think_athlete .message .inner .content--wrap__item:not(:last-child) {
  margin-bottom: 90px;
}

.think_athlete .message .inner .content--wrap__item .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.think_athlete .message .inner .content--wrap__item .content-row__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (min-width: 769px) {
  .think_athlete .message .inner .content--wrap__item .content-row__reverse figure {
    z-index: 1 !important;
    width: 115%;
    left: 0 !important;
  }
}

.think_athlete .message .inner .content--wrap__item .content-row__reverse h3 {
  z-index: 1;
}

.think_athlete .message .inner .content--wrap__item .content-row__col {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .think_athlete .message .inner .content--wrap__item .content-row__col {
    width: 100%;
    padding: 0 20px;
  }
}

.think_athlete .message .inner .content--wrap__item .content-row__col:last-child {
  padding: 50px 10px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .message .inner .content--wrap__item .content-row__col:last-child {
    background-color: #6D92B9;
    padding: 80px 20px 40px;
    margin-top: -60px;
    z-index: -1;
  }
}

.think_athlete .message .inner .content--wrap__item .content-row__col figure {
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .think_athlete .message .inner .content--wrap__item .content-row__col figure {
    z-index: -2;
    width: 115%;
    left: -50px;
  }
}

.think_athlete .message .inner .content--wrap__item .content-row__col h3 {
  font-size: 25px;
  font-weight: 500;
  color: #6D92B9;
  position: absolute;
  top: -20px;
  left: -40px;
  padding: 2px 10px 4px;
}

@media only screen and (max-width: 1050px) {
  .think_athlete .message .inner .content--wrap__item .content-row__col h3 {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .think_athlete .message .inner .content--wrap__item .content-row__col h3 {
    z-index: 1;
    font-size: 18px;
    left: 25px;
  }
}

.think_athlete .message .inner .content--wrap__item .content-row__col h3::before {
  content: "";
  background-color: #DEE8F2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skew(-9deg, 0deg);
          transform: skew(-9deg, 0deg);
  z-index: -1;
}

.think_athlete .message .inner .content--wrap__item .content-row__col .p-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .think_athlete .message .inner .content--wrap__item .content-row__col .p-txt::before {
    content: "";
    background-color: #6D92B9;
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) skew(-9deg, 0deg);
            transform: translate(-50%, 0) skew(-9deg, 0deg);
    z-index: -1;
  }
}

.think_athlete .message .inner .content--wrap__item .content-desc {
  font-size: 12px;
  line-height: 22px;
  margin-top: 5px;
  position: relative;
  left: -40px;
}

@media only screen and (max-width: 1060px) {
  .think_athlete .message .inner .content--wrap__item .content-desc {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .think_athlete .message .inner .content--wrap__item .content-desc {
    padding: 0 20px;
    font-size: 13px;
  }
}

.think_athlete .message .inner .content--wrap__item .content-desc b {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .think_athlete .message .inner .content--wrap__item .content-desc b {
    font-size: 15px;
  }
}

.think_athlete .target_store {
  position: relative;
  z-index: 1;
  padding: 0 0 107px 0;
}

@media only screen and (max-width: 767px) {
  .think_athlete .target_store {
    padding: 15px 0 107px 0;
  }
}

.think_athlete .target_store .content--ttl {
  font-size: 30px;
  color: #454545;
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .think_athlete .target_store .content--ttl {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

.think_athlete .target_store .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.think_athlete .target_store .content .row__col {
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .think_athlete .target_store .content .row__col {
    width: 100%;
    padding: 0;
  }
}

.think_athlete .target_store .content .row__col:first-child {
  border-right: 1px solid #454545;
}

@media only screen and (max-width: 767px) {
  .think_athlete .target_store .content .row__col:first-child {
    border-right: none;
    margin-bottom: 25px;
  }
}

.think_athlete .target_store .content .row__col .l-store {
  list-style: none;
}

.think_athlete .target_store .content .row__col .l-store--item {
  text-align: center;
}

.think_athlete .target_store .content .row__col .l-store--item:not(:last-child) {
  margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .target_store .content .row__col .l-store--item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.think_athlete .target_store .content .row__col .l-store--tab {
  font-size: 18px;
  color: #454545;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .think_athlete .target_store .content .row__col .l-store--tab {
    font-size: 16px;
  }
}

.think_athlete .target_store .content .row__col .l-store--tab.isActive {
  margin-bottom: 24px;
}

.think_athlete .target_store .content .row__col .l-store--tab.isActive::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.think_athlete .target_store .content .row__col .l-store--content {
  -webkit-transition: height .25s ease;
  transition: height .25s ease;
  overflow: hidden;
}

.think_athlete .target_store .content .row__col .l-store--content.isActive {
  margin-bottom: 34px;
}

.think_athlete .target_store .content .row__col .l-store--content--address {
  font-size: 15px;
  line-height: 35px;
  color: #454545;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .think_athlete .target_store .content .row__col .l-store--content--address {
    font-size: 14px;
  }
}

.think_athlete .target_store .content .row__col .l-store--content--address a {
  display: inline-block;
  line-height: 24px;
  text-decoration: underline;
  -webkit-text-decoration-color: #454545;
          text-decoration-color: #454545;
}

.think_athlete .service {
  position: relative;
  z-index: 1;
  padding: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .think_athlete .service {
    padding: 0 0 80px;
  }
}

.think_athlete .service .inner {
  max-width: 970px;
}

.think_athlete .service .inner .content--ttl {
  font-size: 30px;
  text-align: center;
  color: #5788B0;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .think_athlete .service .inner .content--ttl {
    font-size: 21px;
    margin-bottom: 40px;
  }
}

.think_athlete .service .inner .content--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.think_athlete .service .inner .content--row__col:first-child {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .think_athlete .service .inner .content--row__col:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
}

.think_athlete .service .inner .content--row__col:first-child figure {
  margin: 0;
}

.think_athlete .service .inner .content--row__col:last-child {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .think_athlete .service .inner .content--row__col:last-child {
    width: 100%;
  }
}

.think_athlete .service .inner .content--row__col:last-child .txt01 {
  font-size: 20px;
  color: #393939;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .think_athlete .service .inner .content--row__col:last-child .txt01 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 50px;
  }
}

.think_athlete .service .inner .content--row__col:last-child .txt02 {
  font-size: 14px;
  line-height: 20px;
  color: #393939;
}

@media only screen and (max-width: 767px) {
  .think_athlete .service .inner .content--row__col:last-child .txt02 {
    font-size: 12px;
  }
}

.think_athlete .service .inner .content--sns {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .think_athlete .service .inner .content--sns {
    margin-top: 100px;
  }
}

.think_athlete .service .inner .content--sns__ttl {
  text-align: center;
}

.think_athlete .service .inner .content--sns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.think_athlete .service .inner .content--sns__icon a {
  margin: 0 8px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.think_athlete .service .inner .content--sns__icon a:hover {
  opacity: .7;
}

.think_athlete .banner {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}

@media only screen and (max-width: 768px) {
  .think_athlete .banner {
    padding-bottom: 100px;
  }
}

.think_athlete .banner .inner {
  /* max-width: 1000px; */
  max-width: 700px;
}

.think_athlete .banner .inner .content a {
  display: block;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.think_athlete .banner .inner .content a:hover {
  opacity: .7;
}

footer {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #3C3F42;
  font-family: "M PLUS 1p",sans-serif;
  font-size: 12px;
  padding-bottom: 24px;
}

footer .menu__item__link {
  cursor: default;
  color: #fff !important;
}

footer a {
  color: #fff !important;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer a:hover {
  color: #686868;
}

footer .footsns {
  text-align: center;
  margin-top: 20px;
}

footer .footsns ul {
  list-style: none;
  text-align: center;
}

footer .footsns ul li {
  display: inline-block;
  width: 70px;
}

footer .footsns ul li:first-child {
  margin-left: 0;
}

footer .footsns ul li a i {
  font-size: 30px;
}

footer .container-fluid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 50px 0;
}

@media only screen and (max-width: 1000px) {
  footer .container-fluid {
    padding: 40px 20px 0;
  }
}

footer .container-fluid .footer_after {
  width: 450px;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 768px) {
  footer .container-fluid .footer_after {
    width: 100%;
    margin: 0 auto;
  }
}

footer .container-fluid .footer_after .footer_logo {
  width: 160px;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 768px) {
  footer .container-fluid .footer_after .footer_logo {
    text-align: center;
    margin: 1em auto;
  }
}

footer .container-fluid .footer_after .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container-fluid .footer_logo_area {
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

footer .container-fluid .footer_logo_area .copyright {
  font-size: 1.2em;
}
/*# sourceMappingURL=index.css.map */