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

.newitems_contents_box{
  padding: 50px 0 0;
  margin: 50px auto;
  border-top: 20px solid #e7e7e7;
}
.newitems_contents_box2{
  border-top: 20px solid #e7e7e7;
  padding: 50px 0 0;
  margin: 50px auto;
}
.onlineshop_wrapper{
  border-top: 20px solid #e7e7e7;
  padding: 50px 0 0;
  margin: 50px auto;
}
.newitems_contents01{
  position: relative;
}
.newitems_contents01::before{
  content: "";
  background-image: url(../img/newitems_men_img.png?202504);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34.5%;
  height: 0;
  padding-top: 37.09%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.newitems_contents dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.newitems_contents dl dt{
  width: 46%;
  margin-right:12%;
  position: relative;
}
.newitems_contents dl dd h2 {
  font-size: 10.0rem;
  position: relative;
  z-index: 1;
  line-height: 0.8em;
  letter-spacing: 18px;
  font-weight: 600;
  padding-left: 0;
  margin-top: -42px;
  margin-bottom: 26px;
}
.newitems_pic01{
  position: relative;
  top: 0;
}
.newitems_pic01 .flame{
  position: absolute;
  top: 40px;
  left: 40px;
  width: 102%;
}
.newitems_contents dl dd{
  width: 42%;
  margin-top: -21px;
  position: relative;
}
.newitems_contents dl dd .number {
  font-size: 25.2rem;
  color: #bababa;
  font-weight: 500;
  line-height: 0.8;
  text-align: right;
  margin-bottom: 55px;
  opacity: 0.6;
}
.newitems_contents dl dd h3 {
  font-size: 2.0rem;
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
.newitems_contents dl dd h3::before {
  content: "";
  background-color: #383f45;
  border-radius: 50%;
  width: calc(40px / 2);
  height: calc(40px / 2);
  position: absolute;
  top: 2px;
  margin: auto;
  margin-left: -28px;
}
.newitems_contents dl dd p{
  font-size: 2.0rem;
}
.newitems_contents dl dd .plice {
  margin-bottom: 5px;
}
.newitems_contents dl dd .size {
  margin-bottom: 10px;
}
.newitems_contents dl dd .color {
  margin-bottom: 5px;
}
.newitems_contents dl dd .color_list {
  max-width: 130px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newitems_contents dl dd .color_list li{
  width: 43%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.1;
  background-color: #fff;
}
.newitems_contents dl dd .color_list li img{
  width: 90%;
  margin-bottom: 5px;
}
.newitems_contents .pic_box {
  position: relative;
}
.newitems_contents .pic_box img{
  width: 55%;
  height: auto;
  position: absolute;
}
.newitems_contents .pic_box img:nth-child(1) {
  right: 30%;
  top: -30px;
}
.newitems_contents .pic_box img:nth-child(2){
  right: 0;
  top: 100px;
}
.newitems_contents .info_box{
  margin-bottom: 44px;
}
.newitems_contents_lead{
  text-align: center;
  line-height: 2;
  position: relative;
}
.newitems_contents_lead span{
  display: block;
  font-size: 1.2rem;
}
.newitems_contents_box2 .newitems_contents dl dt {
  order: 2;
  margin-right:0;
}
.newitems_contents_box2 .newitems_contents dl dt h2 {
  position: absolute;
  bottom: -41px;
  right: -34px;
}
.newitems_contents_box2 .newitems_contents dl dd{
  width: 38%;
  margin-right:4%;
}
.newitems_contents_box2 .newitems_contents dl dd .number {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.onlineshop_wrapper{
  margin-bottom: 50px;
}
.onlineshop_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onlineshop_box .arrow {
  font-size: 1.4rem;
  position: absolute;
  margin-right: 380px;
  border-bottom: 1px solid #000;
  padding: 5px 20px 5px 10px;
}
.onlineshop_box .arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: -3px;
  margin: auto;
  width: 0;
  height: 13px;
  border-right: 1px solid #000;
  transform: rotate(-50deg);
}
.onlineshop_box .newitems_chara{
  width: 90px;
  margin: 0 auto;
}
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 760px) {
.newitems_contents dl dt {
  width: 100%;
  margin-right: 0;
}
.newitems_contents dl dd {
  width: 100%;
  margin-top: 7%;
  position: relative;
}
.newitems_pic01 {
  position: relative;
  top: 0;
  right: 0;
  width: 90%;
  margin-top: -9%;
}
.newitems_contents dl dd h2 {
  font-size: min(10.0rem,15vw);
  letter-spacing: 0.3em;
  padding: 0;
  margin: 0;
  margin-top: -10.5%;
}
.newitems_pic01 .flame {
  position: absolute;
  top: 6%;
  left: 9%;
}
.newitems_contents dl dd h3 {
  font-size: min(3.0rem,4.6vw);
  padding-left: 5%;
  margin-bottom: 5%;
  margin-top: 11%;
  z-index: 1;
}
.newitems_contents dl dd h3::before {
  width: calc(40px / 2.5);
  height: calc(40px / 2.5);
  margin-left: -5.1%;
  top: 1px;
  bottom: 0;
  width: 3.5%;
  padding-top: 3.5%;
  height: 0;
}
.newitems_contents dl dd p {
  font-size: min(3.0rem,4.6vw);
  z-index: 1;
  position: relative;
}
.newitems_contents dl dd .plice {
  margin-bottom: 2%;
}
.newitems_contents dl dd .size {
  margin-bottom: 3.5%;
}
.newitems_contents dl dd .color {
  margin-bottom: 2.2%;
}
.newitems_contents dl dd .color_list {
  max-width: 40%;
}
.newitems_contents dl dd .color_list li {
  width: 40%;
  font-size: min(1.5rem,2.3vw);
  text-align: center;
}
.newitems_contents01::before {
  content: none;
}
.newitems_contents01 dl dd::before {
  content: "";
  background-image: url(../img/newitems_men_img_sp.png?202504);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50.0%;
  height: 0;
  padding-top: 73.9%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 12%;
  margin: auto;
}
.newitems_contents_lead {
  text-align: left;
}
.newitems_contents dl {
  margin-bottom: 0;
}
.newitems_contents_box {
  padding: 12% 0;
}
.newitems_contents_box2{
  padding: 12% 0 12%;
}
.newitems_contents_box2 .newitems_contents dl dt {
  order: 1;
}
.newitems_contents_box2 .newitems_contents dl dd {
  width: 100%;
  margin-right: 0%;
  order: 2;
}
.newitems_contents_box2 .newitems_contents dl dd .number {
  margin-right: 0;
  margin-top: 0;
  top: -2%;
  position: absolute;
}
.newitems_contents_box2 .newitems_contents dl dt h2 {
  right: -9%;
  bottom: -15%;
}
.onlineshop_box .arrow {
  font-size: min(2.6rem,3.5vw);
  margin-right: 0;
  padding: 1.0% 5% 1.0% 3%;
  left: 0;
  position: relative;
  width: 72%;
  margin-right: 3%;
}
.onlineshop_box .newitems_chara {
  width: 25%;
}
.onlineshop_wrapper {
  margin-bottom: 12%;
}
}
