@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.5;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@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;
  }
}
.l-wrap {
  overflow: initial;
}

.pane-main {
  padding: 0 !important;
}

@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;
  }
}
.item__list__text {
  text-align: center;
}

.item__list__title {
  border: 1px solid;
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .item__list__title {
    width: 4.9vw;
    height: 4.9vw;
  }
}
.page {
  position: relative;
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #333333;
}
.page .c-inner {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
}
.page .c-text-note {
  margin-top: 37px;
  font-size: 14px;
  line-height: 1.42;
}
.page .c-btn {
  width: 344px;
  font-size: 16px;
  font-weight: bold;
  padding: 26px 0;
  border: 1px solid #000;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .c-btn {
    width: 83.3vw;
    font-size: 4.2vw;
    padding: 6.3vw 0;
  }
}
.page .c-btn::after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/freshers/25aw/common/c_btn_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .page .c-btn::after {
    width: 7.3vw;
    height: 2.6vw;
    right: 6.8vw;
  }
}
.page .kv {
  position: relative;
}
.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: 385px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page.index .statement {
  min-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page.index .statement {
    min-width: unset;
  }
}
.page.index .statement-btn {
  max-width: 892px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page.index .statement-btn {
    max-width: 80.7vw;
    top: 10.4vw;
    gap: 5.2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page.index .statement-btn a {
  width: 48.87%;
}
@media screen and (max-width: 768px) {
  .page.index .statement-btn a {
    width: 80.7vw;
  }
}
.page.index .omatome {
  min-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.index .omatome {
    min-width: unset;
  }
}
.page.index .shitate {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page.index .shitate {
    margin-top: 15.6vw;
    margin-bottom: 26vw;
  }
}
.page.index .shitate-heading-top {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page.index .shitate-heading-top {
    font-size: 3.6vw;
    margin-bottom: 1.6vw;
  }
}
.page.index .shitate-heading-bottom {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page.index .shitate-heading-bottom {
    font-size: 4.7vw;
    margin-bottom: 7.3vw;
  }
}
.page.index .shitate-bnr {
  width: 534px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.index .shitate-bnr {
    width: 83.3vw;
  }
}
.page.mens .minnano {
  padding: 100px 0 128px;
  background: #E6F1F9;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano {
    padding: 0 0 26vw;
  }
}
.page.mens .minnano-mv {
  max-width: 1024px;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-mv {
    margin-bottom: 18.2vw;
  }
}
.page.mens .minnano-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-sec {
    -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;
    margin-bottom: 18.2vw;
  }
}
.page.mens .minnano-sec-mv {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-sec-mv {
    max-width: 83.3vw;
    margin-bottom: 10.4vw;
  }
}
.page.mens .minnano-sec-item {
  max-width: 504px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-sec-item {
    max-width: 100%;
  }
}
.page.mens .minnano-sec-item .info {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-sec-item .info {
    max-width: 84.9vw;
    margin: 0 auto 6.3vw;
  }
}
.page.mens .minnano-sec-item .item-area {
  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.mens .minnano-sec-item .item-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 8.3vw;
    gap: 5.2vw;
  }
}
.page.mens .minnano-sec-item .item-area a {
  width: 152px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-sec-item .item-area a {
    width: 35.4vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page.mens .minnano-sec-item .item-area a img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-sec-item .item-area a img {
    margin-bottom: 5.2vw;
  }
}
.page.mens .minnano-sec-item .item-area a .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-sec-item .item-area a .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.mens .minnano-sec-item .item-area a .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-sec-item .item-area a .item--price {
    font-size: 4.2vw;
  }
}
.page.mens .minnano-logo {
  width: 296px;
  display: block;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-logo {
    width: 57.8vw;
    margin-bottom: 6.3vw;
  }
}
.page.mens .minnano-series-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  gap: 20px;
  -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 80px;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-series-list {
    width: 83.3vw;
    margin-bottom: 18.2vw;
    gap: 3.9vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page.mens .minnano-btn {
  width: 540px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.mens .minnano-btn {
    width: 83.3vw;
  }
}
.page.mens .genre {
  margin: 96px auto 128px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre {
    margin: 26vw auto;
  }
}
.page.mens .genre-heading {
  max-width: 908px;
  width: 96%;
  display: block;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre-heading {
    width: 83.3vw;
    margin-bottom: 13vw;
  }
}
.page.mens .genre .pt-9 {
  margin: 0 auto 128px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9 {
    margin-bottom: 18.2vw;
  }
}
.page.mens .genre .pt-9-heading {
  width: 182px;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-heading {
    width: 35.7vw;
    margin-bottom: 7.8vw;
  }
}
.page.mens .genre .pt-9-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec {
    margin-bottom: 7.8vw;
    -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;
  }
}
.page.mens .genre .pt-9-sec-mv {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-mv {
    max-width: 83.3vw;
    margin-bottom: 10.4vw;
  }
}
.page.mens .genre .pt-9-sec-item {
  max-width: 530px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item {
    max-width: 100%;
  }
}
.page.mens .genre .pt-9-sec-item .marker {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #a9bdca));
  background: linear-gradient(transparent 60%, #a9bdca 40%);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .marker {
    font-size: 4.7vw;
    margin-bottom: 6.3vw;
  }
}
.page.mens .genre .pt-9-sec-item .item {
  width: 465px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .item {
    width: 83.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.8vw;
  }
}
.page.mens .genre .pt-9-sec-item .item a {
  width: 152px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .item a {
    width: 39.6vw;
  }
}
.page.mens .genre .pt-9-sec-item .item a img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .item a img {
    margin-bottom: 2.1vw;
  }
}
.page.mens .genre .pt-9-sec-item .item a .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .item a .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.mens .genre .pt-9-sec-item .item a .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .item a .item--price {
    font-size: 4.2vw;
  }
}
.page.mens .genre .pt-9-sec-item .item-info {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .item-info {
    width: 83.3vw;
    margin-bottom: 6.3vw;
  }
}
.page.mens .genre .pt-9-sec-item .item-info p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .item-info p {
    font-size: 3.6vw;
    margin-bottom: 6.3vw;
  }
}
.page.mens .genre .pt-9-sec-item .item-info .func-icon {
  width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-item .item-info .func-icon {
    width: 69.3vw;
    margin: 0 auto;
  }
}
.page.mens .genre .pt-9-sec-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 823px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-small {
    -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;
  }
}
.page.mens .genre .pt-9-sec-small .pt-9-sec-mv {
  width: 375px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-small .pt-9-sec-mv {
    width: 83.3vw;
  }
}
.page.mens .genre .pt-9-sec-small .pt-9-sec-item {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-small .pt-9-sec-item {
    width: 83.3vw;
  }
}
.page.mens .genre .pt-9-sec-small .pt-9-sec-item .item {
  width: 100%;
}
.page.mens .genre .pt-9-sec-small .pt-9-sec-item .text {
  text-align: left;
}
.page.mens .genre .pt-9-sec-small .vest-img {
  margin: 16px auto;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-small .vest-img {
    width: 83.3vw;
    margin: 6.3vw auto 4.2vw;
  }
}
.page.mens .genre .pt-9-sec-small .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-small .item-link {
    gap: 7.8vw;
  }
}
.page.mens .genre .pt-9-sec-small .item-link .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-small .item-link .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.mens .genre .pt-9-sec-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .pt-9-sec-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.page.mens .genre .sugo {
  margin: 0 auto 128px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo {
    margin-bottom: 26vw;
  }
}
.page.mens .genre .sugo-heading {
  width: 334px;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-heading {
    width: 65.4vw;
    margin-bottom: 7.8vw;
  }
}
.page.mens .genre .sugo-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 18.2vw;
  }
}
.page.mens .genre .sugo-sec-mv {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-mv {
    max-width: 83.3vw;
    margin-bottom: 10.4vw;
  }
}
.page.mens .genre .sugo-sec-item {
  max-width: 530px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item {
    width: 100%;
  }
}
.page.mens .genre .sugo-sec-item .marker {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #a9bdca));
  background: linear-gradient(transparent 60%, #a9bdca 40%);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .marker {
    font-size: 5.2vw;
    margin-bottom: 1.6vw;
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .marker.view--pc {
    display: none !important;
  }
}
.page.mens .genre .sugo-sec-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 465px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .item {
    width: 83.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.8vw;
  }
}
.page.mens .genre .sugo-sec-item .item a {
  width: 152px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .item a {
    width: 39.6vw;
  }
}
.page.mens .genre .sugo-sec-item .item a img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .item a img {
    margin-bottom: 2.1vw;
  }
}
.page.mens .genre .sugo-sec-item .item a .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .item a .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.mens .genre .sugo-sec-item .item a .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .item a .item--price {
    font-size: 4.2vw;
  }
}
.page.mens .genre .sugo-sec-item .item-info {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .item-info {
    width: 83.3vw;
    margin-bottom: 6.3vw;
  }
}
.page.mens .genre .sugo-sec-item .item-info p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .item-info p {
    font-size: 3.6vw;
    margin: 4.2vw auto 6.3vw;
  }
}
.page.mens .genre .sugo-sec-item .item-info .func-icon {
  width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.mens .genre .sugo-sec-item .item-info .func-icon {
    width: 69.3vw;
    margin: 0 auto;
  }
}
.page.mens .shitate {
  background: #6A90B2;
  padding: 100px 0 128px;
}
@media screen and (max-width: 768px) {
  .page.mens .shitate {
    padding: 26vw 0;
  }
}
.page.mens .shitate-info {
  max-width: 1177px;
  width: 96%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page.mens .shitate-info {
    width: 83.3vw;
    margin-bottom: 5.2vw;
  }
}
.page.mens .shitate-info-slider {
  display: none;
}
@media screen and (max-width: 768px) {
  .page.mens .shitate-info-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: scroll;
    padding: 0 8.3vw;
    gap: 5.2vw;
    margin-bottom: 20.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page.mens .shitate-info-slider img {
    width: 49.7vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page.mens .shitate-text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page.mens .shitate-text {
    margin-top: 18.2vw;
    margin-bottom: 6.3vw;
    font-size: 3.6vw;
  }
}
.page.mens .shitate-btn {
  max-width: 540px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page.mens .shitate-btn {
    max-width: 83.3vw;
    margin-bottom: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page.mens .shitate .fair {
    max-width: 83.3vw;
    margin: 0 auto;
  }
}
.page.mens .qa {
  margin: 128px auto;
}
@media screen and (max-width: 768px) {
  .page.mens .qa {
    margin: 18.2vw auto 0;
  }
}
.page.mens .qa-img {
  max-width: 1200px;
  margin: 0 auto;
}
.page.mens .omatome {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .page.mens .omatome {
    width: 100%;
    margin-bottom: 18.2vw;
  }
}
.page.ladies .minnano {
  padding: 100px 0 128px;
  background: #E6F1F9;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano {
    padding: 0 0 26vw;
  }
}
.page.ladies .minnano-mv {
  max-width: 1024px;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-mv {
    margin-bottom: 18.2vw;
  }
}
.page.ladies .minnano-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-sec {
    -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;
    margin-bottom: 18.2vw;
  }
}
.page.ladies .minnano-sec-mv {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-sec-mv {
    max-width: 83.3vw;
    margin-bottom: 10.4vw;
  }
}
.page.ladies .minnano-sec-item {
  max-width: 504px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-sec-item {
    max-width: 100%;
  }
}
.page.ladies .minnano-sec-item .info {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-sec-item .info {
    max-width: 84.9vw;
    margin: 0 auto 6.3vw;
  }
}
.page.ladies .minnano-sec-item .item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-sec-item .item-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 8.3vw;
    gap: 5.2vw;
  }
}
.page.ladies .minnano-sec-item .item-area .items {
  width: 152px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-sec-item .item-area .items {
    width: 35.4vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page.ladies .minnano-sec-item .item-area .items a {
  margin-top: 24px;
}
.page.ladies .minnano-sec-item .item-area .items .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-sec-item .item-area .items .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.ladies .minnano-sec-item .item-area .items .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-sec-item .item-area .items .item--price {
    font-size: 4.2vw;
  }
}
.page.ladies .minnano-logo {
  width: 296px;
  display: block;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-logo {
    width: 57.8vw;
    margin-bottom: 6.3vw;
  }
}
.page.ladies .minnano-series-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  gap: 20px;
  -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 80px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-series-list {
    width: 83.3vw;
    margin-bottom: 18.2vw;
    gap: 3.9vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page.ladies .minnano-btn {
  width: 540px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-btn {
    width: 83.3vw;
  }
}
.page.ladies .minnano-detail {
  max-width: 668px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  .page.ladies .minnano-detail {
    width: 83.3vw;
    margin: 10.4vw auto 18.2vw;
  }
}
.page.ladies .nonno {
  margin: 96px auto 128px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno {
    margin: 0 auto 20.8vw;
  }
}
.page.ladies .nonno-heading {
  max-width: 980px;
  width: 96%;
  display: block;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-heading {
    width: 100%;
    margin-bottom: 13vw;
  }
}
.page.ladies .nonno-sec {
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec {
    margin-bottom: 18.2vw;
  }
}
.page.ladies .nonno-sec.sec-reverse .nonno-sec-info {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec.sec-reverse .nonno-sec-info {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.page.ladies .nonno-sec-heading {
  max-width: 520px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-heading {
    max-width: 83.3vw;
    margin-bottom: 7.8vw;
  }
}
.page.ladies .nonno-sec-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 96%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-info {
    -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;
  }
}
.page.ladies .nonno-sec-mv {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-mv {
    width: 83.3vw;
    margin-bottom: 6.3vw;
  }
}
.page.ladies .nonno-sec-item {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-item {
    width: 83.3vw;
    margin-bottom: 6.3vw;
  }
}
.page.ladies .nonno-sec-item .text-top {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-item .text-top {
    font-size: 4.7vw;
    text-align: center;
    margin-bottom: 6.3vw;
  }
}
.page.ladies .nonno-sec-item .text-bottom {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-item .text-bottom {
    font-size: 3.6vw;
    margin-bottom: 4.2vw;
  }
}
.page.ladies .nonno-sec-item .item-area {
  max-width: 344px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-item .item-area {
    max-width: 84.4vw;
    gap: 5.2vw;
  }
}
.page.ladies .nonno-sec-item .item-area img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-item .item-area img {
    margin-bottom: 2.1vw;
  }
}
.page.ladies .nonno-sec-item .item-area .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-item .item-area .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.ladies .nonno-sec-item .item-area .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-sec-item .item-area .item--price {
    font-size: 4.2vw;
  }
}
.page.ladies .qa {
  margin: 128px auto;
}
@media screen and (max-width: 768px) {
  .page.ladies .qa {
    margin: 18.2vw auto 26vw;
  }
}
.page.ladies .qa-img {
  max-width: 1200px;
  margin: 0 auto;
}
.page.ladies .blouse-heading {
  max-width: 771px;
  display: block;
  margin: 0 auto 77px;
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-heading {
    max-width: 83.3vw;
    margin-bottom: 13vw;
  }
}
.page.ladies .blouse-toplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 76px;
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-toplist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10.4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.2vw;
  }
}
.page.ladies .blouse-toplist .blouse-top-mv {
  width: 629px;
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-toplist .blouse-top-mv {
    width: 83.3vw;
  }
}
.page.ladies .blouse-toplist-item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-toplist-item {
    width: 39.1vw;
  }
}
.page.ladies .blouse-toplist .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-toplist .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.ladies .blouse-toplist .item--price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-toplist .item--price {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-toplist .color-big {
    width: 34.9vw;
  }
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-toplist .color-small {
    width: 21.9vw;
  }
}
.page.ladies .blouse-qa {
  max-width: 510px;
  display: block;
  margin: 0 auto 47px;
}
@media screen and (max-width: 768px) {
  .page.ladies .blouse-qa {
    max-width: 83.3vw;
    margin-bottom: 7.8vw;
  }
}
.page.ladies .others-mv {
  display: block;
  max-width: 981px;
  margin: 70px auto 22px;
}
@media screen and (max-width: 768px) {
  .page.ladies .others-mv {
    max-width: 83.3vw;
    margin: 18.2vw auto 6.5vw;
  }
}
.page.ladies .others .more-item-btn {
  margin: 120px auto 0;
  max-width: 540px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page.ladies .others .more-item-btn {
    max-width: 83.3vw;
    margin-top: 18.2vw;
  }
}
.page.ladies .formal {
  margin: 96px auto 128px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal {
    margin: 26vw auto;
  }
}
.page.ladies .formal-heading {
  max-width: 300px;
  width: 96%;
  display: block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-heading {
    width: 58.6vw;
    margin-bottom: 7.8vw;
  }
}
.page.ladies .formal-sec {
  margin-bottom: 70px;
}
.page.ladies .formal-sec-heading {
  max-width: 520px;
  display: block;
  margin: 0 auto 40px;
}
.page.ladies .formal-sec-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 96%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 83.3vw;
  }
}
.page.ladies .formal-sec-mv {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-mv {
    width: 83.3vw;
    margin-bottom: 5.2vw;
  }
}
.page.ladies .formal-sec-item {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-item {
    width: 83.3vw;
  }
}
.page.ladies .formal-sec-item .text-top {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-item .text-top {
    font-size: 4.7vw;
    text-align: center;
    margin-bottom: 6.3vw;
  }
}
.page.ladies .formal-sec-item .text-bottom {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-item .text-bottom {
    font-size: 3.6vw;
    margin-bottom: 4.2vw;
  }
}
.page.ladies .formal-sec-item .item-area {
  max-width: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-item .item-area {
    max-width: 39.6vw;
  }
}
.page.ladies .formal-sec-item .item-area img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-item .item-area img {
    margin-bottom: 2.1vw;
  }
}
.page.ladies .formal-sec-item .item-area .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-item .item-area .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.ladies .formal-sec-item .item-area .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-sec-item .item-area .item--price {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods {
    margin: 0 auto;
    max-width: 83.3vw;
  }
}
.page.ladies .formal-goods-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-heading {
    font-size: 4.2vw;
    margin-bottom: 7.8vw;
  }
}
.page.ladies .formal-goods-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 684px;
  margin: 0 auto 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-sec {
    -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;
    max-width: 83.3vw;
    gap: 13vw;
  }
}
.page.ladies .formal-goods-area {
  width: 242px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-area {
    width: 83.3vw;
  }
}
.page.ladies .formal-goods-area.big-area {
  width: 346px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-area.big-area {
    width: 83.3vw;
  }
}
.page.ladies .formal-goods-area.big-area .formal-goods-area-heading {
  width: 90px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-area.big-area .formal-goods-area-heading {
    width: 14.1vw;
  }
}
.page.ladies .formal-goods-area.big-area .flex-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 40px;
}
.page.ladies .formal-goods-area-heading {
  width: 100%;
  margin: 0 auto 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-area-heading {
    width: 36.2vw;
    margin-bottom: 3.1vw;
  }
}
.page.ladies .formal-goods-area .info {
  font-size: 13px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-area .info {
    font-size: 2.9vw;
    margin-bottom: 4.2vw;
  }
}
.page.ladies .formal-goods-area a {
  max-width: 152px;
  margin: 0 auto;
  text-align: center;
}
.page.ladies .formal-goods-area img {
  margin-bottom: 8px;
}
.page.ladies .formal-goods-area .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-area .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page.ladies .formal-goods-area .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal-goods-area .item--price {
    font-size: 4.2vw;
  }
}
.page.ladies .formal .more-item-btn {
  margin: 64px auto 0;
  max-width: 540px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page.ladies .formal .more-item-btn {
    margin-top: 18.2vw;
    max-width: 83.3vw;
  }
}
.page.ladies .nonno-statement {
  min-width: 1500px;
  width: 100%;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page.ladies .nonno-statement {
    min-width: unset;
    margin-bottom: 18.2vw;
  }
}
.page.ladies .hayashi {
  border: 1px solid #333;
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 702px;
  margin: 0 auto 128px;
}
@media screen and (max-width: 768px) {
  .page.ladies .hayashi {
    max-width: 83.3vw;
    padding: 7.8vw 5.2vw;
    margin-bottom: 26vw;
    -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;
  }
}
.page.ladies .hayashi-img {
  width: 254px;
}
@media screen and (max-width: 768px) {
  .page.ladies .hayashi-img {
    width: 53.1vw;
    margin-bottom: 5.2vw;
  }
}
.page.ladies .hayashi-info {
  width: 372px;
}
@media screen and (max-width: 768px) {
  .page.ladies .hayashi-info {
    width: 72.9vw;
  }
}
.page.ladies .hayashi-info p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page.ladies .hayashi-info p {
    font-size: 2.9vw;
    margin-bottom: 5.2vw;
  }
}
.page.ladies .hayashi-info a {
  width: 230px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page.ladies .hayashi-info a {
    width: 59.9vw;
    margin: 0 auto;
  }
}
.page.ladies .omatome {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .page.ladies .omatome {
    width: 100%;
    margin-bottom: 18.2vw;
  }
}
.page .anchor {
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    margin: 10.4vw auto 18.2vw;
  }
}
.page .anchor-title {
  width: 545px;
  display: block;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .page .anchor-title {
    width: 79.2vw;
    margin-bottom: 7.8vw;
  }
}
.page .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 996px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .anchor-list {
    max-width: 59.9vw;
    -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;
    gap: 3.6vw;
  }
}
.page .information {
  margin: 96px auto;
}
@media screen and (max-width: 768px) {
  .page .information {
    margin: 20.8vw auto;
  }
}
.page .information-top {
  max-width: 725px;
  width: 96%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .page .information-top {
    max-width: 100%;
    width: 83.3vw;
    margin-bottom: 6.3vw;
  }
}
.page .information-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 715px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .page .information-btn {
    max-width: 83.3vw;
    -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;
    gap: 5.2vw;
    margin-bottom: 13vw;
  }
}
.page .information-bottom {
  width: 534px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .information-bottom {
    max-width: 100%;
    width: 83.3vw;
    margin-bottom: 6.3vw;
  }
}
.page .topics {
  margin: 128px auto;
}
@media screen and (max-width: 768px) {
  .page .topics {
    margin: 26vw auto 18.2vw;
  }
}
.page .topics-heading {
  max-width: 943px;
  display: block;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .page .topics-heading {
    max-width: 83.3vw;
    margin-bottom: 13vw;
  }
}
.page .topics__head {
  width: 307px;
  margin: 0 auto 36px;
}
.page .topics__mv {
  margin: 0 auto 40px;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .page .topics__mv {
    margin: 0 auto 6.5vw;
  }
}
.page .topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .topics__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.1vw;
    max-width: 83.3vw;
    margin: 0 auto 18.2vw;
  }
}
.page .topics__item {
  position: relative;
  width: 31.8%;
  max-width: 315px;
  margin-right: 2%;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .page .topics__item:nth-child(3n) {
    margin-right: 0;
  }
  .page .topics__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .topics__item {
    width: 40.4vw;
    max-width: 100%;
    margin-right: 0;
    margin-top: 2.6vw;
  }
  .page .topics__item:nth-child(even) {
    margin-right: 0;
  }
}
.page .topics_ladies {
  padding-bottom: 120px;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .page .topics_ladies {
    padding-bottom: 14.6vw;
    margin-bottom: 14.6vw;
  }
}
.page .topics_ladies__head {
  width: 307px;
  margin: 0 auto 36px;
}
.page .topics_ladies__mv {
  margin: 0 auto 40px;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .page .topics_ladies__mv {
    margin: 0 auto 6.5vw;
  }
}
.page .topics_ladies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .topics_ladies__list {
    max-width: 83.3vw;
    margin: 0 auto 14.6vw;
  }
}
.page .topics_ladies__item {
  position: relative;
  width: 31.8%;
  max-width: 315px;
  margin-right: 2%;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .page .topics_ladies__item:nth-child(3n) {
    margin-right: 0;
  }
  .page .topics_ladies__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .topics_ladies__item {
    width: 39.1vw;
    max-width: 100%;
    margin-right: 2.3vw;
    margin-top: 2.6vw;
  }
  .page .topics_ladies__item:nth-child(even) {
    margin-right: 0;
  }
}
.page .family {
  padding: 96px 0 128px;
  background-image: url(/ec/img/usr/pg/campaign/freshers/25aw/common/family-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page .family {
    padding: 26vw 0;
  }
}
.page .family-heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .family-heading {
    font-size: 4.7vw;
    margin-bottom: 7.8vw;
  }
}
.page .family-inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  background: #fff;
  padding: 80px 0 110px;
}
@media screen and (max-width: 768px) {
  .page .family-inner {
    width: 89.6vw;
    padding: 10.4vw 0;
  }
}
.page .family__head {
  width: 307px;
  margin: 0 auto 36px;
}
.page .family__mv {
  margin: 0 auto;
  max-width: 1202px;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .page .family__mv {
    width: 83.3vw;
  }
}
.page .family-sec {
  background: #EDEBE7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  max-width: 980px;
  width: 96%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .family-sec {
    width: 79.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2vw;
    margin-bottom: 10.4vw;
    padding-bottom: 7.8vw;
  }
}
.page .family-sec-mv {
  width: 346px;
}
@media screen and (max-width: 768px) {
  .page .family-sec-mv {
    width: 66.7vw;
  }
}
.page .family-sec-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .page .family-sec-items {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.3vw;
    max-width: 69.3vw;
  }
}
.page .family-sec-items a {
  width: 152px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .family-sec-items a {
    width: 39.6vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .family-sec-items a img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .family-sec-items a img {
    margin-bottom: 2.1vw;
  }
}
.page .family-sec-items a .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .family-sec-items a .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}
.page .family-sec-items a .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .family-sec-items a .item--price {
    font-size: 4.2vw;
  }
}
.page .family .list-heading {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 20px;
}
.page .family .ladies-sec .family-sec-mv {
  width: 260px;
}
.page .family .item-sec {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .page .family .item-sec {
    margin: 10.4vw auto;
    gap: 3.9vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .family .item-sec .item-area {
  width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page .family .item-sec .item-area {
    width: 79.2vw;
    -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;
    margin: 0 auto 7.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .family .item-sec .item-area-text {
    font-size: 3.6vw;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page .family .item-sec .item-area .sp-info {
    width: 35.4vw;
  }
}
.page .family .item-sec .item-area .item-img {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .page .family .item-sec .item-area .item-img {
    width: 39.6vw;
  }
}
.page .family .item-sec .item-area .item-info {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .page .family .item-sec .item-area .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 4.2vw;
  }
}
.page .family .item-sec .item-area .item-info .text {
  font-size: 16px;
  font-weight: 600;
}
.page .family .item-sec .item-area .item-info a {
  margin-top: 18px;
}
.page .family .item-sec .item-area .item-info a img {
  margin-bottom: 8px;
}
.page .family .item-sec .item-area .item-info a .item--name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.page .family .item-sec .item-area .item-info a .item--price {
  font-size: 16px;
  font-weight: bold;
}
.page .family__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .page .family__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5.7vw;
  }
}
.page .family__item {
  position: relative;
  width: 47.5%;
  max-width: 466px;
  margin-right: 4.89%;
}
@media screen and (min-width: 769px) {
  .page .family__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .family__item {
    width: 86.5vw;
    max-width: 100%;
    margin-right: 6.3vw;
    margin-top: 6.3vw;
  }
  .page .family__item:nth-child(even) {
    margin-right: 0;
  }
  .page .family__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page .family__item_img {
  position: relative;
}
.page .family__item_img .modal_btn_plus {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .family__item_img .modal_btn_plus {
    width: 9.4vw;
    height: 9.4vw;
    right: 5.2vw;
    bottom: 5.2vw;
  }
}
.page .family__item:last-of-type {
  margin-right: 0;
}
.page .family_small__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .family_small__list {
    max-width: 80.7vw;
    margin-bottom: 14.6vw;
  }
}
.page .family_small__list.mgb_0 {
  margin-bottom: 0;
}
.page .family_small__item {
  position: relative;
  width: 30%;
  max-width: 294px;
  margin-right: 5%;
}
@media screen and (min-width: 769px) {
  .page .family_small__item:nth-child(3n) {
    margin-right: 0;
  }
  .page .family_small__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .family_small__item {
    width: 38.3vw;
    max-width: 100%;
    margin-right: 3.1vw;
    margin-top: 3.1vw;
  }
  .page .family_small__item:nth-child(even) {
    margin-right: 0;
  }
  .page .family_small__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page .family_small__item_img {
  position: relative;
}
.page .family_small__item_img .modal_btn_plus {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 15px;
  bottom: 15px;
}
.page .family_small__item:last-of-type {
  margin-right: 0;
}
.page .family_small__item_four {
  width: 23%;
  margin-right: 2.6%;
}
@media screen and (max-width: 768px) {
  .page .family_small__item_four {
    width: 38.3vw;
    margin-right: 2.6vw;
  }
}
.page .family_small__item_four:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .family_small__item_four:nth-of-type(2) {
    margin-right: 0;
  }
}
.page .bnr {
  margin: 130px auto;
  max-width: 292px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .bnr {
    margin: 24.5vw auto;
    max-width: 104.2vw;
  }
}
.page .bnr_text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .bnr_text {
    font-size: 7.3vw;
    margin-bottom: 8.3vw;
  }
}
.page .bnr_img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .bnr_img {
    width: 85.7vw;
  }
}
.page .accordion {
  width: 160px;
  margin: 0 auto;
  overflow: hidden;
  background: #E9F2FD;
}
@media screen and (max-width: 768px) {
  .page .accordion {
    width: 36.5vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .accordion-img {
  padding: 10px 10px 20px;
}
@media screen and (max-width: 768px) {
  .page .accordion-img {
    padding: 2.6vw 2.6vw 3.6vw;
  }
}
.page .accordion-img img {
  border: none !important;
  margin: 0 !important;
}
.page .accordion__content {
  display: none;
  padding: 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .page .accordion__content {
    padding: 0 2.6vw 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .accordion__content p {
    font-size: 3.6vw;
  }
}
.page .accordion__text {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .page .accordion__text {
    margin-left: 12.2vw;
  }
}
.page .accordion__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #056CB8;
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page .accordion__toggle {
    font-size: 3.1vw;
  }
}
.page .accordion__toggle .accordion__icon {
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page .accordion__toggle .accordion__icon {
    font-size: 3.6vw;
  }
}
.page .accordion__toggle.active .accordion__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page .accordion.open .accordion__icon {
  font-size: 24px;
  content: "-";
}
@media screen and (max-width: 768px) {
  .page .accordion.open .accordion__icon {
    font-size: 3.6vw;
  }
}
.page .accordion-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page .accordion-area {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5.2vw;
    padding: 0 8.3vw;
  }
}

.ajax_area {
  display: block !important;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #C15681;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close {
    width: 18.8vw;
    height: 18.8vw;
  }
}
.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
    width: 2px;
  }
}

.modaal-container {
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .modaal-container {
    width: 179.2vw;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding-top: 90px;
    padding-right: 0;
    padding-left: 0;
  }
}

.modaal-content-container {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 18.2vw 0;
  }
}

.topics-modal {
  width: 83.6%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .topics-modal {
    width: 100%;
    font-size: 7.3vw;
  }
}
.topics-modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .topics-modal__top {
    display: block;
    margin: 0 auto 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .topics-modal__img, .topics-modal__contents {
    width: 47.5%;
    max-width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .topics-modal__img, .topics-modal__contents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .topics-modal__img {
    width: 125vw;
    margin-bottom: 14.1vw;
  }
}
@media screen and (max-width: 768px) {
  .topics-modal__contents {
    width: 141.7vw;
  }
}
.topics-modal__title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .topics-modal__title {
    font-size: 8.3vw;
    padding-bottom: 4.2vw;
    margin-bottom: 8.3vw;
    text-align: center;
  }
}
.topics-modal__product {
  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;
  max-width: 525px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topics-modal__product {
    display: block;
    overflow: hidden;
  }
}
.topics-modal__product.item_three {
  max-width: 820px;
  width: 96%;
}
.topics-modal__product.item_three .item__list {
  gap: 40px;
}
.topics-modal__product .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  gap: 65px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .topics-modal__product .item__list {
    margin-left: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.topics-modal__product .item__list li {
  width: 230px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) and (min-width: 385px) {
  .topics-modal__product .item__list li {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .topics-modal__product .item__list li {
    width: 78.6vw;
    margin: 0 7.3vw;
  }
  .topics-modal__product .item__list li:first-child {
    margin-left: 13.5vw;
  }
}
.topics-modal__product .item__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .topics-modal__product .item__list li:last-child:after {
    position: relative;
    content: "";
    width: 18.8vw;
    height: 1px;
    background: transparent;
    display: block;
  }
}
.topics-modal__product .item__list .item__list__text {
  width: 90%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .topics-modal__product .item__list .item__list__text {
    width: 100%;
  }
}
.topics-modal__product .item__list.is-column-one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topics-modal__product .item__list.is-column-one li {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .topics-modal__product .item__list.is-column-one li {
    width: 100%;
    max-width: 230px;
  }
}
@media screen and (min-width: 769px) {
  .topics-modal__product .item__list.is-column-2 {
    max-width: 525px;
  }
  .topics-modal__product .item__list.is-column-2 li:nth-child(3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .topics-modal__product .c-btn--more {
    margin-bottom: 12.5vw;
  }
}
.topics-modal__product .c-btn--more:last-child {
  margin-bottom: 0;
}

.family-modal {
  width: 85.6%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .family-modal {
    width: 100%;
    font-size: 7.3vw;
  }
}
.family-modal .cartinbtn {
  background: #71A41D !important;
}
.family-modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .family-modal__top {
    display: block;
    margin: 0 auto 18.2vw;
  }
}
.family-modal__top.sec_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.family-modal__top .item__list__id {
  max-width: 190px;
}
@media screen and (min-width: 769px) {
  .family-modal__img, .family-modal__contents {
    width: 48.5%;
    max-width: 410px;
  }
}
@media screen and (max-width: 768px) {
  .family-modal__img, .family-modal__contents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .family-modal__img {
    width: 125vw;
    margin-bottom: 14.1vw;
  }
}
.family-modal__contents {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .family-modal__contents {
    width: 141.7vw;
  }
}
.family-modal__title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .family-modal__title {
    font-size: 8.3vw;
    padding-bottom: 4.2vw;
    margin-bottom: 8.3vw;
    text-align: center;
  }
}
.family-modal .item_three {
  max-width: 610px;
  width: 96%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}
.family-modal .item_three .item__list {
  gap: 20px;
}
.family-modal__product {
  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) {
  .family-modal__product {
    display: block;
    overflow: hidden;
    margin-top: 35.4vw;
  }
}
.family-modal__product.mgt_70 {
  margin-top: 70px;
}
.family-modal__product .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .family-modal__product .item__list {
    margin-left: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.family-modal__product .item__list li {
  width: 190px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .family-modal__product .item__list li {
    width: 78.6vw;
    margin: 0 7.3vw;
  }
  .family-modal__product .item__list li:first-child {
    margin-left: 13.5vw;
  }
}
.family-modal__product .item__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .family-modal__product .item__list li:last-child:after {
    position: relative;
    content: "";
    width: 18.8vw;
    height: 1px;
    background: transparent;
    display: block;
  }
}
.family-modal__product .item__list .item__list__text {
  width: 90%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .family-modal__product .item__list .item__list__text {
    width: 100%;
  }
}
.family-modal__product .item__list.is-column-one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.family-modal__product .item__list.is-column-one li {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .family-modal__product .item__list.is-column-one li {
    width: 100%;
    max-width: 230px;
  }
}
@media screen and (min-width: 769px) {
  .family-modal__product .item__list.is-column-2 {
    max-width: 525px;
  }
  .family-modal__product .item__list.is-column-2 li:nth-child(3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .family-modal__product .c-btn--more {
    margin-bottom: 12.5vw;
  }
}
.family-modal__product .c-btn--more:last-child {
  margin-bottom: 0;
}
.family-modal__product .modal_link {
  max-width: 238px;
  display: block;
  margin: 0 auto;
}

.small_top {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.fixed-bnr {
  position: fixed;
  left: 0;
  bottom: 60px;
  width: 101px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fixed-bnr {
    bottom: 0;
    width: 42.2vw;
  }
}

.cmn-footer {
  position: relative;
  z-index: 11;
}

.block-copyright {
  position: relative;
  z-index: 11;
}

.item-category-btn {
  width: 380px !important;
  font-size: 20px;
  padding: 15px 0;
  background: #fff;
  border: 2px solid #333;
  text-align: center;
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .item-category-btn {
    width: 100% !important;
  }
}
.page .styling-bnr{
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 384px;
  z-index: 10;
  opacity: 1;       /* 初期は透明 */
  transition: opacity 0.3s ease; /* フェード用 */  
}
.page .styling-bnr.show {
  opacity: 1;       /* 表示時 */
}
.page .styling-bnr-btn{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .styling-bnr{
    position: fixed;
    max-width: unset;
    width: 100%;
    height: 18vw;
  }
  .page .styling-bnr-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7vw;
    height: 100%;
    font-size: 0;
    color: transparent;
  }
}

.page .link-btn {
  max-width: 892px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .page .link-btn {
    max-width: 80.7vw;
    gap: 5.2vw;
    margin: 10vw auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .link-btn a {
  width: 48.87%;
}
@media screen and (max-width: 768px) {
  .page .link-btn a {
    width: 80.7vw;
  }
}

.page .link-btn .not-active{
  position: relative;
  pointer-events: none;
}
.page .link-btn .not-active::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);  
  background: #929292a9;
}