@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;
  }
}

/********************

メインビジュアル

*********************/
.sangaku{
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
}
.sangaku__mv--area{
  display: flex;
  height: 45vw;
  justify-content: center;
  align-items: center;
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/mv_pc.jpg?0926);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sangaku__rogo--area{
  width: 100%;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .sangaku__mv--area h1{
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .sangaku__mv--area{
    height: 103vw;
    background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/mv_sp.jpg?0926);
  }
  .sangaku__mv--area h1{
    width: 88vw;
    padding-top: 9vw;
  }
  .sangaku__mv--area h1 img{
    width: 100%;
  }
  .sangaku__rogo--area{
    height: auto;
    padding: 20px 10px;
  }
  .sangaku__rogo--area picture{
    max-width: 88%;
    width: 100%;
  }
  .sangaku__rogo--area picture img{
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .sangaku__rogo--area{
    padding: 18px 5px 22px;
  }
}
/********************

CONCEPT / COLLECTION 

*********************/
.sangaku__contents--wrap{
  padding: 120px 0 170px;
  background-color: #FAFAFA;
}
.concept__area{
  max-width: 980px;
  width: 100%;
  margin: 0 auto 120px;
  position: relative;
  padding-bottom: 250px;
}
.concept__area::after,
.concept__area::before{
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.concept__area::after{
  bottom: 0px;
  left: 0;
  width: 454px;
  height: 464px;
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/concept01.png?0926);
}
.concept__area::before{
  bottom: -30px;
  right: 0;
  width: 430px;
  height: 424px;
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/concept02.png?0926);
}
.concept__area >div{
  text-align: center;
}
.concept__area >div span{
  display: block;
  color: #0B4271;
  font-family: "Syncopate", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.concept__area >div h2{
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 30px;
}
.concept__area > p{
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.875;
}
.collection__area{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 64px;
  border: 1px solid #0B4271;
  border-radius: 30px;
}
.collection__area h3{
  color: #0B4271;
  font-family: "Syncopate", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}
.collection__area h4{
  max-width: 490px;
  width: 100%;
  height: 56px;
  margin: 0 auto 15px;
  font-family: "Syncopate", sans-serif;
  font-size: 2.4rem;
  line-height: 56px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #222222;
  border-radius: 28px;
}
.collection__area h4.style__stylish--title{
  color: #0B4271;
  border-color: #0B4271;
  margin-top: 110px;
}
.collection__area > p{
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 40px;
}
.colection__list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 59px;
}
.colection__list li{
  max-width: 244px;
  width: 100%;
}
.colection__list li>div:first-child{
  margin-bottom: 30px;
}
.colection__list--name{
  line-height: 1.5;
  margin-bottom: 12px;
}
.colection__list--price{
  margin-bottom: 24px;
}
.colection__list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  color: #fff;
  background-color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
}
.colection__list.style__stylish li a{
  background-color: #0B4271;
}
@media (min-width: 768px) and (max-width: 900px) {
  .sangaku__contents--wrap{
    padding: 120px 15px 170px;
  }
  .concept__area{
    padding-bottom: 590px;
  }
  .concept__area::after{
    display: none;
  }
  .concept__area::before{
    width: 540px;
    height: 623px;
    bottom: -60px;
    right: 150px;
    background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/concept02_sp.png?0926);
  }
  .concept__area > p{
    max-width: 600px;
  }
}
@media screen and (max-width: 767px){
  .sangaku__contents--wrap{
    padding: 60px 15px 130px;
  }
  .concept__area >div span{
    font-size: 2rem;
    margin-bottom: 3%;
    display: block;
  }
  .concept__area >div h2{
    font-size: 2.2em;
  }
  .concept__area > p{
    max-width: 100%;
  }
  .concept__area{
    margin: 0 auto 10%;
    padding-bottom: 124%;
  }
  .concept__area::after{
    display: none;
  }
  .concept__area::before{
    width: 100%;
    height: 109vw;
    bottom: 0;
    background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/concept02_sp.png?0926);
  }
  .collection__area{
    padding: 50px 20px;
  }
  .collection__area h3{
    font-size: 4rem;
  }
  .collection__area > p{
    line-height: 1.8;
  }
  .colection__list{
    align-items: center;
    flex-direction: column;
    gap: 60px;
  }
  .colection__list li{
    max-width: 100%;
  }
  .colection__list li img{
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .colection__list li a{
    max-width: 244px;
    margin: 0 auto;
  }
  .colection__list--name,.colection__list--price{
    max-width: 244px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 428px){
  .sangaku__contents--wrap{
    padding: 38px 15px 90px;
  }
  .concept__area{
    margin: 0 auto 15%;
    padding-bottom: 109vw;
  }
  .concept__area >div h2{
    font-size: 2.4rem;
    margin: 0 auto 20px;
  }
  .concept__area >div span{
    font-size: 1.6rem;
  }
  .concept__area > p{
    font-size: 1.5rem;
  }
  .concept__area::before{
    bottom: -5vw;
  }
  .collection__area{
    padding: 40px 20px;
  }
  .collection__area h3{
    font-size: 2.8rem;
    margin: 0 0 24px;
  }
  .collection__area h4{
    font-size: 1.6rem;
    line-height: 34px;
    margin: 0 auto 10px;
    height: 34px;
    border-radius: 17px;
  }
  .collection__area h4.style__stylish--title{
    margin-top: 60px;
  }
  .collection__area > p{
    font-size: 1.5rem;
    text-align: left;
  }
}
/********************

FEATURES

*********************/
.features__area{
  background-image: linear-gradient(0deg, rgba(159, 190, 217, 1), rgba(216, 228, 241, 1) 73%, rgba(231, 238, 247, 1));
  padding-bottom: 90px;
}
.features__wrap{
  padding-top: 5px;
}
.features__concept--box{
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: -85px auto 80px;
}
.features__concept--box::after{
  content: "";
  display: block;
  width: 39.5px;
  height: 380px;
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/features_text.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 0;
}
.features__concept--box h3{
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.604;
  margin-bottom: 35px;
}
.features__concept--box p{
  font-size: 1.6rem;
  line-height: 1.875;
  max-width: 615px;
  width: 100%;
  margin-bottom: 48px;
}
.features__anchor--box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 85px;
}
.features__anchor--box a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 252px;
  border-radius: 50%;
  border: 1px solid #0B4271;
  background-color: #E7EEF7;
}
.features__anchor--box a div p{
  text-align: center;
}
.features__anchor--box a div p:first-child{
  color: #0B4271;
  font-size: 3rem;
  font-family: "Syncopate", sans-serif;
  margin-bottom: 15px;
}
.features__anchor--box a div p:nth-child(2){
  color: #0B4271;
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 25px;
}
.features__anchor--box a div p:last-child{
  font-size: 1.6rem;
  font-weight: 400;
}
.features__point--list{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.features__point--list li{
  padding-top: 60px;
  margin-top: -60px;
}
.features__point--list li > p{
  position: relative;
  margin-bottom: 20px;
}
.features__point--list li > p::after{
  display: block;
  content: "";
  width: 91%;
  height: 1px;
  background-color: #0B4271;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.features__point--list li > p span{
  font-family: "Syncopate", sans-serif;
  color: #0B4271;
  font-size: 3rem;
  font-weight: 400;
}
.features__point--list li > h4{
  color: #0B4271;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.features__point--list li > div{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
  margin-bottom: 150px;
}
.features__point--list li:last-child > div{
  margin-bottom: 0;
}
.features__point--list li > div div{
  max-width: 468px;
  width: 100%;
}
.features__point--list li > div div img{
  margin-bottom: 25px;
}
.features__point--list li > div div p{
  color: #0B4271;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media (min-width: 768px) and (max-width: 900px){
  .features__wrap{
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px){
  .features__area{
    padding-bottom: 10%;
  }
  .features__wrap{
    padding-right: 15px;
    padding-left: 15px;
  }
  .features__concept--box{
    margin: -60px auto 50px;
  }
  .features__anchor--box a{
    width: 212px;
    height: 212px;
  }
  .features__concept--box h3{
    font-size: 3.4rem;
    margin-bottom: 6%;
  }
  .features__concept--box p{
    max-width: 85%;
  }
  .features__concept--box::after{
    width: 20px;
    height: 202px;
    top: 15px;
  }
  .features__concept--box picture img{
    width: 100%;
  }
  .features__anchor--box{
    flex-wrap: wrap;
  }
  .features__anchor--box{
    gap: 12px 25px;
    margin-bottom: 8%;
  }
  .features__point--list li > div{
    flex-direction: column;
    margin-bottom: 10%;
  }
  .features__point--list li > div div{
    max-width: 100%;
  }
}
@media screen and (max-width: 428px){
  .features__concept--box{
    margin: -44px auto 40px;
  }
  .features__concept--box h3{
    font-size: 2.4rem;
  }
  .features__concept--box p{
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .features__concept--box::after{
    width: 18px;
    height: 178px;
    top: 2px;
  }
  .features__anchor--box{
    gap: 5px 18px;
  }
  .features__anchor--box a{
    width: 160px;
    height: 160px;
  }
  .features__anchor--box a div p:first-child{
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .features__anchor--box a div p:nth-child(2){
    font-size: 3rem;
    margin-bottom: 15px;
  }
  .features__anchor--box a div p:last-child{
    font-size: 1rem;
  }
  .features__point--list li > p{
    margin-bottom: 10px;
  }
  .features__point--list li > p::after{
    width: 88%;
  }
  .features__point--list li > p span{
    font-size: 2rem;
  }
  .features__point--list li > h4{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .features__point--list li > div{
    gap: 38px;
  }
  .features__point--list li > div div p{
    font-size: 1.5rem;
  }
  .features__point--list li > div div img{
    margin-bottom: 15px;
  }
}
/********************

COLLABORATION

*********************/
.collabo__area{
  padding: 120px 0;
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/collabo_area_bg.jpg?0926);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.collabo__wrap{
  max-width: 980px;
  width: 100%;
  margin: 0 auto 60px;
}
.collabo__wrap h2{
  color: #0B4271;
  font-family: "Syncopate", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.logo_kobe__box img{
  display: block;
  max-width: 304px;
  width: 100%;
  margin: 0 auto 38px;
}
.collabo__flexwrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.collabo__flexwrap >div:first-child{
  max-width: 427px;
  width: 100%;
}
.collabo__flexwrap >div:last-child{
  max-width: 448px;
  width: 100%;
}
.collabo__flexwrap >div:first-child h3{
  font-size: 4.8rem;
  line-height: 1.604;
  font-weight: 700;
  margin-bottom: 40px;
}
.collabo__flexwrap >div:first-child p{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 30px;
}
.collabo__flexwrap >div:first-child p:last-child{
  margin-bottom: 0;
}
.comparison-graph__wrap{
  position: relative;
  max-width: 980px;
  width: 100%;
  padding: 5px 0 10px;
  margin: 0 auto 60px;
  background-color: #F0F4FD;
  border-radius: 30px;
  border: 1px solid #0B4271;
}
.comparison-graph__wrap h4{
  position: relative;
  color: #0B4271;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 30px;
}
.comparison-graph__wrap h4 span{
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.comparison-graph__wrap h4::after{
  content: "";
  display: block;
  width: 440px;
  height: 3px;
  background-color: #F0F4FD;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.comparison-graph__wrap > div:nth-child(2){
  max-width: 610px;
  width: 100%;
  margin: 0 auto 45px;
}
.comparison-graph__wrap > div:nth-child(2) p:first-child{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 8px;
}
.comparison-graph__wrap > div:nth-child(2) p:last-child{
  font-size: 1.4rem;
}
.comparison-graph__about{
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  max-width: 648px;
  width: 100%;
  margin: 0 auto 15px;
  padding-left: 38px;
}
.comparison-graph__about p{
  font-size: 1.3rem;
  font-weight: 700;
}
.comparison-graph__about p:first-child{
  color: #797979;
}
.comparison-graph__about p:last-child{
  color: #FF0200;
}
.comparison-graph__flexwrap{
  max-width: 648px;
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24px;
}
.comparison-graph__flexwrap p{
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.height_266{
  height: 266px;
}
.height_166{
  height: 166px;
}
.comparison-graph__flexwrap img{
  max-width: 278px;
  width: 100%;
}
.comparison-graph__imagebox{
  max-width: 260px;
  width: 100%;
  position: absolute;
  top: 130px;
  right: 120px;
}
.comparison-graph__caption{
  max-width: 648px;
  width: 100%;
  margin: -20px auto 50px;
  text-align: right;
  padding-right: 30px;
  font-size: 1.4rem;
}
.comparison-profile__wrap{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 30px;
  border-radius: 30px;
  background-color: #FFFFFF;
}
.comparison-profile__wrap > div{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-left: 120px;
}
.comparison-profile__wrap > div::after{
  content: "";
  display: block;
  width: 20px;
  height: 156px;
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/profile_text.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
}
.comparison-profile__wrap > div img{
  max-width: 154px;
  width: 100%;
}
.comparison-profile__wrap > div p{
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
}
.comparison-profile__wrap > div p strong{
  font-weight: 700;
}
.comparison-profile__wrap > div div{
  margin-top: -30px;
}
.collabo__area--notetext{
  max-width: 980px;
  width: 100%;
  margin: 30px auto 0;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 900px){
  .collabo__area{
    padding: 120px 15px;
  }
  .comparison-profile__wrap{
    padding: 30px 10px;
  }
  .comparison-graph__wrap h4{
    margin-top: -18px;
  }
  .comparison-graph__wrap h4::after{
    width: 440px;
  }
  .comparison-graph__imagebox{
    right: 50px;
  }
}
@media screen and (max-width: 767px){
  .collabo__area{
    padding: 10% 15px 8%;
  }
  .collabo__wrap h2{
    font-size: 3.8rem;
    text-align: left;
    margin-bottom: 5%;
  }
  .logo_kobe__box img{
    max-width: 57%;
    margin: 0 auto 5% 0;
  }
  .collabo__flexwrap{
    flex-direction: column;
  }
  .collabo__flexwrap >div:first-child{
    max-width: 100%;
  }
  .collabo__flexwrap >div:last-child{
    max-width: 100%;
  }
  .collabo__flexwrap >div:first-child h3{
    margin-bottom: 3%;
    font-size: 3rem;
  }
  .collabo__flexwrap >div:first-child p{
    margin-bottom: 3%;
  }
  .collabo__flexwrap >div:first-child p:last-child{
    margin-bottom: 3%;
  }
  .comparison-graph__wrap > div:nth-child(2){
    max-width: 100%;
    margin: 0 auto 5%;
  }
  .comparison-graph__wrap{
    padding: 5px 15px 50px;
    margin: 0 auto 5%;
  }
  .comparison-graph__flexwrap{
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .comparison-graph__flexwrap p{
    writing-mode: inherit;
    display: block;
    height: auto;
  }
  .comparison-graph__flexwrap img{
    max-width: 100%;
  }
  .comparison-graph__about{
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin: 0 auto 5%;
  }
  .comparison-graph__imagebox{
    max-width: 80%;
    position: inherit;
    top: inherit;
    right: inherit;
    display: block;
    margin: 0 auto;
  }
  .comparison-graph__imagebox img{
    width: 100%;
  }
  .comparison-profile__wrap > div{
    flex-direction: column;
    padding-left: 0;
  }
  .comparison-profile__wrap > div::after{
    width: 17px;
    height: 136px;
    top: -10%;
    left: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .comparison-profile__wrap{
    padding: 80px 15px 40px;
  }
  .comparison-profile__wrap > div img{
    max-width: 204px;
  }
  .comparison-profile__wrap > div div{
    margin-top: 0;
    width: 95%;
  }
}
@media screen and (max-width: 428px){
  .collabo__area{
    padding: 14% 15px 10%;
  }
  .collabo__wrap{
    margin: 0 auto 35px;
  }
  .collabo__wrap h2{
    font-size: 2.8rem;
  }
  .collabo__flexwrap >div:first-child h3{
    font-size: 2.4rem;
  }
  .collabo__flexwrap >div:first-child p{
    font-size: 1.5rem;
    margin-bottom: 4%;
  }
  .comparison-graph__wrap{
    padding: 5px 15px 35px;
  }
  .comparison-graph__wrap h4{
    font-size: 1.7rem;
    margin-top: -18px;
    margin-bottom: 20px;
  }
  .comparison-graph__wrap h4::after{
    width: 94%;
  }
  .collabo__flexwrap >div:first-child p:last-child{
    margin-bottom: 20px;
  }
  .comparison-graph__wrap > div:nth-child(2) p:first-child{
    font-size: 1.5rem;
  }
  .comparison-graph__wrap > div:nth-child(2) p:last-child{
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .comparison-graph__about{
    margin: 0 auto 20px;
  }
  .comparison-graph__flexwrap{
    gap: 17px;
    margin: 0 auto 40px;
  }
  .comparison-graph__flexwrap p{
    margin-bottom: -8px;
  }
  .comparison-graph__imagebox{
    max-width: 85%;
    margin: -10px auto 0;
  }
  .comparison-profile__wrap{
    padding: 65px 15px 30px;
  }
  .comparison-profile__wrap > div::after{
    width: 12px;
    height: 96px;
    top: -8%;
  }
  .comparison-profile__wrap > div img{
    max-width: 154px;
  }
  .comparison-profile__wrap > div p:last-child{
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .collabo__area--notetext{
    font-size: 1.5rem;
    margin: 18px auto 0;
  }
}
/********************

SPECIAL MOVIE SPECIAL MOVIE

*********************/
.movie__wrap{
  padding: 60px 0 100px;
  overflow-x: hidden;
  background-color: #FAFAFA;
  border-bottom: 1px solid #0B4271;
}
.movie__wrap > div:first-child{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 42px;
  transform:translateX(100%);
  animation: flowing 30s linear infinite;
}
.movie__wrap > div:first-child p{
  color: #83AFD5;
  font-size: 7.8rem;
  font-weight: 700;
  font-family: "Syncopate", sans-serif;
  white-space: nowrap;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
.movie__box{
  max-width: 980px;
  width: 100%;
  margin: 36px auto 0;
}
.movie__box p:first-child{
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 24px;
}
.movie__box img{
  margin-bottom: 15px;
}
.movie__box iframe{
  margin-bottom: 24px;
}
.movie__box p:last-child{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.movie__flexbox{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.movie__flexbox a{
  width: 48%;
}
@media screen and (max-width: 768px) {
  .movie__flexbox a{
    max-width: 75vw;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 900px){
  .movie__wrap{
    padding: 60px 15px 100px;
  }
}
@media screen and (max-width: 767px){
  .movie__wrap{
    padding: 5% 0 10%;
  }
  .movie__box{
    max-width: 95%;
    margin: 10% auto 0;
  }
  .movie__box img{
    margin-bottom: 4%;
    width: 100%;
  }
  .movie__box iframe{
    margin-bottom: 4%;
    width: 100%;
    height: 53vw;
  }
  .movie__wrap > div:first-child p{
    font-size: 4.8rem;
  }
  .movie__box p:first-child{
    font-size: 2.2rem;
  }
  .movie__flexbox{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 428px){
  .movie__wrap{
    padding: 40px 0 50px;
  }
  .movie__wrap > div:first-child p{
    font-size: 4rem;
  }
  .movie__box{
    max-width: 92%;
  }
  .movie__box p:first-child{
    font-size: 1.6rem;
  }
  .movie__box p:last-child{
    font-size: 3vw;
  }
  .movie__flexbox{
    gap: 40px;
  }
}
/********************

COLOR VARIATION

*********************/
.color_variation__wrap{
  padding: 120px 0;
  border-bottom: 1px solid #0B4271;
  background-color: #FAFAFA;
}
.color_variation__wrap h2{
  color: #0B4271;
  font-size: 5.6rem;
  font-weight: 700;
  font-family: "Syncopate", sans-serif;
  text-align: center;
  margin: 0 0 55px;
}
.color_variation__wrap ul{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 33px;
}
.color_variation__wrap ul li{
  max-width: 305px;
  width: 100%;
}
.color_variation__wrap ul li span{
  display: block;
  max-width: 183px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  font-family: "Syncopate", sans-serif;
}
.color_variation__wrap ul li:nth-child(1) span{
  background-color: #222222;
}
.color_variation__wrap ul li:nth-child(2) span{
  background-color: #7E7E7E;
}
.color_variation__wrap ul li:nth-child(3) span{
  background-color: #081871;
}
.color_variation__wrap ul li img{
  margin: 0 auto 20px;
}
.color_variation__wrap ul li p{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 24px;
}
.color_variation__wrap ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-top: 3px;
  line-height: 1.4;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  font-family: "Syncopate", sans-serif;
}
.bg-color_black{
  background-color: #222222;
}
.color_variation__wrap ul li a.bg-color_navy{
  margin-top: 15px;
}
.bg-color_navy{
  background-color: #0B4271;
}
@media (min-width: 768px) and (max-width: 900px){
  .color_variation__wrap{
    padding: 120px 15px;
  }
}
@media screen and (max-width: 767px){
  .color_variation__wrap{
    padding: 10% 15px;
  }
  .color_variation__wrap ul{
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 0 25px;
  }
  .color_variation__wrap ul li{
    max-width: 100%;
  }
  .color_variation__wrap ul li img{
    display: block;
    width: 100%;
  }
  .color_variation__wrap ul li a{
    max-width: 305px;
    margin: 0 auto;
  }
  .color_variation__wrap h2{
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 428px){
  .color_variation__wrap{
    padding: 60px 15px;
  }
  .color_variation__wrap h2{
    font-size: 2.8rem;
    margin: 0 0 35px;
  }
  .color_variation__wrap ul li p{
    text-align: left;
    max-width: 68%;
    width: 100%;
    margin: 0 auto 24px;
  }
}
/********************

USER’S VOICE

*********************/
.users_voice__area{
  padding: 120px 0;
  background-color: #E7EEF7;
}
.users_voice__area h2{
  color: #0B4271;
  font-size: 5.8rem;
  font-weight: 700;
  font-family: "Syncopate", sans-serif;
  text-align: center;
  margin: 0 auto 112px;
}
.users_voice__area ul{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 33px;
}
.users_voice__area ul li{
  position: relative;
  max-width: 305px;
  width: 100%;
  padding: 70px 22px 30px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.users_voice__area ul li::after{
  content: "";
  display: block;
  width: 116px;
  height: 116px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.users_voice__area ul li:nth-child(1)::after{
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/voice01.svg);
}
.users_voice__area ul li:nth-child(2)::after{
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/voice02.svg);
}
.users_voice__area ul li:nth-child(3)::after{
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/voice03.svg);
}
.users_voice__area ul li h3{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0B4271;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.611;
  margin-bottom: 25px;
}
.users_voice__area ul li h3::after,
.users_voice__area ul li h3::before{
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
}
.users_voice__area ul li h3::after{
  bottom: 0;
  right: 0;
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/title_right-mark.svg);
}
.users_voice__area ul li h3::before{
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/title_left-mark.svg);
  top: 0;
  left: 0;
}
.users_voice__area ul li p{
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.733;
}
@media (min-width: 768px) and (max-width: 900px){
  .users_voice__area{
    padding: 120px 15px;
  }
}
@media screen and (max-width: 767px){
  .users_voice__area{
    padding: 10% 15px;
  }
  .users_voice__area h2{
    font-size: 4rem;
    margin: 0 auto 20%;
  }
  .users_voice__area ul{
    flex-direction: column;
    padding: 0 25px;
    gap: 100px;
  }
  .users_voice__area ul li{
    max-width: 100%;
  }
}
@media screen and (max-width: 428px){
  .users_voice__area{
    padding: 60px 15px 40px;
  }
  .users_voice__area h2{
    font-size: 2.8rem;
    margin: 0 auto 82px;
  }
  .users_voice__area ul li{
    padding: 90px 22px 30px;
  }
  .users_voice__area ul li.sp_2line h3{
    margin-bottom: 40px;
  }
  .users_voice__area ul li.sp_2line h3::after{
    bottom: -20px;
  }
  .users_voice__area ul li.sp_2line h3::before{
    top: -20px;
  }
}
/********************

あなたにおすすめ / スーツの新調なら、OFF情報やクーポンがおすすめ！

*********************/
.other__area{
  margin-top: 15px;
  padding: 120px 0 60px;
}
.other__wrap{
  max-width: 732px;
  width: 100%;
  margin: 0 auto;
}
.other__wrap h3{
  color: #0B4271;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 35px;
}
.other__recommend--wrap ul{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 122px;
  margin-bottom: 132px;
}
.other__recommend--wrap ul li{
  max-width: 305px;
  width: 100%;
}
.other__recommend--wrap ul li a p{
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.other__recommend--wrap ul li a img{
  border: 1px solid #E2E2E2;
}
.other__coupon--wrap ul li:first-child{
  margin-bottom: 25px;
}
@media screen and (max-width: 767px){
  .other__area{
    padding: 10% 15px 10%;
  }
  .other__wrap{
    max-width: 100%;
  }
  .other__wrap h3{
    line-height: 1.7;
    margin: 0 auto 4%;
  }
  .other__recommend--wrap ul{
    gap: 30px;
    margin-bottom: 10%;
  }
  .other__recommend--wrap ul li{
    max-width: 100%;
  }
  .other__coupon--wrap ul li img{
    width: 100%;
  }
  .other__recommend--wrap ul li a p{
    line-height: 1.8;
  }
}
@media screen and (max-width: 428px){
  .other__area{
    padding: 60px 15px 0;
  }
  .other__wrap h3{
    font-size: 1.5rem;
  }
  .other__recommend--wrap ul{
    gap: 22px;
    margin-bottom: 60px;
  }
  .other__recommend--wrap ul li a p{
    font-size: 1.5rem;
  }
  .other__coupon--wrap ul li:first-child{
    margin-bottom: 12px;
  }
}

.contents {
	max-width: 480px;
  width: 48%;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
  .contents {
	  max-width: 75vw;
    width: 100%;
	}
}
.contents_movie {
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 768px) {
  .contents_movie {
	}
}
.contents_movie .movie {
	width: 100%;
	position: relative;
	aspect-ratio: 16/9;
	max-width: 480px;
	margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .contents_movie .movie {
	  max-width: 75vw;
	}
}
.contents_movie .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/********************

202503 追加css

*********************/
.style__standard_marin{
  margin-top: 110px;
}
.separate_border_dots{
  width: 100%;
  height: 2px;
  background-image: url(/ec/img/usr/pg/campaign/flexarm_suit/index/separate_border_dots.png?0926);
  background-size: 15px 2px;
  background-position: center right;
  background-repeat: repeat-x;
  margin: 60px 0 0;
}
.colection__list_btn{
  max-width: 383px;
  width: 100%;
  height: 60px;
  border-radius: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #0A1846;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px){
  .style__standard_marin {
    margin-top: 60px;
}
}
@media screen and (max-width: 428px){
  .colection__list_btn{
    max-width: 280px;
    height: 45px;
    font-size: 18px;
    margin: 38px auto 0;
  }
}