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

.accessory_contents_box{
  padding: 50px 0;
  margin: 50px auto;
  background-color: #e7e7e7;
}
.accessory_contents_box2{
  padding-bottom: 0px;
  margin-bottom: 0;
}
.accessory_contents dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.accessory_contents dl dt{
  width: 58%;
  margin-right:4%;
  position: relative;
}
.accessory_contents dl dt h2 {
  font-size: 5.5rem;
  position: relative;
  z-index: 1;
  line-height: 0.8em;
  letter-spacing: 15px;
  font-weight: 600;
  padding-left: 23px;
}
.accessory_pic01{
  position: absolute;
  top: 0;
  right: 40px;
}
.accessory_pic01 .flame{
  position: absolute;
  top: 40px;
  left: 40px;
}
.accessory_contents dl dd{
  width: 38%;
  margin-top: -21px;
}
.accessory_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;
}
.accessory_contents dl dd h3 {
  font-size: 2.0rem;
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
.accessory_contents dl dd h3::before {
  content: "";
  background-color: #383f45;
  border-radius: 50%;
  width: calc(40px / 2);
  height: calc(40px / 2);
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  margin-left: -28px;
}
.accessory_contents dl dd p{
  font-size: 2.0rem;
}
.accessory_contents dl dd .plice {
  margin-bottom: 5px;
}
.accessory_contents dl dd .size {
  margin-bottom: 10px;
}
.accessory_contents dl dd .color {
  margin-bottom: 5px;
}
.accessory_contents dl dd .color_list {
  max-width: 130px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accessory_contents dl dd .color_list li{
  width: 40%;
  font-size: 1.5rem;
  text-align: center;
}
.accessory_contents_lead{
  text-align: center;
  line-height: 2;
}
.accessory_contents_lead span{
  display: block;
  font-size: 1.2rem;
}
.accessory_contents_box2 .accessory_contents dl dt {
  order: 2;
  margin-right:0;
}
.accessory_contents_box2 .accessory_contents dl dt h2 {
  position: absolute;
  bottom: -41px;
  right: -34px;
}
.accessory_contents_box2 .accessory_contents dl dd{
  width: 38%;
  margin-right:4%;
}
.accessory_contents_box2 .accessory_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 .accessory_chara{
  width: 90px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.accessory_contents dl dd .number {
  font-size: 15.2rem;
}
.accessory_contents_box2 .accessory_contents dl dd .number{
  margin-right: -77px;
  margin-top: 10px;
}
}
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 760px) {
.accessory_contents dl dt {
  width: 100%;
  margin-right: 0;
}
.accessory_contents dl dd {
  width: 100%;
  margin-top: 7%;
  position: relative;
}
.accessory_pic01 {
  position: relative;
  top: 0;
  right: 0;
  width: 90%;
  margin-top: -9%;
}
.accessory_contents dl dt h2 {
  font-size: min(6.5rem,9.0vw);
  padding-left: 5%;
  letter-spacing: 0.3em;
}
.accessory_pic01 .flame {
  position: absolute;
  top: 15%;
  left: 11%;
}
.accessory_contents dl dd .number {
  font-size: min(31.2rem,45vw);
  position: absolute;
  right: 0;
  top: -3%;
}
.accessory_contents dl dd h3 {
  font-size: min(3.0rem,4.6vw);
  padding-left: 5%;
  margin-bottom: 5%;
  margin-top: 11%;
  z-index: 1;
}
.accessory_contents dl dd h3::before {
  width: calc(40px / 2.5);
  height: calc(40px / 2.5);
  margin-left: -5.1%;
  top: 1px;
  width: 3.5%;
  padding-top: 3.5%;
  height: 0;
}
.accessory_contents dl dd p {
  font-size: min(3.0rem,4.6vw);
  z-index: 1;
  position: relative;
}
.accessory_contents dl dd .plice {
  margin-bottom: 2%;
}
.accessory_contents dl dd .size {
  margin-bottom: 3.5%;
}
.accessory_contents dl dd .color {
  margin-bottom: 2.2%;
}
.accessory_contents dl dd .color_list {
  max-width: 40%;
}
.accessory_contents dl dd .color_list li {
  width: 40%;
  font-size: min(1.5rem,2.3vw);
  text-align: center;
}
.accessory_contents_lead {
  text-align: left;
}
.accessory_contents dl {
  margin-bottom: 11%;
}
.accessory_contents_box {
  padding: 12% 0;
}
.accessory_contents_box2{
  padding: 9% 0 12%;
}
.accessory_contents_box2 .accessory_contents dl dt {
  order: 1;
}
.accessory_contents_box2 .accessory_contents dl dd {
  width: 100%;
  margin-right: 0%;
  order: 2;
}
.accessory_contents_box2 .accessory_contents dl dd .number {
  margin-right: 0;
  margin-top: 0;
  top: -2%;
  position: absolute;
}
.accessory_contents_box2 .accessory_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 .accessory_chara {
  width: 25%;
}
.onlineshop_wrapper {
  margin-bottom: 12%;
}
}
