.page {
  /*=============================================
	* text vertical
	*=============================================*/
  /*=============================================
	* .tabs-switch
	*=============================================*/
  /*=============================================
	* shared
	*=============================================*/
  /*=============================================
	* content
	*=============================================*/
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.page .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.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 .tab-link > * {
  cursor: pointer;
  transition: all 0.25s ease;
}

.page .tabs-switch .tab-link > * a {
  pointer-events: none;
}

.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 .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, #1488cc 0%, #2b32b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .cl-gra-pink {
  background: linear-gradient(90deg, #ec008c 0%, #fc6767 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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 (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 .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 #kv {
  position: relative;
}

.page #kv * {
  line-height: 0;
  z-index: 1;
}

.page #kv .kv-ttl1 {
  width: 90.7vw;
  position: absolute;
  left: 5.1vw;
  top: 63.2vw;
}

.page #kv .kv-ttl2 {
  width: 10.7vw;
  position: absolute;
  top: 5.3vw;
  right: 5.3vw;
}

.page #kv .kv-banner {
  width: 60.5vw;
  position: absolute;
  left: 0;
  bottom: 5.9vw;
}

@media screen and (min-width: 768px) {
  .page #kv .kv-ttl1 {
    width: 45.1vw;
    left: 1.7vw;
    top: 14vw;
  }
  .page #kv .kv-ttl2 {
    width: 8.4vw;
    top: 10.2vw;
    right: 6.9vw;
  }
  .page #kv .kv-banner {
    width: 29.9vw;
    bottom: 1.9vw;
  }
}

.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: 4vw;
  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/1special-freshers-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.active:before {
  background-image: url("../../../../../img/usr/pg/cont/1special-freshers-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);
    padding: 20px;
    font-size: 20px;
  }
  .page .tabs-switch .tab-link li:before {
    background: url("../../../../../img/usr/pg/cont/1special-freshers-mens/tablink_left.png") no-repeat left top/auto, url("../../../../../img/usr/pg/cont/1special-freshers-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.active:before {
    background: url("../../../../../img/usr/pg/cont/1special-freshers-mens/tablink_left_active.png") no-repeat left top/auto, url("../../../../../img/usr/pg/cont/1special-freshers-mens/tablink_right_active.png") no-repeat right top/auto;
  }
  .page .tabs-switch .tab-link li.active:after {
    background: #fff;
  }
}

.page .intro {
  padding: 12.3vw 0 14.1vw;
}

.page .intro h2 {
  font-size: 7.2vw;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
  color: #272C39;
  margin: 0 -3vw 7.5vw;
}

.page .intro .txt {
  margin-bottom: 10.7vw;
}

@media screen and (min-width: 768px) {
  .page .intro {
    padding: 65px 0 85px;
  }
  .page .intro h2 {
    font-size: 32px;
    margin: 0 0 45px;
  }
  .page .intro .txt {
    text-align: center;
    margin-bottom: 53px;
  }
}

.page .lead {
  background-image: url("../../../../../img/usr/pg/cont/1special-freshers-mens/pattern_blue.jpg");
  padding: 15.3vw 0 11.2vw;
  text-align: center;
}

.page .lead h2 {
  margin-bottom: 12vw;
}

.page .lead h2 img {
  display: block;
  width: 50vw;
  margin: 0 auto 2vw;
}

.page .lead h2 span {
  display: table;
  margin: 0 auto;
  font-size: 7.5vw;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
}

.page .lead ul {
  width: 64.5vw;
  margin: 0 auto;
}

.page .lead ul li a {
  display: block;
  color: #272C39;
  text-align: center;
  font-size: 5.9vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  padding: 8vw 0;
  position: relative;
  z-index: 1;
}

.page .lead ul li a:before {
  content: '';
  border: 2px solid #272C39;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.page .lead ul li a:after {
  content: '';
  background: linear-gradient(90deg, #1488cc 0%, #2b32b2 100%);
  border-radius: 10px;
  position: absolute;
  right: -1vw;
  bottom: -1vw;
  left: 1vw;
  top: 1vw;
  z-index: -2;
}

.page .lead ul li + li {
  margin-top: 4.5vw;
}

@media screen and (min-width: 768px) {
  .page .lead {
    padding: 66px 0 62px;
  }
  .page .lead h2 {
    margin-bottom: 38px;
  }
  .page .lead h2 img {
    width: 175px;
    margin: 0 auto 10px;
  }
  .page .lead h2 span {
    font-size: 28px;
  }
  .page .lead ul {
    width: 100%;
  }
  .page .lead ul li {
    width: 242px;
  }
  .page .lead ul li a {
    font-size: 22px;
    line-height: 37px;
    padding: 25px 0;
  }
  .page .lead ul li a:after {
    right: -4px;
    bottom: -4px;
    left: 4px;
    top: 4px;
  }
  .page .lead ul li a:hover {
    opacity: 0.7;
  }
  .page .lead ul li + li {
    margin: 0 0 0 14px;
  }
}

.page hr {
  max-width: 1200px;
  width: 84vw;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .page hr {
    width: 100%;
  }
}

.page .sec-style {
  padding: 16vw 0;
}

.page .sec-style .ttl-common {
  text-align: center;
  margin-bottom: 12vw;
}

.page .sec-style .ttl-common .eng-color {
  display: table;
  margin: 0 auto 3vw;
  font-size: 5.3vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.page .sec-style .ttl-common img {
  display: block;
  margin: 0 auto 2.4vw;
}

.page .sec-style .ttl-common .eng {
  font-size: 3.5vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #272C39;
}

.page .sec-style h3 {
  text-align: center;
}

.page .sec-style h3 .num {
  font-size: 14.7vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #272C39;
  margin-bottom: 3vw;
}

.page .sec-style h3 .eng {
  font-size: 2.1vw;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 700;
  color: #272C39;
  margin-bottom: 3vw;
}

.page .sec-style h3 .jp {
  font-size: 5.1vw;
  line-height: 9.6vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #272C39;
  padding: 4.8vw 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
}

.page .sec-style h3 .jp:before {
  content: '';
  background: #fff;
  border: 1px solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.page .sec-style h3 .jp:after {
  content: '';
  background: linear-gradient(90deg, #1488cc 0%, #2b32b2 100%);
  position: absolute;
  right: -1vw;
  bottom: -1vw;
  left: 1vw;
  top: 1vw;
  z-index: -2;
}

.page .sec-style .img1 {
  margin: 0 -8vw 10.7vw;
}

.page .sec-style .col .img2 {
  margin-bottom: 5.3vw;
}

.page .sec-style .col ul {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
}

.page .sec-style .col ul .tu {
  text-decoration: underline;
}

.page .sec-style .col ul .ttr {
  text-decoration: line-through;
}

.page .sec-style .col ul span + span {
  margin-left: 10px;
}

.page .sec-style .row1 h3 {
  position: absolute;
  top: -8vw;
  left: 1.9vw;
  z-index: 1;
}

.page .sec-style .row2 h3 {
  position: absolute;
  right: 1vw;
  top: -19.4vw;
  z-index: 1;
}

.page .sec-style .row3 .note {
  margin: 5vw 0 6vw;
}

@media screen and (min-width: 768px) {
  .page .sec-style {
    padding: 70px 0 80px;
  }
  .page .sec-style .ttl-common {
    margin-bottom: 98px;
  }
  .page .sec-style .ttl-common .eng-color {
    margin: 0 auto 18px;
    font-size: 28px;
  }
  .page .sec-style .ttl-common img {
    margin-bottom: 13px;
  }
  .page .sec-style .ttl-common .eng {
    font-size: 18px;
  }
  .page .sec-style h3 .num {
    font-size: 70px;
    margin-bottom: 15px;
  }
  .page .sec-style h3 .eng {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .page .sec-style h3 .jp {
    font-size: 24px;
    line-height: 48px;
    padding: 24px 0;
  }
  .page .sec-style h3 .jp:before {
    border-width: 2px;
  }
  .page .sec-style h3 .jp:after {
    right: -4px;
    bottom: -4px;
    left: 4px;
    top: 4px;
  }
  .page .sec-style .img1 {
    margin: 0;
    width: 586px;
  }
  .page .sec-style .col {
    width: 421px;
  }
  .page .sec-style .col .img2 {
    margin-bottom: 28px;
  }
  .page .sec-style .col ul a:hover {
    opacity: 0.5;
  }
  .page .sec-style .row1 {
    display: flex;
    align-items: flex-start;
  }
  .page .sec-style .row1 h3 {
    top: -62px;
    left: auto;
    right: 13px;
  }
  .page .sec-style .row1 .col {
    margin: 108px 0 0 60px;
  }
  .page .sec-style .row2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page .sec-style .row2 h3 {
    right: auto;
    left: 494px;
    top: 85px;
  }
  .page .sec-style .row2 h3 .jp {
    padding-bottom: 0;
  }
  .page .sec-style .row2 .img1 {
    order: 2;
  }
  .page .sec-style .row2 .col {
    order: 1;
    margin-top: 61px;
  }
  .page .sec-style .row3 .note {
    margin: 31px 0 21px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .page .sec-style h3 .num {
    font-size: 5.8vw;
    margin-bottom: 1.3vw;
  }
  .page .sec-style h3 .eng {
    font-size: 0.8vw;
    line-height: 1.2vw;
    margin-bottom: 1.7vw;
  }
  .page .sec-style h3 .jp {
    font-size: 2vw;
    line-height: 4vw;
    padding: 2vw 0;
  }
  .page .sec-style h3 .jp:after {
    right: -0.3vw;
    bottom: -0.3vw;
    left: 0.3vw;
    top: 0.3vw;
  }
  .page .sec-style .img1 {
    width: 48.8vw;
  }
  .page .sec-style .col {
    width: 35.1vw;
  }
  .page .sec-style .col .img2 {
    margin-bottom: 2.3vw;
  }
  .page .sec-style .col ul {
    font-size: 13px;
  }
  .page .sec-style .row1 h3 {
    top: -5.2vw;
    right: 1.1vw;
  }
  .page .sec-style .row1 .col {
    margin: 9vw 0 0 5vw;
  }
  .page .sec-style .row2 h3 {
    left: 39.5vw;
    top: 7.1vw;
  }
  .page .sec-style .row2 .col {
    margin-top: 5.1vw;
  }
}

.page .school .ttl-common img {
  width: 59.5vw;
}

.page .school .catch {
  width: 60.5vw;
  margin: 3.2vw 0 5.1vw -2.4vw;
}

@media screen and (min-width: 768px) {
  .page .school .ttl-common img {
    width: 327px;
  }
  .page .school .catch {
    width: 331px;
    margin: -19px -50px 43px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page .school .catch {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .page .school .catch {
    width: 27.5vw;
    margin: -1.6vw 1vw 3.6vw auto;
  }
}

.page .business .ttl-common {
  margin-bottom: 26vw;
}

.page .business .ttl-common img {
  width: 69.3vw;
}

.page .business .row1 h3 {
  left: auto;
  right: 0;
  top: -18vw;
}

.page .business .catch {
  width: 47.7vw;
  margin: 2.9vw 0 11.2vw auto;
}

.page .business .row2 h3 {
  right: auto;
  left: 1.9vw;
  top: -26.3vw;
}

@media screen and (min-width: 768px) {
  .page .business .ttl-common {
    margin-bottom: 98px;
  }
  .page .business .ttl-common img {
    width: 379px;
  }
  .page .business .row1 h3 {
    right: 13px;
    top: -62px;
  }
  .page .business .catch {
    width: 261px;
    margin: 48px 0px -12px -58px;
  }
  .page .business .row2 h3 {
    left: 495px;
    right: auto;
    top: 85px;
  }
  .page .business .row2 h3 .jp {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page .business .catch {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .page .business .row1 h3 {
    right: 1.1vw;
    top: -5.2vw;
  }
  .page .business .catch {
    width: 21.7vw;
    margin: 4vw 0px -1vw 0;
  }
  .page .business .row2 h3 {
    left: 39.3vw;
    top: 7.1vw;
  }
  .page .business .row2 h3 .jp {
    padding-bottom: 0.8vw;
  }
}

.page .goods {
  padding: 17vw 0;
}

.page .goods h2 {
  text-align: center;
  margin-bottom: 7.2vw;
  color: #272C39;
}

.page .goods h2 .tbox {
  position: relative;
  z-index: 0;
  font-size: 5.3vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding: 2.3vw;
  margin-bottom: 5.9vw;
}

.page .goods h2 .tbox:before {
  content: '';
  background: #fff;
  border: 2px solid #272C39;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.page .goods h2 .tbox:after {
  content: '';
  background: linear-gradient(90deg, #1488cc 0%, #2b32b2 100%);
  border-radius: 5px;
  position: absolute;
  right: -1vw;
  bottom: -1vw;
  left: 1vw;
  top: 1vw;
  z-index: -2;
}

.page .goods h2 .jp {
  font-size: 7.5vw;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 2.9vw;
}

.page .goods h2 img {
  width: 80vw;
  margin: 0 auto 3vw;
}

.page .goods h2 .eng {
  font-size: 3.5vw;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
}

.page .goods .img {
  width: 84.8vw;
  margin-bottom: 15vw;
}

@media screen and (min-width: 768px) {
  .page .goods {
    padding: 80px 0;
  }
  .page .goods h2 {
    margin-bottom: -50px;
  }
  .page .goods h2 .tbox {
    width: 317px;
    font-size: 20px;
    padding: 8px 0 9px;
    margin: 0 auto 26px;
  }
  .page .goods h2 .tbox:after {
    right: -4px;
    bottom: -4px;
    left: 4px;
    top: 4px;
  }
  .page .goods h2 .jp {
    font-size: 40px;
    margin-bottom: 14px;
  }
  .page .goods h2 img {
    width: 432px;
    margin: 0 auto 14px;
  }
  .page .goods h2 .eng {
    font-size: 18px;
  }
  .page .goods .img {
    max-width: 1178px;
    width: 100%;
    margin: 0 0 60px -12px;
  }
  .page .goods .note {
    display: table;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.page .order {
  padding: 12.8vw 0 13.3vw;
  background-image: url("../../../../../img/usr/pg/cont/1special-freshers-mens/pattern.jpg");
}

.page .order h2 {
  margin-bottom: 12.8vw;
}

.page .order h2 img {
  display: block;
  width: 48vw;
  margin: 0 auto 4.8vw;
}

.page .order h2 span {
  font-size: 7.5vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #272C39;
}

.page .order .img {
  height: 130.1vw;
  margin: 0 -8vw 9.3vw;
  overflow: hidden;
}

.page .order .img img {
  width: 100% !important;
  height: 105% !important;
  object-fit: cover;
  object-position: 47% 100%;
  margin-top: -5%;
}

.page .order .txt-group {
  color: #272C39;
  margin-bottom: 12.5vw;
}

.page .order .txt-group .sm {
  font-size: 4.8vw;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 3.2vw;
}

.page .order .txt-group .lg {
  font-size: 6.9vw;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 -6vw 2.7vw -5vw;
}

.page .order .txt-group .ttl {
  width: 70.7vw;
  margin: 0 auto;
}

.page .order .discount {
  width: 88vw;
  margin-bottom: 14.7vw;
}

@media screen and (min-width: 768px) {
  .page .order {
    padding: 75px 0 68px;
  }
  .page .order h2 {
    margin-bottom: 40px;
  }
  .page .order h2 img {
    width: 175px;
    margin: 0 auto 15px;
  }
  .page .order h2 span {
    font-size: 28px;
  }
  .page .order .img {
    max-width: 1100px;
    width: 100%;
    height: 710px;
    margin: 0 auto 55px;
  }
  .page .order .img img {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0;
  }
  .page .order .txt-group {
    margin-bottom: 54px;
  }
  .page .order .txt-group .sm {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .page .order .txt-group .lg {
    font-size: 40px;
    margin: 0 0 15px;
  }
  .page .order .txt-group .ttl {
    width: 407px;
  }
  .page .order .discount {
    width: 428px;
    margin: 0 auto 50px;
  }
}

.page .video {
  padding: 9.3vw 0 18vw;
}

.page .video h2 {
  color: #272C39;
  font-size: 6.1vw;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 -4vw 5.3vw;
}

@media screen and (min-width: 768px) {
  .page .video {
    padding: 72px 0;
  }
  .page .video h2 {
    font-size: 34px;
    margin: 0 0 39px;
  }
  .page .video .img {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}

.page .tab-women .lead {
  background-image: url("../../../../../img/usr/pg/cont/1special-freshers-mens/pattern_pink.jpg");
}

.page .tab-women .goods h2 .tbox:after,
.page .tab-women .sec-style h3 .jp:after,
.page .tab-women .lead ul li a:after {
  background: linear-gradient(90deg, #ec008c 0%, #fc6767 100%);
}

@media screen and (max-width: 767px) {
  .page .tab-women .business .catch {
    margin: -5.9vw 0 6.7vw auto;
  }
  .page .tab-women .goods h2 {
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 768px) {
  .page .tab-women .sec-style .row2 h3 {
    top: -30px;
  }
  .page .tab-women .business .row2 h3 {
    top: -10px;
  }
  .page .tab-women .business .row2 h3 .jp {
    padding-bottom: 20px;
  }
  .page .tab-women .goods .img {
    margin-left: -50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .page .tab-women .goods .img {
    margin-left: -80px;
  }
}
