@charset "UTF-8";

@media screen and (min-width: 768px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.savilrow{
  color: #000000;
}
/********************

ヘッダー

*********************/
.l-header{
  display: none !important;
}
.l-cont_wrap{
  padding-top: 0 !important;
}
.savilrow_header{
  position: fixed;
  top: 208px;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 45px 0;
  margin: 0 auto;
  color: #fff;
  z-index: 3;
  transition: 0.3s;
}
.savilrow_header.scroll_out{
  top: -110px!important;
}
@media screen and (max-width: 767px) {
  .savilrow_header.scroll_bg{
    top: 65px!important;

  }

}
.savilrow_header.scroll_bg{
  top: 122px;
  height: 50px;
  padding: 15px 0;
  color: #000;
  background-color: rgba(255,255,255,0.6);
}
.savilrow_header.scroll_bg h1{

  color: #000;

}
.savilrow_header--wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 28%;
  max-width: 85%;
  width: 100%;
  height: 24px;
  margin: 0 auto;
}
.savilrow_header h1{
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.savilrow_header ul{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17.5%;
  max-width: 688px;
  width: 100%;
}
.savilrow_header ul li a{
  font-family: "Figtree", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1380px){
  .savilrow_header--wrap{
    max-width: 95%;
    gap: 13%;
  }
}
@media screen and (min-width: 1000px){
.hamburger{
  display: none;
}
.sp_menu{
  display: none;
}
}
@media screen and (max-width: 1000px){
  .savilrow_header ul.pc_menu{
    display: none;
  }
  .savilrow_header--wrap{
    max-width: 90%;
    justify-content: space-between;
    gap: 0;
    height: 24px;
  }
  .hamburger{
    position: relative;
    width: 27px;
    height: 18px;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
  }
  .hamburger span{
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 2;
    opacity: 1;
    transition: 0.5s;
  }
  .scroll_bg .hamburger span{
    background-color: #000;
  }
  .hamburger.hamburger_active span{
    background-color: #fff !important;
  }
  .hamburger span:first-child{
    top: 0;
  }
  .hamburger span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger span:last-child{
    bottom: 0;
  }
  .hamburger.hamburger_active span:first-child{
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }
  .hamburger.hamburger_active span:last-child{
    bottom: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }
  .sp_menu{
    position: fixed;
    top: -530px;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    text-align: center;
    padding: 6% 0 7%;
    z-index: 1;
    transition: 0.5s;
  }
  .sp_menu.sp_menu_active{
    top: 64px;
  }
  .sp_menu p,.sp_menu a{
    font-family: "Figtree", sans-serif;
    font-weight: 700;
  }
  .sp_menu.sp_menu_active p,.sp_menu.sp_menu_active a{
    color: #fff !important;
  }
  
  .sp_menu div:first-child p{
    font-size: 1.8rem;
  }
  .sp_menu span{
    display: block;
    max-width: 47px;
    height: 1px;
    background-color: #fff;
    margin: 5% auto;
  }
  .sp_menu a{
    display: inline-block;
    font-size: 3.4rem;
    margin: 0 0 5%;
  }
  .sp_menu div:last-child a{
    margin-bottom: 0;
  }
  .body_flex{
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 428px){
  .savilrow_header{
    padding: 30px 0;
  }
  .sp_menu{
    top: -150%;
    padding: 35% 0 35%;
  }
  .sp_menu a{
    margin: 0 0 15%;
  }
  .sp_menu span{
    max-width: 47px;
    margin: 12% auto;
  }
}
/********************

メインビジュアル

*********************/
.savilrow_kv{
  position: relative;
}
.savilrow_kv >div{
  color: #fff;
  position: absolute;
  top: 15vw;
  left: 7vw;
  width: 35vw;
  z-index: 1;
}
.savilrow_kv >div img{
  margin: 0 0 1.5vw;
}
.savilrow_kv h2{
  font-size: 3.18vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 4vw;
  margin: 0 auto 1.5vw;
}
.savilrow_kv p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.2vw;
}
.savilrow_kv img{
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px){
  .savilrow_kv >div{
    top: inherit;
    bottom: 22vw;
    left: 3vw;
    width: 94vw;
  }
  .savilrow_kv h2{
    font-size: 7.2vw;
    line-height: 9vw;
    margin: 0 auto 5.5vw;
  }
  .savilrow_kv >div img{
    max-width: 80vw;
    margin: 0 0 2vw;
  }
  .savilrow_kv p{
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 428px){
  .savilrow_kv >div{
    bottom: 30vw;
  }
}
/********************

サヴィル・ロウの歴史

*********************/
.savilrow_history{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12.5%;
  width: 100%;
  padding: 4% 0 0;
  background-color: #E4E8EB;
}
.savilrow_history > div:last-child{
  max-width: 74%;
  width: 100%;
}
.savilrow_history > div:last-child p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 500;
  width: 65%;
  margin: 0 0 7%;
}
.savilrow_Catetitle{
  writing-mode: vertical-rl;
}
.savilrow_Catetitle p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-left: 5%;
}
.savilrow_Catetitle h3{
  font-family: "Figtree", sans-serif;
  font-size: 8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px){
  .savilrow_history{
    padding: 8% 3% 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .savilrow_history > div:last-child p{
    width: 100%;
  }
  .savilrow_Catetitle{
    display: flex;
    flex-direction: column;
    writing-mode: inherit;
    margin: 0 0 6%;
  }
  .savilrow_Catetitle h3{
    order: 1;
    margin: 0 0 4%;
  }
  .savilrow_Catetitle p{
    order: 2;
    text-align: center;
    margin-left: 0;
  }
  .savilrow_history > div:last-child{
    max-width: 100%;
  }
}
@media screen and (max-width: 428px){
  .savilrow_Catetitle{
    margin: 0 0 10%;
  }
  .savilrow_Catetitle h3{
    font-size: 4.8rem;
  }
  .savilrow_Catetitle p{
    font-size: 1.5rem;
  }
  .savilrow_history > div:last-child p{
    font-size: 1.8rem;
  }
  .savilrow_history{
    padding: 12% 3% 0;
  }
}
/********************

ブランドロゴに込めた想い

*********************/
.savilrow_brand-logo{
  background-color: #E4E8EB;
  padding: 10% 0 15%;
}
.savilrow_brand-logo__wrap{
  display: flex;
}
.savilrow_brand-logo__wrap > div{
  position: relative;
  width: 50%;
}
.savilrow_brand-logo__wrap > div .savilrow_brand-logo__imagebox{
  position: sticky;
  top: 0;
  height: 100vh;
}
.savilrow_brand-logo__imagebox img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.savilrow_brand-logo__imagebox img.change_fade{
  opacity: 1;
}
.savilrow_brand-logo__wrap > ul{
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 50%;
  font-weight: 400;
}
.savilrow_brand-logo__wrap > ul li{
  position: relative;
  padding-top: 12%;
  margin-bottom: 60%;
}
.savilrow_brand-logo__wrap > ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 60%;
}
.savilrow_brand__copy{
  width: 55%;
  margin-left: 10%;
}
.savilrow_brand__copy h5{
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.8;
  margin-bottom: 10%;
}
.savilrow_brand__copy p{
  font-size: 2rem;
  line-height: 2;
}
.savilrow_brand__title{
  position: absolute;
  top: 0;
  right: 10%;
  writing-mode: vertical-rl;
}
.savilrow_brand__title h4{
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  margin-left: 5%;
}
.savilrow_brand__title p{
  font-size: 2rem;
  font-weight: 400;
}
.brand-sp-image{
  display: none;
}
@media screen and (max-width: 767px){
  .savilrow_brand-logo{
    padding: 10% 0 10%;
  }
  .savilrow_brand-logo__wrap > div .savilrow_brand-logo__imagebox{
    display: none;
    position: inherit;
    top: inherit;
    height: auto;
  }
  .savilrow_brand-logo__wrap{
    flex-direction: column;
  }
  .savilrow_brand-logo__wrap > ul{
    width: 100%;
  }
  .savilrow_brand__copy{
    width: 100%;
    margin-left: 0;
    padding: 0 3%;
  }
  .savilrow_brand-logo__wrap > ul li{
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 12%;
  }
  .savilrow_brand__title{
    position: inherit;
    top: inherit;
    right: inherit;
    writing-mode: inherit;
    margin: 0 0 6%;
    padding: 0 3% 0;
  }
  .savilrow_brand__title h4{
    margin-left: 0;
    margin-bottom: 3%;
  }
  .savilrow_brand__copy h5{
    margin-bottom: 5%;
  }
  .brand-sp-image{
    display: block;
    margin: 0 0 10%;
  }
  .brand-text-B{
    background-color: #fff;
  }
  .brand-text-C{
    background-color: #fff;
  }
  .savilrow_brand-logo__wrap > ul li:last-child{
    padding-bottom: 12%;
  }
}
@media screen and (max-width: 428px){
  .savilrow_brand-logo{
    padding: 15% 0 12%;
  }
  .savilrow_brand__title{
    margin: 0 0 8%;
  }
  .savilrow_brand__title h4{
    font-size: 2.8rem;
  }
  .savilrow_brand__title p{
    font-size: 1.2rem;
  }
  .savilrow_brand__copy h5{
    font-size: 2rem;
  }
  .savilrow_brand__copy p{
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .savilrow_brand-logo__wrap > ul li{
    padding-bottom: 8%;
  }
}
/********************

FEATURES

*********************/
.savilrow_feature{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12.5%;
  width: 100%;
  padding: 4% 0 5%;
  background-color: #E4E8EB;
}
.savilrow_feature > div:last-child{
  max-width: 74%;
  width: 100%;
}
.savilrow_feature > div:last-child h4{
  font-size: 6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-bottom: 5%;
}
.savilrow_feature > div:last-child p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 400;
  width: 72%;
  margin: 0 0 6%;
}
.savilrow_feature > div:last-child p:nth-child(2){
  margin-bottom: 3%;
}
.savilrow_feature > div:last-child p strong{
  font-weight: 700;
}
.savile_feature_slide{
  padding: 0 0 10%;
  background-color: #E4E8EB;
}
@media screen and (max-width: 767px){
  .savilrow_feature{
    padding: 0 0 8%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .savilrow_feature > div:last-child{
    max-width: 94%;
  }
  .savilrow_feature .savilrow_Catetitle{
    margin-bottom: 10%;
  }
  .savilrow_feature > div:last-child h4{
    line-height: 1.4;
  }
  .savilrow_feature > div:last-child p:nth-child(2){
    width: 100%;
    margin-bottom: 5%;
  }
  .savilrow_feature > div:last-child p{
    width: 100%;
    margin: 0 0 10%;
  }
}
@media screen and (max-width: 428px){
  .savilrow_feature > div:last-child h4{
    font-size: 4rem;
    margin-bottom: 10%;
  }
  .savilrow_feature > div:last-child p{
    font-size: 1.5rem;
    margin: 0 0 15%;
  }
}
/********************

着心地へのこだわり / シルエットへのこだわり

*********************/
.svilerow_kodawari{
  padding: 0 0 20%;
  background-color: #fff;
  transition: 0.5s;
}
.svilerow_kodawari.bg_change_blue{
  background-color: #E4E8EB;
}
.svilerow_kodawari-wrap{
  display: flex;
}
.svilerow_kodawari-wrap > div{
  position: relative;
  width: 50%;
}
.svilerow_kodawari__imagebox{
  position: sticky;
  top: 0;
  height: 100vh;
}
.svilerow_kodawari__imagebox img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.svilerow_kodawari__imagebox img.change_fade{
  opacity: 1;
}
.bg_object_blue{
  width: 100%;
  height: 130px;
  margin: 0 0 10%;
  background-color: #E4E8EB;
}
.svilerow_kodawari-wrap > div h3{
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3rem;
  margin-left: 15%;
  margin-bottom: 8%;
}
.svilerow_kodawari-wrap > div h3.svilerow_kodawari_silhouette{
  margin-top: 30%;
}
.svilerow_kodawari-wrap > div h3 span{
  display: inline-block;
  font-size: 6rem;
  line-height: 1;
  margin-top: -4%;
}
.svilerow_kodawari_list{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  width: 60%;
  margin-left: 15%;
}
.svilerow_kodawari_list li{
  margin: 0 0 15%;
}
.svilerow_kodawari_list h4{
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 6%;
}
.svilerow_kodawari_list img{
  display: block;
  width: 60%;
  margin: 0 0 5%;
}
.svilerow_kodawari_list p{
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 0 3%;
}
.svilerow_kodawari_list p.svilerow_kodawari_notetext{
  font-size: 1.6rem;
  line-height: 1.5;
}
.svilerow_kodawari_subimage{
  margin-top: 10%;
}
.svilerow_kodawari_subimage img{
  width: 30%;
}
.kodawari_sp-image{
  display: none;
}
@media (min-width: 768px) and (max-width: 930px) {
  .svilerow_kodawari-wrap > div h3 span{
    font-size: 4.2rem;
  }
  .svilerow_kodawari-wrap > div h3{
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px){
  .svilerow_kodawari{
    padding: 0 0 0%;
  }
  .svilerow_kodawari-wrap{
    flex-direction: column;
  }
  .svilerow_kodawari-wrap > div{
    width: 100%;
  }
  .svilerow_kodawari-wrap > div:first-child{
    display: none;
  }
  .svilerow_kodawari__imagebox{
    position: inherit;
    top: inherit;
    height: auto;
  }
  .svilerow_kodawari__imagebox img{
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .bg_object_blue{
    display: none;
  }
  .svilerow_kodawari_list{
    width: 100%;
    margin-left: 0;
    padding: 0 3% 0;
  }
  .svilerow_kodawari_list li{
    margin: 0 0 10%;
  }
  .svilerow_kodawari_list h4{
    margin: 0 0 4%;
  }
  .svilerow_kodawari_list img{
    width: 70%;
    margin: 0 0 3%;
  }
  .kodawari_sp-image{
    display: block;
    margin: 0 0 15%;
  }
  .kodawari_sp-image img{
    display: block;
    width: 100%;
  }
  .svilerow_kodawari-wrap > div h3{
    margin-left: 3%;
    margin-bottom: 10%;
  }
  .svilerow_kodawari-wrap > div h3.svilerow_kodawari_silhouette{
    margin-top: 0;
  }
}
@media screen and (max-width: 428px){
  .kodawari_sp-image{
    margin: 0 0 20%;
  }
  .svilerow_kodawari-wrap > div h3{
    font-size: 2rem;
  }
  .svilerow_kodawari-wrap > div h3 span{
    font-size: 4rem;
  }
  .svilerow_kodawari_list li{
    margin: 0 0 15%;
  }
  .svilerow_kodawari_list img{
    width: 65%;
    margin: 0 0 6%;
  }
  .svilerow_kodawari_list h4{
    font-size: 1.5rem;
  }
  .svilerow_kodawari_list p{
    font-size: 1.3rem;
  }
  .svilerow_kodawari_subimage img{
    width: 35%;
  }
  .svilerow_kodawari_list p.svilerow_kodawari_notetext{
    font-size: 1.3rem;
  }
}
/********************

LINEUP

*********************/
.savilerow_common_title{
  position: relative;
  width: 100%;
  padding: 19.8% 0;
}
.lineup_title{
  background-image: url(/ec/img/usr/pg/campaign/savile_row_brand/savile_lineup_titlebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.savilerow_common_title h2{
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 12rem;
  margin: 0 0 2%;
}
.savilerow_common_title p{
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.savilerow_common_title-wrap{
  position: absolute;
  top: 68%;
  left: 5%;
}
.lineup_pro_area{
  padding: 7% 0 15%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background-color: #F8F8F7;
}
.lineup_pro_area p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.lineup_pro_list{
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.lineup_pro_list li{
  display: flex;
  margin: 0 0 12%;
}
.lineup_pro_list li > div{
  width: 50%;
}
.lineup_pro_imagebox img{
  margin: 0 0 5%;
}
.lineup_pro_imagebox a{
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  text-decoration: underline;
}
.lineup_pro_imagebox a:hover{
  text-decoration: none;
}
.lineup_pro_imagebox p{
  font-size: 2rem;
  margin: 0 0 1%;
}
.lineup_pro_imagebox p.lineup_pro_category{
  font-weight: 700;
  margin: 0 0 3%;
}
.lineup_pro_imagebox p.lineup_pro_price{
  font-size: 3rem;
  font-weight: 700;
  margin: 2% 0 0;
}
.lineup_pro_textbox{
  padding: 0 0 0 7%;
}
.lineup_pro_textbox > span{
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 8%;
}
.lineup_pro_textbox > h3{
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 6%;
}
.lineup_pro_textbox > p{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.lineup_recommendstyle{
  margin-top: 20%;
}
.lineup_recommendstyle > h4{
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 5%;
}
.lineup_recommendstyle > div{
  display: flex;
  align-items: flex-end;
  gap: 5%;
  margin: 0 0 8%;
}
.lineup_recommendstyle > div img{
  width: 30%;
}
.lineup_recommendstyle_textbox p:first-child{
  font-size: 2rem;
  margin: 0 0 5%;
}
.lineup_recommendstyle_textbox p:nth-child(2){
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 30%;
}
.lineup_recommendstyle_textbox a{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}
.lineup_recommendstyle_textbox a:hover{
  text-decoration: none;
}
.lineup_appeal{
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.lineup_appeal > p{
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 3%;
}
.lineup_appeal > div{
  display: flex;
  justify-content: center;
  gap: 3%;
}
.lineup_appeal > div div{
  width: 19%;
}
.lineup_appeal > div div img{
  display: block;
  margin: 0 0 10%;
}
.lineup_appeal > div div p{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.lineup_imagebox_sp{
  display: none;
}
@media screen and (max-width: 1200px){
  .lineup_recommendstyle > div{
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 930px){
  .savilerow_common_title-wrap{
    top: 55%;
  }
}
@media screen and (max-width: 767px){
  .lineup_title{
    padding: 100% 0;
    background-image: url(/ec/img/usr/pg/campaign/savile_row_brand/savile_lineup_titlebg_sp.jpg);
  }
  .savilerow_common_title-wrap{
    top: inherit;
    bottom: 15%;
    left: 3%;
  }
  .savilerow_common_title h2{
    margin: 0 0 5%;
  }
  .lineup_pro_list{
    max-width: 94%;
  }
  .lineup_pro_list li{
    position: relative;
    flex-direction: column;
  }
  .lineup_pro_list li > div{
    width: 100%;
  }
  .lineup_pro_textbox{
    padding: 0 0 0 0;
  }
  .lineup_imagebox_pc{
    display: none;
  }
  .lineup_imagebox_sp{
    display: block;
  }
  .lineup_pro_area{
    padding: 10% 0 18%;
  }
  .lineup_pro_textbox > span{
    margin: 0 0 6%;
  }
  .lineup_pro_textbox > h3{
    margin-bottom: 3%;
  }
  .lineup_pro_textbox > p{
    margin: 0 0 6%;
  }
  .lineup_pro_imagebox p.lineup_pro_category{
    margin: 0 0 2%;
  }
  .lineup_recommendstyle{
    margin-top: 15%;
  }
  .lineup_recommendstyle > div{
    align-items: center;
    flex-direction: column;
    margin: 0 0 12%;
  }
  .lineup_recommendstyle_textbox{
    width: 100%;
  }
  .lineup_recommendstyle > h4{
    margin: 0 0 4%;
    text-align: center;
  }
  .lineup_recommendstyle_textbox p:first-child{
    margin: 0 0 2%;
  }
  .lineup_recommendstyle_textbox p:nth-child(2){
    margin: 0 0 3%;
  }
  .lineup_recommendstyle > div img{
    width: 60%;
    margin: 0 0 6%;
  }
  .lineup_appeal{
    max-width: 100%;
  }
  .lineup_appeal > p{
    margin: 0 0 8%;
  }
  .lineup_appeal > div{
    flex-wrap: wrap;
    gap: 8vw 4%;
  }
  .lineup_appeal > div div{
    width: 36.5%;
  }
  .lineup_appeal > div div img{
    margin: 0 0 8%;
  }
}
@media screen and (max-width: 428px){
  .lineup_title{
    padding: 68.5% 0;
  }
  .savilerow_common_title h2{
    font-size: 6rem;
    margin: 0 0 10%;
  }
  .savilerow_common_title p{
    font-size: 1.5rem;
  }
  .lineup_pro_area{
    padding: 15% 0 18%;
  }
  .lineup_pro_list li{
    margin: 0 0 5%;
  }
  .lineup_pro_textbox > span{
    font-size:  1.6rem;
  }
  .lineup_pro_textbox > h3{
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 5%;
  }
  .lineup_pro_textbox > p{
    font-size: 1.3rem;
    margin: 0 0 8%;
  }
  .lineup_pro_imagebox p{
    font-size: 1.5rem;
    margin: 0 0 2%;
  }
  .lineup_pro_imagebox a{
    font-size: 1.4rem;
  }
  .lineup_pro_imagebox p.lineup_pro_price{
    font-size: 2rem;
    margin: 4% 0 0;
  }
  .lineup_recommendstyle > h4{
    font-size: 1.5rem;
    margin: 0 0 6%;
  }
  .lineup_recommendstyle > div img{
    width: 55%;
  }
  .lineup_recommendstyle_textbox p:first-child{
    font-size: 1.5rem;
  }
  .lineup_recommendstyle_textbox p:nth-child(2){
    font-size: 2rem;
    margin: 0 0 5%;
  }
  .lineup_recommendstyle_textbox a{
    font-size: 1.4rem;
  }
  .lineup_recommendstyle > div{
    margin: 0 0 15%;
  }
  .lineup_appeal > p{
    font-size: 2.2rem;
  }
  .lineup_appeal > div div{
    width: 41.5%;
  }
  .lineup_appeal > div div p{
    font-size: 1.5rem;
  }
}
/********************

SPECIAL

*********************/
.special_title{
  padding: 28% 0 28%;
  color: #fff;
  background-image: url(/ec/img/usr/pg/campaign/savile_row_brand/savile_special_titlebg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.special_title-wrap.savilerow_common_title-wrap{
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.special_title.savilerow_common_title h2{
  text-align: center;
  margin: 0 0 2%;
}
.special_title-wrap h3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 6rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 5%;
  color: #fff;
}
.special_title.savilerow_common_title p{
  font-size: 3rem;
  text-align: center;
  line-height: 2.2;
}
.savilerow_special_area{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 7% 0 15%;
  background-color: #000;
}
.savilerow_special_wrap{
  max-width: 80.4%;
  width: 100%;
  margin: 0 auto;
}
.savilerow_special_wrap > p{
  font-size: 3rem;
  text-align: center;
  line-height: 2;
  margin: 0 0 10%;
}
.savilerow_special_list{
  display: flex;
  flex-wrap: wrap;
  gap: 5vw 5.5vw;
  margin: 0 0 15%;
}
.savilerow_special_list li{
  width: 46.5%;
}
.savilerow_special_list li > span{
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: block;
  margin: 0 0 4%;
}
.savilerow_special_list li > img{
  display: block;
  margin: 0 0 5%;
}
.savilerow_special_list li > div h4{
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 5%;
}
.savilerow_special_list li > div p{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.savilerow_special_takumi{
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5%;
}
.special_takumi_about{
  position: relative;
  display: flex;
  gap: 5%;
}
.special_takumi_about > div.special_takumi_slide{
  width: 42%;
}
.special_takumi_about > div.special_takumi_info{
  width: 58%;
}
.special_takumi_slide div img{
  width: 100%;
}
.special_takumi_info h4{
  font-size: 3.5rem;
  line-height: 1.5;
  padding: 5% 0 0;
  margin: 0 0 5%;
}
.special_takumi_info p{
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 0 10%;
}
.special_takumi_thumbnail .slick-slide{
  cursor: pointer;
  margin-right: 3%;
  transition: 0.3s;
}
.special_takumi_thumbnail .slick-slide:hover{
  opacity: 0.7;
}
.special_takumi_thumbnail .slick-slide img{
  display: block;
  width: 100%;
}
.special_takumi_thumbnail .slick-slide:last-child{
  margin-right: 0;
}
.special_takumi_thumbnail{
  margin: 0 0 12%;
}
.special_takumi_info a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  border: 1px solid #FFFFFF;
  font-size: 3rem;
  font-weight: 700;
  padding-right: 8%;
}
.special_takumi_info a span{
  position: relative;
}
.special_takumi_info a span::after{
  content: "";
  display: block;
  width: 40px;
  height: 42px;
  background-image: url(/ec/img/usr/pg/campaign/savile_row_brand/link_icon.svg);
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -16%;
  transform: translateY(-50%);
}
.slider_default_image{
  width: 42%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.slider_default_image img{
  display: block;
  width: 100%;
}
.slider_default_image.disable_image{
  opacity: 0;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .savilerow_common_title h2{
    font-size: 8rem;
  }
  .special_title-wrap h3{
    font-size: 4rem;
    margin: 0 0 5%;
  }
  .special_title.savilerow_common_title p{
    font-size: 2rem;
  }
  .special_title-wrap.savilerow_common_title-wrap{
    width: 100%;
  }
  .special_takumi_info a{
    font-size: 2.2rem;
    height: 130px;
  }
  .special_takumi_info a span::after{
    width: 30px;
    height: 32px;
    right: -24%;
  }
}
@media screen and (max-width: 767px){
  .special_title{
    padding: 100% 0;
    background-image: url(/ec/img/usr/pg/campaign/savile_row_brand/savile_special_titlebg_sp.jpg);
  }
  .special_title-wrap.savilerow_common_title-wrap{
    width: 90%;
    bottom: inherit;
  }
  .special_title.savilerow_common_title h2{
    font-size: 10rem;
    margin: 0 0 5%;
  }
  .special_title-wrap h3{
    font-size: 5rem;
    margin: 0 0 25%;
  }
  .savilerow_special_area{
    padding: 15% 0 10%;
  }
  .savilerow_special_wrap{
    max-width: 94%;
  }
  .savilerow_special_wrap > p{
    width: 80%;
    margin: 0 auto 15%;
    text-align: left;
  }
  .savilerow_special_list{
    flex-direction: column;
    gap: 12vw 5.5vw;
    margin: 0 0 20%;
  }
  .savilerow_special_list li{
    width: 100%;
  }
  .savilerow_special_takumi{
    margin: 0 0 10%;
  }
  .special_takumi_about{
    flex-direction: column;
  }
  .special_takumi_about > div.special_takumi_slide{
    width: 100%;
  }
  .special_takumi_about > div.special_takumi_info{
    width: 100%;
  }
  .special_takumi_about > div:nth-child(2){
    margin: 0 0 5%;
  }
  .special_takumi_info{
    display: flex;
    flex-wrap: wrap;
  }
  .special_takumi_thumbnail{
    order: 1;
    margin: 0 0 6%;
  }
  .special_takumi_info h4{
    order: 2;
  }
  .special_takumi_info p{
    order: 3;
    margin: 0 0 12%;
  }
  .special_takumi_info a{
    order: 4;
  }
  .slider_default_image{
    width: 100%;
  }
}
@media screen and (max-width: 428px){
  .savilerow_special_area{
    padding: 15% 0 25%;
  }
  .special_title{
    padding: 200% 0 0%;
    background-size: 100%;
  }
  .special_title-wrap.savilerow_common_title-wrap{
    width: 92%;
    top: 60%;
  }
  .special_title.savilerow_common_title h2{
    font-size: 6rem;
    margin: 0 0 5%;
  }
  .special_title.savilerow_common_title p{
    font-size: 2rem;
    
  }
  .special_title-wrap h3{
    font-size: 4rem;
    margin: 0 0 15%;
  }
  .savilerow_special_wrap > p{
    font-size: 2rem;
  }
  .savilerow_special_list{
    gap: 16vw 5.5vw;
    margin: 0 0 33%;
  }
  .savilerow_special_list li > span{
    font-size: 1.5rem;
    margin: 0 0 6%;
  }
  .savilerow_special_list li > img{
    margin: 0 0 8%;
  }
  .savilerow_special_list li > div h4{
    font-size: 2rem;
    margin: 0 0 8%;
  }
  .savilerow_special_list li > div p{
    font-size: 1.3rem;
  }
  .savilerow_special_takumi{
    font-size: 3rem;
    padding-right: 7%;
    margin: 0 0 15%;
  }
  .special_takumi_info h4{
    font-size: 3rem;
    padding: 10% 0 0;
    margin: 0 0 10%;
  }
  .special_takumi_info p{
    font-size: 1.3rem;
  }
  .special_takumi_info a{
    height: 135px;
    font-size: 2rem;
  }
  .special_takumi_info a span::after{
    width: 25px;
    height: 28px;
    right: -18%;
  }
}