.page {
  color: #1A1818;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page .fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.page {
  /*=============================================
  * text vertical
  *=============================================*/
}
.page .txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
.page {
  /*=============================================
  * .tabs-switch
  *=============================================*/
}
.page .tabs-switch .tab-link > * {
  cursor: pointer;
  transition: all 0.25s ease;
}
.page .tabs-switch .tab-link > * a {
  pointer-events: auto;
}
.page .tabs-switch .tab-link.link-over > * {
  position: relative;
}
.page .tabs-switch .tab-link.link-over > * > img + img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page .tabs-switch .tab-link.link-over > * > img + img,
.page .tabs-switch .tab-link.link-over > *:hover > img,
.page .tabs-switch .tab-link.link-over > *.active > img {
  opacity: 0;
}
.page .tabs-switch .tab-link.link-over > *:hover > img + img,
.page .tabs-switch .tab-link.link-over > *.active > img + img {
  opacity: 1;
}
.page .tabs-switch[data=fade] .tab-content {
  min-height: 100px;
  position: relative;
}
.page .tabs-switch .tab-content > * {
  display: none;
}
.page .tabs-switch[data=fade] .tab-content > * {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page .tabs-switch .tab-link li span,
.page .tabs-switch .tab-link li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page {
  /*=============================================
  * shared
  *=============================================*/
}
.page .db {
  display: block;
}
.page .df {
  display: flex;
}
.page .jcfs {
  justify-content: flex-start;
}
.page .jcc {
  justify-content: center;
}
.page .jcsb {
  justify-content: space-between;
}
.page .jcfe {
  justify-content: flex-end;
}
.page .aifs {
  align-items: flex-start;
}
.page .aic {
  align-items: center;
}
.page .aife {
  align-items: flex-end;
}
.page .tac {
  text-align: center;
}
.page .por {
  position: relative;
}
.page .page * {
  box-sizing: border-box;
}
.page .cl-gra-blue {
  background: linear-gradient(90deg, rgb(20, 136, 204) 0%, rgb(43, 50, 178) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page .cl-gra-pink {
  background: linear-gradient(90deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page .gradientTop-light-blue {
  position: relative;
}
.page .gradientTop-light-blue::after {
  content: "";
  background: linear-gradient(180deg, #1488CC 0%, #2B32B2 100%);
  border-radius: 0px;
  position: absolute;
  right: -4px;
  bottom: -4px;
  left: 4px;
  top: 4px;
  z-index: -2;
}
.page .gradientLeft-light-blue {
  position: relative;
}
.page .gradientLeft-light-blue::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
  right: -4px;
  bottom: -4px;
  left: 4px;
  top: 4px;
  z-index: -2;
  border-radius: 5px;
}
.page .gradientTop-pink-red {
  position: relative;
}
.page .gradientTop-pink-red::after {
  content: "";
  background: linear-gradient(180deg, #EC008C 0%, #FC6767 100%);
  border-radius: 0px;
  position: absolute;
  right: -4px;
  bottom: -4px;
  left: 4px;
  top: 4px;
  z-index: -2;
}
.page .gradientLeft-pink-red {
  position: relative;
}
.page .gradientLeft-pink-red::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #EC008C 0%, #FC6767 100%);
  right: -4px;
  bottom: -4px;
  left: 4px;
  top: 4px;
  z-index: -2;
  border-radius: 5px;
}
.page .bg-gray {
  background: url("../../../../../img/usr/pg/cont/shukatsu-mens/bg.jpg");
}
.page .bg-pink {
  background: url("../../../../../img/usr/pg/cont/shukatsu/bg02.jpg");
}
.page .pc {
  display: none;
}
.page .wrap {
  padding: 0 8vw;
}
.page .txt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #1A1818;
}
.page .note {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #1A1818;
}
.page .btn-common a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #272C39;
  border-radius: 10px;
  padding: 26px;
}
.page a:focus,
.page a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .page .pc {
    display: block;
  }
  .page .sp {
    display: none;
  }
  .page .df-pc {
    display: flex;
  }
  .page .wrap {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .page a:hover {
    opacity: 0.6;
  }
  .page .btn-common {
    max-width: 527px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .page .wrap {
    padding: 0 1.7vw;
  }
}
.page {
  /*=============================================
  * content
  *=============================================*/
}
.page .discount-banner {
  width: 37.6vw;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.page .discount-banner img {
  vertical-align: bottom;
}
.page .discount-banner .close-button {
  width: 3.1vw;
  position: absolute;
  top: 1.1vw;
  right: 1.1vw;
  z-index: 1;
  cursor: pointer;
}
.page .discount-banner .close-button img {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .page .discount-banner {
    width: 220px;
  }
  .page .discount-banner .close-button {
    width: 18px;
    top: 6px;
    right: 6px;
  }
}
.page .ttl-common .eng-color {
  display: table;
  margin: 0 auto 3.5vw;
  font-size: 7.2vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page .ttl-common .eng-color {
    margin: 0 auto 18px;
    font-size: 28px;
  }
}
.page #key {
  position: relative;
}
.page #key * {
  line-height: 0;
  z-index: 1;
}
.page #key .key-ttl1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 46%;
}
.page #key .key-ttl2 {
  position: absolute;
  top: 3%;
  z-index: 2;
  right: 5%;
  width: 4.2%;
}
.page #key .key-banner {
  width: 31.5%;
  position: absolute;
  bottom: 2.5%;
  left: 4.5%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page #key .key-ttl1 {
    width: 19%;
    top: 53%;
  }
  .page #key .key-ttl2 {
    top: 12%;
    right: 7%;
    width: 10%;
  }
  .page #key .key-banner {
    width: 15%;
    bottom: 3%;
    left: 3.5%;
  }
}
.page .tabs-switch {
  position: relative;
  padding-top: 3.5vw;
  background: #E8E8E8;
}
.page .tabs-switch .tab-link {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.page .tabs-switch .tab-link:after {
  content: "";
  height: 0.8vw;
  background: #231815;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.page .tabs-switch .tab-link li {
  width: 46.7vw;
  position: relative;
  padding: 0vw;
  border-bottom: none;
  text-align: center;
  font-size: 5.3vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
.page .tabs-switch .tab-link li:before {
  content: "";
  background-image: url("../../../../../img/usr/pg/cont/shukatsu-mens/sp_tablink.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page .tabs-switch .tab-link li span {
  padding: 4vw;
}
.page .tabs-switch .tab-link li.active:before {
  background-image: url("../../../../../img/usr/pg/cont/shukatsu-mens/sp_tablink_active.png");
}
.page .tabs-switch .tab-content {
  position: relative;
  background: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page .tabs-switch {
    padding-top: 16px;
  }
  .page .tabs-switch .tab-link {
    padding: 0 16px;
  }
  .page .tabs-switch .tab-link:after {
    height: 3px;
  }
  .page .tabs-switch .tab-link li {
    width: calc(50% - 4px);
    font-size: 20px;
  }
  .page .tabs-switch .tab-link li:before {
    background: url("../../../../../img/usr/pg/cont/shukatsu-mens/tablink_left.png") no-repeat left top/auto, url("../../../../../img/usr/pg/cont/shukatsu-mens/tablink_right.png") no-repeat right top/auto;
  }
  .page .tabs-switch .tab-link li:after {
    content: "";
    border-top: 3px solid #231815;
    position: absolute;
    left: 19px;
    right: 19px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .page .tabs-switch .tab-link li span {
    padding: 20px;
  }
  .page .tabs-switch .tab-link li.active:before {
    background: url("../../../../../img/usr/pg/cont/shukatsu-mens/tablink_left_active.png") no-repeat left top/auto, url("../../../../../img/usr/pg/cont/shukatsu-mens/tablink_right_active.png") no-repeat right top/auto;
  }
  .page .tabs-switch .tab-link li.active:after {
    background: #fff;
  }
}
.page .sec-style .desc a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
}
.page .sec-style .desc .tu {
  text-decoration: underline;
}
.page .sec-style .desc .ttr {
  text-decoration: line-through;
}
.page .sec-style .desc span + span {
  margin-left: 11px;
}
@media screen and (min-width: 768px) {
  .page .sec-style .desc a:hover {
    opacity: 0.5;
  }
}
.page .intro {
  padding: 12.3vw 0 0vw;
}
.page .intro h2 {
  font-size: 6.2vw;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 700;
  color: #272C39;
  margin: 0 -3vw 4.5vw;
}
.page .intro .txt {
  margin-bottom: 13.7vw;
}
@media screen and (min-width: 768px) {
  .page .intro {
    padding: 63px 0 0;
  }
  .page .intro h2 {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 47px;
    letter-spacing: 2px;
  }
  .page .intro .txt {
    text-align: center;
    margin-bottom: 53px;
  }
}
.page .outfit {
  margin-bottom: 13vw;
  padding-top: 24vw;
}
.page .outfit .ttl-common {
  margin-bottom: 26vw;
}
.page .outfit .ttl-common img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page .outfit .outfitList {
  display: flex;
  gap: 15vw 0;
  flex-wrap: wrap;
}
.page .outfit .outfitList li {
  width: 100%;
  position: relative;
}
.page .outfit .outfitList li h3 {
  position: absolute;
  top: -6vw;
  left: -4vw;
  z-index: 2;
  width: 55vw;
}
.page .outfit .outfitList li h3 span {
  display: block;
  font-size: 5.2vw;
  line-height: 1;
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-align: center;
  padding: 2vw 0;
  color: #272C39;
}
.page .outfit .outfitList li h3 span::before {
  content: "";
  position: absolute;
}
.page .outfit .outfitList li h3 span::before {
  content: "";
  border: 2px solid #272C39;
  border-radius: 0px;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page .outfit .outfitList li .outfit-photo {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .page .outfit {
    margin-bottom: 90px;
    padding-top: 94px;
  }
  .page .outfit .ttl-common {
    margin-bottom: 103px;
  }
  .page .outfit .ttl-common img {
    width: 402px;
  }
  .page .outfit .outfitList {
    gap: 0 2.83%;
    flex-wrap: nowrap;
  }
  .page .outfit .outfitList li {
    width: 31.5%;
  }
  .page .outfit .outfitList li h3 {
    top: -20px;
    left: -14px;
    z-index: 2;
    width: 204px;
    margin: 0;
  }
  .page .outfit .outfitList li h3 span {
    font-size: 20px;
    padding: 6px 0;
  }
  .page .outfit .outfitList li .outfit-photo {
    margin-bottom: 25px;
  }
}
.page .point {
  padding: 15vw 0 20vw;
}
.page .point h2 {
  margin: 0 auto 16vw;
}
.page .point h2 span {
  display: block;
  color: #272C39;
  text-align: center;
  font-size: 5.2vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  padding: 2.5vw 0;
}
.page .point h2 span::before {
  content: "";
  position: absolute;
}
.page .point h2 span::before {
  content: "";
  border: 2px solid #272C39;
  border-radius: 6px;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page .point .point-list {
  display: flex;
  max-width: 910px;
  margin: 0 auto;
  gap: 15.5vw 0;
  flex-wrap: wrap;
  width: 52vw;
}
.page .point .point-list li {
  width: 100%;
}
.page .point .point-list li dl {
  padding-top: 3vw;
}
.page .point .point-list li dl dt {
  font-size: 4.6vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1vw;
  color: #272C39;
}
.page .point .point-list li dl dd {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .page .point {
    padding: 63px 0 57px;
  }
  .page .point h2 {
    width: 317px;
    margin: 0 auto 63px;
  }
  .page .point h2 span {
    font-size: 20px;
    padding: 9px 0;
  }
  .page .point .point-list {
    gap: 69px 5.45%;
    width: 100%;
  }
  .page .point .point-list li {
    width: 20.9%;
  }
  .page .point .point-list li dl {
    padding-top: 12px;
  }
  .page .point .point-list li dl dt {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .page .point .point-list li dl dd {
    font-size: 12px;
    line-height: 20px;
  }
}
.page .goods {
  padding: 18vw 0 21vw;
}
.page .goods h2 {
  margin: 0 auto 13vw;
  width: 70vw;
}
.page .goods .goods-list {
  max-width: 896px;
  margin: 0 -4vw 13vw;
  display: flex;
  gap: 7vw 0vw;
  flex-wrap: wrap;
}
.page .goods .goods-list li {
  text-align: center;
  width: 46vw;
}
.page .goods .goods-list li dl {
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  padding-top: 0;
}
.page .goods .goods-list li:last-child img {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .page .goods {
    padding: 122px 0 116px;
  }
  .page .goods h2 {
    width: 343px;
    margin: 0 auto 69px;
  }
  .page .goods .goods-list {
    margin: 0 auto 105px;
    gap: 1%;
    flex-wrap: nowrap;
  }
  .page .goods .goods-list li {
    text-align: center;
    width: 20.4%;
  }
  .page .goods .goods-list li dl {
    font-size: 14px;
    padding-top: 9px;
    gap: 10px;
  }
  .page .goods .goods-list li:last-child img {
    width: 100%;
  }
}
.page .tab-women {
  /*WOMEN*/
}/*# sourceMappingURL=style.css.map */