/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* List */
.accessory_list {
  width:100%;
  max-width:1920px;
  height:auto;
  display: block;
}
.accessory_list ul {
  width:100%;
  height:auto;
  display: flex;
  flex-wrap: wrap;
}
.accessory_list ul li {
  width:31.33333333333%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:5px;
  border-radius: 5px;
  margin:0 1% 40px;
  transition: .4s all;
}
.accessory_list ul li:hover {
  background-color: var(--color-f5);
}
.accessory_list ul li .acclist_img {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.accessory_list ul li .acclist_img a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.accessory_list ul li .acclist_img a:hover {
  opacity: 0.6;
}
.accessory_list ul li .acclist_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:10px 3% 10px;
}
.accessory_list ul li .acclist_cc h3 {
font-size: 16px;
font-weight: 700;
line-height: 1.5em;
margin-bottom: 5px;
}
.accessory_list ul li .acclist_cc h3 a {
  color:var(--color-black);
  text-decoration: none;
  transition: .4s all;
}
.accessory_list ul li .acclist_cc h3 a:hover {
  color:var(--color-1st);
}
.accessory_list ul li .acclist_cc p.acclist_com {
  font-size:12px;
  overflow: hidden!important;
  display: -webkit-box!important;
  -webkit-box-orient: vertical!important;
  -webkit-line-clamp: 2!important;
  margin-bottom: 10px;
}
.accessory_list ul li .acclist_cc p.acclist_price {
  font-size: 16px;
  line-height: 1em;
  text-align: right;
  margin-bottom: 10px;
}
.accessory_list ul li .acclist_cc p.acclist_price span {
  font-size:9px;
}


/* Line01 */
.accessory_d_sec01 {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.accd_sec01_img {
  width:55%;
}
.accd_sec01_cc {
  width:40%;
}
.accd_sec01_cc h2 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.5em;
}
.accd_sec01_cc h3 {
  font-size:24px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.8em;
}
.accd_sec01_cc p {
  font-size:12px;
  line-height: 2em;
}



}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* List */
.accessory_list {
  width:100%;
  max-width:1920px;
  height:auto;
  display: block;
}
.accessory_list ul {
  width:100%;
  height:auto;
  display: flex;
  flex-wrap: wrap;
}
.accessory_list ul li {
  width:46%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:5px;
  border-radius: 5px;
  margin:0 2% 40px;
  transition: .4s all;
}
.accessory_list ul li:hover {
  background-color: var(--color-f5);
}
.accessory_list ul li .acclist_img {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.accessory_list ul li .acclist_img a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.accessory_list ul li .acclist_img a:hover {
  opacity: 0.6;
}
.accessory_list ul li .acclist_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:10px 3% 10px;
}
.accessory_list ul li .acclist_cc h3 {
font-size: 16px;
font-weight: 700;
line-height: 1.5em;
margin-bottom: 5px;
}
.accessory_list ul li .acclist_cc h3 a {
  color:var(--color-black);
  text-decoration: none;
  transition: .4s all;
}
.accessory_list ul li .acclist_cc h3 a:hover {
  color:var(--color-1st);
}
.accessory_list ul li .acclist_cc p.acclist_com {
  font-size:12px;
  overflow: hidden!important;
  display: -webkit-box!important;
  -webkit-box-orient: vertical!important;
  -webkit-line-clamp: 2!important;
  margin-bottom: 10px;
}
.accessory_list ul li .acclist_cc p.acclist_price {
  font-size: 16px;
  line-height: 1em;
  text-align: right;
  margin-bottom: 10px;
}
.accessory_list ul li .acclist_cc p.acclist_price span {
  font-size:9px;
}

/* Line01 */
.accessory_d_sec01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.accd_sec01_img {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.accd_sec01_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 5%;
}
.accd_sec01_cc h2 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.5em;
}
.accd_sec01_cc h3 {
  font-size:24px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.8em;
}
.accd_sec01_cc p {
  font-size:12px;
  line-height: 2em;
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

/* List */
.accessory_list {
  width:100%;
  max-width:1920px;
  height:auto;
  display: block;
}
.accessory_list ul {
  width:100%;
  height:auto;
  display: flex;
  flex-wrap: wrap;
}
.accessory_list ul li {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--color-ccc);
  margin:0 0 20px;
}
.accessory_list ul li .acclist_img {
  width:25%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}
.accessory_list ul li .acclist_img a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.accessory_list ul li .acclist_img a:hover {
  opacity: 0.6;
}
.accessory_list ul li .acclist_cc {
  width:70%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0;
}
.accessory_list ul li .acclist_cc h3 {
font-size: 16px;
font-weight: 700;
line-height: 1.5em;
margin-bottom: 5px;
}
.accessory_list ul li .acclist_cc h3 a {
  color:var(--color-black);
  text-decoration: none;
  transition: .4s all;
}
.accessory_list ul li .acclist_cc h3 a:hover {
  color:var(--color-1st);
}
.accessory_list ul li .acclist_cc p.acclist_com {
  font-size:12px;
  overflow: hidden!important;
  display: -webkit-box!important;
  -webkit-box-orient: vertical!important;
  -webkit-line-clamp: 2!important;
  margin-bottom: 10px;
}
.accessory_list ul li .acclist_cc p.acclist_price {
  font-size: 16px;
  line-height: 1em;
  color: var(--color-666);
  text-align: right;
  margin-bottom: 0px;
}
.accessory_list ul li .acclist_cc p.acclist_price span {
  font-size:9px;
}

  /* Line01 */
.accessory_d_sec01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.accd_sec01_img {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.accd_sec01_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 5%;
}
.accd_sec01_cc h2 {
  font-size:14px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.5em;
}
.accd_sec01_cc h3 {
  font-size:20px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.8em;
}
.accd_sec01_cc p {
  font-size:12px;
  line-height: 2em;
}

}
