@charset "UTF-8";
.page p, .page span, .page a, .page h1, .page h2, .page h3, .page h4 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  margin: 0;
}

.page a {
  display: block;
  -webkit-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
  text-decoration: none;
}

.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;
  }
  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}

.page {
  overflow: hidden;
  background: #fff;
  color: #222;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  /*=============================
	 item
	=============================*/
  /*=============================
	 item　scroll ver
	=============================*/
}

.kv .kv_img {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  display: block;
}

.intro {
  padding-top: 53px;
  padding-bottom: 70px;
}

.intro p {
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.intro_button_list {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.intro_button_list a {
  width: 260px;
  height: 70px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #778A95;
  font-size: 20px;
  margin-right: 30px;
}

.intro_button_list a:last-of-type {
  margin-right: 0;
}

.intro_button_list a::after {
    content: "";
    display: block;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(/ec/img/usr/pg/campaign/tie/index/select_btn_arrow.svg);
}

.color {
  background-color: #DBE6E9;
  padding-top: 82px;
  padding-bottom: 60px;
}

.common_title {
  text-align: center;
}

.common_title h2 {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  position: relative;
}

.common_title h2::before, .common_title h2::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.page .common_title h2::after {
  transform: scale(-1, 1);
  left: auto;
}

.color h2 {
  color: #FFFFFF;
  font-size: 90px;
  font-weight: 300;
  text-align: center;
}

.color h2::before, .color h2::after {
  top: 28px;
  left: -40px;
  width: 16px;
  height: 79px; 
  background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_01.svg);
}

.color h2::after {
  right: -40px;
}

.common_title h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-top: -4px;
  margin-bottom: 7px;
  letter-spacing: 1.5px;
}

.common_title p {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.common_title {
  margin-bottom: 48px;
}

.color_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.color_list .color_item {
  width: 29.8%;
  background-color: #EFF3F4;
  position: relative;
  margin-bottom: 50px;
}

.color_item::after{
  content: "";
  display: block;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(/ec/img/usr/pg/campaign/tie/index/color_list_arrow.svg);
}

.color_img {
  width: 100%;
}

.color_item_inner {
  padding: 19px 21px 34px;
}

.pattern .color_item_inner {
  padding: 19px 19px 28px;
}

.color_item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pattern .color_item h4 {
  margin-bottom: 7px;
}

.color_item ul {
  margin-bottom: 5px;
}

.color_item li {
  position: relative;
  list-style: none;
  padding-left: 11px;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 3px;
}

.color_item li::before {
  content: "";
  display: block;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(/ec/img/usr/pg/campaign/tie/index/color_list_icon.svg);
}

.color_tag {
  display: flex;
}

.color_tag p {
  color: #888888;
  font-size: 15px;
  margin-right: 0;
}

.color_tag p:last-of-type {
  margin-right: 0;
}

.scheme {
  background-color: #EDEFF0;
  padding-top: 110px;
  padding-bottom: 100px;
}

.scheme_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.scheme_titlearea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.scheme_title {
  position: relative;
}

.page .column {
  width: 100%;
  max-width: 97px;
}

.scheme_title {
  position: relative;
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scheme_title::before, .scheme_title::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 85px; 
  background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_05.svg);
}

.page .scheme_title::after {
  transform: translateY(-50%) scale(-1, 1);
  left: auto;
  right: 0;
}

.scheme_title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #555555;
  letter-spacing: 1.5px;
}

.scheme_intro {
  width: 62%;
  padding: 8px 0;
  border-top: 4px double #777777;
  border-bottom: 4px double #777777;
}

.scheme_intro p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.scheme_list {
  display: flex;
  gap: 30px;
  margin-bottom: 26px;
}

.scheme_item {
  background-color: #F5F5F5;
  padding-bottom: 34.8px;
  width: 100%;
  max-width: 475px;
}

.scheme_item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  background-color: #D9DDE0;
  height: 63px;
  margin-bottom: 30px;
}

.scheme_item_title img {
  width: 14px;
}

.scheme_item_title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #555555;
}

.scheme_item_inner {
  padding: 0 50px 0;
}

.color_chart {
  width: 190px;
  display: block;
  margin: 0 auto 19px;
}

.scheme_item_inner p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 19px;
}

.scheme_imgarea {
  display: flex;
  justify-content: space-between;
}

.scheme_imgarea img {
  max-width: 180px;
  width: 100%;
}

.page .scheme_note {
  font-size: 16px;
  line-height: 30px;
}

.pattern {
  background-color: #AABBC4;
  padding-top: 82px;
  padding-bottom: 60px;
}

.pattern h2 {
  color: #DADEE0;
  font-size: 90px;
  font-weight: 300;
  text-align: center;
}

.pattern h2::before, .pattern h2::after {
  top: 29px;
  left: -47px;
  width: 16px;
  height: 79px; 
  background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_02.svg);
}

.pattern h2::after {
  right: -47px;
}

.pattern .color_list .color_item {
  background-color: #D9DDE0;
}

.pattern .pattern_item_text {
  font-size: 16px;
  margin-bottom: 7px;
}

.coordinate {
  background-color: #DADEE0;
  padding-top: 81px;
}

.coordinate h2 {
  color: #FFFFFF;
  font-size: 90px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.coordinate h2::before, .coordinate h2::after {
  top: 31px;
  left: -40px;
  width: 18px;
  height: 79px; 
  background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_03.svg);
}

.coordinate h2::after {
  right: -40px;
}

.coordinate .common_title {
  margin-bottom: 96px;
}

.coordinate_item {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 82.5px;
}

.coordinate_main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.coordinate_main_textarea {
  width: 46%;
  display: flex;
  flex-direction: column;
  padding-top: 57px;
  padding-right: 17px;
}

.page .coordinate_main_subtext {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: -5px;
}

.coordinate_main_textarea h4 {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 5px;
}

.coordinate_main_border {
  width: 100%;
  height: 1px;
  background-color: #222222;
  z-index: 2;
  margin-bottom: 28px;
}

.page .coordinate_main_text {
  font-size: 16px;
  line-height: 27px;
}

.coordinate_main_imgarea {
  width: 54.5%;
  background-color: #222222;
  aspect-ratio: 1 / 1;
  position: relative;
}

.grayjacket .coordinate_main_imgarea {
  background-color: #727272;
}

.coordinate_main_img {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 100%;
}

.coordinate_product_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.coordinate_product_item {
  width: 21.6%;
}

.coordinate_product_img {
  width: 100%;
  margin-bottom: 18px;
}

.product_color {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 10px;
  margin-bottom: 11px;
}

.product_color::before {
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6.1px;
  height: 6.1px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(/ec/img/usr/pg/campaign/tie/index/product_color_icon.svg);
}

.product_color p {
  font-size: 14px;
  white-space: nowrap;
}

.product_color p span {
  font-size: 10px;
}

.product_color p:first-of-type {
  padding-right: 5px;
}

.product_color p:nth-of-type(2) {
  height: 1px;
  background-color: #222222;
  flex-grow: 1;
  padding: 0 5px;
}

.product_color p:last-of-type {
  padding-left: 10px;
}

.coordinate_product_item .product_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.coordinate_product_item .product_text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 13px;
}

.page .product_link {
  background-color: #778A95;
  color: #FFFFFF;
  font-size: 14px;
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product_link::after {
  content: "";
  display: block;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 12px;
  height: 7.4px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(/ec/img/usr/pg/campaign/tie/index/product_link_arrow.svg);
}

.coordinate_item_border {
  height: 1px;
  background-color: #222222;
  width: 100%;
  margin-bottom: 130.5px;
}

.coordinate_reverse .coordinate_main .coordinate_main_textarea {
  order: 2;
  padding-right: 0;
  padding-left: 5px;
}

.coordinate_reverse .coordinate_main .coordinate_main_border {
  width: 97%;
  margin: 0 0 28px auto;
}

.coordinate_reverse .coordinate_main .coordinate_main_imgarea {
  order: 1;
}

.coordinate_reverse .coordinate_main_img {
  left: 40px;
}

.coordinate_reverse .coordinate_main_imgarea {
  background-color: #032A57;
}

.coordinate_reverse .coordinate_main_subtext {
  padding-left: 117px;
}

.coordinate_reverse h4 {
  padding-left: 117px;
}

.coordinate_reverse .coordinate_main_text {
  padding-left: 117px;
}

.styling {
  background-color: #DADEE0;
  padding-bottom: 110px;
  padding-top: 12px;
}

.styling_inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 61px;
  background-color: #EFEFEF;
}

.styling .common_title {
  margin-bottom: 43px;
}

.styling h2 {
  color: #555555;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.styling h2::before, .styling h2::after {
  top: 10px;
  left: -33px;
  width: 10px;
  height: 44px; 
  background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_04.svg);
}

.styling h2::after {
  right: -33px;
}

.styling .common_title p {
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  letter-spacing: 1px;
}

.styling_list_wrapper {
  padding-left: 70px;
}

.styling_list {
  margin-bottom: 30px;
}

.styling_item {
  margin-right: 25px;
  background-color: #FFFFFF;
}

.styling .slick-list {
  padding: 0 114px 0 0 !important;
}

.slick-slider div { 
  transition: none; 
}

.styling_textarea {
  position: relative;
  padding: 11px 13px;
}

.styling_textarea p {
  font-size: 14px;
}

.styling_color {
  background-color: #333333;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: -21px;
  padding: 0 14px;
  font-weight: 400;
}

.styling_color.navy {
  background-color: #032A57;
}

.styling_color.gray {
  background-color: #727272;
}

.styling_list .slide-arrow {
  display: none!important;
}

.styling_btnarea {
  display: flex;
  align-items: center;
  padding-right: 70px;
}

.styling_slide_btn {
  width: 38px;
  transition: 0.3s
}

@media screen and (min-width: 769px) {
  .styling_slide_btn:hover {
    opacity: 0.5;
  }
}

.styling_slide_btn_r {
  margin-right: 30px;
}

.styling_slide_btn img {
  width: 100%;
}

.styling_btnarea .slide_num {
  font-size: 14px;
  color: #555555;
  font-family: "Roboto", sans-serif;
  line-height: 19px;
  padding: 0 14px;
}

.styling_indicator_wrapper {
  background-color: #C2D3DB;
  height: 1px;
  position: relative;
  flex-grow: 1;
}

.styling_indicator {
  background: #778A95;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.styling_btnarea .styling_more {
  max-width: 253px;
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  background-color: #778A95;
  position: relative;
  font-weight: 400;
  margin-left: 30px;
}

.styling_btnarea .styling_more::after {
  content: "";
  display: block;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(/ec/img/usr/pg/campaign/tie/index/product_link_arrow.svg);
}

.banner_area {
  padding-top: 100px;
}

.banner_area .banner_img {
  width: 100%;
  max-width: 725px;
  display: block;
  margin: 0 auto 70px;
}

.banner_area .banner_img:hover {
  opacity: 0.6;
}

.banner_img img {
  width: 100%;
}

.banner_area .recommend_text {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  padding-top: 9px;
  margin-bottom: 49px;
}

.banner_2_col {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.banner_2_col a {
  width: 225px;
}

.banner_2_col img {
  width: 100%;
}















@media screen and (max-width: 768px) {

  .intro {
    padding-top: 37px;
    padding-bottom: 40px;
  }
  
  .intro p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
  }
  
  .intro_button_list {
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
  }
  
  .intro_button_list a {
    width: 69.3%;
    height: 50px;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 16px;
    font-weight: 500;
  }
  
  .intro_button_list a:last-of-type {
    margin-bottom: 0;
  }
  
  .intro_button_list a::after {
      right: 8%;
      width: 24px;
      height: 24px;
      background-image: url(/ec/img/usr/pg/campaign/tie/index/select_btn_arrow_sp.svg);
  }
  
  .color {
    padding-top: 41px;
    padding-bottom: 35px;
  }
  
  .color h2 {
    font-size: 46px;
  }
  
  .color h2::before, .color h2::after {
    top: 11px;
    left: -22px;
    width: 10px;
    height: 49px;
    background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_01_sp.svg);
  }
  
  .color h2::after {
    right: -22px;
  }
  
  .common_title h3 {
    font-size: 20px;
    margin-top: 4px;
  }
  
  .common_title p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .common_title {
    margin-bottom: 27px;
  }
  
  .color_list {
    width: auto;
    padding: 0 15px;
  }
  
  .color_list .color_item {
    width: 47.8%;
    margin-bottom: 20px;
  }
  
  .color_item::after{
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(/ec/img/usr/pg/campaign/tie/index/color_list_arrow_sp.svg);
  }
  
  .color_item_inner {
    padding: 7px 10px 42px;
  }
  
  .pattern .color_item_inner {
    padding: 7px 10px 37px;
  }
  
  .color_item h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .pattern .color_item h4 {
    margin-bottom: 5px;
  }
  .color_item li {
    font-size: 13px;
  }
  
  .color_item li::before {
    top: 5px;
    width: 8px;
    height: 8px;
  }
  
  .color_tag {
    flex-wrap: wrap;
  }

  .color_tag p {
    font-size: 12px;
    margin-right: 0;
  }
  
  .scheme {
    padding-top: 49px;
    padding-bottom: 53px;
  }
  
  .scheme_inner {
    width: auto;
    padding: 0 15px;
  }
  
  .scheme_titlearea {
    margin-bottom: 30px;
    flex-direction: column;
  }
  
  .page .column {
    max-width: 80px;
  }
  
  .scheme_title {
    width: 100%;
    margin-bottom: 27px;
  }
  
  .scheme_title::before, .scheme_title::after {
    display: none;
  }
  .scheme_title h2 {
    font-size: 22px;
    position: relative;
  }

  .scheme_title h2::before, .scheme_title h2::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    top: 45%;
    transform: translateY(-50%);
    left: -35px;
    width: 15px;
    height: 63px;
    background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_05_sp.svg);
  }

  .page .scheme_title h2::after {
    transform: translateY(-50%) scale(-1, 1);
    left: auto;
    right: -35px;
  }
  
  .scheme_intro {
    width: 100%;
    padding: 12px 10px;
  }
  
  .scheme_intro p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  
  .scheme_list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 22px;
  }
  
  .scheme_item {
    padding-bottom: 25px;
  }
  
  .scheme_item_title {
    height: 50px;
    margin-bottom: 26px;
  }
  
  .scheme_item_title img {
    width: 11px;
  }
  
  .scheme_item_title h3 {
    font-size: 16px;
  }
  
  .scheme_item_inner {
    padding: 0 20px 0;
  }
  
  .color_chart {
    width: 52.4%;
    margin: 0 auto 13px;
  }
  
  .scheme_item_inner p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  
  .scheme_imgarea img {
    width: 49.1%;
    height: auto;
  }
  
  .page .scheme_note {
    font-size: 14px;
    line-height: 24px;
  }
  
  .pattern {
    padding-top: 38px;
    padding-bottom: 35px;
  }
  
  .pattern h2 {
    font-size: 46px;
  }
  
  .pattern h2::before, .pattern h2::after {
    top: 11px;
    left: -24px;
    width: 10px;
    height: 49px;
    background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_02_sp.svg);
  }
  
  .pattern h2::after {
    right: -24px;
  }
  
  .pattern .pattern_item_text {
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .coordinate {
    padding-top: 41px;
  }
  
  .coordinate h2 {
    font-size: 46px;
  }
  
  .coordinate h2::before, .coordinate h2::after {
    top: 10px;
    left: -15px;
    width: 10px;
    height: 49px;
    background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_03_sp.svg);
  }
  
  .coordinate h2::after {
    right: -15px;
  }
  
  .coordinate .common_title {
    margin-bottom: 53px;
  }
  
  .coordinate_item {
    padding-bottom: 9px;
  }

  .coordinate .coordinate_item:last-of-type {
    padding-bottom: 0;;
  }
  
  .coordinate_main {
    margin-bottom: 28px;
    flex-direction: column;
  }
  
  .coordinate_main_textarea {
    width: 100%;
    padding-top: 28px;
    padding-right: 0;
    order: 2;
    padding-left: 50px;
  }
  
  .page .coordinate_main_subtext {
    font-size: 18px;
  }
  
  .coordinate_main_textarea h4 {
    font-size: 33px;
    margin-bottom: 1px;
  }
  
  .coordinate_main_border {
    margin-bottom: 16px;
  }
  
  .page .coordinate_main_text {
    font-size: 14px;
    line-height: 24px;
  }
  
  .coordinate_main_imgarea {
    width: calc(100vw - 80px);
    position: relative;
    left: 50px;
    order: 1;
  }

  .coordinate_reverse .coordinate_main_imgarea {
    left: 30px;
  }
  
  .coordinate_main_img {
    top: -19px;
    left: -19px;
  }
  
  .coordinate_product_list {
    padding: 0 15px;
  }
  
  .coordinate_product_item {
    width: 47.8%;
    margin-bottom: 34px;
  }
  
  .coordinate_product_img {
    margin-bottom: 19px;
  }
  
  .product_color {
    margin-bottom: 6px;
  }
  
  .coordinate_product_item .product_title {
    font-size: 14px;
    margin-bottom: 1px;
  }
  
  .coordinate_product_item .product_text {
    font-size: 12px;
    line-height: 20px;
  }
  
  .page .product_link {
    font-size: 13px;
    height: 40px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
  }
  
  .product_link::after {
    right: 6px;
    width: 11px;
    height: 6.79px;
  }
  
  .coordinate_item_border {
    margin-bottom: 65px;
  }
  
  .coordinate_reverse .coordinate_main .coordinate_main_textarea {
    padding-left: 50px;
  }
  
  .coordinate_reverse .coordinate_main .coordinate_main_border {
    width: 100%;
    margin: 0 0 12px 0;
    position: relative;
    margin-left: -50px;
  }
  
  .coordinate_reverse .coordinate_main_img {
    left: 19px;
  }
  
  .coordinate_reverse .coordinate_main_subtext {
    padding-left: 0;
  }
  
  .coordinate_reverse h4 {
    padding-left: 0;
  }
  
  .coordinate_reverse .coordinate_main_text {
    padding-left: 0;
  }
  
  .styling {
    padding: 12px 15px 45px;
  }
  
  .styling_inner {
    padding-top: 37px;
    padding-bottom: 35px;
  }
  
  .styling .common_title {
    margin-bottom: 29px;
  }
  
  .styling h2 {
    font-size: 30px;
    margin-bottom: 3px;
  }
  
  .styling h2::before, .styling h2::after {
    top: 3px;
    left: -21px;
    width: 8px;
    height: 38px;
    background-image: url(/ec/img/usr/pg/campaign/tie/index/title_icon_04_sp.svg);
  }
  
  .styling h2::after {
    right: -21px;
  }
  
  .styling .common_title p {
    font-size: 14px;
  }
  
  .styling_list_wrapper {
    padding-left: 25px;
  }
  
  .styling_list {
    margin-bottom: 18px;
  }
  
  .styling_item {
    margin-right: 15px;
  }
  
  .styling .slick-list {
    padding: 0 40.9% 0 0 !important;
  }
  
  .styling_btnarea {
    flex-wrap: wrap;
    padding-right: 25px;
  }

  .styling_slide_btn_l {
    order: 2;
  }
  
  .styling_slide_btn_r {
    margin-right: 0;
    order: 4;
  }
  
  .styling_btnarea .slide_num {
    order: 3;
  }
  
  .styling_indicator_wrapper {
    width: 100%;
    order: 1;
    margin-bottom: 15.5px;
  }
  
  .styling_btnarea .styling_more {
    max-width: initial;
    height: 40px;
    font-size: 13px;
    margin-left: 0;
    order: 5;
    margin-top: 20px;
  }
  
  .banner_area {
    padding: 40px 15px 0;
  }
  
  .banner_area .banner_img {
    margin: 0 auto 36px;
  }
  
  .banner_area .recommend_text {
    font-size: 18px;
    margin-bottom: 27px;
  }
  
  .banner_2_col {
    gap: 0;
    justify-content: space-between;
  }
  
  .banner_2_col a {
    width: 47.2%;
  }  
 
}
