@charset "UTF-8";
/* CSS Document */

/*section-main_visual*/
/*main_visual*/
@media screen and (min-width:1921px) {
.main_visual {
    position: relative;
    width: 100%;
    background-color: #0E162D;
  }
  .main_visual_img-PC {
    width: 100%;
  }
  .main_visual_img-SP {
    display: none;
  }
  .main_visual_title {
    position: absolute;
    top: 20%;
    left: 10%;
    text-align: left;
	display: block;
  }
  .EDWIN-logo {
    width: 200px;
    height: auto;
    padding-bottom: 10px;
  }
.EDWIN-INB-logo {
		width: 100%;
	    padding: 10px 0;
	}
  .main_visual_title h2 {
    color: #0C2141;
    font-size: 6.0rem;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 1%;
  }
  .main_visual_title h3 {
    color: #f2f2f2;
    font-size: 4.0rem;
    font-weight: 700;
  }
}
@media screen and (min-width:1441px) and (max-width:1920px) {
 .main_visual {
    position: relative;
    width: 100%;
    background-color: #0E162D;
  }
  .main_visual_img-PC {
    width: 100%;
  }
  .main_visual_img-SP {
    display: none;
  }
  .main_visual_title {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
  }
  .EDWIN-logo {
    width: 130px;
    height: auto;
    padding-bottom: 10px;
  }
	.EDWIN-INB-logo {
		width: 80%;
	    padding: 10px 0;
	}
  .main_visual_title h2 {
    color: #0C2141;
    font-size: 4.5rem;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 1%;
  }
  .main_visual_title h3 {
    color: #f2f2f2;
    font-size: 3.0rem;
    font-weight: 700;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .main_visual {
    position: relative;
    width: 100%;
    background-color: #0E162D;
  }
  .main_visual_img-PC {
    width: 100%;
  }
  .main_visual_img-SP {
    display: none;
  }
  .main_visual_title {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
  }
  .EDWIN-logo {
    width: 112px;
    height: auto;
    padding-bottom: 10px;
  }
	.EDWIN-INB-logo {
		width: 65%;
	    padding: 10px 0;
	}
  .main_visual_title h2 {
    color: #0C2141;
    font-size: 3.5rem;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 1%;
  }
  .main_visual_title h3 {
    color: #f2f2f2;
    font-size: 2.2rem;
    font-weight: 700;
  }}
@media screen and (min-width:769px) and (max-width:1024px) {
  .main_visual {
    position: relative;
    width: 100%;
    background-color: #0E162D;
  }
  .main_visual_img-PC {
    width: 100%;
  }
  .main_visual_img-SP {
    display: none;
  }
  .main_visual_title {
    position: absolute;
    top: 25%;
    left: 7%;
    text-align: left;
  }
  .EDWIN-logo {
    width: 100px;
    height: auto;
    padding-bottom: 10px;
  }
.EDWIN-INB-logo {
		width: 55%;
	    padding: 7px 0;
	}
  .main_visual_title h2 {
    color: #0C2141;
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 1%;
  }
  .main_visual_title h3 {
    color: #f2f2f2;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
@media screen and (min-width:600px) and (max-width:768px) {
  .main_visual {
    position: relative;
    width: 100%;
    background-color: #0E162D;
  }
  .main_visual_img-PC {
    width: 100%;
  }
  .main_visual_img-SP {
    display: none;
  }
  .main_visual_title {
    position: absolute;
    top: 20%;
    left: 7%;
    text-align: left;
  }
  .EDWIN-logo {
    width: 70px;
    height: auto;
    padding-bottom: 7px;
  }
.EDWIN-INB-logo {
		width: 50%;
	    padding: 5px 0;
	}
  .main_visual_title h2 {
    color: #0C2141;
    font-size: 2.0rem;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 1%;
  }
  .main_visual_title h3 {
    color: #f2f2f2;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media screen and (min-width:375px) and (max-width:599px) {
  .main_visual_img-PC {
    display: none;
  }
  .main_visual_img-SP {
    width: 100%;
  }
  .main_visual_title {
    position: absolute;
    z-index: 0;
	top: 520px;
    left: 0;
    width: 95%;
    margin-top: -42px;
    text-align: left;
  }
  .EDWIN-logo {
    width: 80px;
    height: auto;
    padding-bottom: 5px;
    transform: translateY(-10px);
    padding-left: 5%;
  }
.EDWIN-INB-logo {
		width: 85%;
	    padding:0 0 20px;
	padding-left: 5%;
	}
  .main_visual_title h2 {
    transform: translateY(-10px);
    color: #0C2141;
    font-size: 2.3rem;
    padding-left: 5%;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 2px;
  }
  .main_visual_title h3 {
    transform: translateY(-10px);
    color: #f2f2f2;
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: 5%;
    padding-bottom: 13px;
  }}
@media screen and (max-width:375px) {
.main_visual_img-PC {
    display: none;
  }
  .main_visual_img-SP {
    width: 100%;
  }
  .main_visual_title {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 97%;
	 top: 340px;
    margin-top: -42px;
    text-align: left;
  }
  .EDWIN-logo {
    width: 75px;
    height: auto;
    padding-bottom: 5px;
    transform: translateY(-10px);
    padding-left: 5%;
  }
	.EDWIN-INB-logo {
		width: 85%;
	    padding:0 0 20px;
	padding-left: 5%;
	}
  .main_visual_title h2 {
    transform: translateY(-10px);
    color: #0C2141;
    font-size: 2.0rem;
    padding-left: 5%;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 2px;
  }
  .main_visual_title h3 {
    transform: translateY(-10px);
    color: #f2f2f2;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 5%;
    padding-bottom: 13px;
  }
}

/*main_discription*/
@media screen and (min-width:1921px) {
  .main_discription {
    position: relative;
    width: 100%;
    transform: translateY(-190px);
    z-index: 2;
  }
  .main_discription_bg {
    width: 100%;
    z-index: 2;
  }
  .main_discription_bg-SP {
   display: none;
  }
  .title_discription {
    position: absolute;
    top: 32%;
    right: 12%;
    z-index: 2;
    color: #EDEDED;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: left;
    line-height: 2.3;
  }
  .title_discription span {
    background-color: #C1031E;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 4.0rem;
  }
}
@media screen and (min-width:1601px) and (max-width:1920px) {
  .main_discription {
    position: relative;
    width: 100%;
    transform: translateY(-140px);
    z-index: 2;
  }
  .main_discription_bg {
    width: 100%;
    z-index: 2;
  }
  .main_discription_bg-SP {
   display: none;
  }
  .title_discription {
    position: absolute;
    top: 30%;
    right: 12%;
    z-index: 2;
    color: #EDEDED;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: left;
    line-height: 2.3;
  }
  .title_discription span {
    background-color: #C1031E;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3.0rem;
  }
}
@media screen and (min-width:1441px) and (max-width:1600px) {
  .main_discription {
    position: relative;
    width: 100%;
    transform: translateY(-120px);
    z-index: 2;
  }
  .main_discription_bg {
    width: 100%;
    z-index: 2;
  }
  .main_discription_bg-SP {
   display: none;
  }
  .title_discription {
    position: absolute;
    top: 32%;
    right: 12%;
    z-index: 2;
    color: #EDEDED;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
    line-height: 2.5;
  }
  .title_discription span {
    background-color: #C1031E;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.4rem;
  }}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .main_discription {
    position: relative;
    width: 100%;
    transform: translateY(-110px);
    z-index: 2;
  }
  .main_discription_bg {
    width: 100%;
    z-index: 2;
  }
  .main_discription_bg-SP {
   display: none;
  }
  .title_discription {
    position: absolute;
    top: 30%;
    right: 12%;
    z-index: 2;
    color: #EDEDED;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    line-height: 2.5;
  }
  .title_discription span {
    background-color: #C1031E;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.2rem;
  }}
@media screen and (min-width:769px) and (max-width:1024px) {
  .main_discription {
    position: relative;
    width: 100%;
    transform: translateY(-75px);
    z-index: 2;
  }
  .main_discription_bg {
    width: 100%;
    z-index: 2;
  }
  .main_discription_bg-SP {
   display: none;
  }
  .title_discription {
    position: absolute;
    top: 32%;
    right: 7%;
    z-index: 2;
    color: #EDEDED;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    line-height: 2.0;
  }
  .title_discription span {
    background-color: #C1031E;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.8rem;
  }
}
@media screen and (min-width:601px) and (max-width:768px) {
  .main_discription {
    position: relative;
    width: 100%;
    transform: translateY(-60px);
    z-index: 2;
  }
  .main_discription_bg {
    width: 100%;
    z-index: 2;
  }
  .main_discription_bg-SP {
   display: none;
  }
  .title_discription {
    position: absolute;
    top: 30%;
    right: 7%;
    z-index: 2;
    color: #EDEDED;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.8;
  }
  .title_discription span {
    background-color: #C1031E;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
  }
}
@media screen and (min-width:550px) and (max-width:600px) {
  .main_discription {
    position: relative;
    width: 100%;
    height: 510px;
    transform: translateY(-125px);
    z-index: 2;
    background-image: url("../img/discription_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_discription_bg {
    display: none;
  }
  .title_discription {
    position: absolute;
    width: 87%;
    top: 40%;
    left: 5%;
    right: 5%;
    z-index: 2;
    color: #EDEDED;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.8;
  }
  .title_discription span {
    background-color: #C1031E;
    font-size: 1.8rem;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }

}
@media screen and (min-width:426px) and (max-width:549px) {
  .main_discription {
    position: relative;
    width: 100%;
    height: 510px;
    transform: translateY(-100px);
    z-index: 2;
    background-image: url("../img/discription_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	 margin-top: -30px;
  }
  .main_discription_bg {
    display: none;
  }
  .title_discription {
    position: absolute;
    width: 87%;
    top: 35%;
    left: 5%;
    right: 5%;
    z-index: 2;
    color: #EDEDED;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.8;
  }
  .title_discription span {
    background-color: #C1031E;
    font-size: 1.8rem;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
}
@media screen and (min-width:376px) and (max-width:425px) {
  .main_discription {
    position: relative;
    width: 100%;
    height: 510px;
    transform: translateY(-100px);
    z-index: 2;
    background-image: url("../img/SP/discription_bg-SP.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_discription_bg {
    display: none;
  }
  .title_discription {
    position: absolute;
    width: 87%;
    top: 30%;
    left: 5%;
    right: 5%;
    z-index: 2;
    color: #EDEDED;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.8;
  }
  .title_discription span {
    background-color: #C1031E;
    font-size: 1.8rem;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
}
@media screen and (max-width:375px) {
  .main_discription {
    position: relative;
    width: 100%;
    height: 470px;
    transform: translateY(-75px);
    z-index: 2;
    background-image: url("../img/SP/discription_bg-SP.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_discription_bg {
    display: none;
  }
  .title_discription {
    position: absolute;
    width: 87%;
    top: 30%;
    left: 5%;
    right: 5%;
    z-index: 2;
    color: #EDEDED;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.8;
  }
  .title_discription span {
    background-color: #C1031E;
    font-size: 1.6rem;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
}

/*section-variation*/
@media screen and (min-width:1921px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -380px;
  z-index: 1;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 45%;
  max-width: 600px;
  min-width: 400px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  max-width: 600px;
  min-width: 430px;
}
.denim-list {
  padding-top: 200px;
  max-width: 1900px;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 900px;
  max-height: 750px;
  width: 100%;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  text-align: left;
  font-size: 2.0rem;
  font-weight: 600;
  margin: auto 0;
}
.denim-discription p {
  padding-right: 9%;
}
.denim-discription p span {
  font-size: 2.0rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  text-align: left;
  color: #333333;
  padding-top: 5px;
  padding-left: 5%;
  font-size: 1.4rem;
  opacity: 0.8;
}
.denim-first-flex {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 5%;
}
.denim-secound-flex {
  transform: translateY(-140px);
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 80px;
  margin: 0 5%;
}
.more-detail {
  margin: 10% 0 0 0;
  height: 60px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 20px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 70%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 600px;
}
.denim-contents_402 {
  margin: 0 auto;
  padding-left: 20px;
  width: 80%;
  transform: translateY(80px);
}
.denim-title-402 {
  width: 30%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_402 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
  padding-bottom: 20px;
}
.denim_402 {
  width: 100%;
	max-width: 250px;
  height: auto;
  padding: 13px 8% 5px;
}
.EDWIN-INB_402 .hinban {
  paddin-bottom: 0px;
 opacity: 0.8;
}
/*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 70%;
  max-width: 600px;
  padding-top: 0px;
  margin: 300px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_403 {
  margin: 0 auto;
  width: 80%;
  transform: translateY(-25px);
  padding-left: 40px;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 30%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_403 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
  padding-bottom: 20px;
}
.denim_403 {
  width: 100%;
	max-width: 250px;
  height: auto;
  padding: 20px 8% 10px;
}
.denim-contents_403 .hinban {
  padding-bottom: 80px;
	opacity: 0.8;
}
/*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 70%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 600px;
}
.denim-contents_404 {
  padding-left: 20px;
  width: 70%;
  transform: translateY(90px);
  margin: 0 auto;
}
.denim-contents_404 p {
  padding-right: 3%;
}
.denim-title-404 {
  width: 30%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_404 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
  padding-bottom: 20px;
}
.denim_404 {
  width: 100%;
	max-width: 250px;
  height: auto;
  padding: 20px 8% 10px;
}
/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 70%;
  padding-top: 40px;
  margin: 300px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 600px;
}
.denim-contents_403FLEX {
  margin-left: 0;
  width: 72%;
  padding-left: 20px;
  transform: translateY(-50px);
  margin: 0 auto;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 5px;
}
.title-403FLEX {
  width: 30%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  margin-left: 2%;
  width: 30%;
  height: auto;
  padding-top: 0px;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.denim_403FLEX {
  width: 100%;
max-width: 230px;
  height: auto;
  padding: 15px 8% 15px;
}
.denim-contents_403FLEX p {
  padding-right: 4%;
}
.denim-contents_403FLEX .more-detail {
  margin: 8% 0 0 0;
}
.denim-contents_403FLEX .hinban {
  padding: 5px 5% 60px;
  margin-top: 3px;
	opacity: 0.8;
}

}
@media screen and (min-width:1601px) and (max-width:1920px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -290px;
  z-index: 1;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 33%;
  max-width: 512px;
  min-width: 400px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
  max-width: 512px;
  min-width: 430px;
}
.denim-list {
  padding-top: 200px;
  max-width: 1650px;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 620px;
  max-height: 600px;
  width: 100%;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  margin: auto 0;
}
.denim-discription p {
  padding-right: 9%;
}
.denim-discription p span {
  font-size: 2.0rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  text-align: left;
  color: #333333;
  padding-top: 5px;
  padding-left: 5%;
  font-size: 1.4rem;
	opacity: 0.8;
}
.denim-first-flex {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 8%;
}
.denim-secound-flex {
  transform: translateY(-140px);
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 80px;
  margin: 0 8%;
}
.more-detail {
  margin: 10% 0 0 0;
  height: 60px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 20px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 60%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 500px;
}
.denim-contents_402 {
  margin: 0 auto;
  padding-left: 0;
  width: 80%;
  transform: translateY(50px);
}
.denim-title-402 {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_402 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
}
.denim_402 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 13px 5% 5px;
}
.EDWIN-INB_402 .hinban {
  paddin-bottom: 0px;
	opacity: 0.8;
}
/*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 60%;
  max-width: 500px;
  padding-top: 0px;
  margin: 300px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_403 {
  margin: 0 auto;
  width: 80%;
  transform: translateY(-20px);
  padding-left: 0;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_403 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
}
.denim_403 {
   width: 100%;
  max-width: 190px;
  height: auto;
  padding: 20px 5% 10px;
}
.denim-contents_403 .hinban {
  padding-bottom: 40px;
	opacity: 0.8;
}
/*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 60%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 500px;
}
.denim-contents_404 {
  padding-left: 0;
  width: 80%;
  transform: translateY(50px);
  margin: 0 auto;
}
.denim-contents_404 p {
  padding-right: 3%;
}
.denim-title-404 {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_404 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
}
.denim_404 {
   width: 100%;
  max-width: 190px;
  height: auto;
  padding: 20px 5% 10px;
}
/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 60%;
  padding-top: 40px;
  margin: 300px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_403FLEX {
  margin-left: 0;
  width: 80%;
  padding-left: 0;
  transform: translateY(-50px);
  margin: 0 auto;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 5px;
}
.title-403FLEX {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  margin-left: 2%;
  width: 30%;
  height: auto;
  padding-top: 0px;
  transform: translateY(-20px);
  padding-bottom: 5px;
}
.denim_403FLEX {
   width: 100%;
  max-width: 180px;
  height: auto;
  padding: 20px 5% 15px;
}
.denim-contents_403FLEX p {
  padding-right: 4%;
}
.denim-contents_403FLEX .more-detail {
  margin: 8% 0 0 0;
}
.denim-contents_403FLEX .hinban {
  padding: 5px 5% 20px;
  margin-top: 3px;
	opacity: 0.8;
}

}
@media screen and (min-width:1441px) and (max-width:1600px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -250px;
  z-index: 1;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 33%;
  max-width: 512px;
  min-width: 400px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
  max-width: 512px;
  min-width: 430px;
}
.denim-list {
  padding-top: 200px;
  max-width: 1600px;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 620px;
  max-height: 600px;
  width: 100%;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  margin: auto 0;
}
.denim-discription p {
  padding-right: 9%;
}
.denim-discription p span {
  font-size: 2.0rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  text-align: left;
  color: #333333;
  padding-top: 5px;
  padding-left: 5%;
  font-size: 1.4rem;
	opacity: 0.8;
}
.denim-first-flex {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 8%;
}
.denim-secound-flex {
  transform: translateY(-140px);
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 80px;
  margin: 0 8%;
}
.more-detail {
  margin: 10% 0 0 0;
  height: 60px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 25px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 60%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 500px;
}
.denim-contents_402 {
  margin: 0 auto;
  padding-left: 0;
  width: 80%;
  transform: translateY(50px);
}
.denim-title-402 {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 0;
  text-align: left;
}
.ja_402 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
}
.denim_402 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 13px 5% 5px;
}
.EDWIN-INB_402 .hinban {
  paddin-bottom: 0px;
	opacity: 0.8;
}
/*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 60%;
  max-width: 500px;
  padding-top: 0px;
  margin: 300px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_403 {
  margin: 0 auto;
  width: 80%;
  transform: translateY(-20px);
  padding-left: 0;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 0;
  text-align: left;
}
.ja_403 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
}
.denim_403 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 20px 5% 10px;
}
.denim-contents_403 .hinban {
  padding-bottom: 40px;
	opacity: 0.8;
}
/*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 60%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 500px;
}
.denim-contents_404 {
  padding-left: 0;
  width: 80%;
  transform: translateY(50px);
  margin: 0 auto;
}
.denim-contents_404 p {
  padding-right: 3%;
}
.denim-title-404 {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 0;
  text-align: left;
}
.ja_404 {
  margin-left: 1.5%;
  width: 60%;
  max-width: 280px;
  transform: translateY(-12%);
}
.denim_404 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 20px 5% 10px;
}
/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 60%;
  padding-top: 40px;
  margin: 300px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_403FLEX {
  margin-left: 0;
  width: 80%;
  padding-left: 0;
  transform: translateY(-50px);
  margin: 0 auto;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 5px;
}
.title-403FLEX {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  margin-left: 2%;
  width: 30%;
  height: auto;
  padding-top: 0px;
  transform: translateY(-20px);
  padding-bottom: 5px;
}
.denim_403FLEX {
  width: 100%;
  max-width: 180px;
  height: auto;
  padding: 20px 5% 15px;
}
.denim-contents_403FLEX p {
  padding-right: 4%;
}
.denim-contents_403FLEX .more-detail {
  margin: 8% 0 0 0;
}
.denim-contents_403FLEX .hinban {
  padding: 5px 5% 20px;
 opacity: 0.8;
  margin-top: 3px;
}

}
@media screen and (min-width:1200px) and (max-width:1440px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -230px;
  z-index: 1;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 33%;
  max-width: 512px;
  min-width: 400px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
  max-width: 512px;
  min-width: 430px;
}
.denim-list {
  padding-top: 200px;
  max-width: 1600px;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 714px;
  max-height: 600px;
  width: 100%;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  margin: auto 0;
}
.denim-discription p {
  padding-right: 9%;
}
.denim-discription p span {
  font-size: 2.0rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  text-align: left;
  color: #333333;
  padding-top: 5px;
  padding-left: 5%;
  font-size: 1.4rem;
	opacity: 0.8;
}
.denim-first-flex {
  display: flex;
  flex-direction: row-reverse
}
.denim-secound-flex {
  transform: translateY(-140px);
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 80px;
}
.more-detail {
  margin: 10% 0 0 0;
  height: 60px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 30px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 49%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_402 {
  padding-left: 7%;
  width: 73%;
  transform: translateY(50px);
}
.denim-title-402 {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_402 {
  margin-left: 1.5%;
  width: 55%;
  max-width: 260px;
  transform: translateY(-15%);
  padding-bottom: 10px;
}
.denim_402 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 13px 5% 5px;
  /*box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, .15);*/
}
.EDWIN-INB_402 .hinban {
  paddin-bottom: 0px;
	opacity: 0.8;
}
/*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 49%;
  padding-top: 0px;
  margin: 300px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_403 {
  margin-left: 7%;
  width: 73%;
  transform: translateY(-20px);
  padding-left: 9%;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_403 {
  margin-left: 1.5%;
  width: 55%;
  max-width: 280px;
  transform: translateY(-12%);
  padding-bottom: 10px;
}
.denim_403 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 20px 5% 10px;
}
.denim-contents_403 .hinban {
  padding-bottom: 40px;
	opacity: 0.8;
}
/*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 49%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_404 {
  padding-left: 7%;
  width: 73%;
  transform: translateY(50px);
}
.denim-contents_404 p {
  padding-right: 3%;
}
.denim-title-404 {
  width: 28%;
  min-width: 130px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_404 {
  margin-left: 1.5%;
  width: 55%;
  max-width: 280px;
  transform: translateY(-12%);
  padding-bottom: 10px;
}
.denim_404 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 20px 5% 15px;
}
/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 49%;
  padding-top: 40px;
  margin: 300px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.denim-contents_403FLEX {
  margin-left: 7%;
  width: 75%;
  padding-left: 9%;
  transform: translateY(-50px);
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 5px;
}
.title-403FLEX {
  width: 28%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 0px;
  text-align: left;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  margin-left: 2%;
  width: 30%;
  height: auto;
  padding-top: 0px;
  transform: translateY(-20px);
  padding-bottom: 10px;
}
.denim_403FLEX {
  width: 100%;
  max-width: 180px;
  height: auto;
  padding: 20px 5% 15px;
}
.denim-contents_403FLEX p {
  padding-right: 4%;
}
.denim-contents_403FLEX .more-detail {
  margin: 8% 0 0 0;
}
.denim-contents_403FLEX .hinban {
  padding: 5px 5% 20px;
  margin-top: 3px;
	opacity: 0.8;
}
}
@media screen and (min-width:769px) and (max-width:1199px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -200px;
  z-index: 1;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 35%;
  max-width: 320px;
  min-width: 250px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  max-width: 320px;
  min-width: 250px;
}
.denim-list {
  padding-top: 280px;
  max-width: 750px;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 520px;
  max-height: 800px;
  width: 100%;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  margin: auto 0;
}
.denim-discription p {
  padding-right: 3%;
  font-size: 1.6rem;
}
.denim-discription p span {
  font-size: 1.8rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  text-align: left;
  color: #333333;
  padding-top: 5px;
  padding-left: 5%;
  font-size: 1.3rem;
	opacity: 0.8;
}
.denim-first-flex {
  display: block;
  flex-direction: row-reverse;
  width:85%;
  margin: 0 auto;
}
.denim-secound-flex {
  transform: translateY(0px);
  display: block;
  flex-direction: row-reverse;
  width:80%;
  margin: 0 auto;
  padding-bottom: 270px;
}
.more-detail {
  margin: 7% 0 0 0;
  height: 60px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 30px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.6rem;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 85%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_402 {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-30px);
  padding-bottom: 5px;
}
.denim-title-402 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_402 {
  margin-left: 1.5%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_402 {
  width: 100%;
  max-width: 170px;
  height: auto;
  padding: 7px 5% 5px;
  /*box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, .15);*/
}
.EDWIN-INB_402 .hinban {
  padding-left: 5%;
  paddin-bottom: 0px;
	opacity: 0.8;
}

  /*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403 {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_403 {
  margin-left: 1.5%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_403 {
  width: 100%;
  max-width: 170px;
  height: auto;
  padding: 7px 5% 5px;
}
.denim-contents_403 .hinban {
  padding-left: 5%;
  paddin-bottom: 0px;
	opacity: 0.8;
}

  /*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_404 {
  padding-left: 0;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.denim-contents_404 p {
  padding-right: 0;
}
.denim-title-404 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_404 {
  margin-left: 1.5%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_404 {
  width: 100%;
  max-width: 170px;
  height: auto;
  padding: 7px 5% 5px;
}
/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403FLEX {
  padding-left: 0;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 0;
}
.title-403FLEX {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  margin-left: 4px;
  padding-left: 5%;
  width: 25%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_403FLEX {
  width: 100%;
  max-width: 160px;
  height: auto;
  padding: 7px 5% 5px;
}
.denim-contents_403FLEX p {
  padding-right: 4%;
}
.denim-contents_403FLEX .more-detail {
  margin: 8% 0 0 0;
}
.denim-contents_403FLEX .hinban {
  padding: 5px 0 0 5%;
  margin-top: 3px;
	opacity: 0.8;
}
}
@media screen and (min-width:651px) and (max-width:768px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -120px;
  z-index: 1;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 35%;
  max-width: 350px;
  min-width: 250px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  max-width: 350px;
  min-width: 250px;
}
.denim-list {
  padding-top: 280px;
  max-width: 750px;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 520px;
  max-height: 800px;
  width: 100%;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  margin: auto 0;
}
.denim-discription p {
  padding-right: 9%;
  font-size: 1.6rem;
}
.denim-discription p span {
  font-size: 1.8rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  text-align: left;
  color: #333333;
  padding-top: 5px;
  padding-left: 5%;
  font-size: 1.3rem;
	opacity: 0.8;
}
.denim-first-flex {
  display: block;
  flex-direction: row-reverse;
  width:85%;
  margin: 0 auto;
}
.denim-secound-flex {
  transform: translateY(0px);
  display: block;
  flex-direction: row-reverse;
  width:80%;
  margin: 0 auto;
  padding-bottom: 270px;
}
.more-detail {
  margin: 7% 0 0 0;
  height: 60px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 30px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.6rem;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 85%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_402 {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-30px);
  padding-bottom: 5px;
}
.denim-title-402 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_402 {
  margin-left: 1%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_402 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 7px 5% 5px;
  /*box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, .15);*/
}
.EDWIN-INB_402 .hinban {
  padding-left: 5%;
  paddin-bottom: 0px;
	opacity: 0.8;
}

  /*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403 {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_403 {
  margin-left: 1%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_403 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 7px 5% 5px;
}
.denim-contents_403 .hinban {
  padding-left: 5%;
  paddin-bottom: 0px;
	opacity: 0.8;
}

  /*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_404 {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.denim-contents_404 p {
  padding-right: 0;
}
.denim-title-404 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_404 {
  margin-left: 1%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_404 {
  width: 100%;
  max-width: 190px;
  height: auto;
  padding: 7px 5% 5px;
}
/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403FLEX {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 0;
}
.title-403FLEX {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  margin-left: 4px;
  padding-left: 5%;
  width: 25%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_403FLEX {
  width: 100%;
  max-width: 170px;
  height: auto;
  padding: 7px 5% 5px;
}
.denim-contents_403FLEX p {
  padding-right: 4%;
}
.denim-contents_403FLEX .more-detail {
  margin: 8% 0 0 0;
}
.denim-contents_403FLEX .hinban {
  padding: 5px 0 0 5%;
  margin-top: 3px;
	opacity: 0.8;
}
}
@media screen and (min-width:600px) and (max-width:650px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -120px;
  z-index: 1;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 35%;
  max-width: 350px;
  min-width: 250px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  max-width: 350px;
  min-width: 250px;
}
.denim-list {
  padding-top: 260px;
  max-width: 750px;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 520px;
  max-height: 800px;
  width: 100%;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  margin: auto 0;
}
.denim-discription p {
  padding-right: 9%;
  font-size: 1.6rem;
}
.denim-discription p span {
  font-size: 1.8rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  text-align: left;
  color: #333333;
  padding-top: 5px;
  padding-left: 5%;
  font-size: 1.3rem;
	opacity: 0.8;
}
.denim-first-flex {
  display: block;
  flex-direction: row-reverse;
  width:85%;
  margin: 0 auto;
}
.denim-secound-flex {
  transform: translateY(0px);
  display: block;
  flex-direction: row-reverse;
  width:80%;
  margin: 0 auto;
  padding-bottom: 225px;
}
.more-detail {
  margin: 7% 0 0 0;
  height: 60px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 30px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.6rem;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 85%;
  padding-top: 0px;
  margin: 0 auto;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_402 {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-30px);
  padding-bottom: 5px;
}
.denim-title-402 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_402 {
  margin-left: 1%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_402 {
  width: 100%;
  max-width: 180px;
  height: auto;
  padding: 7px 5% 5px;
  /*box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, .15);*/
}
.EDWIN-INB_402 .hinban {
  padding-left: 5%;
	opacity: 0.8;
  paddin-bottom: 0px;
}

  /*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403 {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_403 {
  margin-left: 1%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_403 {
  width: 100%;
  max-width: 180px;
  height: auto;
  padding: 7px 5% 5px;
}
.denim-contents_403 .hinban {
  padding-left: 5%;
  paddin-bottom: 0px;
	opacity: 0.8;
}

  /*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_404 {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.denim-contents_404 p {
  padding-right: 0;
}
.denim-title-404 {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.ja_404 {
  margin-left: 1%;
  width: 45%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_404 {
  width: 100%;
  max-width: 180px;
  height: auto;
  padding: 7px 5% 5px;
}
/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 85%;
  padding-top: 0px;
  margin: 80px auto 0;
  background-image: url("../img/denim_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403FLEX {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-20px);
  padding-bottom: 15px;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 0;
}
.title-403FLEX {
  width: 25%;
  min-width: 150px;
  max-width: 160px;
  padding-bottom: 5px;
  text-align: left;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  margin-left: 4px;
  padding-left: 5%;
  width: 25%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-40px);
}
.denim_403FLEX {
  width: 100%;
 max-width: 180px;
  height: auto;
  padding: 7px 5% 5px;
}
.denim-contents_403FLEX p {
  padding-right: 4%;
}
.denim-contents_403FLEX .more-detail {
  margin: 8% 0 0 0;
}
.denim-contents_403FLEX .hinban {
  padding: 5px 0 0 5%;
	opacity: 0.8;
  margin-top: 3px;
}
}
@media screen and (min-width:550px) and (max-width:599px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -245px;
  z-index: 1;
	text-align: center;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 50%;
  max-width: 300px;
  min-width: 215px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 300px;
  min-width: 215px;
}
.denim-list {
  padding-top: 280px;
  width: 95%;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 400px;
  width: 100%;
  height: 100%;
  margin: 0 auto 60px;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  padding-left: 0;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.denim-discription p {
  padding-right: 0;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.denim-discription p span {
  font-size: 1.8rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  display: none;
}
.denim-first-flex {
  display: block;
  flex-direction: row;
}
.denim-secound-flex {
  transform: translateY(0px);
  display: block;
  flex-direction: row;
  padding-bottom: 200px;
}
.section-variation .display_flex {
    display: block;
  }
.more-detail {
  margin: 30px auto 0 auto;
  height: 60px;
  width: 195px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 30px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
  margin: 0 auto;
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
  
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 100%;
  padding-top: 0px;
  margin: 60px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_402 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-20px);
  height: 550px;
  padding-bottom: 40px;
}
.denim-title-402 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_402 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_402 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 85%;
  max-width: 320px;
}
.EDWIN-INB_402 .display_flex {
  height: auto;
}
.denim_402 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.EDWIN-INB_402 .more-detail a {
  transform: translateX(-90px);
  width: 45%;
  }
.EDWIN-INB_402 .more-detail {
    padding-bottom: 200px;
  }
.EDWIN-INB_402 .hinban {
  display: none;
}
  
/*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 100%;
  padding-top: 30px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 485px;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_403 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_403 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 85%;
  max-width: 290px;
}
.denim_403 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.denim-contents_403 .hinban {
 display: none;
}
.EDWIN-INB_403 .more-detail a {
  transform: translateX(-90px);
  width: 45%;
  } 

/*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 100%;
  padding-top: 20px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_404 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 500px;
}
.denim-contents_404 p {
  padding-right: 0;
}
.denim-title-404 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_404 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_404 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 370px;
  padding-left: 3%;
}
.denim_404 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.EDWIN-INB_404 .more-detail a {
  transform: translateX(-90px);
  width: 45%;
  }

/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 100%;
  padding-top: 20px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403FLEX {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 600px;
  max-height: 520px;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 0px;
}
.title-403FLEX {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  padding-left: 10px;
  width: 35%;
  max-width: 70px;
  padding-bottom: 7px;
  transform: translateY(20px);
}
.EDWIN-INB_403FLEX .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding-left: 1%;
}
.denim_403FLEX {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.denim-contents_403FLEX p {
  padding-right: 0;
  font-size: 1.5rem;
  padding-top: 3%;
}
.denim-contents_403FLEX .more-detail {
  margin: 0 auto;
}
.denim-contents_403FLEX .hinban {
  display: none;
}
.denim-contents_403FLEX .more-detail a {
    margin-top: 30px;
    transform: translateX(-90px);
  width: 45%;
  }
}
@media screen and (min-width:426px) and (max-width:549px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -230px;
  z-index: 1;
	text-align: center;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 50%;
  max-width: 300px;
  min-width: 250px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 300px;
  min-width: 250px;
}
.denim-list {
  padding-top: 270px;
  width: 95%;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 400px;
  width: 100%;
  height: 100%;
  margin: 0 auto 60px;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  padding-left: 0;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.denim-discription p {
  padding-right: 0;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.denim-discription p span {
  font-size: 1.8rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  display: none;
}
.denim-first-flex {
  display: block;
  flex-direction: row;
}
.denim-secound-flex {
  transform: translateY(0px);
  display: block;
  flex-direction: row;
  padding-bottom: 180px;
}
.section-variation .display_flex {
    display: block;
  }
.more-detail {
  margin: 30px auto 0 auto;
  height: 60px;
  width: 195px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 20px 13px 20px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
  margin: 0 auto;
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
  
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 100%;
  padding-top: 0px;
  margin: 60px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_402 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-20px);
  height: 550px;
  padding-bottom: 40px;
}
.denim-title-402 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_402 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_402 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 85%;
  max-width: 320px;
}
.EDWIN-INB_402 .display_flex {
  height: auto;
}
.denim_402 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.EDWIN-INB_402 .more-detail a {
  transform: translateX(-85px);
  width: 45%;
  }
.EDWIN-INB_402 .more-detail {
    padding-bottom: 200px;
  }
.EDWIN-INB_402 .hinban {
  display: none;
}
  
/*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 100%;
  padding-top: 30px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 485px;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_403 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_403 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 85%;
  max-width: 290px;
}
.denim_403 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.denim-contents_403 .hinban {
 display: none;
}
.EDWIN-INB_403 .more-detail a {
  transform: translateX(-85px);
  width: 45%;
  } 

/*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 100%;
  padding-top: 20px;
  margin: 80px 0;
  background-image: url("../img/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_404 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 500px;
}
.denim-contents_404 p {
  padding-right: 0;
}
.denim-title-404 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_404 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_404 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 370px;
  padding-left: 3%;
}
.denim_404 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.EDWIN-INB_404 .more-detail a {
  transform: translateX(-85px);
  width: 45%;
  }

/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 100%;
  padding-top: 20px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403FLEX {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 600px;
  max-height: 520px;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 0px;
}
.title-403FLEX {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  padding-left: 10px;
  width: 35%;
  max-width: 70px;
  padding-bottom: 7px;
  transform: translateY(20px);
}
.EDWIN-INB_403FLEX .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding-left: 1%;
}
.denim_403FLEX {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.denim-contents_403FLEX p {
  padding-right: 0;
  font-size: 1.5rem;
  padding-top: 3%;
}
.denim-contents_403FLEX .more-detail {
  margin: 0 auto;
}
.denim-contents_403FLEX .hinban {
  display: none;
}
.denim-contents_403FLEX .more-detail a {
    margin-top: 30px;
    transform: translateX(-85px);
  width: 45%;
  }
}
@media screen and (min-width:376px) and (max-width:425px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -170px;
  z-index: 1;
	text-align: center;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 50%;
  max-width: 300px;
  min-width: 215px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 300px;
  min-width: 215px;
}
.denim-list {
  padding-top: 230px;
  width: 95%;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 400px;
  width: 100%;
  height: 100%;
  margin: 0 auto 60px;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  padding-left: 0;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.denim-discription p {
  padding-right: 0;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.denim-discription p span {
  font-size: 1.8rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  display: none;
}
.denim-first-flex {
  display: block;
  flex-direction: row;
}
.denim-secound-flex {
  transform: translateY(0px);
  display: block;
  flex-direction: row;
  padding-bottom: 150px;
}
.section-variation .display_flex {
    display: block;
  }
.more-detail {
  margin: 30px auto 0 auto;
  height: 60px;
  width: 195px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 30px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
  margin: 0 auto;
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
  
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 100%;
  padding-top: 0px;
  margin: 60px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_402 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-20px);
  height: 550px;
  padding-bottom: 40px;
}
.denim-title-402 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_402 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_402 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 85%;
  max-width: 320px;
}
.EDWIN-INB_402 .display_flex {
  height: auto;
}
.denim_402 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.EDWIN-INB_402 .more-detail a {
  transform: translateX(-90px);
  width: 48%;
  }
.EDWIN-INB_402 .more-detail {
    padding-bottom: 200px;
  }
.EDWIN-INB_402 .hinban {
  display: none;
}
  
/*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 100%;
  padding-top: 30px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 485px;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_403 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_403 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 85%;
  max-width: 290px;
}
.denim_403 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.denim-contents_403 .hinban {
 display: none;
}
.EDWIN-INB_403 .more-detail a {
  transform: translateX(-90px);
  width: 48%;
  } 

/*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 100%;
  padding-top: 20px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_404 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 500px;
}
.denim-contents_404 p {
  padding-right: 0;
}
.denim-title-404 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_404 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_404 .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 370px;
  padding-left: 3%;
}
.denim_404 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.EDWIN-INB_404 .more-detail a {
  transform: translateX(-90px);
  width: 48%;
  }

/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 100%;
  padding-top: 20px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403FLEX {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 570px;
  max-height: 520px;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 0px;
}
.title-403FLEX {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  padding-left: 10px;
  width: 35%;
  max-width: 70px;
  padding-bottom: 7px;
  transform: translateY(20px);
}
.EDWIN-INB_403FLEX .denim-discription {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding-left: 1%;
}
.denim_403FLEX {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.denim-contents_403FLEX p {
  padding-right: 0;
  font-size: 1.5rem;
  padding-top: 3%;
}
.denim-contents_403FLEX .more-detail {
  margin: 0 auto;
}
.denim-contents_403FLEX .hinban {
  display: none;
}
.denim-contents_403FLEX .more-detail a {
    margin-top: 30px;
    transform: translateX(-90px);
  width: 48%;
  }
}
@media screen and (max-width:375px) {
.section-variation {
  position: relative;
  width: 100%;
  background-image: url("../img/variation_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -140px;
  z-index: 1;
	text-align: center;
}
.denim_top {
  position: absolute;
  left: 0;
  width: 50%;
  max-width: 270px;
  min-width: 230px;
}
.denim_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 270px;
  min-width: 230px;
}
.denim-list {
  padding-top: 170px;
  width: 95%;
  margin: 0 auto;
}
.denim-list li {
  list-style: none;
  max-width: 310px;
  width: 100%;
  height: 100%;
  margin: 65px auto;
}
.denim-title {
  transform: translateX(0px);
  text-align: left;
}
.denim-discription {
  padding-left: 0;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.denim-discription p {
  padding-right: 0;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.denim-discription p span {
  font-size: 1.8rem;
  color: #C1031E;
  background-color: #ffffff;
}
.hinban {
  display: none;
}
.denim-first-flex {
  display: block;
  flex-direction: row;
}
.denim-secound-flex {
  transform: translateY(0px);
  display: block;
  flex-direction: row;
  padding-bottom: 150px;
}
.section-variation .display_flex {
    display: block;
  }
.more-detail {
  margin: 30px auto 0 auto;
  height: 60px;
  width: 195px;
}
.more-detail a {
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: url("../img/button-detail_bg.png");
  background-repeat: no-repeat;
  color: #EDEDED;
  padding: 15px 30px 13px 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 6px 1px rgba(0, 0, 0, .3);
  margin: 0 auto;
}
.more-detail a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.more-detail a:visited {
  color: #EDEDED;
}
  
/*EDWIN-INB_402*/
.EDWIN-INB_402 {
  width: 100%;
  padding-top: 0px;
  margin: 50px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_402 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-20px);
  height: 500px;
  padding-bottom: 40px;
}
.denim-title-402 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_402 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.EDWIN-INB_402 .denim-discription {
  height: 100%;
  margin: 0 auto;
}
.EDWIN-INB_402 .display_flex {
  height: auto;
}
.denim_402 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.EDWIN-INB_402 .more-detail a {
  transform: translateX(-90px);
  width: 60%;
 
  }
.EDWIN-INB_402 .more-detail {
    padding-bottom: 200px;
  }
.EDWIN-INB_402 .hinban {
  display: none;
}
  
/*EDWIN-INB_403*/
.EDWIN-INB_403 {
  width: 100%;
  padding-top: 30px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 450px;
}
.denim-contents_403 p {
  padding-right: 0;
}
.denim-title-403 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_403 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.denim_403 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.denim-contents_403 .hinban {
 display: none;
}
.EDWIN-INB_403 .more-detail a {
  transform: translateX(-90px);
  width: 60%;
  } 

/*EDWIN-INB_404*/
.EDWIN-INB_404 {
  width: 100%;
  padding-top: 20px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_404 {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 465px;
}
.denim-contents_404 p {
  padding-right: 0;
}
.denim-title-404 {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.ja_404 {
  margin-left: 0.8%;
  width: 60%;
  max-width: 200px;
  padding-bottom: 10px;
  transform: translateY(-25px);
}
.denim_404 {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.EDWIN-INB_404 .more-detail a {
  transform: translateX(-90px);
  width: 60%;
  }

/*EDWIN-INB_403FLEX*/
.EDWIN-INB_403FLEX {
  width: 100%;
  padding-top: 20px;
  margin: 80px 0;
  background-image: url("../img/SP/denim_bg-SP.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, .3);
}
.denim-contents_403FLEX {
  padding-left: 0%;
  width: 100%;
  transform: translateY(-40px);
  height: 510px;
}
.EDWIN-INB_403FLEX .denim-discription {
  padding-left: 0px;
}
.title-403FLEX {
  width: 35%;
  min-width: 100px;
  max-width: 130px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1%;
}
.denim-title img {
  min-width: 90px;
  text-align: left;
  transform: translateX(0px);
  max-width: 320px;
  padding-left: 0;
}
.FLEX {
  padding-left: 10px;
  width: 35%;
  max-width: 70px;
  padding-bottom: 7px;
  transform: translateY(20px);
}
.denim_403FLEX {
  width: 35%;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.denim-contents_403FLEX p {
  padding-right: 0;
  font-size: 1.5rem;
  padding-top: 3%;
}
.denim-contents_403FLEX .more-detail {
  margin: 0 auto;
}
.denim-contents_403FLEX .hinban {
  display: none;
}
  .denim-contents_403FLEX .more-detail a {
    margin-top: 30px;
    transform: translateX(-90px);
  width: 60%;
  }
}

/*section-silhouette-compare*/
.section-silhouette-compare {
	text-align: center;
}
@media screen and (min-width:1921px) {
.section-silhouette-compare {
  background-image: url("../img/silhouette_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -190px;
  position: relative;
  z-index: 1;
}
.compare-contents {
  padding: 400px 0;
}
.compare-list {
  list-style: none;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.compare-list li {
  margin: 0 auto;
  padding-bottom: 100px;
}
  .only-tight {
    display: none;
  }
  .only-wide {
    display: none;
  }
  .arrow {
    width:80%;
    max-width: 1150px;
  }
.compare-list img {
  width: 400px;
  height: auto;
}
.compare-list h3 {
  background-color: #D9D9D9;
  font-size: 5.0rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 0px;
}
.compare-list p {
  background-color: #D9D9D9;
  font-size: 2.5rem;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 30px;
  }
}
@media screen and (min-width:1601px) and (max-width:1920px) {
.section-silhouette-compare {
  background-image: url("../img/silhouette_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -135px;
  position: relative;
  z-index: 1;
}
.compare-contents {
  padding: 340px 0 320px;
}
.compare-list {
  list-style: none;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.compare-list li {
  margin: 0 auto;
  padding-bottom: 80px;
}
  .only-tight {
    display: none;
  }
  .only-wide {
    display: none;
  }
  .arrow {
    width:80%;
    max-width: 900px;
  }
.compare-list img {
  width: 320px;
  height: auto;
}
.compare-list h3 {
  background-color: #D9D9D9;
  font-size: 3.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 0px;
}
.compare-list p {
  background-color: #D9D9D9;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 20px;
  }
}
@media screen and (min-width:1441px) and (max-width:1600px) {
.section-silhouette-compare {
  background-image: url("../img/silhouette_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -115px;
  position: relative;
  z-index: 1;
}
.compare-contents {
  padding: 240px 0 220px;
}
.compare-list {
  list-style: none;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.compare-list li {
  margin: 0 auto;
  padding-bottom: 60px;
}
  .only-tight {
    display: none;
  }
  .only-wide {
    display: none;
  }
  .arrow {
    width:80%;
    max-width: 750px;
  }
.compare-list img {
  width: 275px;
  height: auto;
}
.compare-list h3 {
  background-color: #D9D9D9;
  font-size: 3.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 0px;
}
.compare-list p {
  background-color: #D9D9D9;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 20px;
  }}
@media screen and (min-width:1025px) and (max-width:1440px) {
.section-silhouette-compare {
  background-image: url("../img/silhouette_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -102px;
  position: relative;
  z-index: 1;
}
.compare-contents {
  padding: 200px 0 220px;
}
.compare-list {
  list-style: none;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
.compare-list li {
  margin: 0 auto;
  padding-bottom: 60px;
}
  .only-tight {
    display: none;
  }
  .only-wide {
    display: none;
  }
  .arrow {
    width:80%;
    max-width: 630px;
  }
.compare-list img {
  width: 245px;
  height: auto;
}
.compare-list h3 {
  background-color: #D9D9D9;
  font-size: 3.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 0px;
}
.compare-list p {
  background-color: #D9D9D9;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 20px;
  }}
@media screen and (min-width:769px) and (max-width:1024px) {
.section-silhouette-compare {
  background-image: url("../img/silhouette_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
.compare-contents {
  padding: 200px 0 220px;
}
.compare-list {
  list-style: none;
  display: flex;
  max-width: 650px;
  margin: 0 auto;
}
.compare-list li {
  margin: 0 auto;
  padding-bottom: 60px;
}
  .only-tight {
    display: none;
  }
  .only-wide {
    display: none;
  }
.compare-list img {
  width: 200px;
  height: auto;
}
.arrow {
    width:80%;
    max-width: 520px;
  }
.compare-list h3 {
  background-color: #D9D9D9;
  font-size: 3.0rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 0px;
}
.compare-list p {
  background-color: #D9D9D9;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 20px;
  }
}
@media screen and (min-width:551px) and (max-width:768px) {
.section-silhouette-compare {
  background-image: url("../img/silhouette_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}
.compare-contents {
  padding: 150px 0 160px;
}
.compare-list {
  list-style: none;
  display: flex;
  min-width: 510px;
  max-width: 540px;
  margin: 0 auto;
}
.compare-list li {
  margin: 0 auto;
  padding-bottom: 50px;
}
  .only-tight {
    display: none;
  }
  .only-wide {
    display: none;
  }
.compare-list img {
  width: 165px;
  height: auto;
}
.arrow {
    width:80%;
    max-width: 750px;
  }
.compare-list h3 {
  background-color: #D9D9D9;
  font-size: 2.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 0px;
}
.compare-list p {
  background-color: #D9D9D9;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 20px;
  }
  .arrow {
    width:55%;
    min-width: 430px;
  }
}
@media screen and (min-width:426px) and (max-width:550px) {
.section-silhouette-compare {
  background-image: url("../img/silhouette_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.compare-contents {
  padding: 100px 0 130px;
}
.compare-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width:400px;
  margin: 0 auto;
}
.compare-list li {
  margin: 0 auto;
  padding-bottom: 30px;
}
.only-tight {
  padding-top: 100px;
  width: 50px;
  height: 50px;
  padding-bottom: 30px;
  display: none;
}
.only-wide {
  width: 50px;
  height: 50px;
  padding-top: 0px;
   padding-bottom: 100px;
  display: none;
}
.arrow {
  display: none;
}
.compare-list img {
  width: 180px;
  height: auto;
}
.compare-list h3 {
  background-color: #D9D9D9;
  font-size: 2.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 0px;
}
.compare-list p {
  background-color: #D9D9D9;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 20px;
  }

}
@media screen and (max-width:425px) {
.section-silhouette-compare {
  background-image: url("../img/SP/silhouette_bg-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.compare-contents {
  padding: 0;
}
.compare-list {
  list-style: none;
  display: inline-block;
  max-width:370px;
  margin: 0 auto;
}
.compare-list li {
  margin: 0 auto;
  padding-bottom: 30px;
}
.only-tight {
  padding-top: 120px;
  width: 65px;
  height: 65px;
  padding-bottom: 40px;
}
.only-wide {
  width: 65px;
  height: 65px;
  padding-top: 10px;
   padding-bottom: 120px;
}
.arrow { 
  display: none;
}
.compare-list img {
  width: 220px;
  height: auto;
}
.compare-list h3 {
  background-color: #D9D9D9;
  font-size: 3.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 0px;
}
.compare-list p {
  background-color: #D9D9D9;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 20px;
  }
}

/*section-interbal01*/
.interbal01 {
  position: absolute;
  background-image: url("../img/interbal01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-top: -105px;
  z-index: -100;
}
@media screen and (min-width:1921px) {
  .interbal01 {
  position: absolute;
  background-image: url("../img/interbal01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  margin-top: -180px;
  z-index: -100;
}
}
@media screen and (min-width:1601px) and (max-width:1920px) {
  .interbal01 {
  position: absolute;
  background-image: url("../img/interbal01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  margin-top: -145px;
  z-index: -100;
}
}
@media screen and (min-width:1441px) and (max-width:1600px) {
  .interbal01 {
  position: absolute;
  background-image: url("../img/interbal01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  margin-top: -115px;
  z-index: -100;
}

}
@media screen and (min-width:769px) and (max-width:1024px) {
.interbal01 {
  position: absolute;
  background-image: url("../img/interbal01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35%;
  width: 100%;
  height: 320px;
  margin-top: -100px;
  z-index: -100;
}
}
@media screen and (min-width:600px) and (max-width:768px) {
.interbal01 {
  position: absolute;
  background-image: url("../img/interbal01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35%;
  width: 100%;
  height: 220px;
  margin-top: -100px;
  z-index: -100;
}
}
@media screen and (min-width:426px) and (max-width:599px) {
  .interbal01 {
  position: absolute;
  background-image: url("../img/SP/interbal01-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
  width: 100%;
  height: 245px;
  margin-top: -105px;
  z-index: -100;
}

}
@media screen and (max-width:425px) {
  .interbal01 {
  position: absolute;
  background-image: url("../img/SP/interbal01-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
  width: 100%;
  height: 245px;
  margin-top: -70px;
  z-index: -100;
}
}

/*section-detail*/
.section-detail {
	text-align: center;
}
@media screen and (min-width:1921px) {
.section-detail {
  background-image: url("../img/detail_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 290px;
  z-index: 1;
}
.detail-contents {
  padding: 420px 0 380px;
}
.detail-list {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
  list-style: none;
}
.detail-list li {
  max-width: 340px;
  margin: 0 auto;
}
.detail-list li h3 {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 30px;
  transform: translateX(-40px);
  text-align: left;
  font-size: 3.0rem;
  font-weight: 600;
  background-color: #EDEDED;
}
.back-pocket_h3 {
  transform: translateX(-55px) !important;
}
.leather-patch_h3 {
  transform: translateX(-68px) !important;
}
.detail-list li img {
  width: 340px;
  height: 340px;
  margin-bottom: 30px;
}
.detail-list li p {
  color: #EDEDED;
  text-align: left;
  font-weight: 600;
  font-size: 2.2rem;
}

}
@media screen and (min-width:1601px) and (max-width:1920px) {
.section-detail {
  background-image: url("../img/detail_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 140px;
  z-index: 1;
}
.detail-contents {
  padding: 300px 0 280px;
}
.detail-list {
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
  list-style: none;
}
.detail-list li {
  max-width: 300px;
  margin: 0 auto;
}
.detail-list li h3 {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 25px;
  transform: translateX(-42px);
  text-align: left;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #EDEDED;
}
.back-pocket_h3 {
  transform: translateX(-55px) !important;
}
.leather-patch_h3 {
  transform: translateX(-66px) !important;
}
.detail-list li img {
  width: 280px;
  height: 280px;
  margin-bottom: 22px;
}
.detail-list li p {
  color: #EDEDED;
  text-align: left;
  font-weight: 600;
}

}
@media screen and (min-width:1441px) and (max-width:1600px) {
.section-detail {
  background-image: url("../img/detail_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 190px;
  z-index: 1;
}
.detail-contents {
  padding: 240px 0 220px;
}
.detail-list {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  list-style: none;
}
.detail-list li {
  max-width: 250px;
  margin: 0 auto;
}
.detail-list li h3 {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 25px;
  transform: translateX(-21px);
  text-align: left;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #EDEDED;
}
.back-pocket_h3 {
  transform: translateX(-31px) !important;
}
.leather-patch_h3 {
  transform: translateX(-43px) !important;
}
.detail-list li img {
  width: 230px;
  height: 230px;
  margin-bottom: 22px;
}
.detail-list li p {
  color: #EDEDED;
  text-align: left;
  font-weight: 600;
}
}
@media screen and (min-width:1024px) and (max-width:1440px) {
.section-detail {
  background-image: url("../img/detail_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 110px;
  z-index: 1;
}
.detail-contents {
  padding: 200px 0;
}
.detail-list {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
}
.detail-list li {
  max-width: 225px;
  margin: 0 auto;
}
.detail-list li h3 {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 25px;
  transform: translateX(-11px);
  text-align: left;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #EDEDED;
}
.back-pocket_h3 {
  transform: translateX(-22px) !important;
}
.leather-patch_h3 {
  transform: translateX(-33px) !important;
}
.detail-list li img {
  width: 215px;
  height: 215px;
  margin-bottom: 22px;
}
.detail-list li p {
  color: #EDEDED;
  text-align: left;
  font-weight: 600;
}}
@media screen and (min-width:768px) and (max-width:1024px) {
.section-detail {
  background-image: url("../img/detail_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 60px;
  z-index: 1;
}
.detail-contents {
  padding: 275px 0 160px;
}
.detail-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
  list-style: none;
}
.detail-list li {
  max-width: 210px;
  margin: 0 auto;
}
  .detail-list li:nth-child(3) {
    padding-top: 60px;
  }
  .detail-list li:nth-child(4) {
    padding-top: 60px;
  }
.detail-list li h3 {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 25px;
  transform: translateX(-11px);
  text-align: left;
  font-size: 2.0rem;
  font-weight: 600;
  background-color: #EDEDED;
}
.back-pocket_h3 {
  transform: translateX(-22px) !important;
}
.leather-patch_h3 {
  transform: translateX(-33px) !important;
}
.detail-list li img {
  width: 205px;
  height: 205px;
  margin-bottom: 15px;
}
.detail-list li p {
  color: #EDEDED;
  text-align: left;
  font-weight: 600;
}
}
@media screen and (min-width:551px) and (max-width:768px) {
.section-detail {
  background-image: url("../img/detail_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -30px;
  z-index: 1;
}
.detail-contents {
  padding: 250px 0 140px;
}
.detail-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 500px;
  list-style: none;
}
.detail-list li {
  max-width: 195px;
  margin: 0 auto;
}
  .detail-list li:nth-child(3) {
    padding-top: 60px;
  }
  .detail-list li:nth-child(4) {
    padding-top: 60px;
  }
.detail-list li h3 {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 25px;
  transform: translateX(-3px);
  text-align: left;
  font-size: 2.0rem;
  font-weight: 600;
  background-color: #EDEDED;
}
.back-pocket_h3 {
  transform: translateX(-13px) !important;
}
.leather-patch_h3 {
  transform: translateX(-23px) !important;
}
.detail-list li img {
  width: 180px;
  height: 180px;
  margin-bottom: 15px;
}
.detail-list li p {
  color: #EDEDED;
  text-align: left;
  font-weight: 600;
}
}
@media screen and (min-width:426px) and (max-width:550px) {
.section-detail {
  background-image: url("../img/detail_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -30px;
  z-index: 1;
}
.detail-contents {
  padding: 250px 0 140px;
}
.detail-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 480px;
  list-style: none;
}
.detail-list li {
  max-width: 195px;
  margin: 0 auto;
}
  .detail-list li:nth-child(3) {
    padding-top: 60px;
  }
  .detail-list li:nth-child(4) {
    padding-top: 60px;
  }
.detail-list li h3 {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 25px;
  transform: translateX(-3px);
  text-align: left;
  font-size: 2.0rem;
  font-weight: 600;
  background-color: #EDEDED;
}
.back-pocket_h3 {
  transform: translateX(-13px) !important;
}
.leather-patch_h3 {
  transform: translateX(-23px) !important;
}
.detail-list li img {
  width: 180px;
  height: 180px;
  margin-bottom: 15px;
}
.detail-list li p {
  color: #EDEDED;
  text-align: left;
  font-weight: 600;
}
}
@media screen and (max-width:425px) {
.section-detail {
  background-image: url("../img/SP/detail_bg-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 100px;
  z-index: 1;
}
.detail-contents {
  padding: 30% 0;
}
.detail-list {
  display: inline-block;
  margin: 0 auto;
  max-width: 400px;
  list-style: none;
  padding: 40px 0 0;
}
.detail-list li {
  max-width: 225px;
  margin: 0 auto;
  margin-bottom: 65px;
}
  .detail-list li:last-child {
    margin-bottom: 35px;
  }
.detail-list li h3 {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 15px;
  transform: translateX(-11px);
  text-align: left;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #EDEDED;
}
.back-pocket_h3 {
  transform: translateX(-22px) !important;
}
.leather-patch_h3 {
  transform: translateX(-33px) !important;
}
.detail-list li img {
  width: 215px;
  height: 215px;
  margin-bottom: 15px;
}
.detail-list li p {
  color: #EDEDED;
  text-align: left;
  font-weight: 600;
}
}

/*section-interbal02*/
.interbal02 {
  position: absolute;
  background-image: url("../img/interbal02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: -165px;
  z-index: -100;
}
@media screen and (min-width:1921px) {
  .interbal02 {
  position: absolute;
  background-image: url("../img/interbal02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  margin-top: -180px;
  z-index: -100;
}
}
@media screen and (min-width:1601px) and (max-width:1920px) {
  .interbal02 {
  position: absolute;
  background-image: url("../img/interbal02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: -165px;
  z-index: -100;
}}
@media screen and (min-width:1441px) and (max-width:1600px) {
  .interbal02 {
  position: absolute;
  background-image: url("../img/interbal02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  margin-top: -115px;
  z-index: -100;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
.interbal02 {
  position: absolute;
  background-image: url("../img/interbal02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35%;
  width: 100%;
  height: 320px;
  margin-top: -100px;
  z-index: -100;
}
}
@media screen and (min-width:600px) and (max-width:768px) {
.interbal02 {
  position: absolute;
  background-image: url("../img/interbal02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35%;
  width: 100%;
  height: 220px;
  margin-top: -55px;
  z-index: -100;
}
}
@media screen and (min-width:426px) and (max-width:599px) {
  .interbal02 {
  position: absolute;
  background-image: url("../img/SP/interbal02-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
  width: 100%;
  height: 245px;
  margin-top: -85px;
  z-index: -100;
}

}
@media screen and (max-width:425px) {
  .interbal02 {
  position: absolute;
  background-image: url("../img/SP/interbal02-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
  width: 100%;
  height: 245px;
  margin-top: -65px;
  z-index: -100;
}
}

/*section-no.1*/
@media screen and (min-width:1921px) {
.section-no-1 {
  position: relative;
  background-image: url("../img/No.1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 290px;
  z-index: 1;
}
.no-1_contents {
  padding: 350px 0 385px;
  color: #EDEDED;
  text-align: left;
  width: 900px;
  margin: 0 auto;
  font-weight: 600;
  margin-left: 16%;
}
.no-1-first {
  display: flex;
  padding-bottom: 45px;
}
.mac-house-logo {
  width: 400px;
}
.no-1-first p {
  font-size: 4.0rem;
  padding-top: 30px;
  padding-left: 18px;
}
.no-1-second {
  display: flex;
  vertical-align: middle;
}
.no-1-second p {
  font-size: 6.0rem;
  padding-top: 10px;
}
.no-1-second span {
  font-size: 12.0rem;
  padding-left: 30px;
  line-height: 1.0;
  text-decoration: underline;
  text-decoration-color: #34445A;
  text-decoration-thickness: 20px;
}
.various-denim {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 40%;
  max-width: 900px;
  }
}
@media screen and (min-width:1601px) and (max-width:1920px) {
.section-no-1 {
  position: relative;
  background-image: url("../img/No.1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 180px;
  z-index: 1;
}
.no-1_contents {
  padding: 200px 0 300px;
  color: #EDEDED;
  text-align: left;
  width: 900px;
  margin: 0 auto;
  font-weight: 600;
  margin-left: 20%;
}
.no-1-first {
  display: flex;
  padding-bottom: 45px;
}
.mac-house-logo {
  width: 250px;
}
.no-1-first p {
  font-size: 3.0rem;
  padding-top: 20px;
  padding-left: 12px;
}
.no-1-second {
  display: flex;
  vertical-align: middle;
}
.no-1-second p {
  font-size: 4.5rem;
  padding-top: 10px;
}
.no-1-second span {
  font-size: 9.0rem;
  padding-left: 20px;
  line-height: 1.0;
  text-decoration: underline;
  text-decoration-color: #34445A;
  text-decoration-thickness: 20px;
}
.various-denim {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 40%;
  max-width: 600px;
  }
}
@media screen and (min-width:1441px) and (max-width:1600px) {
.section-no-1 {
  position: relative;
  background-image: url("../img/No.1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 190px;
  z-index: 1;
}
.no-1_contents {
  padding: 180px 0 220px;
  color: #EDEDED;
  text-align: left;
  width: 900px;
  margin: 0 auto;
  font-weight: 600;
  margin-left: 18%;
}
.no-1-first {
  display: flex;
  padding-bottom: 45px;
}
.mac-house-logo {
  width: 250px;
}
.no-1-first p {
  font-size: 3.0rem;
  padding-top: 20px;
  padding-left: 12px;
}
.no-1-second {
  display: flex;
  vertical-align: middle;
}
.no-1-second p {
  font-size: 4.5rem;
  padding-top: 10px;
}
.no-1-second span {
  font-size: 9.0rem;
  padding-left: 20px;
  line-height: 1.0;
  text-decoration: underline;
  text-decoration-color: #34445A;
  text-decoration-thickness: 20px;
}
.various-denim {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 35%;
  max-width: 520px;
  }
}
@media screen and (min-width:1024px) and (max-width:1440px) {
.section-no-1 {
  position: relative;
  background-image: url("../img/No.1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 150px;
  z-index: 1;
}
.no-1_contents {
  padding: 180px 0 220px;
  color: #EDEDED;
  text-align: left;
  width: 900px;
  margin: 0 auto;
  font-weight: 600;
}
.no-1-first {
  display: flex;
  padding-bottom: 45px;
}
.mac-house-logo {
  width: 250px;
}
.no-1-first p {
  font-size: 3.0rem;
  padding-top: 20px;
  padding-left: 12px;
}
.no-1-second {
  display: flex;
  vertical-align: middle;
}
.no-1-second p {
  font-size: 3.5rem;
  padding-top: 20px;
}
.no-1-second span {
  font-size: 7.8rem;
  padding-left: 20px;
  line-height: 1.0;
  text-decoration: underline;
  text-decoration-color: #34445A;
  text-decoration-thickness: 20px;
}
.various-denim {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  max-width: 520px;
  min-width: 450px;
  }}
@media screen and (min-width:769px) and (max-width:1024px) {
.section-no-1 {
  position: relative;
  background-image: url("../img/No.1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 150px;
  z-index: 1;
}
.no-1_contents {
  padding: 150px 0 220px;
  color: #EDEDED;
  text-align: left;
  width: 85vw;
  margin: 0 auto;
  font-weight: 600;
}
.no-1-first {
  display: flex;
  padding-bottom: 20px;
}
.mac-house-logo {
  width: 200px;
}
.no-1-first p {
  font-size: 2.5rem;
  padding-top: 15px;
  padding-left: 12px;
}
.no-1-second {
  display: flex;
  vertical-align: middle;
}
.no-1-second p {
  font-size: 3.2rem;
  padding-top: 12px;
}
.no-1-second span {
  font-size: 6.0rem;
  padding-left: 20px;
  line-height: 1.0;
  text-decoration: underline;
  text-decoration-color: #34445A;
  text-decoration-thickness: 10px;
}
.various-denim {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 40%;
  max-width: 430px;
  }
}
@media screen and (min-width:650px) and (max-width:768px) {
  .section-no-1 {
  position: relative;
  background-image: url("../img/No.1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 110px;
  z-index: 1;
}
.no-1_contents {
  padding: 130px 0 220px;
  color: #EDEDED;
  text-align: left;
  width: 80vw;
  margin: 0 auto;
  font-weight: 600;
}
.no-1-first {
  display: flex;
  padding-bottom: 20px;
}
.mac-house-logo {
  width: 190px;
}
.no-1-first p {
  font-size: 2.5rem;
  padding-top: 15px;
  padding-left: 12px;
}
.no-1-second {
  display: flex;
  vertical-align: middle;
}
.no-1-second p {
  font-size: 2.5rem;
  padding-top: 10px;
}
.no-1-second span {
  font-size: 5.0rem;
  padding-left: 15px;
  line-height: 1.0;
  text-decoration: underline;
  text-decoration-color: #34445A;
  text-decoration-thickness: 10px;
}
.various-denim {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 50%;
  max-width: 300px;
  }
}
@media screen and (min-width:426px) and (max-width:649px) {
.section-no-1 {
  position: relative;
  background-image: url("../img/No.1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 120px;
  z-index: 1;
}
.no-1_contents {
  padding: 80px 0 240px;
  color: #EDEDED;
  text-align: left;
  width: 95%;
  margin: 0 auto;
  font-weight: 600;
}
.no-1-first {
  display: flex;
  padding-bottom: 20px;
  padding-left: 5%;
}
.mac-house-logo {
  width: 180px;
  height: auto;
}
.no-1-first p {
  font-size: 2.0rem;
  padding-top: 20px;
  padding-left: 12px;
}
.no-1-second {
  display: flex;
  vertical-align: middle;
  padding-left: 5%;
}
.no-1-second p {
  font-size: 2.5rem;
  padding-top: 10px;
}
.no-1-second span {
  font-size: 4.3rem;
  padding-left: 10px;
  line-height: 1.0;
  text-decoration: underline;
  text-decoration-color: #34445A;
  text-decoration-thickness: 10px;
}
.various-denim {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 45%;
  max-width: 380px;
  min-width: 250px;
  }

}
@media screen and (max-width:425px) {
.section-no-1 {
  position: relative;
  background-image: url("../img/SP/No.1_bg-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 115px;
  z-index: 1;
}
.no-1_contents {
  padding: 120px 0 260px;
  color: #EDEDED;
  text-align: left;
  width: 95%;
  margin: 0 auto;
  font-weight: 600;
}
.no-1-first {
  display: flex;
  padding-bottom: 20px;
  padding-left: 5%;
}
.mac-house-logo {
  width: 180px;
  height: auto;
}
.no-1-first p {
  font-size: 2.0rem;
  padding-top: 20px;
  padding-left: 12px;
}
.no-1-second {
  display: flex;
  vertical-align: middle;
  padding-left: 5%;
}
.no-1-second p {
  font-size: 2.5rem;
  padding-top: 10px;
}
.no-1-second span {
  font-size: 4.3rem;
  padding-left: 10px;
  line-height: 1.0;
  text-decoration: underline;
  text-decoration-color: #34445A;
  text-decoration-thickness: 10px;
}
.various-denim {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  max-width: 380px;
  min-width: 250px;
  }
}

/*section-interbal03*/
.interbal03 {
  position: absolute;
  background-image: url("../img/interbal03.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 325px;
  margin-top: -110px;
  z-index: 2;
}
@media screen and (min-width:1921px) {
  .interbal03 {
  position: absolute;
  background-image: url("../img/interbal03.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  margin-top: -190px;
  z-index: 2;
}
}
@media screen and (min-width:1601px) and (max-width:1920px) {
.interbal03 {
  position: absolute;
  background-image: url("../img/interbal03.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  margin-top: -140px;
  z-index: 2;
  }

}
@media screen and (min-width:1441px) and (max-width:1600px) {
  .interbal03 {
  position: absolute;
  background-image: url("../img/interbal03.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  margin-top: -115px;
  z-index: 2;
  }

}
@media screen and (min-width:769px) and (max-width:1024px) {
.interbal03 {
  position: absolute;
  background-image: url("../img/interbal03.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-top: -108px;
  z-index: 2;
}
}
@media screen and (min-width:600px) and (max-width:768px) {
.interbal03 {
  position: absolute;
  background-image: url("../img/interbal03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35%;
  width: 100%;
  height: 220px;
  margin-top: -100px;
  z-index: 2;
}
}
@media screen and (min-width:426px) and (max-width:599px) {
  .interbal03 {
  position: absolute;
  background-image: url("../img/SP/interbal03-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
  width: 100%;
  height: 300px;
  margin-top: -125px;
  z-index: 2;
}
}
@media screen and (max-width:425px) {
  .interbal03 {
  position: absolute;
  background-image: url("../img/SP/interbal03-SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
  width: 100%;
  height: 300px;
  margin-top: -80px;
  z-index: 2;
}
}

/*section-coordinate*/
.coorde-title {
  display: flex;
  width:800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coordinate-title01 {
  width: auto;
  height: 50px;
  margin: 0 auto;
  margin-right: 15px;
}
.coordinate-title02 {
  width: auto;
  height: 45px;
  margin: 0 auto;
}
.display_block a {
	text-decoration: none;
	color: #1F2853;
	margin-left: 50%;
	padding: 3px 15px;
	background-color: #f2f2f2;
	font-family: "Carrois Gothic SC", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.display_block a:hover {
	background-color: #1F2853;
	color: #f2f2f2;
	transition: 0.3s;
}
@media screen and (min-width:1921px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/coordinate_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 260px;
  z-index: 1;
  color: #EDEDED;
}
.coordinate-contents {
  padding: 450px 0 430px;
}
.coorde-title {
  display: flex;
  width:1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.coordinate-title01 {
  width: auto;
  height: 80px;
  margin: 0 auto;
  margin-right: 15px;
}
.coordinate-title02 {
  width: auto;
  height: 75px;
  margin: 0 auto;
}
.coordinate-list {
  display: flex;
  width: 1600px;
  margin: 0 auto;
  list-style: none;
}
.coordinate-list li {
  text-align: left;
  margin: 0 4% 0 0;
  width: 33%;
}
.coordinate-list img {
  height: 500px;
  width: 135%;
  transform: translateX(15px);
}
.coordinate-list h4 {
  margin-top: 50px;
  transform: translateY(20px);
  font-size: 3.5rem;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 2.3rem;
  padding: 44px 24px 40px 24px;
  background-color: #34445A;
}
.display_block a {
	margin-left: 60%;
	font-size: 2.0rem;
}
}
@media screen and (min-width:1601px) and (max-width:1920px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/coordinate_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 110px;
  z-index: 1;
  color: #EDEDED;
}
.coordinate-contents {
  padding: 280px 0 200px;
}
.coorde-title {
  display: flex;
  width:1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coordinate-title01 {
  width: auto;
  height: 65px;
  margin: 0 auto;
  margin-right: 15px;
}
.coordinate-title02 {
  width: auto;
  height: 60px;
  margin: 0 auto;
}
.coordinate-list {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  list-style: none;
}
.coordinate-list li {
  text-align: left;
  margin: 0 4% 0 0;
  width: 33%;
}
.coordinate-list img {
  height: 350px;
  width: 120%;
  transform: translateX(15px);
}
.coordinate-list h4 {
  margin-top: 45px;
  transform: translateY(20px);
  font-size: 2.5rem;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 1.6rem;
  padding: 40px 20px 35px 24px;
  background-color: #34445A;
}
.display_block a {
	margin-left: 55%;
	font-size: 1.8rem;
}
}
@media screen and (min-width:1441px) and (max-width:1600px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/coordinate_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 110px;
  z-index: 1;
  color: #EDEDED;
}

.coordinate-contents {
  padding: 250px 0 240px;
}
.coorde-title {
  display: flex;
  width:1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coordinate-title01 {
  width: auto;
  height: 60px;
  margin: 0 auto;
  margin-right: 15px;
}
.coordinate-title02 {
  width: auto;
  height: 55px;
  margin: 0 auto;
}
.coordinate-title-second span {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.12;
  padding-left: 7px;
}
.coordinate-list {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  list-style: none;
}
.coordinate-list li {
  text-align: left;
  margin: 0 4% 0 0;
  width: 33%;
}
.coordinate-list img {
  height: 350px;
  width: 120%;
  transform: translateX(15px);
}
.coordinate-list h4 {
  margin-top: 45px;
  transform: translateY(20px);
  font-size: 2.5rem;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 1.6rem;
  padding: 40px 20px 35px 24px;
  background-color: #34445A;
}
}
@media screen and (min-width:1025px) and (max-width:1440px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/coordinate_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 100px;
  z-index: 1;
  color: #EDEDED;
}
.coordinate-contents {
  padding: 225px 0;
}
.coordinate-list {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  list-style: none;
}
.coordinate-list li {
  text-align: left;
  margin: 0 2.5% 0 0;
  width: 33%;
}
.coordinate-list img {
  height: 310px;
  width: 130%;
  transform: translateX(15px);
}
.coordinate-list h4 {
  margin-top: 20px;
  transform: translateY(20px);
  font-size: 2.3rem;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 1.6rem;
  padding: 40px 20px 35px 24px;
  background-color: #34445A;
}
.display_block a {
	margin-left: 45%;
	font-size: 1.8rem;
}
}
@media screen and (min-width:769px) and (max-width:1024px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/coordinate_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 20px;
  z-index: 1;
  color: #EDEDED;
}
.coordinate-contents {
  padding: 300px 0 200px;
}
.coorde-title {
  display: flex;
  width:670px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coordinate-title01 {
  width: auto;
  height: 45px;
  margin: 0 auto;
  margin-right: 15px;
}
.coordinate-title02 {
  width: auto;
  height: 40px;
  margin: 0 auto;
}
.coordinate-list {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;
  width: 80vw;
  margin: 0 auto;
  list-style: none;
  transform: translateX(40px);
}
.coordinate-list li {
  text-align: left;
  margin: 0 40px 0 0;
  width: 300px;
}
 .coordinate-list li:first-child {
    padding-bottom: 60px;
  }
.coordinate-list li:nth-child(2) {
  padding-bottom: 60px;
}
.coordinate-list img {
  height: 280px;
  width: 120%;
}
.coordinate-list h4 {
  margin-top: 15px;
  transform: translateY(20px);
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 1.6rem;
  padding: 35px 18px 33px 20px;
  background-color: #34445A;
}
}
@media screen and (min-width:600px) and (max-width:768px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/coordinate_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -55px;
  z-index: 1;
  color: #EDEDED;
  padding: 220px 0 100px;
}
.coordinate-contents {
  padding: 0;
}
.coorde-title {
  display: block;
  width:65%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coordinate-title01 {
  width: auto;
  height: 40px;
  margin: 0 auto;
  margin-right: 15px;
  padding-bottom: 5px;
}
.coordinate-title02 {
  width: auto;
  height: 42px;
  margin: 0 auto;
}
.coordinate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  width: 80vw;
  margin: 0 auto;
  list-style: none;
}
.coordinate-list li {
  text-align: left;
  margin: 0 10px 50px;
  width: 280px;
}
.coordinate-list li:nth-child(3) {
  padding-top: 0px;
}
.coordinate-list img {
  height: 230px;
  width: 120%;
}
.coordinate-list h4 {
  margin-top: 10px;
  transform: translateY(20px);
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 1.6rem;
  padding: 30px 22px 25px;
  background-color: #34445A;
}
}
@media screen and (min-width:426px) and (max-width:599px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/SP/coordinate_bg-SP.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  z-index: 1;
  color: #EDEDED;
}
.coordinate-contents {
  padding: 170px 0 120px;
  width:92%;
  margin: 0 auto;
}
.coorde-title {
  display: block;
  width:90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coordinate-title01 {
  width: auto;
  height: 40px;
  margin: 0 auto;
  margin-right: 15px;
  padding-bottom: 5px;
}
.coordinate-title02 {
  width: auto;
  height: 42px;
  margin: 0 auto;
}
.coordinate-list {
  display: block;
  width: 94%;
  margin: 0 auto;
  list-style: none;
}
.coordinate-list li {
  text-align: left;
  width:300px;
  margin: 0 auto;
}
.coordinate-list li:first-child {
    padding-bottom: 50px;
  }
.coordinate-list li:nth-child(2) {
  padding-bottom: 50px;
}
.coordinate-list img {
  height: 280px;
  width: 115%;
}
.coordinate-list h4 {
  margin-top: 15px;
  transform: translateY(20px);
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 1.6rem;
  padding: 35px 22px;
  background-color: #34445A;
}
.display_block a {
	margin-left: 50%;
}}
@media screen and (min-width:376px) and (max-width:425px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/SP/coordinate_bg-SP.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 130px;
  z-index: 1;
  color: #EDEDED;
}
.coordinate-contents {
  padding: 150px 0;
}
.coorde-title {
  display: block;
  width:90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coordinate-title01 {
  width: auto;
  height: 40px;
  margin: 0 auto;
  margin-right: 15px;
  padding-bottom: 5px;
}
.coordinate-title02 {
  width: auto;
  height: 42px;
  margin: 0 auto;
}
.coordinate-list {
  display: block;
  width: 94%;
  margin: 0 auto;
  list-style: none;
}
.coordinate-list li {
  text-align: left;
  width:85%;
  margin: 0 auto;
}
.coordinate-list li:first-child {
    padding-bottom: 50px;
  }
.coordinate-list li:nth-child(2) {
  padding-bottom: 50px;
}
.coordinate-list img {
  height: 310px;
  width: 380px;
}
.coordinate-list h4 {
  margin-top: 30px;
  transform: translateY(20px);
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 1.6rem;
  padding: 35px 22px 30px;
  background-color: #34445A;
}
.display_block a {
	margin-left: 50%;
}}
@media screen and (max-width:375px) {
.section-coordinate {
  position: relative;
  background-image: url("../img/SP/coordinate_bg-SP.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  z-index: 1;
  color: #EDEDED;
}
.coordinate-contents {
  padding: 170px 0 100px;
}
.coorde-title {
  display: block;
  width:90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coordinate-title01 {
  width: auto;
  height: 33px;
  margin: 0 auto;
  margin-right: 15px;
  padding-bottom: 5px;
}
.coordinate-title02 {
  width: auto;
  height: 35px;
  margin: 0 auto;
}
.coordinate-list {
  display: block;
  width: 94%;
  margin: 0 auto;
  list-style: none;
}
.coordinate-list li {
  text-align: left;
  margin: 0 auto 50px auto;
  width: 100%;
  max-width:340px;
}
.coordinate-list img {
  height: 300px;
  width: 370px;
}
.coordinate-list h4 {
  margin-top: 15px;
  transform: translateY(20px);
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 22px;
}
.coordinate-list p {
  font-size: 1.6rem;
  padding: 35px 22px 30px;
  background-color: #34445A;
}
.display_block a {
	margin-left: 50%;
}}

/*section-button*/
@media screen and (min-width:1921px) {
.section-button {
  padding: 350px 0 300px;
  background-image: url("../img/last-bg.png");
  background-color: #19223B;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 140px auto auto auto;
  z-index: 2;
}
.button-allitems {
  background-color: #C1031E;
  padding: 30px 25px;
  width: 320px;
  margin: 0 auto;
  border-radius: 3px;
  border: solid #19223B 3px;
	text-align: center;
}
.button-allitems:hover {
  background-color: #EDEDED;
  transition: 0.3s;
  border: solid #C1031E 3px;
}
.button-allitems a {
  color: #EDEDED;
  text-decoration: none;
}
.button-allitems a:hover {
  background-color: #EDEDED;
  color: #C1031E;
  transition: 0.3s;
}
.en {
  font-size: 3.4rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
}
.jp {
  font-size: 2.0rem;
  font-weight: 600;
  display: block;
  text-decoration: none;
} 
}
@media screen and (min-width:1601px) and (max-width:1920px){
.section-button {
  padding: 300px 0 300px;
  background-image: url("../img/last-bg.png");
  background-color: #19223B;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto auto auto;
  z-index: 2;
}
.button-allitems {
  background-color: #C1031E;
  padding: 20px 25px;
  width: 210px;
  margin: 0 auto;
  border-radius: 3px;
  border: solid #19223B 3px;
	text-align: center;
}
.button-allitems:hover {
  background-color: #EDEDED;
  transition: 0.3s;
  border: solid #C1031E 3px;
}
.button-allitems a {
  color: #EDEDED;
  text-decoration: none;
}
.button-allitems a:hover {
  background-color: #EDEDED;
  color: #C1031E;
  transition: 0.3s;
}
.en {
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
}
.jp {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  text-decoration: none;
} 
}
@media screen and (min-width:1441px) and (max-width:1600px){
.section-button {
  padding: 200px 0 300px;
  background-image: url("../img/last-bg.png");
  background-color: #19223B;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 60px auto auto auto;
  z-index: 2;
}
.button-allitems {
  background-color: #C1031E;
  padding: 20px 25px;
  width: 210px;
  margin: 0 auto;
  border-radius: 3px;
  border: solid #19223B 3px;
	text-align: center;
}
.button-allitems:hover {
  background-color: #EDEDED;
  transition: 0.3s;
  border: solid #C1031E 3px;
}
.button-allitems a {
  color: #EDEDED;
  text-decoration: none;
}
.button-allitems a:hover {
  background-color: #EDEDED;
  color: #C1031E;
  transition: 0.3s;
}
.en {
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
}
.jp {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  text-decoration: none;
} 
}
@media screen and (min-width:768px) and (max-width:1440px) {
.section-button {
  background-image: url("../img/last-bg.png");
  background-color: #19223B;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: -70px auto auto auto;
  z-index: 2;
  padding: 200px 0;
}
.button-allitems {
  background-color: #C1031E;
  padding: 20px 25px;
  width: 210px;
  margin: 0 auto;
  border-radius: 3px;
  border: solid #19223B 3px;
	text-align: center;
}
.button-allitems:hover {
  background-color: #EDEDED;
  transition: 0.3s;
  border: solid #C1031E 3px;
}
.button-allitems a {
  color: #EDEDED;
  text-decoration: none;
}
.button-allitems a:hover {
  background-color: #EDEDED;
  color: #C1031E;
  transition: 0.3s;
}
.en {
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
}
.jp {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  text-decoration: none;
} 
}
@media screen and (min-width:425px) and (max-width:768px) {
.section-button {
  background-image: url("../img/SP/last-bg-SP.png");
  background-color: #19223B;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: -80px auto auto auto;
  z-index: 2;
  padding: 200px 0;
}
.button-allitems {
text-align: center;
  background-color: #C1031E;
  padding: 20px 22px;
  width: 210px;
  margin: 0 auto;
  border-radius: 3px;
  border: solid #19223B 3px;
}
.button-allitems:hover {
  background-color: #EDEDED;
  transition: 0.3s;
  border: solid #C1031E 3px;
}
.button-allitems a {
  color: #EDEDED;
  text-decoration: none;
}
.button-allitems a:hover {
  background-color: #EDEDED;
  color: #C1031E;
  transition: 0.3s;
}
.en {
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
}
.jp {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  text-decoration: none;
} 
}
@media screen and (max-width:425px) {
.section-button {
  background-image: url("../img/SP/last-bg-SP.png");
  background-color: #19223B;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: -10px auto auto auto;
  z-index: 2;
  padding: 200px 0;
}
.button-allitems {
  background-color: #C1031E;
  padding: 20px 20px;
  width: 210px;
  margin: 0 auto;
  border-radius: 3px;
  border: solid #19223B 3px;
  text-align: center;
}
.button-allitems:hover {
  background-color: #EDEDED;
  transition: 0.3s;
  border: solid #C1031E 3px;
}
.button-allitems a {
  color: #EDEDED;
  text-decoration: none;
}
.button-allitems a:hover {
  background-color: #EDEDED;
  color: #C1031E;
  transition: 0.3s;
}
.en {
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
}
.jp {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  text-decoration: none;
} 
}



/*  ----- 動的要素  -----  */
/*main-visual-title*/
.main_visual_title {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.main_visual_title.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
@media screen and (max-width:425px) {
.main_visual_title {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.main_visual_title.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
}

/*main_discription*/
.title_discription {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}
.title_discription.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);}
@media screen and (max-width:768px) {
.title_discription {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity 0.8s, visibility 0.8s, transform 0.8s;
}
.title_discription.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);}
}

/*section-variation, section-silhouette-compare, section-detail, section-no-1, section-coordinate*/
.slideup scroll_fadein {
  opacity: 0;
}
.slideright scroll_fadein {
  opacity: 0;
}
.slideleft scroll_fadein {
  opacity: 0;
}
.fadein_animation_start{
  animation-name: fadein_animation;
  animation-delay: 0.3s;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}
@keyframes fadein_animation{
  0% {
    opacity: 0;
  }
  100%{
    opacity: 1;
    transform: translate(0);
  }
}
.slideup{
  transform: translateY(50px);
}
.slideright{
  transform: translateX(50px);
}
.slideleft{
  transform: translateX(-50px);
}
@media screen and (max-width:768px){
.fadein_animation_start{
  animation-name: fadein_animation;
  animation-delay: 0.4s;
  animation-duration: 0.9s;
  animation-fill-mode: both;
}
.slideup{
  transform: translateY(10px);
}
.slideright{
  transform: translateX(10px);
}
.slideleft{
  transform: translateX(-10px);
}
}

/* to-top-button */
.to-top-button {
  height: 5px;
}
.page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10%;
  bottom: 13%;
  width: 83px;
  height: 80px;
  background-color: #ffffff;
  border: 3px solid #1A204A; 
  border-radius: 3px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
  text-decoration: none;
  font-size: 3.0rem;
  color: #1A204A; 
}
.page-top:hover {
  background-color: #1A204A;
  color: #ffffff;
  transition: 0.4s;
}
.page-top.show {
  opacity: 0.9;
  visibility: visible;
  transform: translateY(0px);
}
@media screen and (max-width:768px) {
  .page-top {
    display: none;
  }
}