@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
/*----------------------------------------------------
	.page
----------------------------------------------------*/
.page .inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .inner {
    width: 90%;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page _:-ms-input-placeholder,
.page img {
  width: 100%;
  vertical-align: middle;
}
.page .anchor {
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.page {
  padding: 0;
  background-color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "メイリオ", "sans-serif";
  color: #333;
  overflow: hidden;
  /*=============================
   kv
  =============================*/
}
@media screen and (max-width: 768px) {
  .page {
    padding: 0;
  }
}
.page .sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .sp-br {
    display: inline;
  }
}
.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: 1024px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}
.page .copy {
  text-align: center;
  margin: 73px auto 78px;
}
@media screen and (max-width: 768px) {
  .page .copy {
    width: 90%;
    margin: 12.5vw auto 11.6vw;
  }
}
.page .copy__tit {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .copy__tit {
    font-size: 6.3vw;
    margin: 0 auto 4.3vw;
  }
}
.page .copy__txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .copy__txt {
    font-size: 3.6vw;
    text-align: left;
  }
}
.page .nav {
  max-width: 980px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .nav {
    max-width: 100%;
    width: 90%;
    margin: 11.6vw auto 12.5vw;
  }
}
.page .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page .nav ul li {
  width: calc(33.3333333333% - 26px);
  border: 1px solid #435B8C;
  font-weight: 600;
  font-size: 16px;
  color: #435B8C;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .nav ul li {
    width: calc(33.3333333333% - 12px);
    border: solid 0.13vw #435B8C;
    font-size: 3.4vw;
  }
}
.page .nav ul li a {
  position: relative;
  display: block;
  max-width: 300px;
  height: 72px;
  line-height: 72px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .nav ul li a {
    max-width: 100%;
    height: 18.1vw;
    line-height: 1.5;
    font-size: 3.4vw;
    padding: 2.6vw 0;
  }
}
.page .nav ul li a .arrow_bottom {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .page .nav ul li a .arrow_bottom {
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page .nav ul li a .arrow_bottom {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: 3.3vw;
  }
}
.page .nav ul li a .arrow_bottom:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #435B8C #435B8C transparent transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .nav ul li a .arrow_bottom:after {
    width: 2vw;
    height: 2vw;
    border: solid 0.26vw;
    border-color: #435B8C #435B8C transparent transparent;
  }
}
.page .set {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .set {
    max-width: 100%;
  }
}
.page .set .title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  background: #062666;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .page .set .title {
    font-size: 5.2vw;
  }
}
.page .set .title::before, .page .set .title::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 40px;
  background: #ffffff;
  vertical-align: middle;
}
.page .set .title::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 15px;
}
.page .set .title::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 15px;
}
.page .set_omatome {
  max-width: 976px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .set_omatome {
    max-width: 89.6vw;
    width: 100%;
  }
}
.page .set_omatome img {
  display: block;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .page .set_omatome img {
    margin-top: 12.5vw;
  }
}
.page .set .note {
  font-size: 13px;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .page .set .note {
    font-size: 3.4vw;
    margin-top: 3.1vw;
  }
}
.page .kazari {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .kazari {
    width: 90%;
  }
}
.page .kazari .kazari__border {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .kazari .kazari__border {
    padding: 0 16.9vw;
  }
}
.page .kazari .kazari__border:before,
.page .kazari .kazari__border:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: "";
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
@media screen and (max-width: 768px) {
  .page .kazari .kazari__border:before,
  .page .kazari .kazari__border:after {
    border: solid 0.26vw #000;
  }
}
.page .kazari .kazari__border:before {
  left: 0;
}
.page .kazari .kazari__border:after {
  right: 0;
}
.page .kazari .kazari__line {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .kazari .kazari__line {
    padding: 0 16.9vw;
  }
}
.page .kazari .kazari__line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}
.page .kazari .kazari__line span {
  position: relative;
  padding: 0 10px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .kazari .kazari__line span {
    padding: 0 6.5vw;
  }
}
.page .kazari .kazari__slash {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page .kazari .kazari__slash {
    padding: 0 1.3vw;
    font-size: 4.2vw;
  }
}
.page .kazari .kazari__slash:before,
.page .kazari .kazari__slash:after {
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  color: #000;
}
.page .kazari .kazari__slash:before {
  left: 0;
  content: " ";
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 2px;
  height: 25px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .page .kazari .kazari__slash:before {
    width: 0.3vw;
    height: 4.6vw;
    bottom: 0;
  }
}
.page .kazari .kazari__slash:after {
  right: 0;
  content: "";
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 2px;
  height: 25px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .page .kazari .kazari__slash:after {
    width: 0.3vw;
    height: 4.6vw;
    bottom: 0;
  }
}
.page .bk_convenience {
  background-color: #FFFCE4;
}
.page .convenience .kazari__slash {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .page .convenience .kazari__slash {
    font-size: 3.6vw;
    margin: 0 auto 6.6vw;
  }
}
.page .convenience .kazari__slash:before {
  left: -5px;
  content: " ";
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 2px;
  height: 32px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .page .convenience .kazari__slash:before {
    width: 0.3vw;
    height: 4.6vw;
    bottom: 0;
  }
}
.page .convenience .kazari__slash:after {
  right: -5px;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 2px;
  height: 32px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .page .convenience .kazari__slash:after {
    width: 0.3vw;
    height: 4.6vw;
    bottom: 0;
  }
}
.page .convenience__main {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .convenience__main {
    margin: 0 auto 7.3vw;
  }
}
.page .convenience__nav ul li {
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #435B8C;
  font-size: 16px;
  color: #435B8C;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .convenience__nav ul li {
    max-width: 100%;
    width: 100%;
    border: solid 0.13vw #435B8C;
    font-size: 3.4vw;
  }
}
.page .convenience__nav ul li a {
  position: relative;
  display: block;
  max-width: 400px;
  height: 72px;
  line-height: 72px;
  font-weight: 600;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .convenience__nav ul li a {
    max-width: 100%;
    height: 13vw;
    line-height: 9.1vw;
  }
}
.page .convenience__nav ul li a .arrow_bottom {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .page .convenience__nav ul li a .arrow_bottom {
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page .convenience__nav ul li a .arrow_bottom {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: 3.3vw;
  }
}
.page .convenience__nav ul li a .arrow_bottom:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #435B8C #435B8C transparent transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .convenience__nav ul li a .arrow_bottom:after {
    width: 2vw;
    height: 2vw;
    border: 0.26vw solid;
    border-color: #435B8C #435B8C transparent transparent;
  }
}
.page .item__scroll {
  max-width: 980px;
  width: 100%;
  text-align: center;
  margin: 160px auto 75px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: 10.4vw auto 12.1vw;
  }
}
.page .item__scroll .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .page .item__scroll .item__list::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.page .item__scroll .item__list li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 57.3vw;
    margin: 0 2.6vw;
    position: relative;
    overflow: visible;
  }
  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 3vw;
    background-color: transparent;
  }
  .page .item__scroll .item__list li:first-child {
    margin-left: 5.2vw;
  }
  .page .item__scroll .item__list li:last-child {
    margin-right: 5.2vw;
  }
}
.page .item__scroll .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
}
.page .item__scroll .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
}
.page .item__scroll .item__list li .item__list__text .item--name {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--name {
    font-size: 3.4vw;
    margin-top: 3.1vw;
    margin-bottom: 1.3vw;
  }
}
.page .item__scroll .item__anchor {
  max-width: 540px;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 85px auto 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor {
    max-width: 100%;
    margin: 6.5vw auto 14.3vw;
    width: 90%;
  }
}
.page .item__scroll .item__anchor .btn {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding: 16px 0;
  text-align: center;
  display: block;
  border: solid 2px #000;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn {
    width: 100%;
    margin: 0 auto;
    padding: 3.1vw 0;
    border: solid 0.26vw #000;
  }
}
.page .item__scroll .item__anchor .btn b {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn b {
    font-size: 3.9vw;
  }
}
.page .item__scroll .item__anchor .btn .sb {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 500;
  font-size: 13px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .sb {
    font-size: 3.4vw;
    margin: 0 auto 2.2vw;
  }
}
.page .item__scroll .item__anchor .btn .img {
  position: absolute;
  width: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .img {
    width: 10.4vw;
    left: 5%;
    top: 50%;
  }
}
.page .item__scroll .item__anchor .btn .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .arrow_right {
    right: 5%;
  }
}
.page .item__scroll .item__anchor .btn .arrow_right:after {
  background-image: url(/ec/img/usr/pg/campaign/shinseijin/btn_arrow-suit.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 29px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .arrow_right:after {
    width: 4.8vw;
    height: 1.3vw;
  }
}
@media screen and (min-width: 769px) {
  .page .item__scroll .item__anchor__flex,
  .page .item__scroll .item__anchor__flex3,
  .page .item__scroll .item__anchor__flex4 {
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .page .item__scroll .item__anchor__flex .btn,
  .page .item__scroll .item__anchor__flex3 .btn,
  .page .item__scroll .item__anchor__flex4 .btn {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor__flex,
  .page .item__scroll .item__anchor__flex3,
  .page .item__scroll .item__anchor__flex4 {
    margin: 6.5vw auto 6.5vw;
  }
  .page .item__scroll .item__anchor__flex .btn,
  .page .item__scroll .item__anchor__flex3 .btn,
  .page .item__scroll .item__anchor__flex4 .btn {
    margin: 0 auto 2vw;
  }
}
@media screen and (min-width: 769px) {
  .page .item__scroll .item__anchor__flex3 .btn {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor__flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .page .item__scroll .item__anchor__flex4 .btn {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor__flex4 .btn {
    width: 48%;
  }
}
.page .style.kazari {
  margin: 73px auto 77px;
}
@media screen and (max-width: 768px) {
  .page .style.kazari {
    margin: 11.3vw auto 12.1vw;
  }
}
.page .style.kazari .kazari__line::before, .page .style.kazari .kazari__line::after {
  height: 16px;
  background-color: #435B8C;
}
@media screen and (max-width: 768px) {
  .page .style.kazari .kazari__line::before, .page .style.kazari .kazari__line::after {
    height: 2.1vw;
  }
}
.page .style.kazari .kazari__line span {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page .style.kazari .kazari__line span {
    font-size: 6.3vw;
    padding: 0 2.6vw;
  }
}
@media screen and (min-width: 769px) {
  .page .sec__mv-bk {
    background-color: #000;
    height: 320px;
  }
}
.page .sec__mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 197px auto 160px;
}
@media screen and (max-width: 768px) {
  .page .sec__mv {
    display: block;
    max-width: 100%;
    width: 90%;
    margin: 12.1vw auto 0;
  }
}
.page .sec__mv--img {
  position: absolute;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .page .sec__mv--img {
    width: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .page .sec__mv--img {
    position: relative;
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page .sec__mv--img .img-bk {
    position: absolute;
    content: " ";
    background-color: #000;
    width: 100vw;
    height: 71.6vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .page .sec__mv--img .img {
    position: relative;
  }
}
.page .sec__mv--txt {
  position: relative;
  background-color: #fff;
  max-width: 620px;
  width: 70%;
  height: 320px;
  margin: 0 0 0 auto;
  padding: 13px 0 6px 40px;
}
@media screen and (max-width: 768px) {
  .page .sec__mv--txt {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5.2vw auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .page .sec__mv--txt:after {
    position: absolute;
    content: " ";
    background-color: #fff;
    width: 40px;
    height: 320px;
    right: -40px;
    top: 0;
  }
}
.page .sec__mv--txt .sec__mv--tit {
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page .sec__mv--txt .sec__mv--tit {
    margin: 0 auto 7.3vw;
  }
}
.page .sec__mv--txt .sec__mv--sbtit {
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .sec__mv--txt .sec__mv--sbtit {
    font-size: 5.2vw;
    margin: 0 0 3.5vw;
  }
}
.page .sec__mv--txt .sec__mv--sbtit span {
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .page .sec__mv--txt .sec__mv--sbtit span {
    font-size: 5.2vw;
  }
}
.page .sec__mv--txt .sec__mv--text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .page .sec__mv--txt .sec__mv--text {
    font-size: 3.6vw;
    text-align: left;
  }
}
.page .sec__mv--txt .sec__mv--icon {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .page .sec__mv.row .sec__mv--img {
    right: -5%;
  }
  .page .sec__mv.row .sec__mv--txt {
    padding: 13px 40px 6px 0;
    margin: 0 auto 0 0;
  }
  .page .sec__mv.row .sec__mv--txt::after {
    left: -40px;
  }
  .page .sec__mv.row .sec__mv--txt .sec__mv--tit {
    text-align: left;
    margin: auto 0 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .page .sec_stylish-suit .sec__mv-bk {
    background-color: #435B8C;
  }
}
@media screen and (max-width: 768px) {
  .page .sec_stylish-suit .sec__mv .sec__mv--img .img-bk {
    background-color: #435B8C;
  }
}
.page .sec_stylish-suit .sec__mv .sec__mv--tit {
  max-width: 472px;
}
@media screen and (max-width: 768px) {
  .page .sec_stylish-suit .sec__mv .sec__mv--tit {
    max-width: 58.5vw;
  }
}
.page .sec_stylish-suit .sec__mv .sec__mv--icon {
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .page .sec_stylish-suit .sec__mv .sec__mv--icon {
    max-width: 12.5vw;
  }
}
.page .sec_stylish-suit .item__scroll .item__anchor .btn {
  border: solid 2px #435B8C;
  color: #435B8C;
}
@media screen and (max-width: 768px) {
  .page .sec_stylish-suit .item__scroll .item__anchor .btn {
    border: solid 0.26vw #435B8C;
  }
}
.page .sec_stylish-suit .item__scroll .item__anchor .btn .arrow_right:after {
  background-image: url(/ec/img/usr/pg/campaign/shinseijin/btn_arrow-suit.png);
}
@media screen and (min-width: 769px) {
  .page .sec_washable-suit .sec__mv-bk {
    background-color: #435B8C;
  }
}
@media screen and (max-width: 768px) {
  .page .sec_washable-suit .sec__mv .sec__mv--img .img-bk {
    background-color: #435B8C;
  }
}
.page .sec_washable-suit .sec__mv .sec__mv--tit {
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .page .sec_washable-suit .sec__mv .sec__mv--tit {
    max-width: 70.3vw;
  }
}
.page .sec_washable-suit .sec__mv .sec__mv--icon {
  max-width: 82px;
}
@media screen and (max-width: 768px) {
  .page .sec_washable-suit .sec__mv .sec__mv--icon {
    max-width: 12.8vw;
  }
}
.page .sec_washable-suit .item__scroll .item__anchor .btn {
  border: solid 2px #435B8C;
  color: #435B8C;
}
@media screen and (max-width: 768px) {
  .page .sec_washable-suit .item__scroll .item__anchor .btn {
    border: solid 0.26vw #435B8C;
  }
}
.page .sec_washable-suit .item__scroll .item__anchor .btn .arrow_right:after {
  background-image: url(/ec/img/usr/pg/campaign/shinseijin/btn_arrow-suit.png);
}
@media screen and (min-width: 769px) {
  .page .sec_stretch-suit .sec__mv-bk {
    background-color: #435B8C;
  }
}
@media screen and (max-width: 768px) {
  .page .sec_stretch-suit .sec__mv .sec__mv--img .img-bk {
    background-color: #435B8C;
  }
}
.page .sec_stretch-suit .sec__mv .sec__mv--tit {
  max-width: 472px;
}
@media screen and (max-width: 768px) {
  .page .sec_stretch-suit .sec__mv .sec__mv--tit {
    max-width: 61.5vw;
  }
}
.page .sec_stretch-suit .sec__mv .sec__mv--icon {
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .page .sec_stretch-suit .sec__mv .sec__mv--icon {
    max-width: 12.5vw;
  }
}
.page .sec_stretch-suit .item__scroll .item__anchor .btn {
  border: solid 2px #435B8C;
  color: #435B8C;
}
@media screen and (max-width: 768px) {
  .page .sec_stretch-suit .item__scroll .item__anchor .btn {
    border: solid 0.26vw #435B8C;
  }
}
.page .sec_stretch-suit .item__scroll .item__anchor .btn .arrow_right:after {
  background-image: url(/ec/img/usr/pg/campaign/shinseijin/btn_arrow-suit.png);
}
@media screen and (min-width: 769px) {
  .page .sec_coat .sec__mv-bk {
    background-color: #CDAB4B;
  }
}
@media screen and (max-width: 768px) {
  .page .sec_coat .sec__mv .sec__mv--img .img-bk {
    background-color: #CDAB4B;
  }
}
.page .sec_coat .sec__mv .sec__mv--tit {
  max-width: 172px;
}
@media screen and (max-width: 768px) {
  .page .sec_coat .sec__mv .sec__mv--tit {
    max-width: 22.4vw;
  }
}
.page .sec_coat .item__scroll .item__anchor .btn {
  border: solid 2px #CDAB4B;
  color: #CDAB4B;
}
@media screen and (max-width: 768px) {
  .page .sec_coat .item__scroll .item__anchor .btn {
    border: solid 0.26vw #CDAB4B;
  }
}
.page .sec_coat .item__scroll .item__anchor .btn .arrow_right:after {
  background-image: url(/ec/img/usr/pg/campaign/shinseijin/btn_arrow-coat.png);
}
@media screen and (min-width: 769px) {
  .page .sec_formal .sec__mv-bk {
    background-color: #333;
  }
}
@media screen and (max-width: 768px) {
  .page .sec_formal .sec__mv .sec__mv--img .img-bk {
    background-color: #333;
  }
}
.page .sec_formal .sec__mv .sec__mv--tit {
  max-width: 265px;
}
@media screen and (max-width: 768px) {
  .page .sec_formal .sec__mv .sec__mv--tit {
    max-width: 34.5vw;
  }
}
.page .sec_formal .item__scroll .item__list {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.page .sec_formal .item__scroll .item__anchor .btn {
  border: solid 2px #333;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page .sec_formal .item__scroll .item__anchor .btn {
    border: solid 0.26vw #333;
  }
}
.page .sec_formal .item__scroll .item__anchor .btn .arrow_right:after {
  background-image: url(/ec/img/usr/pg/campaign/shinseijin/btn_arrow-formal.png);
}
.page .accessories_bk {
  background-color: #435B8C;
}
.page .accessories {
  padding: 73px 0 80px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .accessories {
    max-width: 100%;
    width: 90%;
    padding: 11.3vw 0 12.5vw;
  }
}
.page .accessories .kazari {
  margin: 0 auto 74px;
}
@media screen and (max-width: 768px) {
  .page .accessories .kazari {
    width: 100%;
    margin: 0 auto 11.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .accessories .kazari .kazari__line {
    padding: 0;
  }
}
.page .accessories .kazari .kazari__line::before, .page .accessories .kazari .kazari__line::after {
  height: 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page .accessories .kazari .kazari__line::before, .page .accessories .kazari .kazari__line::after {
    height: 2.1vw;
  }
}
.page .accessories .kazari .kazari__line span {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  padding: 0 40px;
  color: #fff;
  background-color: #435B8C;
}
@media screen and (max-width: 768px) {
  .page .accessories .kazari .kazari__line span {
    font-size: 6.3vw;
    padding: 0 5.2vw;
  }
}
.page .accessories__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .accessories__main {
    display: block;
  }
}
.page .accessories__main li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li {
    display: block;
  }
}
.page .accessories__main li .accessories__main--img {
  max-width: 470px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li .accessories__main--img {
    max-width: 100%;
    margin: 0 auto 7.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page .accessories__main li .accessories__main--txt {
    text-align: center;
  }
}
.page .accessories__main li .accessories__main--tit {
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li .accessories__main--tit {
    margin: 0 auto 5.2vw;
  }
}
.page .accessories__main li .accessories__main--sbtit {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 35px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li .accessories__main--sbtit {
    font-size: 5.2vw;
    margin: 0 0 3.5vw;
  }
}
.page .accessories__main li .accessories__main--btn a {
  position: relative;
  max-width: 240px;
  width: 100%;
  padding: 20px 16px 20px 16px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: block;
  border: solid 1px #fff;
  line-height: 1.5;
  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;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li .accessories__main--btn a {
    max-width: 78.1vw;
    width: 100%;
    font-size: 3.4vw;
    margin: 3.3vw auto 0;
    padding: 4.2vw 2.1vw 4.2vw 2.1vw;
    border: solid 0.13vw #fff;
  }
}
.page .accessories__main li .accessories__main--btn a .arrow_right {
  position: absolute;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li .accessories__main--btn a .arrow_right {
    right: 5%;
  }
}
.page .accessories__main li .accessories__main--btn a .arrow_right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li .accessories__main--btn a .arrow_right:after {
    border: 0.26vw solid;
    border-color: #ffffff #ffffff transparent transparent;
  }
}
@media screen and (max-width: 768px) {
  .page .accessories__main li:nth-child(1) {
    margin-bottom: 12.5vw;
  }
}
.page .accessories__main li:nth-child(1) .accessories__main--tit {
  max-width: 136px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li:nth-child(1) .accessories__main--tit {
    max-width: 17.7vw;
  }
}
.page .accessories__main li:nth-child(2) .accessories__main--tit {
  max-width: 69px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .accessories__main li:nth-child(2) .accessories__main--tit {
    max-width: 9vw;
  }
}
.page .set_bk {
  background: linear-gradient(-76deg, #A1D6DC 0%, #A1D6DC 50%, #B1D9C1 50%, #B1D9C1 100%);
}
.page .set_bk .set {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 0 76px;
}
@media screen and (max-width: 768px) {
  .page .set_bk .set {
    max-width: 100%;
    padding: 12.4vw 0 11.7vw;
  }
}
.page .set_bk .set__tit {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin: 0 auto 80px;
  background-color: #062666;
  color: #fff;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .page .set_bk .set__tit {
    font-size: 5.2vw;
    margin: 0 auto;
    height: 11.5vw;
    line-height: 11.5vw;
  }
}
.page .set_bk .set__main {
  text-align: center;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .page .set_bk .set__main {
    margin: 0 auto 6.5vw;
  }
}
.page .set_bk .set__kome {
  width: 100%;
  margin: 0 auto;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page .set_bk .set__kome {
    max-width: 100%;
    width: 90%;
  }
}
.page .set_bk .set__kome .kome_tit {
  font-weight: 600;
  font-size: 24px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  .page .set_bk .set__kome .kome_tit {
    font-size: 4.2vw;
    margin: 0 auto 2.5vw;
  }
}
.page .set_bk .set__kome .kome_txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .set_bk .set__kome .kome_txt {
    font-size: 3.4vw;
  }
}
.page .bnr {
  max-width: 980px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .page .bnr {
    max-width: 89.6vw;
    width: 100%;
    margin: 7.8vw auto 10.4vw;
  }
}
.page .bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .page .bnr ul {
    display: block;
    max-width: 100%;
  }
}
.page .bnr ul li {
  max-width: 470px;
  width: calc(50% - 29px);
}
@media screen and (max-width: 768px) {
  .page .bnr ul li {
    max-width: 100%;
    width: 100%;
    margin: 0 0 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .bnr ul li:last-child {
    margin: 0 0 0;
  }
}
.page .bnr ul li.bnr-no_img a {
  position: relative;
  width: 100%;
  padding: 50px 25px 50px 10px;
  border: 1px solid #333;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  .page .bnr ul li.bnr-no_img a {
    padding: 3.9vw 3.3vw 3.9vw 1.3vw;
    font-size: 2.6vw;
  }
}
.page .bnr ul li.bnr-no_img a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #333 #333 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .bnr ul li.bnr-no_img a::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 2.6vw;
  }
}
.page .bnr .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .bnr .small {
    margin-bottom: 0;
  }
}
.page .bnr .small li {
  max-width: 470px;
  width: 47.95%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page .bnr .small li {
    max-width: 42.2vw;
    width: 48%;
  }
}
.page .shitate {
  margin: 96px auto 100px;
}
@media screen and (max-width: 768px) {
  .page .shitate {
    margin: 18.9vw auto 13vw;
  }
}
.page .shitate .kazari__slash {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page .shitate .kazari__slash {
    font-size: 4.7vw;
  }
}
.page .shitate .kazari__slash:before {
  left: -2%;
  content: " ";
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 3px;
  height: 45px;
  display: block;
  background: #000;
  position: absolute;
  top: unset;
}
@media screen and (max-width: 768px) {
  .page .shitate .kazari__slash:before {
    width: 0.5vw;
    height: 5.2vw;
    bottom: 0;
  }
}
.page .shitate .kazari__slash:after {
  right: -2%;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 3px;
  height: 45px;
  top: unset;
}
@media screen and (max-width: 768px) {
  .page .shitate .kazari__slash:after {
    width: 0.5vw;
    height: 5.2vw;
    bottom: 0;
  }
}
.page .shitate .link {
  max-width: 640px;
  margin: 33px auto 0;
}
@media screen and (max-width: 768px) {
  .page .shitate .link {
    max-width: 89.6vw;
    margin-top: 6.5vw;
  }
}
.page .cashless_bk {
  background-color: #FFFCE4;
}
.page .cashless {
  padding: 74px 0;
}
@media screen and (max-width: 768px) {
  .page .cashless {
    padding: 11.6vw 0;
  }
}
.page .cashless .kazari__slash {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .page .cashless .kazari__slash {
    font-size: 3.6vw;
    margin: 0 auto 6.6vw;
  }
}
.page .cashless .kazari__slash:before {
  left: -5px;
  content: " ";
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 2px;
  height: 32px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .page .cashless .kazari__slash:before {
    width: 0.3vw;
    height: 4.6vw;
    bottom: 0;
  }
}
.page .cashless .kazari__slash:after {
  right: -5px;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 2px;
  height: 32px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .page .cashless .kazari__slash:after {
    width: 0.3vw;
    height: 4.6vw;
    bottom: 0;
  }
}
.page .cashless .convenience__main {
  margin: 0 auto 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .cashless .convenience__main {
    width: 80%;
    margin: 0 auto 11.7vw;
  }
}
.page .cashless .convenience__main img {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .cashless .convenience__main img {
    max-width: 83.3vw;
  }
}
.page .cashless__tit {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 9px;
}
@media screen and (max-width: 768px) {
  .page .cashless__tit {
    font-size: 5.2vw;
    margin: 0 auto 3vw;
  }
}
.page .cashless__sbtit {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .cashless__sbtit {
    font-size: 3.6vw;
  }
}
.page .cashless__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 768px;
  margin: 38px auto;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .cashless__main {
    max-width: 100%;
    width: 90%;
    margin: 6.8vw auto;
  }
}
.page .cashless__main li {
  max-width: 256px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .page .cashless__main li {
    max-width: 29.7vw;
  }
}
.page .cashless__kome {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .cashless__kome {
    font-size: 3.4vw;
  }
}

.page .ajax_area .preset_price_area {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
  }
}
.page .ajax_area .preset_price_area .preset_price_mini {
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area .preset_price_mini {
    margin: 0 auto 1.3vw;
    font-size: 3.4vw !important;
  }
}
.page .ajax_area a.cartinbtn {
  width: 90%;
  background-color: #000;
  margin: 10px auto 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
    margin: 3.3vw auto 0;
    font-size: 3.4vw;
  }
}
.page .ajax_area .stock_exist {
  width: 90%;
  font-size: 16px;
  margin: 12px auto 0;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
    font-size: 3.4vw;
    margin: 3.3vw auto 0;
  }
}
.page .reservation__btn .btn {
  position: relative;
  width: 100%;
  padding: 6px 16px 6px 16px;
  margin: 10px auto 0;
  font-size: 13px;
  text-align: center;
  color: #435B8C;
  display: block;
  border-radius: 5px;
  line-height: 1.3;
  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;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 3.4vw;
    margin: 3.3vw auto 0;
    padding: 0.8vw 2.1vw 0.8vw 2.1vw;
  }
}
.page .reservation__btn .btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url(/ec/img/usr/pg/campaign/shinseijin/hanger_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1px 4px 0 0;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn::before {
    width: 6.1vw;
    height: 4.4vw;
  }
}
.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 5%;
  }
}
.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.page .sec_stylish-suit .ajax_area a.cartinbtn {
  background-color: #435B8C;
}
.page .sec_washable-suit .ajax_area a.cartinbtn {
  background-color: #435B8C;
}
.page .sec_stretch-suit .ajax_area a.cartinbtn {
  background-color: #435B8C;
}
.page .sec_coat .ajax_area a.cartinbtn {
  background-color: #CDAB4B;
}
.page .sec_formal .ajax_area a.cartinbtn {
  background-color: #000;
}

.page .aoyama_journal{
  margin: 60px auto 0;
  max-width: 640px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .page .aoyama_journal{
    margin: 8.6vw auto 0;
    max-width: 89.6vw;
    width: 100%;
    display: block;
  }
}