#aoyama_formal {
  font-family: "Noto Sans jp";
  padding: 50px 0px 0px;
  overflow: hidden;
}
#aoyama_formal .w_1240 {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}
#aoyama_formal .formal_section01 {
  background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/greenbg_top.png);
  color: #fff;
  padding: 40px 50px;
}
#aoyama_formal .formal_section01 .formal_section01_top .main_top_slider {
  display: inline-flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}
#aoyama_formal .formal_section01 .formal_section01_top .main_top_slider .slideshow-container {
  position: relative;
  width: 360px;
  min-height: 500px;
  overflow: hidden;
}
#aoyama_formal .formal_section01 .formal_section01_top .main_top_slider .slideshow-container img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade 8s infinite;
}
#aoyama_formal .formal_section01 .formal_section01_top .main_top_slider .slideshow-container img:nth-child(1) {
  animation-delay: 0s;
}
#aoyama_formal .formal_section01 .formal_section01_top .main_top_slider .slideshow-container img:nth-child(2) {
  animation-delay: 3s;
}
#aoyama_formal .formal_section01 .formal_section01_top .main_top_slider .slideshow-container img:nth-child(3) {
  animation-delay: 8s;
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  33%, 66% {
    opacity: 1;
  }
}
#aoyama_formal .formal_section01 .pickup {
  text-align: center;
  padding: 20px;
  line-height: 4em;
  min-height: 180px;
  align-content: center;
}
#aoyama_formal .formal_section01 .pickup h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
}
#aoyama_formal .formal_section01 .pickup h2 {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: normal;
}
#aoyama_formal .formal_section01 .formal_section01_buttom {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
#aoyama_formal .formal_section01 .formal_section01_buttom .main_img img {
  width: 100%;
  height: auto;
}
#aoyama_formal .formal_section01 .formal_section01_buttom .description img {
  width: auto;
  position: relative;
  left: -50px;
}
#aoyama_formal .formal_section01 .formal_section01_buttom .description p {
  text-align: left;
  line-height: 2.3em;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 30px;
  font-family: "Noto Sans JP";
}
#aoyama_formal .formal_section02 .photoslider ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 30px 5px;
}
#aoyama_formal .formal_section02 .photoslider ul li {
  max-width: 100%;
  padding: 0px 5px;
}
#aoyama_formal .formal_section02 .photoslider ul li .slide_img {
  margin-bottom: 10px;
}
#aoyama_formal .formal_section02 .photoslider ul li .slide_img img {
  max-width: 100%;
  height: auto;
}
#aoyama_formal .formal_section03 {
  margin-bottom: -250px;
}
#aoyama_formal .formal_section03 .formal_section03_top {
  text-align: center;
  padding: 30px 10px 0px;
}
#aoyama_formal .formal_section03 .formal_section03_top .text_box {
  position: relative;
  right: -300px;
  top: -80px;
}
#aoyama_formal .formal_section03 .formal_section03_bottom {
  padding: 100px 0;
  background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/orange_long_bg.png);
  overflow: hidden;
}
#aoyama_formal .formal_section03 .formal_section03_bottom ul li {
  text-align: center;
}
#aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption {
  text-align: left;
  padding: 10px 5px;
  width: 325px;
  color: #141414;
}
#aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption .cap-title {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption .cap-title h4 {
  font-weight: normal;
  font-size: 18px;
}
#aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption .cap-title .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65%; /* Adjust line length as needed */
  border-bottom: 1px solid #000; /* Line color and style */
}
#aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption .cap-title span {
  font-size: 30px;
  position: relative;
  padding-left: 10px; /* Adjust spacing as needed */
}
#aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption p {
  font-size: 20px;
  line-height: 1.4em;
  padding: 10px 0px;
}
#aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption p span {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP";
}
#aoyama_formal .formal_section03 .formal_section03_bottom .link {
  font-size: 22px;
  font-weight: bold;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 40px;
  transition: all 1s; /* lets make it smooth */
  align-items: center;
  justify-content: center;
}
#aoyama_formal .formal_section03 .formal_section03_bottom .link span {
  margin-left: 40px;
  display: inline-flex;
}
#aoyama_formal .formal_section03 .formal_section03_bottom .link:hover span {
  transition: all 0.5s;
  transform: translateX(10px);
  cursor: pointer;
  transition: all 1s; /* lets make it smooth */
  align-items: center;
  justify-content: center;
}
#aoyama_formal .formal_section03 .formal_section03_bottom .link:hover span {
  transition: all 0.5s;
  transform: translateX(10px);
}
#aoyama_formal .formal_section03 .formal_section03_bottom .outdoor_items {
  padding: 20px 30px;
  max-width: 670px;
  text-align: center;
  margin: 0px auto;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 22px;
}
#aoyama_formal .formal_section03 .formal_section03_bottom .outdoor_items span {
  margin-left: 40px;
  display: inline-flex;
}
#aoyama_formal .formal_section03 .formal_section03_bottom .double-border::after {
  top: 0px;
  left: 0px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #ffffff; /* Outer border color */
}
#aoyama_formal .formal_section03 .formal_section03_bottom .double-border:hover span {
  transition: all 0.5s;
  transform: translateX(10px);
  cursor: pointer;
  transition: all 1s; /* lets make it smooth */
  align-items: center;
  justify-content: center;
}
#aoyama_formal .formal_section03 .formal_section03_bottom .double-border:hover span {
  transition: all 0.5s;
  transform: translateX(10px);
}
#aoyama_formal .formal_section03 .formal_section03_content02 {
  position: relative;
  top: -130px;
}
#aoyama_formal .formal_section03 .formal_section03_content02 .formal_section03_bottom {
  background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/brown_long_bg.png);
}
#aoyama_formal .formal_section03 .formal_section03_content03 {
  position: relative;
  top: -230px;
}
#aoyama_formal .formal_section03 .formal_section03_content03 .formal_section03_bottom {
  background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/blue_long_bg.png);
}
#aoyama_formal .formal_section03 .formal_section03_content04 {
  position: relative;
  top: -340px;
}
#aoyama_formal .formal_section03 .formal_section03_content04 .formal_section03_bottom {
  background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/green_long_bg.png);
}
#aoyama_formal .formal_section04 {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  position: relative;
}
#aoyama_formal .formal_section04 img {
  max-width: 100%;
}
#aoyama_formal .formal_section05 {
  position: relative;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .cap-title {
  width: 100%;
  font-size: 40px;
  letter-spacing: 2px;
  padding: 50px 0px;
  font-weight: normal;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .cap-title h4 {
  font-weight: bold;
  font-size: 48px;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .cap-title .line {
  transform: translate(1%, -34%);
  width: 5%;
  border-bottom: 1px solid #000;
  padding: 8px;
  margin: 8px;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .cap-title span {
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  font-family: "Noto Sans JP";
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 50px;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_image,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_image,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_image,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_image {
  position: relative;
  max-width: 350px;  
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_image img,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_image img,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_image img,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_image img {
  max-width: 100%;
  position: relative;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des {
  line-height: 2.6em;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des .tops_category,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des .tops_category,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des .tops_category,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des .tops_category {
  font-size: 16px;
  color: #23c379;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des .tops_title,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des .tops_title,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des .tops_title,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des .tops_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: normal;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des .tops_price,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des .tops_price,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des .tops_price,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des .tops_price {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: normal;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des .tops_price span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des .tops_price span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des .tops_price span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des .tops_price span {
  font-size: 24px;
  font-weight: 400;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des .tops_point img,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des .tops_point img,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des .tops_point img,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des .tops_point img {
  height: auto;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des button,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des button,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des button,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des button {
  border: 1px solid #141414;
  font-size: 19px;
  margin: 10px 0px;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  background: #ffffff;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des button span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des button span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des button span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des button span {
  margin-left: 20px;
  background: #000000;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  height: 20px;
  width: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des button:hover,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des button:hover,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des button:hover,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des button:hover {
  background-color: gainsboro;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des button:hover span {
  transition: all 0.5s;
  transform: translateX(4px);
  cursor: pointer;
  transition: all 1s; /* lets make it smooth */
  align-items: center;
  justify-content: center;
  background-attachment: #ffffff;
  color: #141414;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des button:hover span {
  transition: all 0.5s;
  transform: translateX(4px);
}
#aoyama_formal .formal_section05 .formal_setion05_tops .btn_casual_tops {
  position: relative;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section {
  flex-direction: column;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_image img,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_image img {
  max-width: 100%;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des {
  top: 305px;
  left: 0px;
  line-height: 2.6em;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section .tops_des .tops_category,
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section .tops_des .tops_category {
  font-size: 14px;
  color: #00bbe8;
}
/* #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .pc_section {
  margin-top: -150px;
}
#aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section {
  top: -122px;
} */
/* #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .pc_section .tops_des {
  position: relative;
  top: 370px;
} */
/* #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .pc_section {
  top: -200px;
} */
/* #aoyama_formal .formal_section06 {
  top: -100px;
  position: relative;
} */
#aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title {
  width: 100%;
  font-size: 40px;
  letter-spacing: 2px;
  padding: 50px 0px;
  font-weight: normal;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title h4 {
  font-weight: bold;
  font-size: 48px;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title .line {
  transform: translate(1%, -34%);
  width: 5%;
  border-bottom: 1px solid #000;
  padding: 8px;
  margin: 8px;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title span {
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  font-family: "Noto Sans JP";
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-around;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_image,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_image,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_image,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_image {
  position: relative;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_image img,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_image img,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_image img,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_image img {
  max-width: 100%;
  right: 23px;
  position: relative;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des {
  position: relative;
  top: 80px;
  left: 70px;
  line-height: 2.6em;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des .tops_category,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des .tops_category,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des .tops_category,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des .tops_category {
  font-size: 16px;
  color: #23c379;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des .tops_title,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des .tops_title,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des .tops_title,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des .tops_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: normal;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des .tops_price,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des .tops_price,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des .tops_price,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des .tops_price {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: normal;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des .tops_price span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des .tops_price span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des .tops_price span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des .tops_price span {
  font-size: 24px;
  font-weight: 400;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des .tops_point img,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des .tops_point img,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des .tops_point img,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des .tops_point img {
  height: auto;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des button,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des button,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des button,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des button {
  border: 1px solid #141414;
  font-size: 19px;
  margin: 10px 0px;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  background: no-repeat;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des button span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des button span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des button span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des button span {
  margin-left: 20px;
  background: #000000;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  height: 20px;
  width: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des button:hover,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des button:hover,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des button:hover,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des button:hover {
  background-color: gainsboro;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des button:hover span {
  transition: all 0.5s;
  transform: translateX(4px);
  cursor: pointer;
  transition: all 1s; /* lets make it smooth */
  align-items: center;
  justify-content: center;
  background-attachment: #ffffff;
  color: #141414;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des button:hover span,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des button:hover span {
  transition: all 0.5s;
  transform: translateX(4px);
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .btn_casual_tops {
  position: relative;
  /* top: -230px; */
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section {
  flex-direction: row;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_image img,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_image img {
  max-width: 100%;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des {
  top: 305px;
  left: 0px;
  line-height: 2.6em;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section .tops_des .tops_category,
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section .tops_des .tops_category {
  font-size: 14px;
  color: #00bbe8;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .pc_section {
  margin-top: -150px;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section {
  top: -122px;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .pc_section .tops_des {
  position: relative;
  top: 370px;
}
#aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .pc_section {
  top: -200px;
}
#aoyama_formal .double-border {
  position: relative;
  padding: 10px 30px;
  margin: 20px;
  background: #23c379;
  font-weight: bold;
}
#aoyama_formal .double-border::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: transform 150ms ease-in-out;
  cursor: pointer;
  transform: translate(10px, 10px);
}
#aoyama_formal .double-border,
#aoyama_formal .double-border::before {
  border: 1px solid #ffffff;
}
#aoyama_formal .double-border_black {
  position: relative;
  padding: 10px 30px;
  margin: 20px;
  background: #ffffff;
  font-weight: bold;
}
#aoyama_formal .double-border_black::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: transform 150ms ease-in-out;
  cursor: pointer;
  transform: translate(10px, 10px);
}
#aoyama_formal .double-border_black,
#aoyama_formal .double-border_black::before {
  border: 1px solid rgb(0, 0, 0);
}
#aoyama_formal .btn {
  padding: 20px 30px;
  max-width: 670px;
  text-align: center;
  margin: 0px auto;
  font-size: 22px;
}
#aoyama_formal .btn span {
  margin-left: 40px;
  border-radius: 50%;
  color: #000;
  display: inline-flex;
  justify-content: center;
  height: 20px;
  width: 20px;
}
#aoyama_formal .double-border_black:hover span {
  transition: all 0.5s;
  transform: translateX(10px);
  cursor: pointer;
  transition: all 1s; /* lets make it smooth */
  align-items: center;
  justify-content: center;
  background-attachment: #ffffff;
  color: #141414;
}
#aoyama_formal .double-border_black:hover span {
  transition: all 0.5s;
  transform: translateX(10px);
}
#aoyama_formal .slick-initialized .slick-slide {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
#aoyama_formal .slick-initialized .slick-slide .slick-track {
  margin: 0px 70px;
}
@media screen and (min-width: 767px) {
  #aoyama_formal .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #aoyama_formal .pc {
    display: none;
  }
  #aoyama_formal .btn {
    padding: 10px 20px;
    margin: 0px auto;
    font-size: 13px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
  #aoyama_formal .formal_section01 {
    padding: 30px 15px 5px;
    background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/greenbg_top_sp.png);
  }
  #aoyama_formal .formal_section01 .formal_section01_top .main_top_slider {
    display: inline-flex;
    padding: 15px 20px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    width: 100%;
    flex-wrap: wrap;
  }
  #aoyama_formal .formal_section01 .formal_section01_top .main_top_slider .slideshow-container {
    min-height: 195px;
    max-height: 200px;
  }
  #aoyama_formal .formal_section01 .sp_pickup {
    text-align: center;
    min-height: 220px;
  }
  #aoyama_formal .formal_section01 .sp_pickup h2 {
    font-size: 44px;
    font-weight: normal;
    line-height: none;
  }
  #aoyama_formal .formal_section01 .sp_pickup h4 {
    font-size: 26px;
    letter-spacing: normal;
  }
  #aoyama_formal .formal_section01 .formal_section01_buttom {
    justify-content: normal;
  }
  #aoyama_formal .formal_section01 .formal_section01_buttom .main_img {
    display: inline-flex;
  }
  #aoyama_formal .formal_section01 .formal_section01_buttom .description img {
    width: auto;
    position: relative;
    left: 37px;
    top: -30px;
  }
  #aoyama_formal .formal_section01 .formal_section01_buttom .description p {
    line-height: 1.9em;
    font-size: 16px;
    margin: 0px;
  }
  #aoyama_formal .formal_section02 .photoslider ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    padding: 50px 10px;
  }
  #aoyama_formal .formal_section02 .photoslider ul li {
    max-width: 50%;
    padding: 0px 5px;
  }
  #aoyama_formal .formal_section03 {
    margin-bottom: -400px;
  }
  #aoyama_formal .formal_section03 .formal_section03_top {
    padding: 0px;
  }
  #aoyama_formal .formal_section03 .formal_section03_top .sp_main_img {
    padding: 30px 10px 0px;
  }
  #aoyama_formal .formal_section03 .formal_section03_top img {
    width: auto;
  }
  #aoyama_formal .formal_section03 .formal_section03_top .text_box {
    right: -30px;
    top: -40px;
  }
  #aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption {
    width: 274px;
  }
  #aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption p {
    font-size: 16px;
  }
  #aoyama_formal .formal_section03 .formal_section03_bottom ul li .item_caption p span {
    font-size: 12px;
  }
  #aoyama_formal .formal_section03 .formal_section03_bottom .link {
    font-size: 14px;
    position: relative;
    top: -35px;
  }
  #aoyama_formal .formal_section03 .formal_section03_bottom .link a {
    display: inline-flex;
    align-items: center;
  }
  #aoyama_formal .formal_section03 .formal_section03_bottom .link span {
    margin-left: 10px;
  }
  #aoyama_formal .formal_section03 .formal_section03_bottom .link span img {
    width: auto;
  }
  #aoyama_formal .formal_section03 .formal_section03_bottom ul {
    right: 0px;
  }
  #aoyama_formal .formal_section03_bottom .outdoor_items {
    font-size: 14px !important;
    max-width: 330px !important;
  }
  #aoyama_formal .formal_section03_bottom .outdoor_items span {
    margin-left: 10px;
  }
  #aoyama_formal .formal_section03_bottom .double-border img {
    width: auto;
  }
  #aoyama_formal .formal_section03_bottom ul li .item_caption {
    width: 274px;
  }
  #aoyama_formal .formal_section03_bottom .pb-10 {
    padding-bottom: 10px;
  }
  #aoyama_formal .formal_section03_bottom .link {
    top: -20px;
  }
  #aoyama_formal .formal_section04 {
    padding: 30px 20px;
    width: auto;
  }
  #aoyama_formal .formal_section05 {
    padding: 0 20px;
  }
  #aoyama_formal .formal_section05 .cap-title {
    justify-content: space-around;
  }
  #aoyama_formal .formal_section05 .cap-title h4 {
    font-size: 28px !important;
  }
  #aoyama_formal .formal_section05 .cap-title .line {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16%;
    border-bottom: 1px solid #000;
  }
  #aoyama_formal .formal_section05 .cap-title span {
    font-size: 12px !important;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .cap-title {
    justify-content: space-around;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .cap-title .line {
    width: 24%;
    margin: 0;
    padding: 0;
    transform: none;
    left: 40%;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops h2 {
    font-size: 28px;
    padding: 0px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 {
    margin: 0 auto;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_image,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_image,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_image,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_image {
    position: relative;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des {
    /* position: absolute;
    left: 0px; */
    line-height: 1.4em;
    font-family: "Noto Sans JP";
    /* top: 22px; */
    /* line-height: 1.4em; */
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_category {
    font-size: 12px;
    color: #23c379;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.9em;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_price {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_price span {
    font-size: 16px;
    font-weight: 400;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_point img {
    width: auto;
    height: auto;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des button,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des button,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des button,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des button {
    border: 1px solid #141414;
    font-size: 25px;
    padding: 8px 9px 8px 17px;
    margin: 10px 0px;
    border-radius: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des button span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des button span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des button span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des button span {
    margin-left: 20px;
    background: #000000;
    border-radius: 50%;
    color: white;
    display: inline-flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_image img {
    /* max-width: 100%;
    right: -110px;
    position: relative;
    top: -30px; */
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_image {
    /* left: -36px; */
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des {

  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_category {
    color: #00bbe8;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_point {
    left: -14px;
    position: relative;
    top: 17px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_image img {

  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_image {

  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des {

  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_category {
    color: #00bbe8;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .btn_casual_tops {
    position: relative;
    top: 0px;
    font-size: 14px;
    align-items: center;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 {
    margin: 0 auto;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 {

  }
  #aoyama_formal .formal_section06 {
    padding: 0 20px 30px;
  }
  #aoyama_formal .formal_section06 .cap-title {
    justify-content: space-around;
  }
  #aoyama_formal .formal_section06 .cap-title h4 {
    font-size: 28px !important;
  }
  #aoyama_formal .formal_section06 .cap-title .line {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16%;
    border-bottom: 1px solid #000;
  }
  #aoyama_formal .formal_section06 .cap-title span {
    font-size: 12px !important;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title {
    justify-content: space-around;
    padding: 138px 0px 15px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title .line {
    width: 22%;
    margin: 0;
    padding: 0;
    transform: none;
    left: 42%;
    top: 92%;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts h2 {
    font-size: 28px;
    padding: 0px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 {
    top: 0px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_image,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_image,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_image,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_image {
    position: relative;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des {
    top: 5px;
    left: -15px;
    line-height: 1.4em;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des {
    position: absolute;
    left: 0px;
    line-height: 1.4em;
    font-family: "Noto Sans JP";
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_category {
    font-size: 12px;
    color: #23c379;
    font-weight: bold;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.9em;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_price {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_price span {
    font-size: 16px;
    font-weight: 400;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_point,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_point,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_point,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_point {
    top: 11px;
    padding-top: 51px;
    left: -6px;
    position: relative;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_point img {
    width: auto;
    height: auto;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des button,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des button,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des button,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des button {
    border: 1px solid #141414;
    font-size: 25px;
    padding: 8px 9px 8px 17px;
    margin: 10px 0px;
    border-radius: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des button span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des button span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des button span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des button span {
    margin-left: 20px;
    background: #000000;
    border-radius: 50%;
    color: white;
    display: inline-flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_image img {
    max-width: 100%;
    right: -104px;
    position: relative;
    top: -155px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des {
    left: 190px;
    width: 100%;
    top: 36px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_category {
    color: #00bbe8;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_image {
    left: -29px;
    top: -48px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_image img {
    max-width: 100%;
    right: -180px;
    position: relative;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des {
    left: 190px;
    width: 100%;
    top: 36px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .btn_casual_tops {
    position: relative;
    top: 0px;
    font-size: 14px;
    align-items: center;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 {
    margin-top: -80px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 {
    margin-top: -60px;
  }
  #aoyama_formal .slick-initialized .slick-list {
    padding: 0 20px;
  }
  #aoyama_formal .slick-initialized .slick-list .formal_section03_top img {
    padding: 30px 0px;
  }
  #aoyama_formal .slick-initialized .slick-list .item img {
    width: 274px;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  #aoyama_formal .formal_section03 .formal_section03_content01 .formal_section03_bottom {
    padding: 10px 0px;
    background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/orange_long_sp_bg.png) no-repeat;
  }
  #aoyama_formal .formal_section03 .formal_section03_content02 {
    position: relative !important;
    top: -75px !important;
  }
  #aoyama_formal .formal_section03 .formal_section03_content02 .formal_section03_bottom {
    background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/brown_long_sp_bg.png) no-repeat !important;
  }
  #aoyama_formal .formal_section03 .formal_section03_content03 {
    top: -270px !important;
  }
  #aoyama_formal .formal_section03 .formal_section03_content03 .formal_section03_bottom {
    background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/blue_long_sp_bg.png) no-repeat;
    margin: 25px 0px;
    padding: 50px 0 0;
  }
  #aoyama_formal .formal_section03 .formal_section03_content03 .formal_section03_bottom .link {
    top: -35px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  #aoyama_formal .formal_section03 .formal_section03_content03 .formal_section03_bottom .link span {
    margin-left: 10px;
  }
  #aoyama_formal .formal_section03 .formal_section03_content04 {
    top: -335px !important;
  }
  #aoyama_formal .formal_section03 .formal_section03_content04 .formal_section03_bottom {
    background: url(/ec/img/usr/pg/campaign/outdoor/26ss/bg_img/green_long_sp_bg.png) no-repeat !important;
  }
  #aoyama_formal .formal_section03 .formal_section03_content04 .formal_section03_bottom .outdoor_items {
    padding: 10px;
    margin: 0px auto;
  }
  #aoyama_formal .formal_section05 {
    position: relative;
  }
  #aoyama_formal .formal_section06 {
    top: 0px;
    position: relative;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 {
    top: 0px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 {
    top: 0px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title {
    justify-content: space-around;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title .line {
    width: 22%;
    margin: 0;
    padding: 0;
    transform: none;
    left: 44%;
    top: 85%;
  }
  #aoyama_formal .slick-initialized .slick-list {
    padding: 0 53px;
  }
}
@media screen and (max-width: 375px) {
  #aoyama_formal .slick-initialized .slick-list {
    padding: 0 30px;
  }
  #aoyama_formal .formal_section05 {
    padding: 0 20px;
  }
  #aoyama_formal .formal_section05 .cap-title {
    justify-content: space-around;
  }
  #aoyama_formal .formal_section05 .cap-title h4 {
    font-size: 28px !important;
  }
  #aoyama_formal .formal_section05 .cap-title .line {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16%;
    border-bottom: 1px solid #000;
  }
  #aoyama_formal .formal_section05 .cap-title span {
    font-size: 12px !important;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .cap-title {
    justify-content: space-around;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .cap-title .line {
    width: 22%;
    margin: 0;
    padding: 0;
    transform: none;
    left: 42%;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops h2 {
    font-size: 28px;
    padding: 0px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 {
    top: 0px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_image,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_image,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_image,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_image {
    position: relative;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des {
    position: absolute;
    left: 0px;
    line-height: 1.4em;
    font-family: "Noto Sans JP";
    top: 5px;
    left: 0px;
    line-height: 1.4em;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_category {
    font-size: 12px;
    color: #23c379;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_title {
    font-size: 14px;
    font-weight: bold;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_price {
    font-size: 26px;
    font-weight: 800;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_price span {
    font-size: 16px;
    font-weight: 400;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_point img {
    width: auto;
    height: auto;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des button,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des button,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des button,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des button {
    border: 1px solid #141414;
    font-size: 20px;
    padding: 6px 7px 6px 20px;
    margin: 10px 0px;
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_des button span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des button span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_des button span,
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des button span {
    margin-left: 20px;
    background: #000000;
    border-radius: 50%;
    color: white;
    display: inline-flex;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops01 .sp_section .tops_image img {
    max-width: 100%;
    right: -67px;
    position: relative;
    top: -30px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_image {
    left: -46px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des {
    left: 175px;
    width: 100%;
    top: 49px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_category {
    color: #00bbe8;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 .sp_section .tops_des .tops_point {
    position: relative;
    left: -17px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops03 .sp_section .tops_image img {
    max-width: 100%;
    right: -122px;
    position: relative;
    top: -83px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_image {
    top: -58px;
    left: -45px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des {
    left: 178px;
    width: 100%;
    top: 23px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_category {
    color: #00bbe8;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 .sp_section .tops_des .tops_point {
    left: -25px;
    position: relative;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .btn_casual_tops {
    position: relative;
    top: 0px;
    font-size: 14px;
    display: inline-flex;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops02 {
    margin-top: -80px;
  }
  #aoyama_formal .formal_section05 .formal_setion05_tops .section_tops04 {
    margin-top: -60px;
  }
  #aoyama_formal .formal_section06 {
    padding: 0 20px 30px;
  }
  #aoyama_formal .formal_section06 .cap-title {
    justify-content: space-around;
  }
  #aoyama_formal .formal_section06 .cap-title h4 {
    font-size: 28px !important;
  }
  #aoyama_formal .formal_section06 .cap-title .line {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16%;
    border-bottom: 1px solid #000;
  }
  #aoyama_formal .formal_section06 .cap-title span {
    font-size: 12px !important;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title {
    justify-content: space-around;
    padding: 138px 0px 15px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .cap-title .line {
    width: 22%;
    margin: 0;
    padding: 0;
    transform: none;
    left: 45%;
    top: 86%;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts h2 {
    font-size: 28px;
    padding: 0px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 {
    top: 0px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_image,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_image,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_image,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_image {
    position: relative;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des {
    top: 5px;
    left: -15px;
    line-height: 1.4em;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des {
    position: absolute;
    left: 0px;
    line-height: 1.4em;
    font-family: "Noto Sans JP";
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_category,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_category {
    font-size: 10px;
    color: #23c379;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_title,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_price,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_price {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: normal;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_price span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_price span {
    font-size: 16px;
    font-weight: 400;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des .tops_point img,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des .tops_point img {
    width: auto;
    height: auto;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des button,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des button,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des button,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des button {
    border: 1px solid #141414;
    font-size: 20px;
    padding: 6px 7px 6px 20px;
    margin: 10px 0px;
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des button span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des button span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_des button span,
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des button span {
    margin-left: 20px;
    background: #000000;
    border-radius: 50%;
    color: white;
    display: inline-flex;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_image img {
    max-width: 100%;
    right: -104px;
    position: relative;
    top: -155px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_point {
    padding: 0;
    left: auto;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops01 .sp_section .tops_des .tops_point img {
    padding-top: 14px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des {
    left: 190px;
    width: 100%;
    top: 36px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_category {
    font-size: 10px;
    color: #00bbe8;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_des .tops_point {
    position: relative;
    top: 71px;
    right: 38px;
    padding: 0;
    left: auto;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 .sp_section .tops_image {
    left: -38px;
    top: -59px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops03 .sp_section .tops_image img {
    max-width: 100%;
    right: -180px;
    position: relative;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 .sp_section .tops_des {
    left: 190px;
    width: 100%;
    top: 36px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .btn_casual_tops {
    position: relative;
    top: 0px;
    font-size: 14px;
    display: inline-flex;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops02 {
    margin-top: -80px;
  }
  #aoyama_formal .formal_section06 .formal_setion06_shirts .section_tops04 {
    margin-top: -60px;
  }
}
.tops-flex{
  display: flex;
  justify-content: center;
  gap: 60px;
}
.tops-flex-pc{
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tops-flex{
    display: block;
  }
  .tops-flex-pc{
    max-width: 100%;
  }  
}
/*# sourceMappingURL=style.css.map */