/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/** Remove the margin in all browsers (opinionated). */

body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */

/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */

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

/** Add the correct display in IE 9-. */

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

/** Add the correct display in iOS 4-7. */

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

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
  vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */

template,
[hidden] {
  display: none;
}

/* Links ========================================================================== */

/** Remove the gray background on active links in IE 10. */

a {
  background-color: transparent;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */

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

/* Text-level semantics ========================================================================== */

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */

b,
strong {
  font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
  font-weight: bolder;
}

/** Add the correct font style in Android 4.3-. */

dfn {
  font-style: italic;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Add the correct background and color in IE 9-. */

mark {
  background-color: #ff0;
  color: #000;
}

/** Add the correct font size in all browsers. */

small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */

/** Remove the border on images inside links in IE 10-. */

img {
  border-style: none;
}

/** Hide the overflow in IE. */

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

/* Grouping content ========================================================================== */

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/** Add the correct margin in IE 8. */

figure {
  margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms ========================================================================== */

/** Change font properties to `inherit` in all browsers (opinionated). */

button,
input,
select,
textarea {
  font: inherit;
}

/** Restore the font weight unset by the previous rule. */

optgroup {
  font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */

button,
input,
select {
  /* 2 */
  overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */

button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/** Remove the inheritence of text transform in Edge, Firefox, and IE. 1. Remove the inheritence of text transform in Firefox. */

button,
select {
  /* 1 */
  text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */

[disabled] {
  cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 2 */
}

/** Remove the inner border and padding in Firefox. */

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

/** Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/** Remove the default vertical scrollbar in IE. */

textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */

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

/** Correct the odd appearance of search inputs in Chrome and Safari. */

[type='search'] {
  -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */

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

html {
  font-size: 62.5%;
  font-family: 'Meiryo', 'メイリオ', sans-serif;
}

body {
  background: #313131;
  color: #fff;
  background: url('../img/index_bg_01.gif');
}

h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
li {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.centered {
  display: table-cell;
  width: inherit;
  height: inherit;
  vertical-align: middle;
}

.header {
  overflow: hidden;
  margin: 40px 0 0;
}

.guidance-link {
  overflow: hidden;
  margin: 0 0 28px;
}

.guidance-link__item--logo {
  float: left;
  width: 186px;
}

.guidance-link__item--text {
  float: right;
  margin-top: 7px;
  font-size: 18px;
  font-size: 1.8rem;
}

.guidance-link__item--text a {
  display: block;
  padding-left: 12px;
  background: url('../img/header_ico_04.png') no-repeat;
}

.main-heading__img {
  display: block;
  text-align: center;
}

.main-heading__text {
  display: block;
  margin-left: 20px;
  margin: 30px 20px 0;
  padding-left: 60px;
  background: url('../img/header_bg_01.png') no-repeat left center;
  font-size: 36px;
  font-size: 3.6rem;
  text-shadow: 1.4px 1.8px 0px black;
}

.social-btn {
  float: right;
  margin-top: -52px;
  font-size: 0;
}

.social-btn__item {
  display: inline-block;
  width: 118px;
  height: 58px;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(-90deg, #353535 0%, black 100%);
  background-image: -ms-linear-gradient(-90deg, #353535 0%, black 100%);
  box-shadow: 2px 3.5px 0px 0px black;
  font-size: 10px;
  font-size: 1rem;
}

.social-btn__item img {
  margin-top: 4px;
  vertical-align: middle;
}

.social-btn__item--fb img {
  width: 19px;
}

.social-btn__item--tw img {
  width: 37px;
}

.social-btn__item--line {
  display: none;
}

.slide-area {
  margin: 45px 0 35px;
  width: 1000px;
  min-height: 510px;
  border: 1px solid #000;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  background: url('../img/content_bg_04.jpg') no-repeat;
}

.slide-area__box {
  display: none;
  position: relative;
  box-sizing: border-box;
  padding: 30px 30px 44px;
  min-height: 510px;
  text-align: center;
  background: url('../img/content_bg_04.jpg') no-repeat;
}

.slide-area__box.is-show {
  display: block;
  -webkit-animation: show 0.2s linear 0s;
  animation: show 0.2s linear 0s;
}

.slide-area__box.is-show.result {
  display: block;
  -webkit-animation: show-result 0.2s linear 0s;
  animation: show-result 0.2s linear 0s;
}

.slide-area__box[data-current-option^='1'] {
  background: url('../img/content_bg_01.jpg') no-repeat;
  background-size: cover;
}

.slide-area__box[data-current-option^='2'] {
  background: url('../img/content_bg_02.jpg') no-repeat;
  background-size: cover;
}

.slide-area__box[data-current-option^='3'] {
  background: url('../img/content_bg_03.jpg') no-repeat;
  background-size: cover;
}

.slide-area__box[data-current-option='pro'] {
  background: #d3a91c;
  color: #d3a91c;
}

.slide-area__box[data-current-option='athlete'] {
  background: #0083c9;
  color: #0083c9;
}

.slide-area__box[data-current-option='fitness'] {
  background: #4dc8b8;
  color: #4dc8b8;
}

.slide-area__box[data-current-option='junior'] {
  background: #4dc8b8;
  color: #4dc8b8;
}

.select__heading {
  position: relative;
  display: none;
  padding: 60px 0 90px;
  font-size: 30px;
  font-size: 3rem;
}

.select__heading.is-show {
  display: block;
  -webkit-animation: show 0.2s linear 0s;
  animation: show 0.2s linear 0s;
}

.select__options {
  position: relative;
  display: none;
  font-size: 0;
  padding: 0 15px;
}

.select__options.is-show {
  display: block;
  -webkit-animation: show 0.2s linear 0s;
  animation: show 0.2s linear 0s;
}

.select__option {
  display: inline-block;
  width: 425px;
  height: 90px;
  background: #e8447e;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}

.select__option__mark {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  line-height: 64px;
  margin: 0 15px;
  background: #fff;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  color: #e8447e;
}

.select__option:first-child {
  margin-right: 50px;
  background: #38a1db;
}

.select__option:first-child .select__option__mark {
  color: #38a1db;
}

.select__back {
  display: none;
  position: absolute;
  left: 60px;
  bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}

.select__back.is-show {
  display: block;
  -webkit-animation: show-back 0.2s linear 0s;
  animation: show-back 0.2s linear 0s;
}

.select__back:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  background: url('../img/content_ico_01.gif') no-repeat;
  width: 30px;
  height: 30px;
}

.result__read {
  padding: 0 0 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.result__data {
  padding: 40px 0 20px;
  font-size: 0;
}

.result__data__item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 60px;
  padding: 0 10px;
  background: #fff;
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
}

.result__data__item + .result__data__item {
  margin-left: 20px;
}

.result__image {
  width: 940px;
  height: 880px;
  background: #fff;
}

.result__link {
  position: absolute;
  left: 70px;
  bottom: -146px;
  width: 420px;
  height: 90px;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(-90deg, #353535 0%, black 100%);
  background-image: -ms-linear-gradient(-90deg, #353535 0%, black 100%);
  box-shadow: 1px 1.732px 0px 0px rgba(0, 0, 0, 0.004);
  font-size: 32px;
  font-size: 3.2rem;
  text-shadow: 1px 1.732px 0px rgba(0, 0, 0, 0.004);
  font-weight: bold;
}

.-unlink {
  color: #fff;
}

.result__link.-buy {
  left: 510px;
  bottom: -146px;
}

.result__link:after {
  display: block;
  content: '';
  width: 16px;
  height: 31px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../img/content_ico_02.png') no-repeat;
}

.result__link.-unlink:after {
  display: none;
}

.result__back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -196px;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
  padding-left: 40px;
  color: #fff;
}

.result__back:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/content_ico_01.gif') no-repeat;
  width: 30px;
  height: 30px;
}

.footer {
  margin: 40px 0;
}

.footer--result {
  margin: 235px 0 40px;
}

.copy {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 639px) {
  body {
    background: url('../img/index_bg_01.gif');
    background-size: 2px;
  }

  .container {
    width: auto;
    margin: 20px;
  }

  .centered {
    display: block;
    width: 100%;
    line-height: inherit;
  }

  .header {
    margin: 0;
  }

  .guidance-link {
    margin: 0 0 10px;
  }

  .guidance-link__item {
    font-size: 0;
  }

  .guidance-link__item--logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 110px;
  }

  .guidance-link__item--text {
    float: none;
    display: inline-block;
    vertical-align: -2px;
    margin-left: 15px;
    font-size: 1.6rem;
  }

  .guidance-link__item--text a {
    background: url('../img/header_ico_04_sp.png') no-repeat left 2px;
    background-size: 6px 10px;
  }

  .main-heading__text {
    background: none;
    margin: 10px 0 15px;
    padding: 0;
    font-size: 2.3rem;
    letter-spacing: -0.03em;
  }

  .social-btn {
    float: none;
    margin: 0;
  }

  .social-btn__item {
    box-sizing: border-box;
    width: 30.893%;
    margin: 0;
    line-height: 58px;
    vertical-align: top;
  }

  .social-btn__item + .social-btn__item {
    margin-left: 3.571%;
  }

  .social-btn__item img {
    margin-top: 0;
  }

  .social-btn__item--fb img {
    width: 14px;
  }

  .social-btn__item--tw img {
    width: 27px;
  }

  .social-btn__item--line {
    display: inline-block;
  }

  .social-btn__item--line img {
    width: 30px;
  }

  .slide-area {
    width: auto;
    margin: 0 0 20px;
    min-height: 280px;
  }

  .slide-area__box {
    min-height: 280px;
    padding: 20px 10px 10px;
  }

  .slide-area__box.is-show {
    -webkit-animation: show-sp 0.2s linear 0s;
    animation: show-sp 0.2s linear 0s;
  }

  .slide-area__box[data-current-option^='1'] {
    background: url('../img/content_bg_01_sp.jpg') no-repeat;
    background-size: cover;
  }

  .slide-area__box[data-current-option^='2'] {
    background: url('../img/content_bg_02_sp.jpg') no-repeat;
    background-size: cover;
  }

  .slide-area__box[data-current-option^='3'] {
    background: url('../img/content_bg_03_sp.jpg') no-repeat;
    background-size: cover;
  }

  .select__heading {
    font-size: 2rem;
    line-height: 1.25;
    padding: 5px 0 25px;
  }

  .select__heading span {
    display: block;
  }

  .select__heading.is-show {
    -webkit-animation: show-sp 0.2s linear 0s;
    animation: show-sp 0.2s linear 0s;
  }

  .select__options {
    padding: 0 15px 35px;
  }

  .select__options.is-show {
    -webkit-animation: show-sp 0.2s linear 0s;
    animation: show-sp 0.2s linear 0s;
  }

  .select__option {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 1.5rem;
  }

  .select__option__mark {
    font-size: 2.5rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 0 10px;
  }

  .select__option:first-child {
    margin: 0 0 25px;
  }

  .select__back {
    font-size: 1.4rem;
    left: 35px;
    bottom: 10px;
  }

  .select__back.is-show {
    -webkit-animation: show-back-sp 0.2s linear 0s;
    animation: show-back-sp 0.2s linear 0s;
  }

  .select__back:before {
    width: 20px;
    height: 20px;
    left: -25px;
    background: url('../img/content_ico_01_sp.gif') no-repeat;
    background-size: 100%;
  }

  .result__read {
    padding: 0 0 25px;
    font-size: 1.2rem;
  }

  .slide-area__box[data-current-option='pro'] .result__heading img {
    width: 42.5%;
  }

  .slide-area__box[data-current-option='athlete'] .result__heading img {
    width: 96.154%;
  }

  .slide-area__box[data-current-option='fitness'] .result__heading img {
    width: 85.962%;
  }

  .slide-area__box[data-current-option='innerwear'] .result__heading img {
    width: 51.154%;
  }

  .result__data {
    padding: 20px 0;
  }

  .result__data__item {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 1.3rem;
    letter-spacing: -0.07em;
  }

  .result__data__item + .result__data__item {
    margin: 10px 0 0;
  }

  .result__image {
    width: auto;
    height: auto;
  }

  .result__link:after {
    width: 10px;
    height: 20px;
    right: 20px;
    background: url('../img/content_ico_02_sp.png') no-repeat;
    background-size: 100%;
  }

  .result__link {
    width: 100%;
    height: 60px;
    line-height: 60px;
    left: 0;
    bottom: -85px;
    font-size: 2.1rem;
  }

  .result__link:last-of-type {
    left: 0;
    bottom: -170px;
  }

  .result__back {
    font-size: 1.4rem;
    bottom: -120px;
    padding-left: 25px;
  }

  .result__back:before {
    width: 20px;
    height: 20px;
    background: url('../img/content_ico_01_sp.gif') no-repeat;
    background-size: 100%;
  }

  .footer {
    margin: 15px 0 0;
  }

  .footer--result {
    margin: 190px 0 0;
  }

  .copy {
    font-size: 1rem;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 20px;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}

@keyframes show {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 20px;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}

@-webkit-keyframes show-sp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 10px;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}

@keyframes show-sp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 10px;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}

@-webkit-keyframes show-result {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes show-result {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes show-back {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 80px;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 60px;
  }
}

@keyframes show-back {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 80px;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 60px;
  }
}

@-webkit-keyframes show-back-sp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 45px;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 35x;
  }
}

@keyframes show-back-sp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 45px;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 35x;
  }
}
