@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.pane-main {
  margin-bottom: 0 !important;
}

.wrapper > .pane-main {
  padding-bottom: 0 !important;
}

.page {
  /* kv
  ---------------------------*/
}
.page a {
  line-height: inherit;
  width: 100%;
  display: block;
}
.page h2,
.page h3,
.page .item-btn a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page .kv {
  position: relative;
  margin: 0 auto;
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  width: 100%;
  margin: auto;
}
.page .tabs {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .tabs {
    max-width: 100%;
    width: 100%;
  }
}
.page .tabs .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.page .tabs .tab-menu h2 {
  width: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu h2 {
    width: 44.8vw;
  }
}
.page .tabs .tab-menu a {
  cursor: pointer;
  display: block;
  border-bottom: 10px solid transparent;
  text-align: center;
  padding-bottom: 15px;
  letter-spacing: .01em;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu a {
    font-size: 8vw;
    border-bottom: 2.1vw solid transparent;
    padding-bottom: 3vw;
  }
}
.page .tabs .tab-menu a.active {
  border-bottom: 10px solid #1C81B5;
  color: #1C81B5;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu a.active {
    border-bottom: 2.1vw solid #1C81B5;
  }
}
.page .tabs .tab-menu a img {
  display: block;
  margin: 0 auto;
  padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu a img {
    padding-bottom: 4.3vw;
  }
}
.page .tabs .tab-menu a:hover {
  opacity: 1 !important;
}
.page .tabs .tab-menu .mens_tab img {
  max-width: 162px;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu .mens_tab img {
    max-width: 21.1vw;
  }
}
.page .tabs .tab-menu .ladies_tab img {
  max-width: 208px;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu .ladies_tab img {
    max-width: 27.2vw;
  }
}
.page .tab-content .tab {
  display: none;
}
.page .tab-content .tab.active {
  display: block;
}
.page .item--img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .item--img {
    margin-bottom: 2.1vw;
  }
}
.page .item--name {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .item--name {
    font-size: 3.4vw;
    margin-bottom: 2.1vw;
  }
}
.page .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .item--price {
    font-size: 4.2vw;
  }
}
.page .more-btn {
  width: 300px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #333333;
  text-align: left;
  padding: 14px 0 14px 24px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .more-btn {
    width: 65.1vw;
    border: 0.3vw solid #333333;
    padding: 3.7vw 0 3.4vw 5.2vw;
    font-size: 3.6vw;
    line-height: 1.78;
  }
}
.page .more-btn:after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/25ss/more-btn_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 83px;
  height: 9px;
  top: 37%;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .page .more-btn:after {
    right: -10.8vw;
    width: 20.1vw;
    height: 2.2vw;
  }
}
.page .tvcm {
  text-align: center;
  margin: 80px auto 160px;
  max-width: 976px;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .page .tvcm {
    max-width: 89.6vw;
    margin: 15.6vw auto 23.4vw;
    width: 100%;
  }
}
.page .tvcm__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.page .tvcm__wrap img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 9999;
}
.page .tvcm__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .tvcm__title {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .tvcm__title {
    font-size: 4.2vw;
    margin-bottom: 2.6vw;
  }
}
.page .mens {
  background: #F3FBFF;
  border-top: 1px solid #979797;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .page .mens {
    padding-top: 13vw;
    border-top: 0.3vw solid #979797;
  }
}
.page .mens .anchor {
  max-width: 806px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .mens .anchor {
    width: 65.1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.8vw;
    text-align: center;
  }
}
.page .mens .anchor_btn {
  display: inline-block;
  position: relative;
  padding: 7.5px 55px 7.5px 30px;
  font-size: 16px;
  border: 1px solid #5E5E5E;
  background: #fff;
  border-radius: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page .mens .anchor_btn {
    padding: 2.6vw 14.3vw 2.6vw 7.3vw;
    font-size: 3.6vw;
    border: 0.3vw solid #5E5E5E;
    border-radius: 5.2vw;
  }
}
.page .mens .anchor_btn::after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/25ss/anchor_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 33%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .page .mens .anchor_btn::after {
    width: 2.1vw;
    height: 2.1vw;
    right: 5.9vw;
  }
}
.page .mens .summer {
  padding: 166px 0 130px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer {
    padding: 22.1vw 0 26vw;
  }
}
.page .mens .summer_top {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_top {
    margin-bottom: 15.6vw;
    max-width: 89.6vw;
  }
}
.page .mens .summer_top .summer_heading {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_top .summer_heading {
    margin-bottom: 2.6vw;
  }
}
.page .mens .summer_top .summer_heading h3 {
  position: relative;
  font-size: 56px;
  text-align: center;
  color: #1C81B5;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_top .summer_heading h3 {
    font-size: 8.59vw;
    margin-bottom: 2.6vw;
  }
}
.page .mens .summer_top .summer_heading img {
  position: absolute;
  z-index: 1;
  width: 523px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_top .summer_heading img {
    width: 73.69vw;
    top: -6vw;
  }
}
.page .mens .summer_top .summer_heading_bottom {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_top .summer_heading_bottom {
    font-size: 4.2vw;
    line-height: 1.8;
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.page .mens .summer_item_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 15.6vw;
    padding-bottom: 10.4vw;
  }
}
.page .mens .summer_item_sec .model_img {
  width: 43.3%;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_sec .model_img {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .mens .summer_item_sec .item_area {
  width: 56.7%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_sec .item_area {
    width: 100%;
  }
}
.page .mens .summer_item_sec .item_area_heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_sec .item_area_heading {
    font-size: 6.3vw;
    margin-bottom: 5.2vw;
  }
}
.page .mens .summer_item_sec .item_area_heading span {
  font-size: 28px;
  font-weight: 600;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_sec .item_area_heading span {
    font-size: 5.2vw;
  }
}
.page .mens .summer_item_sec .item_area_text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
  padding: 0 5.8%;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_sec .item_area_text {
    font-size: 4.2vw;
    margin-bottom: 10.4vw;
    padding: 0 5.2vw;
  }
}
.page .mens .summer_item_sec .item_area .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5.8%;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_sec .item_area .item_list {
    overflow-x: scroll;
  }
}
.page .mens .summer_item_sec .item_area .item_list li {
  max-width: 185px;
  margin: 0 11px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_sec .item_area .item_list li {
    max-width: 35.4vw;
    margin: 0 2.1vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .mens .summer_item_sec .item_area .item_list .slider-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}
.page .mens .summer_item_sec .item_area .item_list .slider-prev-arrow {
  left: 5px;
}
.page .mens .summer_item_sec .item_area .item_list .slider-next-arrow {
  right: 5px;
}
.page .mens .summer_item_detail {
  max-width: 722px;
  width: 96%;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_item_detail {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 17.2vw;
  }
}
.page .mens .summer_lineup_heading {
  width: 193px;
  display: block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_lineup_heading {
    width: 41.8vw;
    margin-bottom: 7.3vw;
  }
}
.page .mens .summer_lineup .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_lineup .item_list {
    gap: 0;
    margin-bottom: 10.4vw;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2.1vw;
  }
}
.page .mens .summer_lineup .item_list li {
  max-width: 185px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .mens .summer_lineup .item_list li {
    max-width: 35.4vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 2.1vw;
  }
}
.page .mens .coordinate {
  background: #fff;
  padding: 145px 0 130px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate {
    padding: 22.1vw 0;
  }
}
.page .mens .coordinate_top {
  margin: 0 auto 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate_top {
    margin-bottom: 24.1vw;
  }
}
.page .mens .coordinate_heading {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate_heading {
    margin-bottom: 2.6vw;
  }
}
.page .mens .coordinate_heading h3 {
  position: relative;
  font-size: 56px;
  color: #1C81B5;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate_heading h3 {
    font-size: 8.59vw;
    margin-bottom: 2.6vw;
    line-height: 1.16;
  }
}
.page .mens .coordinate_heading img {
  position: absolute;
  z-index: 1;
  width: 276px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate_heading img {
    width: 41.4vw;
    top: -6vw;
  }
}
.page .mens .coordinate_heading_bottom {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate_heading_bottom {
    font-size: 4vw;
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.page .mens .coordinate .item_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  row-gap: 80px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area {
    gap: 18.9vw;
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .mens .coordinate .item_area .item_sec {
  background: #F3FBFF;
  padding: 82px 84px 60px;
  width: 46.6%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .item_sec {
    width: 100%;
    padding: 18.9vw 2.1vw 15.6vw;
  }
}
.page .mens .coordinate .item_area .item_sec_heading {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .item_sec_heading {
    top: -4.4vw;
  }
}
.page .mens .coordinate .item_area .item_sec_heading h4{
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .item_sec_heading h4{
    font-size: 3.64vw;
    margin-top: 1.74vw;
  }
}
.page .mens .coordinate .item_area .item_sec .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .item_sec .item_list {
    margin-bottom: 10.4vw;
    overflow-x: scroll;
  }
}
.page .mens .coordinate .item_area .item_sec .item_list li {
  max-width: 185px;
  margin: 0 11px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .item_sec .item_list li {
    max-width: 35.4vw;
    margin: 0 2.1vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .mens .coordinate .item_area .item_sec .item_list .slider-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}
.page .mens .coordinate .item_area .item_sec .item_list .slider-prev-arrow {
  left: -35px;
}
.page .mens .coordinate .item_area .item_sec .item_list .slider-next-arrow {
  right: -35px;
}
.page .mens .coordinate .item_area .sec_shirt .item_sec_heading {
  width: 158px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .sec_shirt .item_sec_heading {
    width: 34.1vw;
  }
}
.page .mens .coordinate .item_area .sec_tie .item_sec_heading {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .sec_tie .item_sec_heading {
    width: 17.2vw;
  }
}
.page .mens .coordinate .item_area .sec_tie .btn-mgb {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .sec_tie .btn-mgb {
    margin-bottom: 7.8vw;
  }
}
.page .mens .coordinate .item_area .sec_shoes .item_sec_heading {
  width: 172px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .sec_shoes .item_sec_heading {
    width: 37.1vw;
  }
}
.page .mens .coordinate .item_area .sec_accessories .item_sec_heading {
  width: 315px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .sec_accessories .item_sec_heading {
    width: 68vw;
  }
}
.page .mens .coordinate .item_area .sec_set .item_sec_heading {
  width: 94px;
}
@media screen and (max-width: 768px) {
  .page .mens .coordinate .item_area .sec_set .item_sec_heading {
    width: 20.2vw;
  }
}
.page .mens .all {
  background: #F8F8F8;
  padding: 146px 0 130px;
}
@media screen and (max-width: 768px) {
  .page .mens .all {
    padding: 22.1vw 0 26vw;
  }
}
.page .mens .all_top {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .mens .all_top {
    margin-bottom: 15.6vw;
  }
}
.page .mens .all_top .all_heading {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .mens .all_top .all_heading {
    margin-bottom: 2.6vw;
  }
}
.page .mens .all_top .all_heading h3{
  position: relative;
  font-size: 56px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.16;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .mens .all_top .all_heading h3{
    font-size: 8.59vw;
    margin-bottom: 2.6vw;
  }
}
.page .mens .all_top .all_heading img{
  position: absolute;
  z-index: 1;
  width: 698px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page .mens .all_top .all_heading img{
    width: 87.2vw;
    top: -6vw;
  }
}
.page .mens .all_top .all_heading_bottom {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .mens .all_top .all_heading_bottom {
    font-size: 4.2vw;
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.page .mens .all_item_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .mens .all_item_sec {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 10.4vw;
  }
}
.page .mens .all_item_sec .model_img {
  width: 43.3%;
}
@media screen and (max-width: 768px) {
  .page .mens .all_item_sec .model_img {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .mens .all_item_sec .item_area {
  width: 56.7%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .mens .all_item_sec .item_area {
    width: 100%;
    padding: 0 2.1vw;
  }
}
.page .mens .all_item_sec .item_area_heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .mens .all_item_sec .item_area_heading {
    font-size: 6.3vw;
    margin-bottom: 5.2vw;
  }
}
.page .mens .all_item_sec .item_area_heading span {
  font-size: 28px;
  font-weight: 600;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .mens .all_item_sec .item_area_heading span {
    font-size: 5.2vw;
  }
}
.page .mens .all_item_sec .item_area_text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
  padding: 0 5.8%;
}
@media screen and (max-width: 768px) {
  .page .mens .all_item_sec .item_area_text {
    font-size: 4.2vw;
    margin-bottom: 10.4vw;
    padding: 0 3.1vw;
  }
}
.page .mens .all_item_sec .item_area .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5.8%;
}
@media screen and (max-width: 768px) {
  .page .mens .all_item_sec .item_area .item_list {
    padding: 0;
    overflow-x: scroll;
  }
}
.page .mens .all_item_sec .item_area .item_list li {
  max-width: 185px;
  margin: 0 11px;
}
@media screen and (max-width: 768px) {
  .page .mens .all_item_sec .item_area .item_list li {
    max-width: 35.4vw;
    margin: 0 2.1vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .mens .all_item_sec .item_area .item_list .slider-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}
.page .mens .all_item_sec .item_area .item_list .slider-prev-arrow {
  left: 5px;
}
.page .mens .all_item_sec .item_area .item_list .slider-next-arrow {
  right: 5px;
}
.page .mens .all .more-btn {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .page .mens .all .more-btn {
    width: 65.1vw;
  }
}
.page .ladies {
  background: #F3FBFF;
  border-top: 1px solid #979797;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .page .ladies {
    padding-top: 13vw;
    border-top: 0.3vw solid #979797;
  }
}
.page .ladies .sec-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page .ladies .anchor {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .ladies .anchor {
    width: 65.1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.8vw;
    text-align: center;
  }
}
.page .ladies .anchor_btn {
  display: inline-block;
  position: relative;
  padding: 7.5px 55px 7.5px 30px;
  font-size: 16px;
  border: 1px solid #5E5E5E;
  background: #fff;
  border-radius: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page .ladies .anchor_btn {
    padding: 2.6vw 14.3vw 2.6vw 7.3vw;
    font-size: 3.6vw;
    border: 0.3vw solid #5E5E5E;
    border-radius: 5.2vw;
  }
}
.page .ladies .anchor_btn::after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/25ss/anchor_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 33%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .page .ladies .anchor_btn::after {
    width: 2.1vw;
    height: 2.1vw;
    right: 5.9vw;
  }
}
.page .ladies .summer {
  padding: 120px 0 130px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer {
    padding: 22.1vw 0 26vw;
  }
}
.page .ladies .summer_top {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_top {
    margin-bottom: 15.6vw;
    max-width: 89.6vw;
  }
}
.page .ladies .summer_top .summer_heading {
  position: relative;
  margin-bottom: 20px; 
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_top .summer_heading {
    margin-bottom: 2.6vw;
  }
}
.page .ladies .summer_top .summer_heading h3{
  position: relative;
  font-size: 56px;
  text-align: center;
  color: #1C81B5;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_top .summer_heading h3{
    font-size: 8.59vw;
    margin-bottom: 2.6vw;
  }
}
.page .ladies .summer_top .summer_heading img{
  position: absolute;
  z-index: 1;
  width: 523px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_top .summer_heading img{
    width: 73.69vw;
    top: -6vw;
  }
}
.page .ladies .summer_top .summer_heading_bottom {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_top .summer_heading_bottom {
    font-size: 4.2vw;
    line-height: 1.8;
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.page .ladies .summer_item_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 15.6vw;
    padding-bottom: 10.4vw;
  }
}
.page .ladies .summer_item_sec .model_img {
  width: 43.3%;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_sec .model_img {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .ladies .summer_item_sec .item_area {
  width: 56.7%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_sec .item_area {
    width: 100%;
  }
}
.page .ladies .summer_item_sec .item_area_heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_sec .item_area_heading {
    font-size: 6.3vw;
    margin-bottom: 5.2vw;
  }
}
.page .ladies .summer_item_sec .item_area_heading span {
  font-size: 28px;
  font-weight: 600;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_sec .item_area_heading span {
    font-size: 5.2vw;
  }
}
.page .ladies .summer_item_sec .item_area_text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
  padding: 0 5.8%;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_sec .item_area_text {
    font-size: 4.2vw;
    margin-bottom: 10.4vw;
    padding: 0 5.2vw;
  }
}
.page .ladies .summer_item_sec .item_area .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5.8%;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_sec .item_area .item_list {
    overflow-x: scroll;
  }
}
.page .ladies .summer_item_sec .item_area .item_list li {
  max-width: 185px;
  margin: 0 11px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_sec .item_area .item_list li {
    max-width: 35.4vw;
    margin: 0 2.1vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .ladies .summer_item_sec .item_area .item_list .slider-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}
.page .ladies .summer_item_sec .item_area .item_list .slider-prev-arrow {
  left: 5px;
}
.page .ladies .summer_item_sec .item_area .item_list .slider-next-arrow {
  right: 5px;
}
.page .ladies .summer_item_detail {
  max-width: 722px;
  width: 96%;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_item_detail {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 17.2vw;
  }
}
.page .ladies .summer_lineup_heading {
  width: 193px;
  display: block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_lineup_heading {
    width: 41.8vw;
    margin-bottom: 7.3vw;
  }
}
.page .ladies .summer_lineup .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_lineup .item_list {
    gap: 0;
    margin-bottom: 10.4vw;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2.1vw;
  }
}
.page .ladies .summer_lineup .item_list li {
  max-width: 185px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .ladies .summer_lineup .item_list li {
    max-width: 35.4vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 2.1vw;
  }
}
.page .ladies .coordinate {
  background: #fff;
  padding: 145px 0 130px;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate {
    padding: 22.1vw 0;
  }
}
.page .ladies .coordinate_top {
  margin: 0 auto 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate_top {
    margin-bottom: 24.1vw;
  }
}
.page .ladies .coordinate_heading {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate_heading {
    margin-bottom: 2.6vw;
  }
}
.page .ladies .coordinate_heading h3{
  position: relative;
  font-size: 56px;
  color: #1C81B5;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate_heading h3{
    font-size: 8.59vw;
    margin-bottom: 2.6vw;
    line-height: 1.16;
  }
}
.page .ladies .coordinate_heading img{
  position: absolute;
  z-index: 1;
  width: 276px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate_heading img{
    width: 41.4vw;
    top: -6vw;
  }
}
.page .ladies .coordinate_heading_bottom {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate_heading_bottom {
    font-size: 3.9vw;
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.page .ladies .coordinate .item_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  row-gap: 80px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate .item_area {
    gap: 18.9vw;
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .ladies .coordinate .item_area .item_sec {
  background: #F3FBFF;
  padding: 82px 84px 60px;
  width: 46.6%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate .item_area .item_sec {
    width: 100%;
    padding: 18.9vw 2.1vw 15.6vw;
  }
}
.page .ladies .coordinate .item_area .item_sec_heading {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate .item_area .item_sec_heading {
    top: -4.4vw;
  }
}
.page .ladies .coordinate .item_area .item_sec_heading h4{
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate .item_area .item_sec_heading h4{
    font-size: 3.64vw;
    margin-top: 1.74vw;
  }
}
.page .ladies .coordinate .item_area .item_sec .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate .item_area .item_sec .item_list {
    overflow-x: scroll;
  }
}
.page .ladies .coordinate .item_area .item_sec .item_list li {
  max-width: 185px;
  margin: 0 11px;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate .item_area .item_sec .item_list li {
    max-width: 35.4vw;
    margin: 0 2.1vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .ladies .coordinate .item_area .item_sec .item_list .slider-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}
.page .ladies .coordinate .item_area .item_sec .item_list .slider-prev-arrow {
  left: -35px;
}
.page .ladies .coordinate .item_area .item_sec .item_list .slider-next-arrow {
  right: -35px;
}
.page .ladies .coordinate .item_area .sec_bag .item_sec_heading {
  width: 97px;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate .item_area .sec_bag .item_sec_heading {
    width: 20.7vw;
  }
}
.page .ladies .coordinate .item_area .sec_necklace .item_sec_heading {
  width: 277px;
}
@media screen and (max-width: 768px) {
  .page .ladies .coordinate .item_area .sec_necklace .item_sec_heading {
    width: 59.6vw;
  }
}
.page .ladies .all {
  background: #F8F8F8;
  padding: 146px 0 130px;
}
@media screen and (max-width: 768px) {
  .page .ladies .all {
    padding: 22.1vw 0 26vw;
  }
}
.page .ladies .all_top {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_top {
    margin-bottom: 15.6vw;
  }
}
.page .ladies .all_top .all_heading {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_top .all_heading {
    margin-bottom: 2.6vw;
  }
}
.page .ladies .all_top .all_heading h3{
  position: relative;
  font-size: 56px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.16;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_top .all_heading h3{
    font-size: 8.59vw;
    margin-bottom: 2.6vw;
  }
}
.page .ladies .all_top .all_heading img{
  position: absolute;
  z-index: 1;
  width: 698px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_top .all_heading img{
    width: 87.2vw;
    top: -6vw;
  }
}
.page .ladies .all_top .all_heading_bottom {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_top .all_heading_bottom {
    font-size: 4.2vw;
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.page .ladies .all_item_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_item_sec {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 10.4vw;
  }
}
.page .ladies .all_item_sec .model_img {
  width: 43.3%;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_item_sec .model_img {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .ladies .all_item_sec .item_area {
  width: 56.7%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_item_sec .item_area {
    width: 100%;
    padding: 0 2.1vw;
  }
}
.page .ladies .all_item_sec .item_area_heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_item_sec .item_area_heading {
    font-size: 6.3vw;
    margin-bottom: 5.2vw;
  }
}
.page .ladies .all_item_sec .item_area_heading span {
  font-size: 28px;
  font-weight: 600;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_item_sec .item_area_heading span {
    font-size: 5.2vw;
  }
}
.page .ladies .all_item_sec .item_area_text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
  padding: 0 5.8%;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_item_sec .item_area_text {
    font-size: 4.2vw;
    margin-bottom: 10.4vw;
    padding: 0 3.1vw;
  }
}
.page .ladies .all_item_sec .item_area .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5.8%;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_item_sec .item_area .item_list {
    padding: 0;
    overflow-x: scroll;
  }
}
.page .ladies .all_item_sec .item_area .item_list li {
  max-width: 185px;
  margin: 0 11px;
}
@media screen and (max-width: 768px) {
  .page .ladies .all_item_sec .item_area .item_list li {
    max-width: 35.4vw;
    margin: 0 2.1vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .ladies .all_item_sec .item_area .item_list .slider-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}
.page .ladies .all_item_sec .item_area .item_list .slider-prev-arrow {
  left: 5px;
}
.page .ladies .all_item_sec .item_area .item_list .slider-next-arrow {
  right: 5px;
}
.page .ladies .all .more-btn {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .page .ladies .all .more-btn {
    width: 65.1vw;
  }
}
.page .ladies .stockings {
  padding: 146px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings {
    padding: 22.1vw 0 0;
  }
}
.page .ladies .stockings_top {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_top {
    margin-bottom: 15.6vw;
    max-width: 89.6vw;
  }
}
.page .ladies .stockings_top .stockings_heading {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_top .stockings_heading {
    margin-bottom: 2.6vw;
  }
}
.page .ladies .stockings_top .stockings_heading h3{
  position: relative;
  font-size: 56px;
  color: #1C81B5;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.16;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_top .stockings_heading h3{
    font-size: 8.59vw;
    margin-bottom: 2.6vw;
  }
}
.page .ladies .stockings_top .stockings_heading img{
  position: absolute;
  z-index: 1;
  width: 698px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_top .stockings_heading img{
    width: 87.2vw;
    top: -6vw;
  }
}
.page .ladies .stockings_top .stockings_heading_bottom {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_top .stockings_heading_bottom {
    font-size: 4.2vw;
    line-height: 1.8;
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.page .ladies .stockings_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 743px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .ladies .stockings_sec .item--img {
  width: 29.87%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_sec .item--img {
    width: 54vw;
    margin-bottom: 6.8vw;
  }
}
.page .ladies .stockings_sec .item--detail {
  width: 59.35%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_sec .item--detail {
    width: 89.6vw;
  }
}
.page .ladies .stockings_sec .item--detail .item--name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_sec .item--detail .item--name {
    font-size: 3.9vw;
  }
}
.page .ladies .stockings_sec .item--detail .item--price {
  font-size: 18px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page .ladies .stockings_sec .item--detail .item--price {
    font-size: 4.7vw;
    margin-bottom: 9.1vw;
  }
}
.page .about {
  padding: 130px 0 200px;
}
@media screen and (max-width: 768px) {
  .page .about {
    padding: 26vw 0;
  }
}
.page .about_contents {
  border: 1px solid #1C81B5;
  position: relative;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 70px 100px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .about_contents {
    padding: 13vw 5.2vw;
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .about_contents::before, .page .about_contents::after {
  content: "";
  position: absolute;
  width: 14.3%;
  height: 48px;
  background: white; /* 背景色に合わせて調整 */
}
@media screen and (max-width: 768px) {
  .page .about_contents::before, .page .about_contents::after {
    width: 22.5vw;
    height: 6.5vw;
  }
}
.page .about_contents::before {
  top: -1px;
  right: -1px; /* 右上を消す */
}
.page .about_contents::after {
  bottom: -1px;
  left: -1px; /* 左下を消す */
}
.page .about_detail {
  width: 54.2%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .about_detail {
    width: 100%;
    margin-bottom: 9.1vw;
  }
}
.page .about_detail_text_top {
  font-size: 30px;
  font-weight: 500;
  color: #1C81B5;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .about_detail_text_top {
    font-size: 6.3vw;
    margin-bottom: 6.5vw;
  }
}
.page .about_detail_text_bottom {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .about_detail_text_bottom {
    font-size: 4.2vw;
    margin-bottom: 8.3vw;
  }
}
.page .about_heading {
  width: 420px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .page .about_heading {
    max-width: 46.5vw;
    margin: 0 auto 7.8vw 0;
  }
}
.page .about_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 375px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .page .about_check {
    width: 79.2vw;
    row-gap: 3.9vw;
  }
}
.page .about_check li {
  width: 43.46%;
  font-size: 18px;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .about_check li {
    width: 36.7vw;
    font-size: 4.2vw;
    padding-left: 0.6 0.2vw;
  }
}
.page .about_check li::before {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/25ss/about_check.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 8%;
  width: 23.3px;
  height: 20.7px;
}
@media screen and (max-width: 768px) {
  .page .about_check li::before {
    width: 5.6vw;
    height: 4.9vw;
  }
}
.page .about_link {
  width: 32.1%;
  padding: 32px;
  background: #EBF6FB;
}
@media screen and (max-width: 768px) {
  .page .about_link {
    width: 79.2vw;
    padding: 7.8vw;
  }
}
.page .about_link_img {
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .page .about_link_img {
    margin-bottom: 3.9vw;
  }
}
.page .about_link_text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .about_link_text {
    font-size: 3.6vw;
    margin-bottom: 5.7vw;
  }
}
.page .about_link .more-btn {
  width: 200px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .page .about_link .more-btn {
    width: 44.3vw;
  }
}

.all_bnr{
  max-width: 600px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .page .all_bnr{
    max-width: 70vw;
    margin: 8vw auto 0;
  }
}

.page .mens_tab{
  font-size: 60px;
  color: #979797;
  font-weight: 500;
}

.page .ladies_tab{
  font-size: 60px;
  color: #979797;
  font-weight: 500;
}

.page .mens_tab.active{
  color: #1C81B5;
}

.page .ladies_tab.active{
  color: #1C81B5;
}