@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');
body {
  background-color: #ffffff;
}
/*custom*/
#SideAc {
  background-color: #ffffff;
}
#SideAc ul.items {
  display: block;
  flex-direction: row;
}
#SideAc ul.items li {
  display: inline-block;
  align-items: baseline;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 8px;
  width: 48%;
}
@media screen and (max-width: 950px) {
  #SideAc .Box02 {
    width: 96%;
  }
}
/*----------------------------------------------------------*/
#SideAc ul.stitemlist li.item, #SideAc ul.stitemlist li.item.mode2 {
  border-radius: 0px;
}
#SideAc ul.stitemlist li.item.mode2 a .go_special {
  border-radius: 0px;
  background-color: #b2867a;
  color: #f4f4f5;
  border: 1px solid #b2867a;
}
#SideAc ul.stitemlist li.item.mode2 a .go_special:hover {
  color: #b2867a;
  background-color: #f4f4f5;
}
#SideAc ul.stitemlist span.ko {
  color: #b2867a;
}
#SideAc ul.stitemlist .ko select#item_num_pull {
  background-color: #b2867a;
  color: #f4f4f5;
  border: 1px solid #b2867a;
  border-radius: 0px;
  margin: 1px;
}
#SideAc ul.stitemlist .ko select#item_num_pull:hover {
  background-color: #b2867a;
  color: #f4f4f5;
}
#SideAc ul.stitemlist select#item_num_pull option {
  background-color: #b2867a;
  color: #f4f4f5;
}
#SideAc ul.stitemlist input.cart {
  background-color: #b2867a;
  color: #f4f4f5;
  border-radius: 0px;
  border: 1px solid #b2867a;
  margin: 1px;
  height: 38px;
}
#SideAc ul.stitemlist input.cart:hover {
  background-color: #f4f4f5;
  color: #b2867a;
}
/*----------------------------------------------------------*/
/* ------------------------------------------------------------------------冒頭紹介*/
#SideAc ul#newbook #SideAc ul#newbook02 {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  width: 950px;
  display: block;
  font-size: 1em;
  line-height: 2em;
}
@media screen and (max-width: 950px) {
  #SideAc ul#newbook, #SideAc ul#newbook02 {
    width: 100%;
  }
}
#SideAc ul#newbook li.book span.itemtext::before {
  content: "発行：2026年3月　 日本ヴォーグ社 \a YONABEYA 著";
}
#SideAc ul#newbook02 li.book span.itemtext::before {
  content: "";
}
#SideAc ul.stitemlist li.book {
  display: inline-block;
  margin: 16px 0px;
  padding: 16px;
  dont-size: 1.1em;
  border: none;
  border-radius: 0px;
  width: 100%;
  flex-direction: row;
}
#SideAc ul.stitemlist li.book span.itemtext {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  line-height: 2em;
  display: inline;
  height: auto;
  text-align: left;
  white-space: pre-wrap;
}
#SideAc ul.stitemlist li.book span.go_special, #SideAc ul.stitemlist a span.go_special {
  background-color: #ffffff;
  color: #b2867a;
  border: none;
  text-align: right;
  border-top: 1px solid #b2867a;
  margin-bottom: 24px;
  margin-top: 24px;
}
#SideAc ul.stitemlist a span.go_special {
  margin-bottom: 8px;
}
#SideAc ul.stitemlist li.book span.go_special::before, #SideAc ul.stitemlist a span.go_special::before {
  content: url("../images/arrow_brown.png");
  vertical-align: middle;
  padding-right: 5px;
}
#SideAc ul.stitemlist li.book span.price {
  width: auto;
  color: #b2867a;
}
#SideAc ul.stitemlist li.book span.cartform {
  padding: 0px;
  width: auto;
  display: :flex;
  justify-content: space-around;
  float: right;
  height: 4em;
}
#SideAc ul.stitemlist li.book span.ko {
  width: auto;
}
#SideAc ul.stitemlist li.book .ko select#item_num_pull {
  width: auto;
  height: 2em;
  height: 40px;
}
#SideAc ul.stitemlist li.book input.cart {
  width: 180px;
  height: 40px;
  float: right;
}
#SideAc ul.stitemlist li.book input.cart:hover, #SideAc ul.stitemlist li.book .ko select#item_num_pull:hover {
  background-color: #f4f4f5;
  color: #b2867a;
}
#SideAc ul.stitemlist li.book span.itemname {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #b2867a;
  line-height: 78px;
  border-bottom: 1px solid #b2867a;
  display: block;
  margin-bottom: 24px;
}
#SideAc ul.stitemlist li.book img {
  width: 400px;
  border-radius: 0px;
  float: left;
}
@media screen and (max-width: 770px) {
  #SideAc ul.stitemlist li.book {
    width: 100%;
  }
  #SideAc ul.stitemlist li.book img {
    width: 100%;
  }
  #SideAc ul.stitemlist li.book span.itemname {
    font-size: 1.2em;
  }
}
/*-------------------------------------------------------------------------------作品名と材料リンク-*/
#SideAc ul.bookitem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#SideAc ul.bookitem li {
  border-radius: 8px;
  text-align: left;
  height: auto;
  line-height: 40px;
  width: 48%;
  margin-bottom: 8px;
  align-items: baseline;
  border: 1px solid #cccccc;
  background-color: #d7b19c;
  padding: 0.5em;
}
#SideAc ul.bookitem li a {
  display: glid;
  grid-template-columns: auto auto auto;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#SideAc ul.bookitem span.itemname {
  white-space: nowrap;
  height: 2em;
  margin: 0.2em;
}
#SideAc ul.bookitem span.pagecount {
  opacity: 50%;
  color: #000000;
  font-size: 1.2em;
}
#SideAc ul.bookitem span.itemcount {
  font-size: 1.5em;
  width: 1.5em;
  font-family: 'Cormorant Garamond', serif;
  border-radius: 8px;
  color: #b2867a;
  background-color: #ffffff;
  padding: 0;
  margin: 0.2em;
  text-align: center;
  text-indent: 0px;
}
#SideAc ul.bookitem span:last-child {
  clear: both;
  opacity: 70%;
  text-align: center;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  float: right;
  white-space: nowrap;
  background-color: #4d1f27;
  color: #ffffff;
  padding-right: 8px;
  padding-left: 16px;
  border-radius: 24px;
  margin-top: auto;
  margin-bottom: 0px;
  align-items: baseline;
}
#SideAc ul.bookitem span:last-child::after {
  content: url("../images/arrow_white.png");
  vertical-align: middle;
  margin-right: 0px;
}
@media screen and (max-width: 770px) {
  #SideAc ul.bookitem li {
    border-bottom: 1px solid #ECECEA;
    width: 88%;
    margin: 8px auto;
  }
  #SideAc ul.bookitem span.itemcount {
    width: 20%;
  }
}
/*目次-------------------------------------------*/
#SideAc ul.jumpmenu_book {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 950px;
}
#SideAc ul.jumpmenu_book li {
  display: inline;
  align-items: center;
  width: 50%;
  height: auto;
  margin: 2px auto;
  text-align: left;
  text-indent: 8px;
}
#SideAc ul.jumpmenu_book li a {
  text-decoration: none;
  display: block;
  background-color: #f6ff93;
  line-height: 2.5em;
  color: #281d22;
  border-radius: 28px;
  border: 1px solid #f6ff93;
  width: 100%;
}
#SideAc ul.jumpmenu_book li div {
  float: left;
  margin-right: 1px;
  color: #FD5C98;
  font-weight: 700;
}
#SideAc ul.jumpmenu_book li div::after {
  content: url("../images/arrow_pink.png");
  vertical-align: middle;
}
@media screen and (max-width:770px) {
  #SideAc ul.jumpmenu_book, #SideAc ul.jumpmenu_book li {
    width: 100%;
  }
}
/*/-----01-----/*/
#SideAc {
  line-height: 1em;
  font-weight: normal;
  color: #281d22;
  text-align: center;
  margin: 0px;
  padding: 0px;
  clear: both;
}
@media screen and (max-width: 950px) {
  #SideAc {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
}
#SideAc A:link {
  color: #281d22;
  text-decoration: underline;
}
#SideAc A:hover {
  opacity: 80%;
  text-decoration: none;
}
#SideAc A:visited {
  color: #987C71;
}
#SideAc p.go_special, #SideAc p.go_special a {
  background-color: #f4f4f5;
  color: #b2867a;
  border-radius: 8px;
}
@media screen and (max-width:770px) {
  #SideAc p.go_special {
    width: 88%;
    height: auto;
  }
  #SideAc p.go_special a {
    width: auto;
    height: auto;
  }
}
#SideAc p.go_special, #SideAc p.go_special a:hover {
  background-color: #BA1B2D;
  color: #f4f4f5;
}
/*--------------------------------------------------------------------- h*/
#SideAc h2 {
  border: 1px solid #612d39;
  color: #e9f1f3;
  background-color: #612d39;
  text-align: center;
  margin-top: 84px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  clear: both;
  font-weight: bold;
  line-height: 78px;
  width: 100%;
  border-radius: 0px;
  vertical-align: bottom;
  padding-left: 8px;
}
/* ------------------------------------------------------------------------------*/
@media screen and (max-width: 950px) {
  #SideAc h2 {
    width: 100%;
    line-height: 4em;
  }
}
#SideAc h3 {
  color: #612d39;
  background-color: #FBD68F;
  text-align: center;
  margin-top: 88px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  clear: both;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 38px;
  width: auto;
}
@media screen and (max-width: 950px) {
  #SideAc h3 {
    width: 100%;
    margin-top: 38px;
  }
}
#SideAc h4 {
  text-align: left;
  color: #4C2E16;
  background-color: #ECECEC;
  margin-top: 68px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  clear: both;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 2em;
  border-bottom-style: none;
  border-top-style: solid;
  border-bottom-style: solid;
  padding-left: 0px;
  width: 950px;
  border-right-style: none;
  border-left-style: none;
  text-indent: 0;
  border-top-width: 1px;
  border-top-color: #f4f4f5;
  border-bottom-width: 1px;
  border-bottom-color: #f4f4f5;
}
@media screen and (max-width: 950px) {
  #SideAc h4 {
    width: 100%;
  }
}
#SideAc p {
  width: 950px;
  text-align: left;
  clear: both;
  line-height: 2em;
  margin-top: 8px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  letter-spacing: 0.2em;
  padding: 16px 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 950px) {
  #SideAc p {
    line-height: 1.8em;
    width: 98%;
  }
}
#SideAc p.news {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  background: none;
  clear: both;
  padding: 0px;
  width: 880px;
  border: 1px solid #AB9152;
}
#SideAc p img {
  margin: 0px;
  padding: 0px;
}
#SideAc img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  height: auto;
  max-width: 100%;
}
#SideAc img.left {
  margin-right: 16px;
  margin-bottom: 16px;
}
#SideAc img.right {
  margin-left: 16px;
  margin-bottom: 16px;
}
#SideAc ul {
  display: flex;
  justify-content: space-around;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  width: 950px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
@media screen and (max-width: 950px) {
  #SideAc ul {
    width: 100%;
  }
}
#SideAc li {
  list-style-type: none;
  clear: none;
  text-align: center;
  align-items: center;
  padding: 2px;
  margin: 2px;
  vertical-align: top;
  line-height: 1.5em;
  letter-spacing: 0em;
  width: 100%;
  white-space: wrap;
}
/* menu */
#SideAc ol.menu {
  display: flex;
  justify-content: space-around;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#SideAc ol.menu li {
  align-items: center;
  width: 48%;
  border-radius: 8px;
}
#SideAc ol.menu li a {
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  display: block;
  line-height: 4em;
  background-color: #f4f4f5;
  color: #b2867a;
}
#SideAc ol.menu li a:hover {
  background-color: #DDDCD7;
  color: #f4f4f5;
}
#SideAc .kanren, #SideAc #trendlist {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/*場所で変える*/
#SideAc ul.stitemlist(> :nth-child(-n+3):last-child) {
  width: 30%;
}