@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  min-width: 1020px;
  overflow-x: hidden;
  position: relative;
  font-family: YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-weight: 300;
  letter-spacing: normal;
  background: url(../img/mens_bg_pattern.png) repeat;
}

body .fixed__bg01 {
  content: '';
  display: block;
  width: 100%;
  height: 554px;
  background: url(../img/betters_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

img[data-original] {
  background: none;
}

a:hover img {
  opacity: .8;
}

.loaded {
  display: block;
}

.l-container {
  position: relative;
}

/* Splash */
.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 10;
}

.splash__ttl {
  position: absolute;
  top: 48%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

/* Header */
.l-header {
  display: none !important;
}

#p-header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  min-width: 1020px;
  padding: 0 10px;
  background-color: transparent;
  -webkit-transition: .5s ease background-color;
  transition: .5s ease background-color;
}

#p-header .header-inner {
  position: relative;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1020px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#p-header .header-logo {
  display: block;
  z-index: 9999;
  width: 120px;
  margin: 0;
  position: relative;
}

#p-header .header-logo img {
  width: 120px;
}

#p-header .logo01 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

#p-header .logo02 {
  opacity: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

#p-header .g-nav {
  left: 0;
  width: 100%;
  z-index: 5555;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: auto;
  height: auto;
  background: 0 0;
  opacity: 1;
  padding: 0;
}

#p-header .g-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1em;
  width: auto;
  display: inline-block;
  text-align: center;
  margin-left: 54px;
}

#p-header .g-nav li a {
  display: block;
  position: relative;
  font-family: din-condensed,sans-serif;
  letter-spacing: .2em;
  padding: 0;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

#p-header .g-nav li a:hover {
  opacity: .6;
}

.scrolled #p-header {
  background-color: rgba(0, 0, 0, 0.8);
}

.scrolled #p-header .logo01 {
  opacity: 0;
}

.scrolled #p-header .logo02 {
  opacity: 1;
}

.scrolled .menu-trigger span {
  background-color: #fff;
}

.scrolled #p-header {
  background-color: rgba(0, 0, 0, 0.8);
}

.scrolled #p-header .g-nav li a {
  color: #fff;
}

.p-l-container {
  position: relative;
  width: 1020px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 17px;
  z-index: 9999;
}

.menu-trigger {
  display: none;
}

.menu-trigger .l-container {
  width: 100%;
  padding: 0;
}

/* Main contents */
.main {
  width: 100%;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  line-height: 1;
  left: 0;
  top: 0;
}

.bg {
  background: url(../img/mens_bg_pattern.png) repeat;
}

.mv {
  width: 1000px;
  height: 102vh;
  position: relative;
  margin: 0 auto;
}

.mv__ttl {
  position: absolute;
  top: 46.6%;
  right: 8%;
  overflow: hidden;
  z-index: 1;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.mv__ttl__img {
  width: 835px;
}

.mv__photo {
  width: 424px;
  height: 532px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -54%);
          transform: translate(50%, -54%);
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  z-index: 0;
}

.mv__photo__img {
  margin-left: -32px;
}

.repeat {
  margin-bottom: 111px;
}

.repeat__wrapper {
  width: 890px;
  margin: 0 auto;
  position: relative;
}

.repeat__ttl {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.repeat__subttl {
  margin-bottom: 27px;
}

.repeat__lead {
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
  font-weight: bold;
}

.repeat__txt {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.1em;
}

.repeat__photo {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  width: 374px;
  height: 470px;
  overflow: hidden;
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 0;
}

.repeat__photo.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.repeat__photo__img {
  margin-left: -28px;
}

.authentic {
  position: relative;
  padding-bottom: 200px;
}

.authentic::before {
  content: '';
  width: 100%;
  height: 466px;
  position: absolute;
  top: 90px;
  left: 0;
  background: #c8c9cb;
  z-index: 0;
}

.authentic__wrapper {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

.authentic__ttl {
  position: relative;
  z-index: 1;
  padding-left: 47px;
}

.authentic-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.authentic__photo {
  width: 552px;
  height: 411px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.authentic__photo.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.authentic__photo__img {
  margin-left: -41px;
}

.authentic__detail {
  width: 400px;
}

.authentic__subttl {
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 8px;
}

.authentic__txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  padding-left: 8px;
}

.betters {
  margin-bottom: 89px;
}

.betters__ttl {
  width: 890px;
  margin: 0 auto;
  padding-bottom: 136px;
  position: relative;
}

.betters__figure {
  position: absolute;
  top: -55px;
  right: 5px;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.betters__figure.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.betters__list {
  width: 100%;
  padding: 58px 0 72px;
}

.betters__item {
  width: 890px;
  margin: 0 auto;
  position: relative;
}

.betters__item__ttl {
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.betters__item__ttl.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.betters__item__detail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 118px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.betters__item__detail::before {
  content: '';
  display: block;
  width: 179px;
  height: 177px;
  background: url(../img/betters_block01_square.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -52px;
  left: 28px;
  z-index: 0;
}

.betters__item__photo {
  width: 299px;
  height: 424px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition-delay: .5s !important;
          transition-delay: .5s !important;
}

.betters__item__photo.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.betters__item__photo__img {
  margin-left: -22px;
}

.betters__item__exp {
  width: 414px;
}

.betters__item__exp__ttl {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.betters__item__exp__txt {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}

.betters__item:first-child {
  margin-bottom: 217px;
}

.betters__item:nth-child(2) {
  margin-bottom: 181px;
}

.betters__item:nth-child(2) .betters__item__ttl {
  left: auto;
  right: -21px;
  top: -90px;
}

.betters__item:nth-child(2) .betters__item__detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 84px;
  padding-left: 45px;
}

.betters__item:nth-child(2) .betters__item__detail::before {
  content: '';
  display: block;
  width: 169px;
  height: 167px;
  background: url(../img/betters_block02_square01.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 261px;
  top: -81px;
  z-index: -1;
}

.betters__item:nth-child(2) .betters__item__detail::after {
  content: '';
  display: block;
  width: 169px;
  height: 167px;
  background: url(../img/betters_block02_square02.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 1;
}

.betters__item:nth-child(2) .betters__item__detail .mark360 {
  position: absolute;
  top: 315px;
  right: 266px;
  z-index: 1;
}

.betters__item:nth-child(2) .betters__item__exp {
  width: 400px;
}

.betters__item:nth-child(2) .betters__item__exp__txt {
  letter-spacing: 0.05em;
}

.betters__item:last-child .betters__item__exp__txt {
  letter-spacing: 0.03em;
}

.betters__item:last-child .betters__item__detail::before {
  background: url(../img/betters_block03_square.jpg) no-repeat;
}

.quarity {
  padding-top: 156px;
  position: relative;
  margin-bottom: 156px;
}

.quarity::before {
  content: '';
  display: block;
  width: 100%;
  height: 394px;
  background: #c8c9cb;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 0;
}

.quarity__wrapper {
  width: 890px;
  margin: 0 auto;
  position: relative;
}

.quarity__ttl {
  margin-bottom: 23px;
}

.quarity__subttl {
  padding-left: 27px;
  font-size: 32px;
  line-height: 1.56;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.quarity__txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  padding-left: 27px;
  margin-bottom: 31px;
}

.quarity__list {
  width: 833px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1 !important;
}

.quarity__list.show .quarity__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.quarity__list.show .quarity__item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.quarity__list.show .quarity__item:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.quarity__item {
  width: 251px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}

.quarity__item__photo {
  margin-bottom: 19px;
}

.quarity__item__en {
  margin-bottom: 5px;
}

.quarity__item__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.quarity__item__txt {
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.05em;
  text-align: left;
}

.number {
  position: relative;
  margin-bottom: 150px;
}

.number::before {
  content: '';
  display: block;
  width: 100%;
  height: 204px;
  background: #8a8b8f;
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 0;
}

.number__wrapper {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

.number__ttl {
  padding-left: 50px;
  margin-bottom: 20px;
}

.number__subttl {
  padding-left: 80px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.number__txt {
  padding-left: 80px;
  font-size: 14px;
  line-height: 1.785;
  color: #fff;
}

.number__photo {
  position: absolute;
  right: 0;
  top: 39px;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  width: 304px;
  height: 204px;
  overflow: hidden;
}

.number__photo.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.number__img {
  margin-left: -23px;
}

.size {
  padding-bottom: 100px;
}

.size__wrapper {
  width: 705px;
  margin: 0 auto;
  text-align: center;
}

.size__ttl {
  margin-bottom: 30px;
}

.size__img01 {
  margin-bottom: 35px;
}

.size__img02 {
  margin-bottom: 30px;
}

.size__subttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
}

.size__caution__txt {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.size__caution__txt:last-child {
  margin-bottom: 0;
}

/* Footer */
#p-footer {
  position: relative;
  background-color: #000;
  color: #fff;
  font-weight: 400;
  padding: 90px 0 40px;
}

#p-footer .copy {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
}

#p-footer .link-btn {
  position: relative;
  border: solid 1px #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  width: 500px;
  height: 64px;
  margin: 0 auto 26px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

#p-footer .link-btn::after {
  position: absolute;
  top: 50%;
  right: 6%;
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

#p-footer .link-btn:hover {
  background-color: #fff;
  color: #000;
}

#p-footer .link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  margin: 50px 0 45px;
}

.l-sp-small {
  position: relative;
  width: 78%;
  margin: auto;
}

.l-footer {
  display: none;
}

/* Animation */
.effect_target {
  opacity: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, -30%);
            transform: translate(50%, -30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
