@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;
  }
}

/*----------------------------------------------------
	.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 {
  max-width: 980px;
  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;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.hide-scroll {
  /* Hide scrollbar for IE, Edge add Firefox */
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.page {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  padding: 0;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #333333;
  overflow: hidden;
  /*
	  ancorNav
	---------------------------------*/
  /*
	  movie
	---------------------------------*/
}

@media screen and (max-width: 768px) {
  .page {
    padding: 0;
  }
}

.page .kv {
  min-width: 1980px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .page .kv {
    min-width: 100%;
  }
}

.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}

@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}

.page .btn {
  max-width: 478px;
  width: 100%;
  display: block;
  margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
  .page .btn {
    max-width: 100%;
    width: 100%;
    margin: 4.2vw auto 0;
  }
}

.page .btn a {
  position: relative;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  border-radius: 10px;
  background-color: #001253;
}

@media screen and (max-width: 768px) {
  .page .btn a {
    width: 100%;
    font-size: 3.6vw;
    padding: 4.2vw 0;
  }
}

.page .btn a .arrow_right:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("../img/btn-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 23px;
  right: 23px;
}

@media screen and (max-width: 768px) {
  .page .btn a .arrow_right:after {
    width: 1.6vw;
    height: 3.1vw;
    top: 5.2vw;
    right: 5.6vw;
  }
}

.page .btn a .arrow_right-l:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("../img/btn-arrow-p.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 23px;
  right: 23px;
}

@media screen and (max-width: 768px) {
  .page .btn a .arrow_right-l:after {
    width: 1.6vw;
    height: 3.1vw;
    top: 5.2vw;
    right: 5.6vw;
  }
}

.page *, .page ::after, .page ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page .popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

@media screen and (max-width: 768px) {
  .page .popup_inner {
    margin-top: 9.1vw;
  }
}

@media screen and (max-width: 768px) {
  .page .popup__list {
    width: 79.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.3vw;
  }
}

@media screen and (max-width: 768px) {
  .page .popup__list-item {
    width: 38vw;
    margin-bottom: 5.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .popup__list-item:nth-child(1), .page .popup__list-item:nth-child(3) {
    margin-right: 3.1vw;
  }
}

.page .popup-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page .popup-img-wrapper {
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .page .popup-img-wrapper {
    width: 11.2vw;
  }
}

.page .popup-txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 28px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .page .popup-txt {
    font-size: 3.6vw;
    line-height: 6.6vw;
    margin-bottom: 3vw;
  }
}

.page .popup-txt-s {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .popup-txt-s {
    font-size: 3.4vw;
  }
}

.page .popup-txt-l {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .page .popup-txt-l {
    font-size: 4.4vw;
  }
}

.page .popup_text {
  font-size: 13px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 56px;
  font-weight: 300;
  line-height: 19.5px;
}

@media screen and (max-width: 768px) {
  .page .popup_text {
    font-size: 3.4vw;
    margin-top: 7.3vw;
    margin-bottom: 9.4vw;
    line-height: 5.1vw;
  }
}

.page .popup__btn-txt {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .page .popup__btn-txt {
    font-size: 3.6vw;
  }
}

.page .popup.show {
  display: block;
}

.page .popup-content {
  position: fixed;
  margin: auto;
  overflow: hidden;
  top: 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 56px 40px;
  z-index: 1000;
  max-width: 980px;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
  　　-ms-overflow-style: none;
  /*to hide popup initially*/
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .page .popup-content {
    max-width: 89.6vw;
    padding: 7.8vw 5.2vw 9.1vw;
    margin-top: 50px;
    height: 91%;
  }
}

.page .popup-content::-webkit-scrollbar {
  display: none;
}

.page .popup-content-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page .popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/close-btn.png");
  z-index: 9999;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page .popup-close {
    width: 13vw;
  }
}

.page .popup-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  scrollbar-width: none;
  　　-ms-overflow-style: none;
  -ms-touch-action: none;
      touch-action: none;
}

.page .wrapper {
  max-width: 980px;
  text-align: center;
  margin: 0px auto 80px;
}

@media screen and (max-width: 768px) {
  .page .wrapper {
    max-width: 89.6vw;
    margin: 0 auto 12.5vw;
  }
}

.page .set__nav,
.page .wrapper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .page .set__nav,
  .page .wrapper__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .set__nav-btn,
.page .wrapper__nav-btn {
  margin-left: 0;
  margin-right: 0;
}

.page .set li .popup__btn a,
.page .wrapper li .popup__btn a {
  background-color: #56b8e5;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .page .set li .popup__btn a,
  .page .wrapper li .popup__btn a {
    padding: 3.9vw;
  }
}

.page .set li .popup__btn a .arrow_right:after,
.page .wrapper li .popup__btn a .arrow_right:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("../img/btn-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 23px;
  right: 23px;
}

@media screen and (max-width: 768px) {
  .page .set li .popup__btn a .arrow_right:after,
  .page .wrapper li .popup__btn a .arrow_right:after {
    width: 1.6vw;
    height: 3.1vw;
    top: 5.2vw;
    right: 5.6vw;
  }
}

.page .set li a,
.page .wrapper li a {
  background-color: #c0d3ef;
  text-decoration: none;
  color: #001253;
}

.page .nav--02 {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #f0f3fa;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .page .nav--02 {
    max-width: 79.2vw;
    margin: 5.2vw auto 12.5vw;
    padding: 7.3vw 0;
  }
}

.page .nav--02 li a {
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .page .nav--02 li a {
    border-radius: 3.6vw;
    max-width: 68.8vw;
  }
}

@media screen and (max-width: 768px) {
  .page .nav--02 li:nth-child(1), .page .nav--02 li:nth-child(2) {
    margin: 0 auto 3.1vw;
  }
}

.page .casual {
  background-color: #fff9eb;
}

.page .casual-heading, .page .casual-txt {
  line-height: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .casual-heading, .page .casual-txt {
    line-height: 5.5vw;
    font-size: 3.6vw;
    margin-bottom: 6.3vw;
  }
}

.page .casual-heading--c, .page .casual-txt--c {
  width: 576px;
  margin: auto auto 32px;
}

@media screen and (max-width: 768px) {
  .page .casual-heading--c, .page .casual-txt--c {
    width: 63vw;
    margin: auto auto 6.3vw;
  }
}

.page .ladies {
  background-color: #edffe6;
}

.page .ladies-heading, .page .ladies-txt {
  line-height: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .ladies-heading, .page .ladies-txt {
    line-height: 5.5vw;
    font-size: 3.6vw;
    margin-bottom: 6.3vw;
  }
}

.page .ladies-heading--c, .page .ladies-txt--c {
  width: 576px;
  margin: auto auto 32px;
}

@media screen and (max-width: 768px) {
  .page .ladies-heading--c, .page .ladies-txt--c {
    width: 73.4vw;
    margin: auto auto 6.3vw;
  }
}

.page .mens {
  background-color: #e6f7ff;
}

.page .mens-icon {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .page .mens-icon {
    margin: 7.3vw auto 5.2vw;
    width: 37.4vw;
  }
}

.page .mens-heading, .page .mens-txt {
  line-height: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .mens-heading, .page .mens-txt {
    font-size: 3.6vw;
    line-height: 5.5vw;
    margin-bottom: 6.3vw;
    width: 89.6vw;
  }
}

.page .mens-heading--c, .page .mens-txt--c {
  width: 576px;
  margin: auto auto 32px;
}

@media screen and (max-width: 768px) {
  .page .mens-heading--c, .page .mens-txt--c {
    width: 45.8vw;
    margin: auto auto 6.3vw;
  }
}

.page .mens-heading p, .page .mens-txt p {
  margin-top: 10px;
}

.page .casual,
.page .suit_style {
  max-width: 100%;
}

.page .casual-inner,
.page .suit_style-inner {
  max-width: 980px;
  margin: 0 auto 0;
  text-align: center;
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  .page .casual-inner,
  .page .suit_style-inner {
    padding: auto auto 12.5vw;
    max-width: 89.6vw;
  }
}

.page .casual-clothing,
.page .suit_style-clothing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 64px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page .casual-clothing,
  .page .suit_style-clothing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.page .casual-clothing-tit,
.page .suit_style-clothing-tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .casual-clothing-tit,
  .page .suit_style-clothing-tit {
    font-size: 5.2vw;
    line-height: 7.8vw;
    margin-bottom: 4.9vw;
  }
}

@media screen and (max-width: 768px) {
  .page .casual-clothing--r,
  .page .suit_style-clothing--r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page .casual-btn,
.page .suit_style-btn {
  max-width: 478px;
  width: 100%;
  display: block;
  margin: 16px auto 0;
}

.page .casual-btn a,
.page .suit_style-btn a {
  position: relative;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  padding: 16px 0;
  border-radius: 10px;
  background-color: #f2ca0e;
  text-decoration: none;
}

.page .casual-btn a .arrow_right-main:after,
.page .suit_style-btn a .arrow_right-main:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("../img/btn-arrow-b.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 23px;
  right: 23px;
}

@media screen and (max-width: 768px) {
  .page .casual-btn a .arrow_right-main:after,
  .page .suit_style-btn a .arrow_right-main:after {
    width: 0.8vw;
    height: 1.6vw;
  }
}

.page .casual-btn-txt,
.page .suit_style-btn-txt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page .casual-btn-txt-btn,
  .page .suit_style-btn-txt-btn {
    margin-top: 12.5vw;
    margin-bottom: 4.2vw;
  }
}

.page .casual-tit,
.page .suit_style-tit {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .page .casual-tit,
  .page .suit_style-tit {
    width: 30.2vw;
    margin: 0 auto;
  }
}

.page .casual-01, .page .casual-02, .page .casual-03,
.page .suit_style-01,
.page .suit_style-02,
.page .suit_style-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .page .casual-01, .page .casual-02, .page .casual-03,
  .page .suit_style-01,
  .page .suit_style-02,
  .page .suit_style-03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .page .casual-01--r, .page .casual-02--r, .page .casual-03--r,
  .page .suit_style-01--r,
  .page .suit_style-02--r,
  .page .suit_style-03--r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page .suit_style-wrap {
  min-width: 416px;
}

@media screen and (max-width: 768px) {
  .page .suit_style-wrap {
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .page .next-arrow {
    right: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .page .prev-arrow {
    left: 2.6vw;
  }
}

.page .good_item {
  background-color: #eef3ff;
}

.page .good_item-inner {
  max-width: 980px;
  margin: 0 auto 0;
  text-align: center;
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  .page .good_item-inner {
    max-width: 89.6vw;
  }
}

.page .good_item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .good_item-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .good_item-heading-img {
  margin: -6px 12px 0px 0;
}

@media screen and (max-width: 768px) {
  .page .good_item-heading-img {
    width: 15.6vw;
    margin: auto auto 4.2vw;
  }
}

.page .good_item-txt {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .page .good_item-txt {
    font-size: 6.3vw;
    line-height: 8.6vw;
  }
}

.page .good_item-ladies {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 80px 0px 80px 0px;
  margin-top: 39px;
  margin-left: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .page .good_item-ladies {
    margin-bottom: 10.4vw;
    padding: 0;
    border-radius: 2.6vw;
    margin-top: -6.1vw;
    margin-left: 0;
  }
}

.page .good_item-mens {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 80px 0px 80px 0px;
  margin-top: 80px;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .page .good_item-mens {
    margin-bottom: 5.2vw;
    padding: 0;
    border-radius: 2.6vw;
    margin-top: 15.6vw;
    margin-left: 0;
  }
}

.page .good_item-icon {
  position: absolute;
  width: 193px;
}

@media screen and (max-width: 768px) {
  .page .good_item-icon {
    margin-top: -2vw;
    width: 37.6vw;
    padding-left: 2.6vw;
    left: 0;
  }
}

.page .good_item-list {
  max-width: 380px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.page .good_item-btn {
  margin: 16px auto 0;
}

.page .good_item-btn a {
  position: relative;
  width: 170px;
  display: block;
  /* font-weight: 600; */
  font-size: 13px;
  line-height: 1.5;
  /* text-align: center; */
  color: #ffffff;
  padding: 10px 10px 10px 0;
  border-radius: 5px;
  background-color: #001253;
}

@media screen and (max-width: 768px) {
  .page .good_item-btn a {
    width: 51.8vw;
    padding: 2.6vw 2.6vw 2.6vw 0;
    font-size: 3.6vw;
    border-radius: 0.7vw;
    margin: auto;
  }
}

.page .good_item-btn a .arrow_right:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("../img/btn-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 13px;
  right: 13px;
}

@media screen and (max-width: 768px) {
  .page .good_item-btn a .arrow_right:after {
    width: 1.6vw;
    height: 3.1vw;
    top: 3.9vw;
    right: 5.6vw;
  }
}

.page .item__scroll {
  max-width: 540px;
  width: 100%;
  text-align: center;
  margin: 0px auto 89px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: 7.3vw auto 14.8vw;
  }
}

.page .item__scroll--1 {
  margin-top: 51px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll--1 {
    margin-bottom: 0;
  }
}

.page .item__scroll--good {
  max-width: 590px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page .item__scroll--good {
    margin-top: 10.4vw;
  }
}

.page .item__scroll .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    width: 89.6vw;
  }
}

.page .item__scroll .item__list--good {
  max-width: 380px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .slide-arrow {
    width: 10.4vw;
    height: 10.4vw;
    top: 49.3vw;
  }
}

.page .item__scroll li {
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll li {
    width: 100%;
    max-width: 84.4vw;
    margin: 10.4vw 2.6vw;
    position: relative;
    overflow: visible;
  }
  .page .item__scroll li:first-child {
    margin-left: 5.2vw;
  }
  .page .item__scroll li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 5.2vw;
    background-color: transparent;
  }
}

.page .item__scroll li .item__list__img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .item__scroll li .item__list__img {
    width: 51.8vw;
  }
}

.page .item__scroll li .item__list__text {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .item__scroll li .item__list__text {
    width: 51.8vw;
  }
}

.page .item__scroll li .item__list__text .item--name {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  margin: 16px auto 5px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll li .item__list__text .item--name {
    font-size: 3.4vw;
    margin: 3.1vw auto 1.3vw;
  }
}

.page .item__scroll li:nth-child(3) {
  margin-right: 0;
}

.page .item__scroll li--good {
  margin-bottom: 80px;
}

.page .item__scroll .item__list--good {
  width: 590px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list--good {
    max-width: 100%;
    width: 100%;
  }
}

.page .item__scroll .item__list--good li {
  width: 170px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list--good li {
    width: 51.8vw;
  }
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list--good li:first-child {
    margin-left: 0;
  }
}

.page .item__scroll .item__list--good li:nth-child(even) {
  margin-right: 0;
}

.page .item__scroll .item__list--good li:nth-child(2n) {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list--good li:nth-child(2n) {
    margin-bottom: 0;
  }
}

.page .item__scroll .item__list--goods {
  width: 590px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list--goods {
    max-width: 100%;
    width: 100%;
  }
}

.page .item__scroll .item__list--goods li {
  width: 170px;
  margin-right: 40px;
  margin-bottom: 80px;
}

.page .item__scroll .item__list--goods li:last-child {
  margin-right: 0;
}

.page .item__scroll .item__list--goods li:nth-child(3n), .page .item__scroll .item__list--goods li:nth-child(4n), .page .item__scroll .item__list--goods li:nth-child(5n) {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list--goods li:nth-child(3n), .page .item__scroll .item__list--goods li:nth-child(4n), .page .item__scroll .item__list--goods li:nth-child(5n) {
    margin-bottom: 0;
  }
}

.page .item__anchor {
  max-width: 540px;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .page .item__anchor {
    max-width: 89.6vw;
    width: 100%;
    margin: 0 auto;
  }
}

.page .item__anchor .btn {
  position: relative;
  max-width: 540px;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 23px 0;
  border: solid 2px #333333;
  color: #333333;
  background-color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn {
    width: 100%;
    font-size: 3.9vw;
    padding: 4.7vw 0 4.3vw;
  }
}

.page .item__anchor .btn b {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .page .item__anchor .btn b.small {
    font-size: 22px;
  }
}

.page .item__anchor .btn .sb {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto 4px;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn .sb {
    font-size: 2.9vw;
    margin: 0 auto 0.5vw;
  }
}

.page .item__anchor .btn .img {
  position: absolute;
  width: 90px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn .img {
    width: 16.1vw;
    left: 3%;
    top: 52%;
  }
}

.page .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__anchor .btn .arrow_right {
    right: 5%;
  }
}

.page .item__anchor .btn .arrow_right:after {
  background-image: url("../img/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 28px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn .arrow_right:after {
    width: 5.2vw;
    height: 1.4vw;
  }
}

.page .item__anchor.col3-btn {
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .item__anchor.col3-btn {
    max-width: 89.6vw;
    display: block;
  }
}

.page .item__anchor.col3-btn .btn {
  max-width: 280px;
  margin: 0;
  line-height: 1;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .page .item__anchor.col3-btn .btn {
    margin-bottom: 5%;
    max-width: 100%;
    padding-right: 0;
  }
}

.page .item__anchor.col3-btn .btn .sb {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page .item__anchor.col3-btn .btn .sb {
    font-size: 3.9vw;
  }
}

.page .relief {
  margin: 70px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .relief {
    margin: 13vw auto 0;
  }
}

.page .relief__inner {
  max-width: 980px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .relief__inner {
    max-width: 89.6vw;
  }
}

.page .relief__tit {
  display: inline-block;
  font-weight: 600;
  font-size: 32px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .page .relief__tit {
    font-size: 5.7vw;
    margin-bottom: 6.3vw;
  }
}

.page .relief__sbtit {
  font-weight: 600;
  font-size: 20px;
  color: #001253;
  margin: 32px auto 0;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .page .relief__sbtit {
    font-size: 4.4vw;
    margin: 6.3vw auto 0;
    line-height: 6.6vw;
  }
}

.page .relief__main-list, .page .relief__ladies, .page .relief__mens {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  width: 980px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .page .relief__main-list, .page .relief__ladies, .page .relief__mens {
    width: 127.6vw;
    margin: 7.3vw auto 0;
  }
}

.page .relief__main-list-icon, .page .relief__ladies-icon, .page .relief__mens-icon {
  text-align: left;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .page .relief__main-list-icon, .page .relief__ladies-icon, .page .relief__mens-icon {
    width: 58.6vw;
    margin-top: 10.4vw;
  }
}

.page .relief__main-list-icon img, .page .relief__ladies-icon img, .page .relief__mens-icon img {
  margin: 0;
}

.page .relief__main-list-m, .page .relief__ladies-m, .page .relief__mens-m {
  margin-top: 24px;
}

.page .relief__main-item {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  width: 300px;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .page .relief__main-item {
    font-size: 5.2vw;
    line-height: 7.8vw;
    width: 42.2vw;
    margin-bottom: 7.3vw;
  }
}

.page .relief__main-item-tit {
  margin-top: -57px;
  margin-left: 96px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .page .relief__main-item-tit {
    margin-top: 2.6vw;
    margin-left: 0;
  }
}

.page .relief__main-item-tit-1 {
  font-weight: 600;
  margin-top: -74px;
  margin-left: 96px;
}

@media screen and (max-width: 768px) {
  .page .relief__main-item-tit-1 {
    margin-top: 2.6vw;
    margin-left: 0;
  }
}

.page .relief__main-item-det {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .page .relief__main-item-det {
    font-size: 3.6vw;
    line-height: 5.5vw;
  }
}

.page .relief__main-item-det-1 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page .relief__main-item-det-1 {
    margin-top: 0;
    font-size: 3.6vw;
    line-height: 5.5vw;
  }
}

.page .relief__annotation {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .page .relief__annotation {
    font-size: 3.4vw;
    margin: 7.3vw auto 0;
  }
}

.page .manners {
  width: 100%;
  background-color: #F0F3FA;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .page .manners {
    padding: 12.5vw 0;
  }
}

.page .manners__inner {
  width: 96%;
  max-width: 980px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .manners__inner {
    width: 89.6vw;
  }
}

.page .manners-title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #001253;
  margin: 0 auto 64px;
}

@media screen and (max-width: 768px) {
  .page .manners-title {
    font-size: 5.7vw;
    margin: 0 auto 10.4vw;
  }
}

.page .manners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page .manners-item {
  width: 30.6%;
  max-width: 300px;
  margin-right: 4%;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .page .manners-item:nth-child(3n) {
    margin-right: 0;
  }
  .page .manners-item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .manners-item {
    width: 42.2vw;
    max-width: 100%;
    margin-right: 5.2vw;
    margin-top: 5.2vw;
  }
  .page .manners-item:nth-child(even) {
    margin-right: 0;
  }
  .page .manners-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.page .manners-item__img {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .page .manners-item__img {
    margin: 0 0 3.1vw;
  }
}

.page .manners-item__title {
  font-weight: bold;
  font-size: 24px;
  color: #001253;
  margin: 0 auto 8px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page .manners-item__title {
    font-size: 3.6vw;
    margin: 0 auto 2.1vw;
  }
}

.page .manners-item__text {
  text-align: left;
}

.page .manners-item__text p {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px;
  margin: 0 0 8px;
}

@media screen and (max-width: 768px) {
  .page .manners-item__text p {
    font-size: 3.6vw;
    padding-left: 4.2vw;
    margin: 0 0 2.1vw;
  }
}

.page .manners-item__text p:last-child {
  margin-bottom: 0;
}

.page .manners-item__text p:before {
  content: "□";
  display: inline-block;
  position: absolute;
  left: 0;
}

.page .manners-item__text p.is-no-marker {
  padding-left: 0;
}

.page .manners-item__text p.is-no-marker:before {
  content: none;
}

.page .manners-item__text p.is-marker-dot:before {
  content: "・";
}

.page .bnr {
  max-width: 980px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .page .bnr {
    max-width: 89.6vw;
    margin: 12.5vw auto 0;
  }
}

.page .bnr__main {
  width: 688px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .bnr__main {
    width: 100%;
  }
}

.page .bnr__btn {
  margin: 24px auto 0;
}

.page .icon-w {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  .page .icon-w {
    max-width: 18.2vw;
  }
}

.page .icon-c {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  .page .icon-c {
    max-width: 18.2vw;
  }
}

.page .icon-nline {
  max-width: 235px;
}

@media screen and (max-width: 768px) {
  .page .icon-nline {
    max-width: 53.4vw;
  }
}

.page .knowledge {
  margin: 80px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .knowledge {
    margin: 12.5vw auto;
  }
}

.page .knowledge__sec {
  margin: 80px auto;
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec {
    margin: 10.4vw auto;
  }
}

.page .knowledge__sec-tit {
  margin: 0 auto;
}

.page .knowledge__sec-main {
  margin: 48px auto 0;
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec-main {
    margin: 8.3vw auto 0;
  }
}

.page .knowledge__sec-itemtit {
  font-weight: bold;
  font-size: 32px;
  margin: 57px auto 0;
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec-itemtit {
    font-size: 5.7vw;
    margin: 9.5vw auto 0;
  }
}

.page .knowledge__sec-detail {
  max-width: 980px;
  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;
  margin: 56px auto 72px;
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec-detail {
    margin: 9.4vw auto;
  }
}

.page .knowledge__sec-detail li {
  width: calc(100% / 3 - 40px);
  text-align: left;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec-detail li {
    width: calc(100% / 2 - 5.208vw);
    margin: 0 auto 5.2vw;
  }
}

@media screen and (min-width: 769px) {
  .page .knowledge__sec-detail li:nth-last-child(1), .page .knowledge__sec-detail li:nth-last-child(2), .page .knowledge__sec-detail li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec-detail li:nth-last-child(1), .page .knowledge__sec-detail li:nth-last-child(2), .page .knowledge__sec-detail li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

.page .knowledge__sec-detail-tit {
  font-weight: 600;
  font-size: 24px;
  margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec-detail-tit {
    font-size: 3.6vw;
    margin: 3.1vw auto 0;
  }
}

.page .knowledge__sec-detail-txt {
  font-weight: 300;
  font-size: 16px;
  margin: 8px auto 0;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec-detail-txt {
    font-size: 3.6vw;
    margin: 2.1vw auto 0;
  }
}

.page .knowledge__sec .repetition__btn {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .knowledge__sec .repetition__btn {
    max-width: 89.6vw;
  }
}

.page .knowledge__sec .repetition__btn li {
  max-width: 100%;
  width: 100%;
}

.page .knowledge .sec_s .knowledge__sec-tit {
  max-width: 466px;
}

@media screen and (max-width: 768px) {
  .page .knowledge .sec_s .knowledge__sec-tit {
    max-width: 83.5vw;
  }
}

.page .knowledge .sec_s .knowledge__sec-main {
  max-width: 688px;
}

@media screen and (max-width: 768px) {
  .page .knowledge .sec_s .knowledge__sec-main {
    max-width: 89.6vw;
  }
}

.page .knowledge .sec_k {
  padding: 80px 0 76px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page .knowledge .sec_k {
    padding: 12.5vw 0;
  }
}

.page .knowledge .sec_k .knowledge__sec-tit {
  max-width: 305px;
}

@media screen and (max-width: 768px) {
  .page .knowledge .sec_k .knowledge__sec-tit {
    max-width: 54.7vw;
  }
}

.page .knowledge .sec_k .knowledge__sec-detail {
  margin-bottom: 0;
}

.page .knowledge .sec_i .knowledge__sec-tit {
  max-width: 360px;
}

@media screen and (max-width: 768px) {
  .page .knowledge .sec_i .knowledge__sec-tit {
    max-width: 64.5vw;
  }
}

.page .knowledge .sec_i .knowledge__sec-main {
  max-width: 424px;
}

@media screen and (max-width: 768px) {
  .page .knowledge .sec_i .knowledge__sec-main {
    max-width: 89.6vw;
  }
}
.page .nav {
  margin: 0;
}
.page .nav__search a {
  width: 48px;
  height: 157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #56B8E5;
  color: #fff;
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 888;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page .nav__search a {
    width: 9.9vw;
    height: 32vw;
  }
}

.page .nav__search .s_text {
  font-weight: 600;
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .page .nav__search .s_text {
    font-size: 3.6vw;
  }
}

.page .basic_mn-bk {
  background-color: rgba(162, 215, 212, 0.3);
}

.page .basic_mn {
  max-width: 980px;
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .basic_mn {
    max-width: 89.6vw;
    padding: 12.5vw 0;
  }
}

.page .basic_mn__logo {
  max-width: 237px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .basic_mn__logo {
    max-width: 46.4vw;
  }
}

.page .basic_mn__tit {
  font-weight: 600;
  font-size: 32px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .page .basic_mn__tit {
    font-size: 5.7vw;
    margin: 7.3vw auto 0;
  }
}

.page .basic_mn__main {
  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;
  margin: 56px auto 0;
}

@media screen and (max-width: 768px) {
  .page .basic_mn__main {
    margin: 9.4vw auto 0;
  }
}

.page .basic_mn__main li {
  max-width: 300px;
  width: 32%;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .page .basic_mn__main li {
    max-width: 27.1vw;
    width: 33%;
    margin: 0 0 4.2vw;
  }
}

.page .rental {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .page .rental {
    max-width: 89.6vw;
    width: 100%;
    margin: auto;
    margin-top: 26vw;
  }
}

.page .rental__heading {
  font-size: 32px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .page .rental__heading {
    font-size: 8.3vw;
  }
}

.page .rental__text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .page .rental__text {
    font-size: 4.9vw;
    margin-top: 5.2vw;
  }
}

.page .rental__img {
  max-width: 728px;
  width: 100%;
  margin: auto;
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .page .rental__img {
    max-width: 89.6vw;
    margin-top: 6.3vw;
  }
}

.page .ancorNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96%;
  max-width: 980px;
  margin: 56px auto 80px;
}

@media screen and (max-width: 768px) {
  .page .ancorNav {
    display: block;
    width: 79.2vw;
    margin: 9.4vw auto 12.5vw;
  }
}

.page .ancorNav-item {
  width: 24.3%;
  margin-right: .82%;
}

@media screen and (max-width: 768px) {
  .page .ancorNav-item {
    width: 100%;
    margin: 0 auto 3.1vw;
  }
  .page .ancorNav-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .page .ancorNav-item:nth-child(4n), .page .ancorNav-item:last-child {
    margin-right: 0;
  }
}

.page .ancorNav-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 77px;
  background-color: #C0D3EF;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #001253;
}

@media screen and (max-width: 768px) {
  .page .ancorNav-item a {
    height: 13.3vw;
    border-radius: 2.1vw;
    font-size: 3.6vw;
  }
}

.page .ancorNav-item a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url("../../assets_2023/img/btn-arrow-p.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .page .ancorNav-item a:after {
    width: 1.4vw;
    height: 3vw;
    right: 6.3vw;
  }
}

.page .movie {
  max-width: 980px;
  margin: 75px auto 0;
}

@media screen and (max-width: 768px) {
  .page .movie {
    max-width: 100%;
    display: block;
    margin: 15.6vw auto 0;
  }
}

.page .movie p {
  line-height: 1.6;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 768px) {
  .page .movie p {
    letter-spacing: 0.05rem;
  }
}

.page .movie .movie__set {
  max-width: 980px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .movie .movie__set {
    max-width: 100%;
    width: 100%;
  }
}

.page .movie .movie__set .movie__tit {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin: 0 auto 5px;
}

@media screen and (max-width: 768px) {
  .page .movie .movie__set .movie__tit {
    font-size: 7.2vw;
    margin: 0 auto 0.7vw;
  }
}

.page .movie .movie__set .movie__sbtit {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px) {
  .page .movie .movie__set .movie__sbtit {
    font-size: 3.9vw;
    margin: 0 auto 6.5vw;
  }
}

.page .movie .movie__set .movie__sbtit span {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 4px auto 10px;
}

@media screen and (max-width: 768px) {
  .page .movie .movie__set .movie__sbtit span {
    font-size: 4.2vw;
    margin: 6.5vw auto 1.3vw;
  }
}

.page .movie .movie__set .movie__01 ul {
  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 (max-width: 768px) {
  .page .movie .movie__set .movie__01 ul {
    display: block;
  }
}

.page .movie .movie__set .movie__01 ul li {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .page .movie .movie__set .movie__01 ul li {
    width: 90%;
    margin: 0 auto;
  }
}

.page .movie .movie__set .movie__01 ul li .ver {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 4px auto 10px;
}

@media screen and (max-width: 768px) {
  .page .movie .movie__set .movie__01 ul li .ver {
    font-size: 4.2vw;
    margin: 6.5vw auto 1.3vw;
  }
}

.page .movie .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.page .movie .movie-wrap iframe,
.page .movie .movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
}

.index {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}

.index .set {
  max-width: 980px;
  margin: 80px auto 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .set {
    max-width: 89.6vw;
    margin: 5.2vw auto 12.5vw;
  }
}

.index .set__tit {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .index .set__tit {
    max-width: 100%;
  }
}

.index .set__tit-img {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .index .set__tit-img {
    margin-bottom: 2.6vw;
    margin-top: 12.5vw;
  }
}

.index .set__sbtit {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .index .set__sbtit {
    font-size: 3.4vw;
    margin: 12.5vw auto 0;
  }
}

.index .set__sbtit-det {
  margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
  .index .set__sbtit-det {
    margin: 2.1vw auto 0;
  }
}

.index .set__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 980px;
  margin: 80px auto 0px;
  padding: 80px 0 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .set__main {
    display: block;
    padding: 12.5vw 0 12.5vw;
  }
}

.index .set__main-txt, .index .set__main-det {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .index .set__main-txt, .index .set__main-det {
    font-size: 3.6vw;
    line-height: 5.5vw;
    text-align: left;
    margin: 6.3vw 4.3vw 6.3vw;
  }
}

@media screen and (max-width: 768px) {
  .index .set__main {
    display: block;
  }
}

.index .set__main-btn {
  max-width: 478px;
  width: 100%;
  display: block;
  margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
  .index .set__main-btn {
    max-width: 91.6%;
    width: 100%;
    margin: 4.2vw auto 0;
  }
}

.index .set__main-btn-txt {
  font-weight: 600;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .index .set__main-btn-txt {
    font-size: 3.6vw;
    margin-top: 6.3vw;
  }
}

.index .set__main-btn a {
  position: relative;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  padding: 16px 0;
  border-radius: 10px;
  background-color: #f2ca0e;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .index .set__main-btn a {
    width: 100%;
    font-size: 3.6vw;
    padding: 4.2vw 0;
  }
}

.index .set__main-btn a .arrow_right-main:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("../img/btn-arrow-b.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 23px;
  right: 23px;
}

@media screen and (max-width: 768px) {
  .index .set__main-btn a .arrow_right-main:after {
    width: 0.8vw;
    height: 1.6vw;
  }
}

.index .set__main-tit {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .index .set__main-tit {
    font-size: 5.7vw;
  }
}

@media screen and (max-width: 768px) {
  .index .set__main-tit-web {
    width: 60.5vw;
    margin: auto auto 2.6vw;
  }
}

.index .set__main-txt {
  margin: 32px 0px 33px;
}

.index .set__main li {
  max-width: 470px;
  width: 49%;
}

@media screen and (max-width: 768px) {
  .index .set__main li {
    max-width: 100%;
    width: 100%;
  }
}

.index .set__main li .set__main-btn {
  margin: 24px auto 0;
}

@media screen and (max-width: 768px) {
  .index .set__main li .set__main-btn {
    margin: 5.2vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .index .set__main li:nth-child(1) .set__main-btn {
    margin-bottom: 7.3vw;
  }
}

.index .set__main li:nth-child(1) .set__main-btn a {
  background-color: #56b8e5;
}

.index .set__main li:nth-child(2) .set__main-btn a {
  background-color: #f2ca0e;
}

.index .set__btn {
  margin: 16px auto 0;
  padding: 0px;
  list-style: none;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .index .set__btn {
    margin: 4.2vw auto 0;
  }
}

.index .set__btn li a {
  background-color: #56b8e5;
  text-decoration: none;
  color: #ffffff;
}

.index .set__btn li .set__btn-txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .index .set__btn li .set__btn-txt {
    font-size: 3.6vw;
    margin: 7.3vw 0 0;
  }
}

.index .set__btn li:nth-child(1) .set__btn-btn {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .index .set__btn li:nth-child(1) .set__btn-btn {
    margin-bottom: 6.3vw;
  }
}

.index .section__main {
  max-width: 100%;
  background-color: #fff9eb;
}

.index .recommend {
  max-width: 952px;
  width: 100%;
  margin: auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .index .recommend {
    max-width: 89.6vw;
    margin-top: 7.8vw;
  }
}

.index .recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .index .recommend__list {
    margin-top: 13vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index .recommend__list li:first-child {
  margin-right: 77px;
}

@media screen and (max-width: 768px) {
  .index .recommend__list li:first-child {
    margin-right: 0;
    margin-bottom: 13vw;
  }
}

.index .recommend__heading {
  max-width: 777px;
  width: 100%;
  margin: auto;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .index .recommend__heading {
    margin-bottom: 10.4vw;
    max-width: 75vw;
  }
}

.index .recommend__text {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .index .recommend__text {
    font-size: 4.9vw;
  }
}

.index .recommend__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .index .recommend__btn {
    margin-top: 6.3vw;
  }
}

.index .recommend__btn a {
  max-width: 280px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  padding: 18px 0 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: #0B1565;
}

@media screen and (max-width: 768px) {
  .index .recommend__btn a {
    max-width: 72.9vw;
    font-size: 4.2vw;
    border-radius: 7.8vw;
    padding: 4.5vw 0 5vw;
  }
}

.index .nav__search a {
  width: 48px;
  height: 157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #56B8E5;
  color: #fff;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .index .nav__search a {
    width: 9.9vw;
    height: 32vw;
    z-index: 2;
  }
}

.index .nav__search a .s__text {
  font-weight: 600;
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .index .nav__search a .s__text {
    font-size: 3.6vw;
  }
}

.index .information {
  text-align: center;
  margin: 100px auto;
}

@media screen and (max-width: 768px) {
  .index .information {
    margin: 24vw auto;
  }
}

.index .information_title {
  font-size: 32px;
  margin-bottom: 27px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .index .information_title {
    font-size: 8.3vw;
    margin-bottom: 7.3vw;
  }
}

.index .information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1198px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .index .information__list {
    display: block;
  }
}

.index .information__list li {
  max-width: 586px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .index .information__list li {
    position: relative;
    max-width: 89.5%;
    margin: 0 auto 3.9vw;
  }
  .index .information__list li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.3vw 3.3vw 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.index .information__list li:first-child {
  margin-right: 26px;
}

@media screen and (max-width: 768px) {
  .index .information__list li:first-child {
    margin-right: auto;
  }
}

.index .information__list li .bundle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/ec/img/usr/pg/campaign/recruit/25ss/index/index/info-bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .index .information__list li .bundle {
    background-image: url("/ec/img/usr/pg/campaign/recruit/25ss/index/index/info-bg01-sp.jpg");
    padding: 4.9vw 3.5vw 4.9vw 3.5vw;
  }
}

.index .information__list li .bundle__img {
  max-width: 282px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .index .information__list li .bundle__img {
    max-width: 40vw;
    margin: 0 2.6vw 0 0;
    flex-shrink: 0;
  }
}

.index .information__list li .bundle__text {
  width: 234px;
}

@media screen and (max-width: 768px) {
  .index .information__list li .bundle__text {
    width: 100%;
    flex-grow: 1;
    text-align: left;
  }
}

.index .information__list li .bundle__text .text {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .index .information__list li .bundle__text .text {
    font-size: 3.6vw;
  }
}

.index .information__list li .bundle__btn {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .index .information__list li .bundle__btn {
    margin-top: 3vw;
  }
}

.index .information__list li .bundle__btn .button {
  max-width: 232px;
  width: 100%;
  background-color: #C81F57;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .index .information__list li .bundle__btn .button {
    max-width: 48.3vw;
    border-radius: 7.8vw;
    font-size: 3.6vw;
    padding: 2.1vw 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
}

.index .information__list li .bundle__btn:last-child {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .index .information__list li .bundle__btn:last-child {
    margin-top: 2.9vw;
  }
}

.index .information__list li .bundle__btn:last-child .button {
  background-color: #005198;
}

.index .information__list--bottom {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .index .information__list--bottom {
    margin-top: 6.3vw;
  }
}

.index .information__list--bottom li {
  max-width: 280px;
  width: 100%;
  margin-right: 26px;
}

@media screen and (max-width: 768px) {
  .index .information__list--bottom li {
    max-width: 89.5%;
    margin: 0 auto 3.9vw;
  }
}

.index .information__list--bottom li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .index .information__list--bottom li:last-child {
    margin-right: auto;
  }
}

.index .information__list--bottom li .bundle-bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("/ec/img/usr/pg/campaign/recruit/25ss/index/index/info-bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .index .information__list--bottom li .bundle-bottom {
    padding: 4.9vw 3.5vw 4.9vw 3.5vw;
    display: flex;
    justify-content: space-between;
  }
}

.index .information__list--bottom li .bundle-bottom__img {
  max-width: 232px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .index .information__list--bottom li .bundle-bottom__img {
    max-width: 40vw;
    margin: 0 2.6vw 0 0;
    flex-shrink: 0;
  }
}

.index .information__list--bottom li .bundle-bottom__text {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .index .information__list--bottom li .bundle-bottom__text {
    font-size: 3.6vw;
    width: 100%;
    flex-grow: 1;
    text-align: left;
    white-space: initial;
    margin-top: 0;
  }
}

.index .kihon {
  max-width: 980px;
  margin: 80px auto 78px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .kihon {
    max-width: 89.6vw;
    margin: 12.5vw auto;
  }
}

.index .kihon__tit {
  font-weight: 600;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .index .kihon__tit {
    font-size: 5.7vw;
  }
}

.index .kihon__sbtit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
  .index .kihon__sbtit {
    font-size: 3.6vw;
    margin: 4.2vw auto 0;
  }
}

.index .kihon__main {
  max-width: 470px;
  margin: 32px auto 0;
}

@media screen and (max-width: 768px) {
  .index .kihon__main {
    max-width: 100%;
    margin: 6.3vw auto 0;
  }
}

.index .kihon__btn {
  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) {
  .index .kihon__btn {
    display: block;
  }
}

.index .kihon__btn li {
  max-width: 470px;
  width: 49%;
  margin: 24px 0 0 0;
}

@media screen and (max-width: 768px) {
  .index .kihon__btn li {
    max-width: 100%;
    width: 100%;
    margin: 5.2vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .index .kihon__btn li:nth-child(1) {
    margin-bottom: 7.3vw;
  }
}

.index .kihon__btn li:nth-child(1) a {
  background-color: #f2ca0e;
}

.index .kihon__btn li:nth-child(2) a {
  background-color: #f2ca0e;
}

.mens .bk_recruit-item,
.m_kihon .bk_recruit-item {
  background-color: rgba(87, 195, 234, 0.1);
}

.mens .recruit-item__sec-sbtit,
.m_kihon .recruit-item__sec-sbtit {
  color: #c0d3ef;
}

.mens .item__scroll .item__anchor .btn,
.m_kihon .item__scroll .item__anchor .btn {
  border: solid 2px #c0d3ef;
  color: #c0d3ef;
}

.mens .item__scroll .item__anchor .btn .arrow_right:after,
.m_kihon .item__scroll .item__anchor .btn .arrow_right:after {
  background-image: url(../img/mens/btn_arrow.png);
}

@media screen and (max-width: 768px) {
  .mens .item__scroll .item__anchor .btn .arrow_right:after,
  .m_kihon .item__scroll .item__anchor .btn .arrow_right:after {
    background-image: url(../img/mens/btn_arrow-sp.png);
  }
}

.mens .bnr__btn a,
.m_kihon .bnr__btn a {
  background-color: #56b8e5;
}

.mens .bk_knowledge__sec,
.m_kihon .bk_knowledge__sec {
  background-color: rgba(87, 195, 234, 0.1);
}

.ladies .bk_recruit-item,
.l_kihon .bk_recruit-item {
  background-color: rgba(242, 151, 191, 0.1);
}

.ladies .recruit-item__sec-sbtit,
.l_kihon .recruit-item__sec-sbtit {
  color: #83C84B;
}

.ladies .item__scroll .item__anchor .btn,
.l_kihon .item__scroll .item__anchor .btn {
  border: solid 2px #83C84B;
  color: #83C84B;
}

.ladies .item__scroll .item__anchor .btn .arrow_right:after,
.l_kihon .item__scroll .item__anchor .btn .arrow_right:after {
  background-image: url(../img/ladies/btn_arrow.png);
}

@media screen and (max-width: 768px) {
  .ladies .item__scroll .item__anchor .btn .arrow_right:after,
  .l_kihon .item__scroll .item__anchor .btn .arrow_right:after {
    background-image: url(../img/ladies/btn_arrow-sp.png);
  }
}

.ladies .bnr__btn a,
.l_kihon .bnr__btn a {
  background-color: #f2ca0e;
}

.ladies .bk_knowledge__sec,
.l_kihon .bk_knowledge__sec {
  background-color: rgba(242, 151, 191, 0.1);
}

.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 .stock_exist {
  width: 100%;
  font-size: 13px;
  margin: 12px auto 0;
}

@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    font-size: 3.4vw;
    margin: 2.2vw auto 0;
  }
}

.page .ajax_area a.cartinbtn {
  width: 100%;
  background-color: #000;
  font-size: 13px;
  margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    font-size: 3.4vw;
    margin: 3.1vw auto 0;
  }
}

.page .reservation__btn .btn {
  position: relative;
  width: 100%;
  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;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 23px auto 0;
  padding: 0;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 3.4vw;
    margin: 3.8vw auto 0;
  }
}

.page .reservation__btn .btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 14px;
  background-image: url(../img/hanger_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 4px 0 0;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn::before {
    width: 5.7vw;
    height: 3.4vw;
    margin: 0 2.1vw 0 0;
  }
}

.page
.mens .ajax_area a.cartinbtn,
.m_kihon .ajax_area a.cartinbtn {
  background-color: #56b8e5;
}

.page
.mens .reservation__btn .btn,
.m_kihon .reservation__btn .btn {
  color: #c0d3ef;
}

.page
.mens .reservation__btn .btn::before,
.m_kihon .reservation__btn .btn::before {
  background-image: url(../img/mens/hanger_icon.svg);
}

.page
.ladies .ajax_area a.cartinbtn,
.m_kihon .ajax_area a.cartinbtn {
  background-color: #83C84B;
}

.page
.ladies .reservation__btn .btn,
.m_kihon .reservation__btn .btn {
  color: #c0d3ef;
}

.page
.ladies .reservation__btn .btn::before,
.m_kihon .reservation__btn .btn::before {
  background-image: url(../img/mens/hanger_icon.svg);
}

.page
.casual .ajax_area a.cartinbtn,
.l_kihon .ajax_area a.cartinbtn {
  background-color: #f2ca0e;
}

.page
.casual .reservation__btn .btn,
.l_kihon .reservation__btn .btn {
  color: #83C84B;
}

.page
.casual .reservation__btn .btn::before,
.l_kihon .reservation__btn .btn::before {
  background-image: url(../img/ladies/hanger_icon.svg);
}

.unicari-inner {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .unicari-inner {
    max-width: 89.6vw;
  }
}

.unicari-main {
  background-color: #E5EEF8;
  padding: 55px 0 64px 0;
}

@media screen and (max-width: 768px) {
  .unicari-main {
    padding: 12.1vw 0 16.7vw 0;
  }
}

.unicari-title {
  font-weight: 900;
  font-size: 32px;
  font-family: "Zen Maru Gothic", serif;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .unicari-title {
    font-size: 8.3vw;
  }
}

.unicari-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px auto;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .unicari-list {
    margin: 8.3vw auto 0;
    margin-bottom: 8.3vw;
    padding: 0px;
  }
}

.unicari-item {
  width: 31.1%;
  margin-right: 3.3%;
}

@media screen and (max-width: 768px) {
  .unicari-item {
    width: 42.7vw;
    margin-right: 4.2vw;
  }
}

@media screen and (max-width: 768px) {
  .unicari-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .unicari-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .unicari-item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .unicari-item:nth-child(n+3) {
    margin-top: 4.2vw;
  }
}

.unicari-foot {
  width: 50%;
  max-width: 400px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .unicari-foot {
    width: 100%;
    max-width: 62.5vw;
    margin: 15vw auto 0;
  }
}

.unicari_btn {
  width: 400px;
  padding: 25px 0;
  border: 1px solid #00498F;
  font-size: 16px;
  font-weight: 600;
  color: #0B1565;
  background: #fff;
  display: block !important;
  margin: auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .unicari_btn {
    font-size: 3.6vw;
    padding: 3.9vw 0;
    width: 79.2vw;
    border: 0.3vw solid #00498F;
    margin-bottom: 6.3vw;
  }
}

.unicari_btn:last-child {
  margin-bottom: 0;
}

.page .discount_bnr{
  margin: 60px auto 100px;
}
.page .discount_bnr_img{
  display: block;
  max-width: 952px;
  width: 96%;
  margin: 0 auto 10px;
}
.page .discount_bnr_link{
  width: 68px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .discount_bnr{
    margin: 7.8vw auto 18.2vw;
  }
  .page .discount_bnr_img{
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 2.6vw;
  }
  .page .discount_bnr_link{
    width: 18.2vw;
  }
}
/*# sourceMappingURL=mandatory.css.map */