@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;
  }
}
@media screen and (max-width: 768px) {
  .cmn-header__list {
    z-index: 2000;
    position: relative;
    background: #fff;
  }
}

.page {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  /*=============================
   inner
  =============================*/
  /*=============================
   kv
  =============================*/
  /*=============================
   fix_nav
  =============================*/
  /*=============================
   anchor
  =============================*/
  /*=============================
   top
  =============================*/
  /*=============================
   zeropre
  =============================*/
  /*=============================
   meihin
  =============================*/
  /*=============================
   sugo
  =============================*/
  /*=============================
   byoukan
  =============================*/
  /*=============================
   sukenai
  =============================*/
  /*=============================
   hilton
  =============================*/
  /*=============================
   functional
  =============================*/
  /*=============================
   cold
  =============================*/
  /*=============================
   door
  =============================*/
}
@media screen and (max-width: 768px) {
  .page p {
    font-size: 3.4vw;
  }
}
.page__inner {
  margin: auto;
  max-width: 980px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page__inner {
    width: 89.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .view--pc {
    display: none;
  }
}
.page .view--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .view--sp {
    display: block;
  }
}
.page .hiragino {
  font-family: "Hiragino Mincho Pro";
}
.page .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  margin-top: 1.3vw;
}
@media screen and (max-width: 768px) {
  .page .slick-dots li {
    width: 2.6vw;
    height: 2.6vw;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 100%;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .page .slick-dots li.slick-active {
    width: 2.6vw;
    height: 2.6vw;
    background: #000;
    border: 1px solid #000;
  }
}
.page .slick-dots li button {
  display: none !important;
}
.page .inner {
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .inner {
    width: 100%;
  }
}
.page .menu-trigger {
  position: fixed;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .page .menu-trigger {
  }
}
.page .menu-trigger img {
  width: 174px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .page .menu-trigger img {
    width: 26.2vw;
    height: 8.9vw;
  }
}
.page .side-menu {
  position: fixed;
  right: -600px;
  width: 600px;
  height: 100%;
  background-color: #DDE7E6;
  color: white;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .page .side-menu {
    right: -94.8vw;
    width: 94.8vw;
    top: 64px;
  }
}
.page .side-menu .menu_close {
  top: 10px;
  right: 10px;
  position: absolute;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .side-menu .menu_close {
    top: 4.6vw;
    right: 4.6vw;
    width: 10.4vw;
    height: 10.4vw;
  }
}
.page .side-menu .menu_inner {
  width: 220px;
  padding-top: 100px;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .page .side-menu .menu_inner {
    width: 45.6vw;
    padding-top: 19.5vw;
    margin-left: 10.4vw;
  }
}
.page .side-menu .menu_inner .logo {
  width: 214px;
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .page .side-menu .menu_inner .logo {
    width: 43.5vw;
    margin-bottom: 10.2vw;
  }
}
.page .side-menu .menu_inner ul li {
  margin-bottom: 34px;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page .side-menu .menu_inner ul li {
    font-size: 2.9vw;
    margin-bottom: 7.8vw;
  }
}
.page .side-menu .menu_inner ul li img {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .page .side-menu .menu_inner ul li img {
    width: 14.2vw;
    margin-bottom: 10.2vw;
  }
}
.page .side-menu.show {
  right: 0;
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 2000;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}
.page .bg_gray {
  background-color: #F8F8F8;
  padding: 0 0 380px;
}
@media screen and (max-width: 768px) {
  .page .bg_gray {
    padding-bottom: 22.9vw;
  }
}
.page .bg_yellow {
  background-color: #F5EEC6;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .page .bg_yellow {
    padding: 13vw 0;
  }
}
.page .anchor {
  padding: 60px 0 80px;
  margin: 0 auto;
  max-width: 918px;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    display: block;
    padding: 7.8vw 0;
    width: 100%;
  }
}
.page .anchor a {
  width: 31.1%;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .page .anchor a {
    width: 79.2vw;
    margin: 0 auto 2.1vw;
  }
}
.page .top_sec01 {
  position: relative;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 136px;
}
@media screen and (max-width: 768px) {
  .page .top_sec01 {
    padding: 10.4vw 0 0;
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .top_sec01_img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .top_sec01_img {
    width: 79.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec01 .img_bottom_text {
    width: 79.2vw;
    margin: 6.3vw auto 14.1vw;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec01 .model_slide {
    margin: 14.1vw 0 15.4vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec01 .model_slide .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-left: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec01 .model_slide .images::before {
    content: "";
    position: absolute;
    background-image: url(/ec/img/usr/pg/campaign/ladies_catalog/25ss/top_model_deco01.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 5.2vw;
    top: -14%;
    width: 30.7vw;
    height: 14.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec01 .model_slide .images img {
    width: 43vw;
    margin-right: 1.8vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec01 .model_slide .name {
    width: 18.2vw;
    display: block;
    margin-left: auto;
    margin-right: 5.2vw;
    margin-top: 1.8vw;
  }
}
.page .top_sec01 .item {
  position: absolute;
  width: 31.5%;
  right: 9.3%;
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .page .top_sec01 .item {
    position: unset;
    width: unset;
  }
}
.page .top_sec01 .item .text {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 25px;
}
.page .top_sec01 .item_list {
  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 .top_sec01 .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-left: 5.2vw;
  }
}
.page .top_sec01 .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .top_sec01 .item_list li {
    max-width: 100%;
    width: 37vw;
    margin-right: 3.9vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .top_sec01 .item_list li img {
  margin-bottom: 8px;
}
.page .top_sec01 .item_list li p {
  font-size: 14px;
}
.page .top_sec02 {
  position: relative;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.page .top_sec02_img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .top_sec02_img {
    width: 79.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .img_bottom_text {
    width: 79.2vw;
    margin: 6.3vw auto 14.1vw;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .model_slide {
    margin: 14.1vw 0 15.4vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .model_slide .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    overflow-x: scroll;
    padding-left: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .model_slide .images::before {
    content: "";
    position: absolute;
    background-image: url(/ec/img/usr/pg/campaign/ladies_catalog/25ss/top_model_deco03.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 5.2vw;
    top: -14%;
    width: 30.7vw;
    height: 14.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .model_slide .images img {
    width: 43vw;
    margin-right: 1.8vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .model_slide .name {
    width: 22.7vw;
    display: block;
    margin-left: auto;
    margin-right: 5.2vw;
    margin-top: 1.8vw;
  }
}
.page .top_sec02 .item {
  position: absolute;
  width: 31.5%;
  left: 9.3%;
  bottom: -13%;
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .item {
    position: unset;
    width: unset;
  }
}
.page .top_sec02 .item .text {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 25px;
}
.page .top_sec02 .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-left: 5.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: unset;
  }
}
.page .top_sec02 .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .item_list li {
    max-width: 100%;
    width: 37vw;
    margin-right: 3.9vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .top_sec02 .item_list li img {
  margin-bottom: 8px;
}
.page .top_sec02 .item_list li p {
  font-size: 14px;
}
.page .top_sec02 .item_list li:first-of-type {
  max-width: 232px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .item_list li:first-of-type {
    max-width: 100%;
    width: 77.7vw;
    margin-right: 3.9vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .top_sec02 .item_list li:first-of-type .set_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .item_list li:first-of-type .set_item {
    gap: 3.9vw;
  }
}
.page .top_sec02 .item_list li:first-of-type .set_item img {
  margin-bottom: 8px;
  max-width: 110px;
}
@media screen and (max-width: 768px) {
  .page .top_sec02 .item_list li:first-of-type .set_item img {
    max-width: 100%;
    width: 37vw;
  }
}
.page .top_sec02 .item_list li:first-of-type .set_item p {
  font-size: 14px;
}
.page .zeropre {
  max-width: 1200px;
  width: 96%;
  padding: 80px 0 0;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page .zeropre {
    padding: 6.5vw 0 0;
  }
}
.page .zeropre_title {
  max-width: 621px;
  margin: 0 auto 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .zeropre_title {
    max-width: 79.2vw;
    margin-bottom: 5.2vw;
  }
}
.page .zeropre .list_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: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .zeropre .list_sec {
    display: block;
  }
}
.page .zeropre .list_sec .all {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .page .zeropre .list_sec .all {
    width: 79.2vw;
    display: block;
    margin: 0 auto 3vw;
  }
}
.page .zeropre .list_sec ul {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .zeropre .list_sec ul {
    width: 79.2vw;
    margin: 0 auto 3vw;
  }
}
.page .zeropre .list_sec ul li {
  width: 30.7%;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .zeropre .list_sec ul li {
    margin-bottom: 3.1vw;
  }
}
.page .zeropre .list_sec ul li img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .zeropre .list_sec ul li img {
    margin-bottom: 1vw;
  }
}
.page .zeropre .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .zeropre .model {
    width: 100%;
    margin: 0 auto 3vw;
    display: block;
  }
}
.page .zeropre .model_sec {
  width: 48.6%;
  text-align: center;
  margin-bottom: 83px;
}
@media screen and (max-width: 768px) {
  .page .zeropre .model_sec {
    width: 100%;
    margin: 0 auto 10.4vw;
    display: block;
  }
}
.page .zeropre .model_sec_img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .zeropre .model_sec_img {
    width: 79.2vw;
    margin: 0 auto 4.2vw;
    display: block;
  }
}
.page .zeropre .model_sec_text {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .zeropre .model_sec_text {
    font-size: 3.6vw;
    width: 79.2vw;
    margin: 0 auto;
    text-align: left;
  }
}
.page .zeropre .model_img {
  margin-bottom: 27px;
}
.page .zeropre .model .item_list {
  max-width: 378px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .page .zeropre .model .item_list {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-left: 5.2vw;
    margin-top: 5.2vw;
  }
}
.page .zeropre .model .item_list li {
  width: 29.1%;
}
@media screen and (max-width: 768px) {
  .page .zeropre .model .item_list li {
    max-width: 100%;
    width: 37vw;
    margin-right: 3.9vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .meihin {
  max-width: 1200px;
  width: 96%;
  margin: 136px auto 330px;
}
@media screen and (max-width: 768px) {
  .page .meihin {
    max-width: 100%;
    width: 100%;
    margin: 10.4vw auto 6.8vw;
  }
}
.page .meihin .set {
  margin-top: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page .meihin_suit {
  position: relative;
}
.page .meihin_suit_title {
  max-width: 794px;
  margin: 0 auto 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit_title {
    max-width: 75.5vw;
  }
}
.page .meihin_suit_top {
  max-width: 1088px;
  width: 96%;
  margin: 0 0 1186px auto;
  padding-left: 6%;
  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 .meihin_suit_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 7.8vw;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
.page .meihin_suit_top .item_area {
  width: 36.7%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit_top .item_area {
    width: 42.6vw;
  }
}
.page .meihin_suit_top .item_area .num {
  max-width: 170px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit_top .item_area .num {
    width: 28.3vw;
    margin-bottom: 4.2vw;
  }
}
.page .meihin_suit_top .item_area .info {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit_top .item_area .info {
    width: 39.6vw;
    margin-bottom: 0;
    font-size: 3.6vw;
  }
}
.page .meihin_suit_top .item_area .info span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit_top .item_area .info span {
    font-size: 2.9vw;
  }
}
.page .meihin_suit_top .model_img {
  width: 55.1%;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit_top .model_img {
    width: 50vw;
  }
}
.page .meihin_suit_top ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .meihin_suit_top ul li {
  width: 29.7%;
  margin-bottom: 16px;
  text-align: center;
}
.page .meihin_suit .item_sec02 {
  max-width: 529px;
  position: absolute;
  left: 0;
  top: 60%;
  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 .meihin_suit .item_sec02 {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 100%;
    width: 83.2vw;
    margin: 0 auto -14vw;
    z-index: 10;
  }
}
.page .meihin_suit .item_sec02_detail {
  width: 51.2%;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec02_detail {
    width: 39.6vw;
    margin-bottom: 11.7vw;
  }
}
.page .meihin_suit .item_sec02_detail .num {
  max-width: 170px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec02_detail .num {
    width: 28.3vw;
    margin-bottom: 4.2vw;
  }
}
.page .meihin_suit .item_sec02_detail .info {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec02_detail .info {
    width: 39.6vw;
    margin-bottom: 0;
    font-size: 3.6vw;
  }
}
.page .meihin_suit .item_sec02_detail .info span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec02_detail .info span {
    font-size: 2.9vw;
  }
}
.page .meihin_suit .item_sec02 .model_img {
  width: 43.8%;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec02 .model_img {
    width: 30.2vw;
  }
}
.page .meihin_suit .item_sec02 ul {
  max-width: 244px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  text-align: center;
}
.page .meihin_suit .item_sec02 ul li {
  width: 45%;
}
.page .meihin_suit .item_sec03 {
  max-width: 582px;
  position: absolute;
  right: 3%;
  top: 115%;
  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 .meihin_suit .item_sec03 {
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 100%;
    width: 83.2vw;
    margin: 0 auto -14vw;
    z-index: 10;
    right: unset;
  }
}
.page .meihin_suit .item_sec03_detail {
  width: 41.9%;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec03_detail {
    width: 33.9vw;
    margin-bottom: 16.9vw;
  }
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec03_detail .text {
    font-size: 3.4vw;
    line-height: 1.9;
  }
}
.page .meihin_suit .item_sec03_detail .num {
  max-width: 170px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec03_detail .num {
    width: 28.3vw;
    margin-bottom: 4.2vw;
  }
}
.page .meihin_suit .item_sec03_detail .info {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec03_detail .info {
    width: 39.6vw;
    margin-bottom: 0;
    font-size: 3.6vw;
  }
}
.page .meihin_suit .item_sec03_detail .info span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec03_detail .info span {
    font-size: 2.9vw;
  }
}
.page .meihin_suit .item_sec03 .model_img {
  width: 48.2%;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec03 .model_img {
    width: 36.6vw;
  }
}
.page .meihin_suit .item_sec03 ul {
  max-width: 244px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  text-align: center;
}
.page .meihin_suit .item_sec03 ul li {
  width: 45%;
}
.page .meihin_suit .item_sec04 {
  max-width: 494px;
  position: absolute;
  left: 3%;
  top: 137%;
  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 .meihin_suit .item_sec04 {
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 100%;
    width: 83.2vw;
    margin: 0 auto -14vw;
    z-index: 10;
    left: unset;
  }
}
.page .meihin_suit .item_sec04_detail {
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec04_detail {
    width: 33.9vw;
    margin-bottom: 16.9vw;
  }
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec04_detail .text {
    font-size: 3.4vw;
    line-height: 1.9;
  }
}
.page .meihin_suit .item_sec04_detail .num {
  max-width: 170px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec04_detail .num {
    width: 28.3vw;
    margin-bottom: 4.2vw;
  }
}
.page .meihin_suit .item_sec04_detail .info {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec04_detail .info {
    width: 39.6vw;
    margin-bottom: 0;
    font-size: 3.6vw;
  }
}
.page .meihin_suit .item_sec04_detail .info span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec04_detail .info span {
    font-size: 2.9vw;
  }
}
.page .meihin_suit .item_sec04 .model_img {
  width: 50.6%;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .item_sec04 .model_img {
    width: 32.6vw;
  }
}
.page .meihin_suit .item_sec04 ul {
  max-width: 244px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  text-align: center;
}
.page .meihin_suit .item_sec04 ul li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .meihin_pc_list {
    display: none !important;
  }
}
.page .meihin_suit .meihin_sp_list {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .meihin_sp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-left: 5.2vw;
    margin: 5.2vw auto 7.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .meihin_suit .meihin_sp_list li {
    text-align: center;
    width: 37vw;
    margin-right: 3.9vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .meihin_blouse {
  margin-top: 10.4vw;
}
.page .meihin_blouse_title {
  max-width: 614px;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_title {
    max-width: 79.2vw;
    margin-bottom: 6.3vw;
  }
}
.page .meihin_blouse_sec {
  max-width: 1200px;
  width: 96%;
  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-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .meihin_blouse_sec.sec_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page .meihin_blouse_sec .sec_model {
  width: 49.3%;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_model {
    width: 79.2vw;
    display: block;
    margin: 0 auto 7.8vw;
  }
}
.page .meihin_blouse_sec .sec_detail {
  width: 46.1%;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail {
    width: 89.6vw;
    margin: 0 auto 7.8vw;
  }
}
.page .meihin_blouse_sec .sec_detail_box {
  background-color: #F3F3F4;
  padding: 40px 0 25px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_box {
    padding: 7.8vw 0;
    margin-bottom: 7.8vw;
  }
}
.page .meihin_blouse_sec .sec_detail_box .info {
  max-width: 378px;
  margin: 0 auto 24px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_box .info {
    font-size: 3.6vw;
    max-width: 100%;
    width: 79.2vw;
    margin-bottom: 4.2vw;
  }
}
.page .meihin_blouse_sec .sec_detail_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_box ul {
    gap: 4.7vw;
    max-width: 79.2vw;
  }
}
.page .meihin_blouse_sec .sec_detail_box ul li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_box ul li {
    max-width: 100%;
    width: 37vw;
  }
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_box ul.slide {
    gap: 9.1vw;
    max-width: 79.2vw;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_box ul.slide li {
    max-width: 100%;
    width: 37vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .meihin_blouse_sec .sec_detail .color_variations {
  width: 197px;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail .color_variations {
    width: 40.9vw;
    margin-bottom: 6.3vw;
  }
}
.page .meihin_blouse_sec .sec_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  max-width: 424px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_item {
    max-width: 89.6vw;
    gap: 2.6vw;
  }
}
.page .meihin_blouse_sec .sec_detail_item .list {
  text-align: center;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_item .list {
    max-width: 43.5vw;
    margin-right: 5.6vw;
  }
}
.page .meihin_blouse_sec .sec_detail_item .list .color_ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_item .list .color_ball {
    gap: 3.1vw;
  }
}
.page .meihin_blouse_sec .sec_detail_item .list .color_ball img {
  width: 39px;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_item .list .color_ball img {
    width: 8.1vw;
  }
}
.page .meihin_blouse_sec .sec_detail_item .list_item {
  max-width: 133px;
  margin: 0 15px 0 auto;
}
@media screen and (max-width: 768px) {
  .page .meihin_blouse_sec .sec_detail_item .list_item {
    max-width: 33.9vw;
    margin-right: 0;
  }
}
.page .meihin_blouse_sec .sec_detail_item .list_item ul {
  margin: 8px auto;
}
.page .meihin_blouse_sec .sec_detail_item .list_item p {
  line-height: 1.7;
}
.page .sugo {
  background: #CCE3F6;
  padding: 135px 0 195px;
}
@media screen and (max-width: 768px) {
  .page .sugo {
    padding: 10.4vw 0 7.8vw;
  }
}
.page .sugo_title {
  max-width: 623px;
  display: block;
  margin: 0 auto 66px;
}
@media screen and (max-width: 768px) {
  .page .sugo_title {
    max-width: 81.1vw;
    margin-bottom: 6.3vw;
  }
}
.page .sugo_sec {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .sugo_sec {
    max-width: 89.6vw;
  }
}
.page .sugo_num {
  width: 134px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .sugo_num {
    width: 17.4vw;
    display: block;
    margin: 0 auto 13.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .sugo_point {
    max-width: 89.6vw;
    margin: 7.8vw auto;
  }
}
.page .sugo_box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .page .sugo_box {
    display: block;
    margin-bottom: 8.7vw;
    padding: 5.2vw 5.2vw 14.3vw;
  }
}
.page .sugo_box .model {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .sugo_box .model {
    width: 79.2vw;
  }
}
.page .sugo_box .detail {
  padding: 125px 0 45px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .sugo_box .detail {
    padding: 5.2vw 0 0;
    width: 78.1vw;
  }
}
.page .sugo_box .detail::before {
  content: "";
  position: absolute;
  background-image: url(/ec/img/usr/pg/campaign/ladies_catalog/25ss/confortable.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 355px;
  height: 107px;
  top: -4.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .sugo_box .detail::before {
    content: none;
  }
}
.page .sugo_box .detail .text {
  max-width: 378px;
  margin: 0 auto 20px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page .sugo_box .detail .text {
    max-width: 78.1vw;
    font-size: 3.6vw;
    margin-bottom: 5.9vw;
  }
}
.page .sugo_box .detail .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .page .sugo_box .detail .item_list {
    gap: 3.9vw;
    margin-bottom: 10vw;
  }
}
.page .sugo_box .detail .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sugo_box .detail .item_list li {
    max-width: 37vw;
  }
}
.page .sugo_box .list {
  text-align: center;
}
.page .sugo_box .list .item_img {
  display: block;
  max-width: 440px;
  margin: 0 auto 16px;
}
.page .sugo_box .list .color_ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 13px;
}
.page .sugo_box .list .color_ball img {
  width: 39px;
}
.page .sugo .pickup_img {
  max-width: 1210px;
  width: 96%;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .sugo .pickup_img {
    width: 89.6vw;
  }
}
.page .sugo_pickup {
  max-width: 843px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .sugo_pickup {
    max-width: 100%;
    display: block;
  }
}
.page .sugo_pickup .text {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .sugo_pickup .text {
    display: block;
    font-size: 3.6vw;
    font-weight: 300;
    width: 89.6vw;
    margin: 0 auto 4.7vw;
  }
}
.page .sugo_pickup .item_list {
  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 .sugo_pickup .item_list {
    overflow-x: auto;
    gap: 3.9vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.2vw;
    margin-bottom: 7.8vw;
  }
}
.page .sugo_pickup .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sugo_pickup .item_list li {
    max-width: 37vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .byoukan {
  background: #EBF5F2;
  padding: 115px 0 250px;
}
@media screen and (max-width: 768px) {
  .page .byoukan {
    padding: 10.4vw 0;
  }
}
.page .byoukan_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page .byoukan_num {
  width: 134px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page .byoukan_num {
    width: 17.4vw;
    margin: 0 auto 5.2vw;
    display: block;
  }
}
.page .byoukan_title {
  max-width: 794px;
  width: 96%;
  display: block;
  margin: 0 auto 44px;
}
@media screen and (max-width: 768px) {
  .page .byoukan_title {
    max-width: 68.2vw;
    width: 100%;
    margin-bottom: 5.2vw;
  }
}
.page .byoukan_block {
  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: 1088px;
  width: 96%;
  margin: 0 auto 68px;
}
@media screen and (max-width: 768px) {
  .page .byoukan_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page .byoukan_model {
  width: 55.14%;
}
@media screen and (max-width: 768px) {
  .page .byoukan_model {
    width: 79.2vw;
  }
}
.page .byoukan_item {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .page .byoukan_item {
    width: 100%;
  }
}
.page .byoukan_item .title {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page .byoukan_item .title {
    width: 66.5vw;
    margin: 5.2vw auto 3.1vw;
  }
}
.page .byoukan_item .text {
  font-weight: 300px;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .page .byoukan_item .text {
    font-size: 3.6vw;
    width: 79.2vw;
    margin: 0 auto 5.2vw;
  }
}
.page .byoukan_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page .byoukan_item ul {
    max-width: 100%;
    overflow-x: scroll;
    padding-left: 5.2vw;
    margin-top: 5.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .byoukan_item ul li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .byoukan_item ul li {
    max-width: 100%;
    width: 34.6vw;
    margin-right: 2.6vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .byoukan_item .coordinate_title {
  max-width: 347px;
  margin: 18px auto;
  display: block;
}
.page .byoukan_item .item {
  max-width: 110px;
  text-align: center;
  margin: 0 auto;
}
.page .byoukan_qa {
  max-width: 1132px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .byoukan_qa {
    max-width: 80.7vw;
    margin-bottom: 6vw;
  }
}
.page .byoukan_qa_slider {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .byoukan_qa_slider {
    display: block;
    background: #fff;
    padding: 3.9vw;
    max-width: 79.2vw;
    margin: 0 auto;
  }
  .page .byoukan_qa_slider img {
    width: 70.4vw;
    margin-right: 5.2vw;
  }
}
.page .sukenai {
  max-width: 1200px;
  margin: 50px auto 0;
  padding-bottom: 170px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .page .sukenai {
    padding: 10.4vw 0;
    margin: 0 auto;
    max-width: 89.6vw;
  }
}
.page .sukenai_num {
  width: 134px;
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_num {
    width: 17.4vw;
    margin: 0 auto 5.6vw;
    display: block;
  }
}
.page .sukenai_title {
  max-width: 734px;
  display: block;
  margin: 0 auto 85px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_title {
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
  }
}
.page .sukenai_sec {
  max-width: 1200px;
  width: 96%;
  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-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec {
    display: block;
    width: 100%;
  }
}
.page .sukenai_sec.sec_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page .sukenai_sec.sec_reverse .sec_detail {
  width: 46.1%;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec.sec_reverse .sec_detail {
    width: 89.6vw;
    display: block;
    margin: 0 auto;
  }
}
.page .sukenai_sec.sec_reverse .sec_detail_box {
  background-color: #F3F3F4;
  padding: 40px 0 25px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec.sec_reverse .sec_detail_box {
    width: 89.6vw;
    display: block;
    margin: 5.2vw auto 7.8vw;
  }
}
.page .sukenai_sec.sec_reverse .sec_detail_box .info {
  max-width: 378px;
  margin: 0 auto 24px;
}
.page .sukenai_sec.sec_reverse .sec_detail_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec.sec_reverse .sec_detail_box ul {
    gap: 5.2vw;
  }
}
.page .sukenai_sec.sec_reverse .sec_detail_box ul li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec.sec_reverse .sec_detail_box ul li {
    max-width: 37vw;
  }
}
.page .sukenai_sec.sec_reverse .sec_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  max-width: 424px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec.sec_reverse .sec_detail_item {
    max-width: 89.6vw;
  }
}
.page .sukenai_sec.sec_reverse .sec_detail_item .list {
  text-align: center;
  max-width: 134px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec.sec_reverse .sec_detail_item .list {
    max-width: 38.3vw;
  }
}
.page .sukenai_sec.sec_reverse .sec_detail_item .list .color_ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.page .sukenai_sec.sec_reverse .sec_detail_item .list .color_ball img {
  width: 39px;
}
.page .sukenai_sec.sec_reverse .sec_detail_item .list_item {
  max-width: 133px;
  margin: 0 auto;
}
.page .sukenai_sec.sec_reverse .sec_detail_item .list_item ul {
  margin: 8px auto;
}
.page .sukenai_sec.sec_reverse .sec_detail_item .list_item p {
  line-height: 1.7;
}
.page .sukenai_sec.sec_reverse .sec_detail .heading {
  max-width: 393px;
  margin: 0 auto 23px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec.sec_reverse .sec_detail .heading {
    max-width: 65.8vw;
    margin-bottom: 4.2vw;
  }
}
.page .sukenai_sec .sec_model {
  width: 49.3%;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_model {
    width: 79.2vw;
    display: block;
    margin: 0 auto;
  }
}
.page .sukenai_sec .sec_detail {
  width: 46.1%;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail {
    width: 89.6vw;
    margin: 0 auto;
  }
}
.page .sukenai_sec .sec_detail_box {
  background-color: #F3F3F4;
  padding: 40px 0 25px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail_box {
    width: 89.6vw;
    display: block;
    margin: 5.2vw auto 7.8vw;
    padding: 7.8vw 0;
  }
}
.page .sukenai_sec .sec_detail_box .info {
  max-width: 378px;
  margin: 0 auto 24px;
}
.page .sukenai_sec .sec_detail_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail_box ul {
    gap: 5.2vw;
  }
}
.page .sukenai_sec .sec_detail_box ul li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail_box ul li {
    max-width: 37vw;
  }
}
.page .sukenai_sec .sec_detail .color_variations {
  width: 197px;
  margin: 0 auto 20px;
  display: block;
}
.page .sukenai_sec .sec_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  max-width: 424px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail_item {
    display: block;
    max-width: 89.6vw;
  }
}
.page .sukenai_sec .sec_detail_item .list {
  text-align: center;
}
.page .sukenai_sec .sec_detail_item .list .color_ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.page .sukenai_sec .sec_detail_item .list .color_ball img {
  width: 39px;
}
.page .sukenai_sec .sec_detail_item .list_item {
  max-width: 133px;
  margin: 0 15px 0 auto;
}
.page .sukenai_sec .sec_detail_item .list_item ul {
  margin: 8px auto;
}
.page .sukenai_sec .sec_detail_item .list_item p {
  line-height: 1.7;
}
.page .sukenai_sec .sec_detail_item .list_item.large_img {
  margin: 0 50px 0 auto;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail_item .list_item.large_img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail_item .list.sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail_item .list.sp_flex img {
    width: 44.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail_item .list.sp_flex .list_item {
    margin: 0 auto;
  }
}
.page .sukenai_sec .sec_detail .heading {
  max-width: 420px;
  margin: 0 auto 23px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail .heading {
    max-width: 70.2vw;
    margin-bottom: 4.2vw;
  }
}
.page .sukenai_sec .sec_detail .text {
  width: 80%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_sec .sec_detail .text {
    width: 79.2vw;
    font-size: 3.6vw;
    margin-bottom: 8.1vw;
  }
}
.page .hilton {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 120px 0 128px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .page .hilton {
    max-width: 89.6vw;
    width: 100%;
  }
}
.page .hilton_title {
  width: 423px;
  display: block;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .page .hilton_title {
    width: 55.1vw;
    margin-bottom: 13vw;
  }
}
.page .hilton_sec_01 {
  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-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page .hilton_sec_01 .detail {
  width: 39.1%;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_01 .detail {
    width: 100%;
    margin-top: 5.2vw;
  }
}
.page .hilton_sec_01 .detail_heading {
  font-size: 24px;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_01 .detail_heading {
    font-size: 4.7vw;
    margin-bottom: 4.2vw;
  }
}
.page .hilton_sec_01 .detail .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_01 .detail .item_list {
    max-width: 100%;
    overflow-x: scroll;
    padding-left: 5.2vw;
    margin-top: 5.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .hilton_sec_01 .detail .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_01 .detail .item_list li {
    max-width: 100%;
    width: 32.5vw;
    margin-right: 2.9vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .hilton_sec_01 .detail .item_list_large {
  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;
}
.page .hilton_sec_01 .detail .item_list_large .item_img {
  width: 72%;
}
.page .hilton_sec_01 .detail .item_list_large .color {
  width: 23.4%;
  text-align: center;
}
.page .hilton_sec_01 .detail .item_list_large .color_ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.page .hilton_sec_01 .detail .item_list_large .color_ball img {
  max-width: 39px;
}
.page .hilton_sec_01 .detail .text {
  font-weight: 300;
  width: 360px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_01 .detail .text {
    width: 79.2vw;
    font-size: 3.6vw;
    margin: 5.2vw;
  }
}
.page .hilton_sec_01 .model {
  width: 52.6%;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_01 .model {
    width: 79.2vw;
  }
}
.page .hilton_sec_02 {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 83px;
  max-width: 1112px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page .hilton_sec_02 .detail {
  width: 39.7%;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_02 .detail {
    width: 100%;
    margin-top: 5.2vw;
  }
}
.page .hilton_sec_02 .detail_heading {
  font-size: 24px;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_02 .detail_heading {
    font-size: 4.7vw;
    margin-bottom: 4.2vw;
  }
}
.page .hilton_sec_02 .detail .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_02 .detail .item_list {
    max-width: 100%;
    overflow-x: scroll;
    padding-left: 5.2vw;
    margin-top: 5.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .hilton_sec_02 .detail .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_02 .detail .item_list li {
    max-width: 100%;
    width: 32.5vw;
    margin-right: 2.9vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .hilton_sec_02 .detail .item {
  max-width: 134px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_02 .detail .item {
    max-width: 100%;
    width: 36.5vw;
  }
}
.page .hilton_sec_02 .detail .text {
  font-weight: 300;
  width: 375px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_02 .detail .text {
    width: 79.2vw;
    font-size: 3.6vw;
    margin: 5.2vw;
  }
}
.page .hilton_sec_02 .model {
  width: 52.15%;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_02 .model {
    width: 79.2vw;
  }
}
.page .hilton_sec_03 {
  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: 1038px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page .hilton_sec_03 .detail {
  width: 36.1%;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_03 .detail {
    width: 100%;
    margin-top: 5.2vw;
  }
}
.page .hilton_sec_03 .detail_heading {
  font-size: 24px;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_03 .detail_heading {
    font-size: 4.7vw;
    margin-bottom: 4.2vw;
  }
}
.page .hilton_sec_03 .detail .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_03 .detail .item_list {
    max-width: 100%;
    overflow-x: scroll;
    padding-left: 5.2vw;
    margin-top: 5.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .hilton_sec_03 .detail .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_03 .detail .item_list li {
    max-width: 100%;
    width: 32.5vw;
    margin-right: 2.9vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .hilton_sec_03 .detail .item_list_large {
  text-align: center;
}
.page .hilton_sec_03 .detail .item_list_large .item_img {
  width: 72%;
}
.page .hilton_sec_03 .detail .item_list_large .color {
  width: 23.4%;
  text-align: center;
}
.page .hilton_sec_03 .detail .item_list_large .color_ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.page .hilton_sec_03 .detail .item_list_large .color_ball img {
  max-width: 39px;
}
.page .hilton_sec_03 .detail .text {
  font-weight: 300;
  width: 375px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_03 .detail .text {
    width: 79.2vw;
    font-size: 3.6vw;
    margin: 5.2vw;
  }
}
.page .hilton_sec_03 .model {
  width: 57.8%;
}
@media screen and (max-width: 768px) {
  .page .hilton_sec_03 .model {
    width: 79.2vw;
  }
}
.page .functional {
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .page .functional {
    padding: 10.4vw 0;
  }
}
.page .functional_title {
  width: 462px;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .page .functional_title {
    width: 60.2vw;
    margin-bottom: 5.2vw;
  }
}
.page .functional_title_bottom {
  margin: 0 auto 96px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .functional_title_bottom {
    font-size: 3.6vw;
    margin-bottom: 8.7vw;
    width: 89.6vw;
  }
}
.page .functional_sec {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .functional_sec {
    width: 100%;
  }
}
.page .functional_sec .sec01 {
  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: 917px;
  margin: 0 auto 0 60px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec01 {
    display: block;
    margin: 0 auto;
  }
}
.page .functional_sec .sec01 .model {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec01 .model {
    width: 59.8vw;
    display: block;
    margin: 0 auto 6.9vw;
  }
}
.page .functional_sec .sec01 .detail {
  width: 41.2%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec01 .detail {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .functional_sec .sec01 .detail_heading {
  width: 262px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec01 .detail_heading {
    width: 56.8vw;
    margin-left: 5.2vw;
    margin-bottom: 5.2vw;
  }
}
.page .functional_sec .sec01 .detail .text {
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec01 .detail .text {
    width: 89.6vw;
    font-size: 3.6vw;
    margin: 0 auto 5.2vw;
  }
}
.page .functional_sec .sec01 .detail .item_list {
  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 .functional_sec .sec01 .detail .item_list {
    gap: 4.7vw;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.2vw;
  }
}
.page .functional_sec .sec01 .detail .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec01 .detail .item_list li {
    max-width: 100%;
    width: 37vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .functional_sec .sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 917px;
  margin: -150px 60px 50px auto;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec02 {
    display: block;
    margin: 0 auto;
  }
}
.page .functional_sec .sec02 .model {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec02 .model {
    width: 59.8vw;
    display: block;
    margin: 0 auto 6.9vw;
  }
}
.page .functional_sec .sec02 .detail {
  width: 41.2%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec02 .detail {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .functional_sec .sec02 .detail_heading {
  width: 306px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec02 .detail_heading {
    width: 67.8vw;
    margin-left: 5.2vw;
    margin-bottom: 5.2vw;
  }
}
.page .functional_sec .sec02 .detail .text {
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec02 .detail .text {
    width: 89.6vw;
    font-size: 3.6vw;
    margin: 0 auto 5.2vw;
  }
}
.page .functional_sec .sec02 .detail .item_list {
  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 .functional_sec .sec02 .detail .item_list {
    gap: 4.7vw;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.2vw;
  }
}
.page .functional_sec .sec02 .detail .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec02 .detail .item_list li {
    max-width: 100%;
    width: 37vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .functional_sec .sec03 {
  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: 917px;
  margin: 0 auto 0 60px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec03 {
    display: block;
    margin: 0 auto;
  }
}
.page .functional_sec .sec03 .model {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec03 .model {
    width: 59.8vw;
    display: block;
    margin: 0 auto 6.9vw;
  }
}
.page .functional_sec .sec03 .detail {
  width: 41.2%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec03 .detail {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .functional_sec .sec03 .detail_heading {
  width: 239px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec03 .detail_heading {
    width: 51.2vw;
    margin-left: 5.2vw;
    margin-bottom: 5.2vw;
  }
}
.page .functional_sec .sec03 .detail .text {
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec03 .detail .text {
    width: 89.6vw;
    font-size: 3.6vw;
    margin: 0 auto 5.2vw;
  }
}
.page .functional_sec .sec03 .detail .item_list {
  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 .functional_sec .sec03 .detail .item_list {
    gap: 4.7vw;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.2vw;
  }
}
.page .functional_sec .sec03 .detail .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec03 .detail .item_list li {
    max-width: 100%;
    width: 37vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .functional_sec .sec04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 917px;
  margin: -100px 60px 0 auto;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec04 {
    display: block;
    margin: 0 auto;
  }
}
.page .functional_sec .sec04 .model {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec04 .model {
    width: 59.8vw;
    display: block;
    margin: 0 auto 6.9vw;
  }
}
.page .functional_sec .sec04 .detail {
  width: 41.2%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec04 .detail {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.page .functional_sec .sec04 .detail_heading {
  width: 306px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec04 .detail_heading {
    width: 83.7vw;
    margin-left: 5.2vw;
    margin-bottom: 5.2vw;
  }
}
.page .functional_sec .sec04 .detail .text {
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec04 .detail .text {
    width: 89.6vw;
    font-size: 3.6vw;
    margin: 0 auto 5.2vw;
  }
}
.page .functional_sec .sec04 .detail .item_list {
  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 .functional_sec .sec04 .detail .item_list {
    gap: 4.7vw;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.2vw;
  }
}
.page .functional_sec .sec04 .detail .item_list li {
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .functional_sec .sec04 .detail .item_list li {
    max-width: 100%;
    width: 37vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .cold {
  padding: 128px 0;
  background: #FFFEEE;
}
@media screen and (max-width: 768px) {
  .page .cold {
    padding: 10.4vw 0;
  }
}
.page .cold_title {
  max-width: 976px;
  width: 96%;
  margin: 0 auto 68px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .cold_title {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 7.8vw;
  }
}
.page .cold_sec {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 62px;
  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 .cold_sec {
    display: block;
    width: 100%;
    margin-bottom: 9.2vw;
  }
}
.page .cold_sec_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .cold_sec_box {
    width: 79.2vw;
    margin: 0 auto 10.4vw;
  }
}
.page .cold_sec_box .model {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .cold_sec_box .model {
    margin-bottom: 4.2vw;
  }
}
.page .cold_sec_box .detail {
  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 .cold_sec_box .detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page .cold_sec_box .detail .item {
  width: 49.1%;
}
.page .cold_sec_box .detail .info {
  width: 42.3%;
}
@media screen and (max-width: 768px) {
  .page .cold_sec_box .detail .info {
    width: 54%;
  }
}
.page .cold_sec_box .detail .info_heading {
  background: #CAE091;
  line-height: 1.66;
  margin-bottom: 4px;
  font-size: 22px;
  display: inline-block;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .page .cold_sec_box .detail .info_heading {
    font-size: 3.8vw;
  }
}
.page .cold_sec_box .detail .info .text {
  margin: 14px auto;
}
@media screen and (max-width: 768px) {
  .page .cold_sec_box .detail .info .text {
    font-size: 3.6vw;
    margin-top: 5.2vw;
  }
}
.page .cold_sec_box .detail .item_name {
  text-align: center;
}
.page .cold_sec_box .detail .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 13px;
}
.page .cold_sec_box .detail .color img {
  max-width: 39px;
}
.page .door {
  padding: 137px 0 200px;
}
@media screen and (max-width: 768px) {
  .page .door {
    padding: 9.1vw 0 15.6vw;
  }
}
.page .door .top_bnr {
  width: 400px;
  display: block;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .door .top_bnr {
    width: 43.5vw;
    margin-bottom: 7.8vw;
  }
}
.page .door .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 857px;
  width: 96%;
  gap: 6%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .door .link {
    width: 89.6vw;
    gap: 2.6vw;
  }
}
.page .door .link li {
  text-align: center;
  width: 46.6%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .page .door .link li {
    width: 43.5vw;
    margin-bottom: 5.2vw;
  }
}
.page .door .link li .bnr {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .door .link li .bnr {
    margin-bottom: 2.6vw;
  }
}
.page .door .link li .text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page .door .link li .text {
    font-size: 3.1vw;
  }
}
.page .door .link li .btn {
  width: 230px;
  font-size: 16px;
  padding: 13px 0;
  border: 1px solid #000;
  display: block;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .page .door .link li .btn {
    width: 43.5vw;
    font-size: 3.1vw;
    padding: 3.4vw 0;
    margin-top: 2.3vw;
  }
}

.page .ajax_area .preset_price_area {
  color: rgb(0, 0, 0);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
  }
}
.page .ajax_area a.cartinbtn {
  width: 80%;
  font-size: 14px;
  background-color: #1E54AA;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 90%;
    font-size: 2.9vw;
    margin: 2.6vw auto 0;
  }
}
.page .ajax_area .stock_exist {
  width: 80%;
  font-size: 16px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 90%;
    font-size: 3.5vw;
    margin: 2vw auto 0;
  }
}