@charset "utf-8";
body.popupopen {
  overflow: hidden;
}
.forSP {
  display: none !important;
}
@media (max-width: 768px) {
  .forSP {
    display: block !important;
  }
}
.forPC {
  display: block !important;
}
@media (max-width: 768px) {
  .forPC {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #contents {
    padding: 0 25px;
    margin-top: 20px;
  }
}
.sectionType1.textWrap .cms {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sectionType1.textWrap {
    margin-bottom: 30px;
  }
}
#main {
  padding: 0 15px;
}
@media (max-width: 768px) {
  #main {
    padding: 0;
  }
}
#main .pagetitle {
  margin-bottom: 15px;
  font-size: 3.6rem;
  padding-left: 0;
}
@media (max-width: 768px) {
  #main .pagetitle {
    font-size: 2.4rem;
  }
}
#main .pagetitle:before {
  display: none;
}
#main .subname {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #main .subname {
    font-size: 1.6rem;
  }
}
#main .iconWrap {
  margin-bottom: 15px;
}
#main .iconWrap div {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 4px 10px;
  border: solid 2px var(--sub-color2);
  border-radius: 8px;
  color: var(--sub-color2);
  font-weight: 500;
  font-size: 1.4rem;
}
#main .iconWrap div.y {
  border: solid 2px var(--sub-color1);
  color: var(--sub-color1);
}
#main .listType1 ul {
  margin-right: -22px;
}
@media (max-width: 768px) {
  #main .listType1 ul {
    padding-left: 0;
  }
}
#main .listType1 ul li {
  width: 138px;
  margin-right: 22px;
}
#main .listType1 ul li .ttl {
  padding: 0;
}
@media (max-width: 768px) {
  #main .listType1 ul li {
    margin-right: 10px;
  }
}
#main .outline {
  padding-bottom: 25px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #main .outline.forSP {
    font-size: 1.4rem;
  }
}
#main .format {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #main .format {
    justify-content: center;
  }
}
#main .format dt {
  margin-right: 17px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #main .format dt.forSP {
    font-size: 1.2rem;
  }
}
#main .format dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#main .format dd span,
#main .format dd a {
  min-width: 100px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 15px;
  line-height: 32px;
}
@media (max-width: 768px) {
  #main .format dd span,
  #main .format dd a {
    min-width: 80px;
    font-size: 1.2rem;
  }
}
#main .format dd span {
  padding: 7px;
  border: 2px solid #f8b52b;
  border-radius: 16px;
  font-weight: 700;
  line-height: 1;
}
#main .format dd a {
  padding: 7px;
  border-radius: 16px;
  color: #777;
  background: #E3E3E3;
  border: 2px solid #E3E3E3;
  text-decoration: none;
  line-height: 1;
}
#main .price {
  margin: 0 0 30px;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
  color: #000;
  border-left: none;
}
@media (max-width: 768px) {
  #main .price {
    text-align: center;
  }
}
#main .price span {
  font-size: 2rem;
  letter-spacing: 0;
}
#main .btnWrap {
  display: flex;
}
@media (max-width: 1000px) and (min-width: 769px) {
  #main .btnWrap {
    display: block;
  }
}
@media (max-width: 768px) {
  #main .btnWrap {
    display: block;
  }
}
#main .go-cart {
  max-width: 400px;
  height: 65px;
  margin: 0 30px 30px 0;
  border-radius: 32.5px;
  background: #f8b500;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1000px) and (min-width: 769px) {
  #main .go-cart {
    margin: 0 30px 10px 0;
  }
}
@media (max-width: 768px) {
  #main .go-cart {
    max-width: initial;
    width: 100%;
    height: 74px;
    border-radius: 37px;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
#main .go-cart > span {
  position: relative;
  display: block;
  min-width: 25em;
  padding: 0 40px 0 60px;
}
@media (max-width: 768px) {
  #main .go-cart > span {
    min-width: initial;
  }
  #main .go-cart > span span {
    display: block;
  }
}
#main .go-cart > span:before,
#main .go-cart > span:after {
  position: absolute;
  content: "";
}
#main .go-cart > span:before {
  width: 19px;
  height: 18px;
  left: 20px;
  top: 50%;
  margin-top: -9px;
  background: url('/images/org/ico_cart.svg') no-repeat center center;
  background-size: contain;
}
#main .go-cart > span:after {
  width: 4px;
  height: 8px;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  background: url('/images/org/ico_arrow-w01.svg') no-repeat center center;
  background-size: contain;
}
#main .cartcode > div {
  max-width: none !important;
}
#main .cartcode > div iframe {
  height: 65px !important;
}
#main .netshop {
  position: relative;
  display: flex;
  align-items: center;
  width: 270px;
  min-height: 75px;
  margin: 0 0 30px;
  z-index: 10;
}
@media (max-width: 768px) {
  #main .netshop {
    width: 100%;
    margin: 0 0 30px;
    height: 70px;
  }
}
#main .netshop .wrap {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  #main .netshop .wrap {
    width: 100%;
  }
}
#main .netshop .wrap.show {
  display: flex;
  flex-wrap: wrap;
}
#main .netshop .wrap.show .more {
  width: 100%;
}
#main .netshop .wrap.show .more:after {
  top: 23px;
  transform: rotate(135deg);
  transition: all 0.3s;
}
#main .netshop .wrap .item {
  width: 48%;
  margin: 0 2% 10px 0;
  border: 1px solid #CCCCCC;
  display: none;
}
#main .netshop .wrap .item:nth-child(odd) {
  margin: 0 0 10px 2%;
}
#main .netshop .wrap .item a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  transition: 0.2s;
}
#main .netshop .wrap .item a:hover {
  opacity: 0.8;
}
#main .netshop .wrap .item img {
  max-width: 100%;
}
#main .netshop .wrap .more {
  position: relative;
  display: flex;
  align-items: center;
  width: 270px;
  height: 50px;
  margin: 10px 0;
  padding-left: 20px;
  border-radius: 25px;
  border: 1px solid #c7c7c7;
  background: #FFF;
  cursor: pointer;
}
@media (max-width: 768px) {
  #main .netshop .wrap .more {
    width: 100%;
  }
}
#main .netshop .wrap .more span {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
#main .netshop .wrap .more:before,
#main .netshop .wrap .more:after {
  position: absolute;
  content: '';
}
#main .netshop .wrap .more:before {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background: #F8B500;
  border-radius: 15px;
}
#main .netshop .wrap .more:after {
  width: 10px;
  height: 10px;
  top: 16px;
  right: 20px;
  border: 2px solid;
  border-color: transparent transparent #FFF #FFF;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
#main .magazineInfo {
  display: flex;
  margin-bottom: 30px;
}
#main .magazineInfo .btn:not(:last-of-type) {
  margin-right: 30px;
}
#main .magazineInfo .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 12px 40px 12px 20px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #868686;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
#main .magazineInfo .btn a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left center;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  #main .magazineInfo .btn a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  #main #second.forSP {
    width: 230px;
    margin: 0 auto 10px;
  }
}
#main .detail {
  font-size: 1.4rem;
}
#main .detail table {
  width: 100%;
  margin-bottom: 5px;
  border-bottom: solid 1px #CCC;
}
#main .detail tr {
  border-top: solid 1px #CCC;
}
#main .detail th,
#main .detail td {
  padding: 15px 20px;
  line-height: 1.8;
}
#main .detail th {
  color: #6F6F6F;
  width: 160px;
}
#main .detail td {
  color: #000;
}
@media (max-width: 768px) {
  #main .detail td {
    padding: 15px 0;
  }
}
#main .detail td a {
  text-decoration: underline;
  color: #000;
}
#main .detail th {
  padding-right: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #main .detail th {
    width: 7em;
    padding: 15px 0;
    vertical-align: top;
  }
  #main .detail th > span {
    display: block;
  }
}
#main .detail .info {
  padding-bottom: 25px;
}
#main .detail .info a {
  display: block;
  max-width: 450px;
  padding: 10px;
  border-radius: 20px;
  background-color: #EAE9E9;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  transition: 0.2s;
}
@media (max-width: 768px) {
  #main .detail .info a {
    width: auto;
  }
}
#main .detail .info a:hover {
  text-decoration: none;
  background-color: #d1cfcf;
}
#main #bookexplain .wrap {
  display: none;
}
#main .textWrap {
  max-width: 920px;
  margin: 0 auto;
}
#main .textWrap .tab {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #main .textWrap .tab {
    display: flex;
    border-bottom: none;
    font-size: 1.6rem;
  }
}
#main .textWrap .tab:after {
  content: "";
  display: block;
  clear: both;
}
#main .textWrap .tab > div {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 186px;
  height: 45px;
  margin: 7px 5px 2px 0;
  border-radius: 15px 15px 0px 0px;
  background: #FFF;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #8D8D8D;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  #main .textWrap .tab > div {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: left;
  }
}
#main .textWrap .tab > div > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .textWrap .tab > div > a > span {
  display: inline-block;
  border-bottom: solid 2px #D9D9D9;
  padding: 5px 0 2px;
  color: #8D8D8D;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #main .textWrap .tab > div > a > span {
    position: relative;
    padding: 0;
  }
  #main .textWrap .tab > div > a > span:after {
    display: none;
  }
}
#main .textWrap .tab > div.current {
  width: 220px;
  height: 55px;
  margin: 0 5px 0 0;
  background: #f2f2f2;
  border-radius: 15px 15px 0px 0px;
  border: 1px solid #f2f2f2;
  border-bottom: none;
}
@media (max-width: 768px) {
  #main .textWrap .tab > div.current {
    height: 48px;
  }
}
#main .textWrap .tab > div.current > a > span {
  color: #000;
}
@media (max-width: 768px) {
  #main .textWrap .tab > div.current {
    width: auto;
  }
}
#main .textWrap .tab > div.current > a {
  color: #ffffff;
}
#main .textWrap .tab > div.current > a > span {
  border: none;
}
@media (max-width: 768px) {
  #main .textWrap .tab > div.current > a > span:after {
    display: none;
  }
}
@media (max-width: 768px) {
  #main .textWrap .tab > div[data-tab] {
    width: 50%;
    margin-top: 1px;
  }
  #main .textWrap .tab > div[data-tab] > a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#main .textWrap .tab > div[data-content] {
  display: none;
}
@media (max-width: 768px) {
  #main .textWrap .tab > div[data-content] {
    width: 50%;
    padding: 15px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #main .textWrap .tab > div[data-content]:last-child {
    border-bottom: 1px solid #ccc;
  }
  #main .textWrap .tab > div[data-content] > a > span {
    color: #000;
  }
}
#main .textWrap .tabWrap {
  margin-bottom: 60px;
  padding: 20px;
  background: #F2F2F2;
  border-radius: 0 15px 15px 15px;
}
@media (max-width: 768px) {
  #main .textWrap .tabWrap {
    margin-bottom: 30px;
  }
}
#main .textWrap .tabWrap > div {
  display: none;
  padding: 35px;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 768px) {
  #main .textWrap .tabWrap > div {
    padding: 25px;
  }
}
#main .textWrap .tabWrap > div p {
  margin: 0;
  font-size: 1.4rem;
  color: #444;
}
#main .textWrap .tabWrap > div p:not(:last-of-type) {
  margin-bottom: 1em;
}
#main .textWrap .tabWrap > div .book-info {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0 0;
}
@media (max-width: 768px) {
  #main .textWrap .tabWrap > div .book-info {
    display: block;
  }
}
#main .textWrap .tabWrap > div .book-info dt {
  width: 10em;
}
#main .textWrap .tabWrap > div .book-info dt .date {
  display: inline-block;
  font-size: 1.2rem;
  color: #444;
  margin-right: 1em;
}
@media (max-width: 768px) {
  #main .textWrap .tabWrap > div .book-info dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#main .textWrap .tabWrap > div .book-info dt .category {
  display: inline-block;
}
#main .textWrap .tabWrap > div .book-info dt .category a {
  display: inline-block;
  min-width: 64px;
  margin: 0;
  padding: 3px 5px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
#main .textWrap .tabWrap > div .book-info dt .category a.n6 {
  background: #CEAB28;
}
#main .textWrap .tabWrap > div .book-info dt .category a.n14 {
  background: #8C45B2;
}
#main .textWrap .tabWrap > div .book-info dd {
  width: calc(100% - 10em);
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  #main .textWrap .tabWrap > div .book-info dd {
    width: 100%;
  }
}
#main .textWrap .tabWrap > div .book-info dd a {
  font-size: 1.4rem;
  color: #444444;
  text-decoration: none;
}
#main .textWrap .tabWrap > div .book-info dd:last-of-type {
  margin: 0;
}
#bookData {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  #bookData {
    flex-wrap: wrap;
  }
}
#bookData #main {
  order: 1;
  flex-grow: 1;
  max-width: 600px;
  padding-right: 0;
}
@media (max-width: 768px) {
  #bookData #main {
    width: 100%;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
  }
}
#bookData .bookInfo {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #bookData .bookInfo {
    display: block;
    margin-bottom: 30px;
  }
}
#bookData .cover {
  position: sticky;
  width: 500px;
  top: 110px;
  align-self: flex-start;
  margin-right: 60px;
}
@media (max-width: 1300px) and (min-width: 769px) {
  #bookData .cover {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #bookData .cover {
    position: static;
    top: auto;
    display: contents;
  }
}
#bookData .cover .image,
#bookData .cover .images .main {
  position: relative;
  width: 100%;
  padding: 95px 0;
  background-color: #F4F4F4;
  text-align: center;
}
@media (max-width: 768px) {
  #bookData .cover .image,
  #bookData .cover .images .main {
    padding: 40px 0;
  }
}
#bookData .cover .image a,
#bookData .cover .images .main a {
  cursor: zoom-in;
}
#bookData .cover .image img,
#bookData .cover .images .main img {
  max-width: 250px;
  box-shadow: 0px 3px 20px #00000065;
}
@media (max-width: 768px) {
  #bookData .cover .image img,
  #bookData .cover .images .main img {
    max-height: 200px;
  }
}
#bookData .cover .image {
  width: 500px;
  margin-bottom: 30px;
}
@media (max-width: 1300px) and (min-width: 769px) {
  #bookData .cover .image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #bookData .cover .image {
    width: 100%;
  }
}
#bookData .cover .images {
  margin-bottom: 30px;
}
#bookData .cover .images .main .swiper-button-next,
#bookData .cover .images .main .swiper-button-prev {
  background: none;
}
#bookData .cover .images .main .swiper-button-next:after,
#bookData .cover .images .main .swiper-button-prev:after {
  position: absolute;
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}
#bookData .cover .images .main .swiper-button-next {
  right: 22px;
}
#bookData .cover .images .main .swiper-button-next:after {
  transform: rotate(45deg);
}
#bookData .cover .images .main .swiper-button-prev {
  left: 22px;
}
#bookData .cover .images .main .swiper-button-prev:after {
  transform: rotate(-135deg);
}
#bookData .cover .images .sub {
  padding-top: 20px;
}
#bookData .cover .images .sub ul {
  justify-content: center;
  transform: none !important;
}
#bookData .cover .images .sub li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px !important;
  height: 90px;
  margin-right: 15px !important;
  border: 2px solid #EBEBEB;
  border-radius: 10px;
  background-color: #FFF;
  cursor: pointer;
}
@media (max-width: 768px) {
  #bookData .cover .images .sub li {
    width: 70px !important;
    height: 70px;
  }
}
#bookData .cover .images .sub li.swiper-slide-thumb-active {
  border-color: #DCF0F4;
  background-color: #DCF0F4;
}
#bookData .cover .images .sub li img {
  max-width: 64px;
  max-height: 64px;
}
@media (max-width: 768px) {
  #bookData .cover .images .sub li img {
    max-width: 50px;
    max-height: 50px;
  }
}
#bookData .detailWrap {
  width: 100%;
  color: #6F6F6F;
  box-sizing: border-box;
}
@media (max-width: 1300px) and (min-width: 769px) {
  #bookData .detailWrap {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #bookData .detailWrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #bookData #second {
    order: 2;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#bookData #second .btn {
  margin-bottom: 30px;
}
#bookData #second .btn a {
  position: relative;
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transition: 0.2s;
  color: #000;
}
#bookData #second .btn a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border: 2px solid;
  border-color: transparent transparent var(--sub-color1) var(--sub-color1);
  transform: rotate(225deg);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  #bookData #second .btn a:hover:after {
    right: 15px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  #bookData #second .btn a {
    width: auto;
  }
}
#bookData #second .newslist {
  padding-top: 40px;
}
@media (max-width: 768px) {
  #bookData #second .newslist {
    padding-top: 20px;
  }
}
#bookData #second .newslist ul {
  display: table;
}
#bookData #second .newslist ul li {
  display: table-row;
  font-size: 1.4rem;
}
#bookData #second .newslist ul li p {
  display: table-cell;
  padding-top: 10px;
}
#bookData #second .newslist ul li p.date {
  padding-right: 15px;
}
#bookData .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #bookData .sns {
    display: flex !important;
    justify-content: center;
    margin-bottom: 20px;
  }
}
#bookData .sns .item {
  margin: 0 5px;
}
#bookData .sns .item a {
  transition: 0.2s;
}
#bookData .sns .item a:hover {
  opacity: 0.8;
}
#bookData .contact {
  text-align: center;
}
@media (max-width: 768px) {
  #bookData .contact {
    margin-bottom: 30px;
  }
}
#bookData .contact a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #000;
  font-weight: 500;
}
#bookData .contact a:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 2px;
  background: url('/images/org/ico_contact.svg') no-repeat center center;
  background-size: contain;
}
#relateveNews {
  max-width: 920px;
  padding: 0 15px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #relateveNews {
    padding: 0;
    margin-bottom: 30px;
  }
}
#relateveNews .sttl {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
#relateveNews .book-info {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 0;
}
@media (max-width: 768px) {
  #relateveNews .book-info {
    display: block;
  }
}
#relateveNews .book-info:not(:last-of-type) {
  border-bottom: solid 1px #DBDBDB;
}
#relateveNews .book-info dt {
  width: 165px;
}
@media (max-width: 768px) {
  #relateveNews .book-info dt {
    width: 100%;
    margin-bottom: 15px;
  }
}
#relateveNews .book-info dt .date {
  display: inline-block;
  font-size: 1.2rem;
  color: #444;
  margin-right: 1em;
}
#relateveNews .book-info dt .category {
  display: inline-block;
}
#relateveNews .book-info dt .category a {
  display: inline-block;
  min-width: 64px;
  margin: 0;
  padding: 3px 5px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
#relateveNews .book-info dt .category a.n1 {
  background: #8D3043;
}
#relateveNews .book-info dt .category a.n2,
#relateveNews .book-info dt .category a.n3,
#relateveNews .book-info dt .category a.n4 {
  background: #E66F18;
}
#relateveNews .book-info dt .category a.n5 {
  background: #10B0B5;
}
#relateveNews .book-info dt .category a.n6 {
  background: #CEAB28;
}
#relateveNews .book-info dt .category a.n7 {
  background: #1D88D6;
}
#relateveNews .book-info dt .category a.n8 {
  background: #DE3A86;
}
#relateveNews .book-info dt .category a.n9 {
  background: #1B58CB;
}
#relateveNews .book-info dt .category a.n10 {
  background: #1B58CB;
}
#relateveNews .book-info dt .category a.n11,
#relateveNews .book-info dt .category a.n12 {
  background: #8D4508;
}
#relateveNews .book-info dt .category a.n13 {
  background: #5CAC0C;
}
#relateveNews .book-info dt .category a.n14,
#relateveNews .book-info dt .category a.n15,
#relateveNews .book-info dt .category a.n16 {
  background: #8C45B2;
}
#relateveNews .book-info dt .category a.n17 {
  background: #DD3636;
}
#relateveNews .book-info dt .category a.n18 {
  background: #0096B2;
}
#relateveNews .book-info dt .category a.n19 {
  background: #FF0000;
}
#relateveNews .book-info dd {
  width: calc(100% - 165px);
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  #relateveNews .book-info dd {
    width: 100%;
  }
}
#relateveNews .book-info dd a {
  font-size: 1.4rem;
  color: #444444;
  text-decoration: none;
}
#relateveBook {
  padding: 0 15px 50px;
}
@media (max-width: 768px) {
  #relateveBook {
    padding: 0 0 50px;
  }
}
#relateveBook .wrap {
  max-width: var(--sitewidth);
  margin: auto;
}
#relateveBook .wrap .sttl {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
#relateveBook .wrap .booklist2 {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  #relateveBook .wrap .booklist2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
#relateveBook .wrap .booklist2 .item {
  width: 230px;
  min-width: initial;
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  #relateveBook .wrap .booklist2 .item {
    width: initial;
    margin-right: 0;
  }
}
#relateveBook .wrap .booklist2 .item .image {
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 30px;
  background: #f4f9fa;
}
@media (max-width: 768px) {
  #relateveBook .wrap .booklist2 .item .image {
    padding: 15px 0;
    border-radius: 20px;
  }
}
#relateveBook .wrap .booklist2 .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #relateveBook .wrap .booklist2 .item .image .img {
    width: 120px;
    height: 120px;
  }
}
#relateveBook .wrap .booklist2 .item .image .img img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 4px 4px 2px rgba(147, 147, 147, 0.15);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #relateveBook .wrap .booklist2 .item .image .img img {
    width: auto;
  }
}
@media (min-width: 769px) {
  #relateveBook .wrap .booklist2 .item .image .img img:hover {
    max-width: 95%;
    max-height: 95%;
    transition: all 0.3s ease;
  }
}
#relateveBook .wrap .booklist2 .item .txt a {
  color: #000;
}
#relateveBook .wrap .booklist2 .item .txt .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #relateveBook .wrap .booklist2 .item .txt .ttl {
    font-size: 1.4rem;
  }
}
#relateveBook .wrap .booklist2 .item .txt .price {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  #relateveBook .wrap .booklist2 .item .txt .price {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
#popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#popup.open {
  opacity: 1;
  pointer-events: all;
}
#popup.open .wrap {
  transition: 0.3s;
  transform: scale(1, 1);
}
#popup.single .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup.single .wrap img {
  max-height: 100%;
}
#popup.single .swiper-button-next,
#popup.single .swiper-button-prev {
  display: none;
}
#popup .wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100vw - 160px);
  height: calc(100vh - 160px);
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  cursor: auto;
  transform: scale(0.1, 0.1);
}
#popup .wrap .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup .wrap .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
#popup .wrap .swiper-button-next,
#popup .wrap .swiper-button-prev {
  background: none;
}
#popup .wrap .swiper-button-next:after,
#popup .wrap .swiper-button-prev:after {
  position: absolute;
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}
#popup .wrap .swiper-button-next {
  right: 22px;
}
#popup .wrap .swiper-button-next:after {
  transform: rotate(45deg);
}
#popup .wrap .swiper-button-prev {
  left: 22px;
}
#popup .wrap .swiper-button-prev:after {
  transform: rotate(-135deg);
}
@media (max-width: 768px) {
  #popup .wrap {
    width: calc(100vw - 40px);
    height: calc(100vh - 90px);
    padding: 50px 0;
    box-sizing: border-box;
  }
  #popup .wrap .swiper-slide {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#popup .wrap .close {
  position: absolute;
  z-index: 13;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
#popup .wrap .close:hover {
  background-color: #ccc;
}
@media (max-width: 768px) {
  #popup .wrap .close {
    background-color: #ccc;
  }
}
#popup .wrap .close:before,
#popup .wrap .close:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background-color: #333;
}
#popup .wrap .close:before {
  transform: rotate(-315deg);
}
#popup .wrap .close:after {
  transform: rotate(315deg);
}
#contents.magazine {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  #contents.magazine {
    padding-top: 30px;
    padding: 0 25px;
    margin-top: 10px;
  }
}
#contents.magazine #main_column {
  max-width: initial;
}
@media (max-width: 768px) {
  #contents.magazine #main_column {
    width: auto;
    margin: 0 0 50px;
    padding-top: 30px;
  }
  #contents.magazine #main_column:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 3px;
    top: 0;
    left: 0;
    background: var(--sub-color1);
  }
}
#contents.magazine #main_column > .title {
  max-width: var(--sitewidth);
  margin: 0 auto 30px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #contents.magazine #main_column > .title .pagetitle {
    padding-left: 0;
    font-size: 2.6rem;
    text-align: center;
  }
}
#contents.magazine #main_column > .title .pagetitle:before {
  background: var(--sub-color1);
}
@media (max-width: 768px) {
  #contents.magazine #main_column > .title .pagetitle:before {
    display: none;
  }
}
#contents.magazine .newRelease {
  background: linear-gradient(180deg, #FFF 0%, #FFF 28%, #F4F4F4 28%, #F4F4F4 100%);
}
@media (max-width: 768px) {
  #contents.magazine .newRelease {
    background: none;
  }
}
#contents.magazine .newRelease .inner {
  display: flex;
  max-width: var(--sitewidth);
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner {
    display: block;
    padding: 0;
  }
}
#contents.magazine .newRelease .inner .ph {
  width: 380px;
  margin-right: 75px;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .ph {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 30px;
  }
}
#contents.magazine .newRelease .inner .ph img {
  width: 100%;
  box-shadow: 3px 3px 10px rgba(105, 60, 0, 0.16);
}
#contents.magazine .newRelease .inner .txt {
  flex: 1;
}
#contents.magazine .newRelease .inner .txt .catch {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .catch {
    font-size: 2rem;
  }
}
#contents.magazine .newRelease .inner .txt .copy {
  font-size: 1.6rem;
  color: #4B4B4B;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .copy {
    font-size: 1.4rem;
  }
}
#contents.magazine .newRelease .inner .txt .info {
  padding: 30px 0 50px;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info {
    margin: 0 -25px;
    padding: 30px 25px;
    background: #F4F4F4;
  }
}
#contents.magazine .newRelease .inner .txt .info .date {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .date {
    text-align: center;
    margin-bottom: 10px;
  }
}
#contents.magazine .newRelease .inner .txt .info .date > span {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .date > span {
    margin: 0 0 15px;
  }
}
#contents.magazine .newRelease .inner .txt .info .date > span.price {
  font-weight: 700;
}
#contents.magazine .newRelease .inner .txt .info .new {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 13px;
  background: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .new {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}
#contents.magazine .newRelease .inner .txt .info .new .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 35px;
  background-color: var(--sub-color2);
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .new .icon {
    width: 62px;
    height: 62px;
    margin-right: 10px;
    border-radius: 31px;
  }
}
#contents.magazine .newRelease .inner .txt .info .new .icon span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .new .icon span {
    font-size: 1.4rem;
  }
}
#contents.magazine .newRelease .inner .txt .info .new .ttlWrap {
  flex: 1;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .new .ttlWrap {
    width: calc(100% - 70px);
  }
}
#contents.magazine .newRelease .inner .txt .info .new .ttlWrap .title {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .new .ttlWrap .title {
    font-size: 1.8rem;
  }
}
#contents.magazine .newRelease .inner .txt .info .new .ttlWrap .sub {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .new .go-cart {
    width: 100%;
    margin-top: 20px;
  }
}
#contents.magazine .newRelease .inner .txt .info .new .go-cart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 42px;
  border-radius: 21px;
  background: #f8b500;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .new .go-cart a {
    margin: 0 auto;
  }
}
#contents.magazine .newRelease .inner .txt .info .new .go-cart a:before,
#contents.magazine .newRelease .inner .txt .info .new .go-cart a:after {
  position: absolute;
  content: "";
}
#contents.magazine .newRelease .inner .txt .info .new .go-cart a:after {
  width: 4px;
  height: 8px;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  background: url('/images/org/ico_arrow-w01.svg') no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  #contents.magazine .newRelease .inner .txt .info .new .go-cart a:hover:after {
    right: 15px;
    transition: all 0.3s ease;
  }
}
#contents.magazine .newRelease .inner .txt .info .new .go-cart a > span {
  position: relative;
  display: block;
  padding: 0 40px 0 60px;
}
#contents.magazine .newRelease .inner .txt .info .new .go-cart a > span:before,
#contents.magazine .newRelease .inner .txt .info .new .go-cart a > span:after {
  position: absolute;
  content: "";
}
#contents.magazine .newRelease .inner .txt .info .new .go-cart a > span:before {
  width: 19px;
  height: 18px;
  left: 20px;
  top: 50%;
  margin-top: -9px;
  background: url('/images/org/ico_cart.svg') no-repeat center center;
  background-size: contain;
}
#contents.magazine .newRelease .inner .txt .info .teiki {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 13px;
  background: #fff;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .teiki {
    padding: 20px 10px;
    display: block;
  }
}
#contents.magazine .newRelease .inner .txt .info .teiki .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 25px;
  padding: 10px 25px 10px 0;
  border-right: solid 1px var(--sub-color2);
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .teiki .ttl {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    border-right: none;
    border-bottom: solid 1px var(--sub-color2);
    text-align: center;
  }
}
#contents.magazine .newRelease .inner .txt .info .teiki .ttl span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
#contents.magazine .newRelease .inner .txt .info .teiki .ttl span:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 18px;
  top: 50%;
  left: 0;
  margin-top: -9px;
  background: url('/images/org/ico_teiki.svg') no-repeat center center;
  background-size: contain;
}
#contents.magazine .newRelease .inner .txt .info .teiki .info {
  flex: 1;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  background: #FFF;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .teiki .info {
    display: block;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}
#contents.magazine .newRelease .inner .txt .info .teiki .info .note {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
}
#contents.magazine .newRelease .inner .txt .info .teiki .info .note .attention {
  color: #ff0000;
}
#contents.magazine .newRelease .inner .txt .info .teiki .info .tgtLink {
  display: flex;
  display: block;
  align-items: center;
}
#contents.magazine .newRelease .inner .txt .info .teiki .info .tgtLink img {
  display: inline-block;
  height: 22px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .teiki .info .tgtLink img {
    margin: 0 auto 10px;
  }
}
#contents.magazine .newRelease .inner .txt .info .teiki .info .tgtLink span {
  display: block;
  font-size: 1.3rem;
  font-weight: initial;
}
#contents.magazine .newRelease .inner .txt .info .teiki .btn {
  width: 220px;
  height: 42px;
  margin: 0 auto;
  border-radius: 21px;
  background: #fff;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .teiki .btn {
    display: block;
  }
}
#contents.magazine .newRelease .inner .txt .info .teiki .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .teiki .btn a {
    font-size: 1.2rem;
  }
}
#contents.magazine .newRelease .inner .txt .info .teiki .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left top;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  #contents.magazine .newRelease .inner .txt .info .teiki .btn a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
#contents.magazine .newRelease .inner .txt .info .btns {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .btns {
    display: block;
  }
}
#contents.magazine .newRelease .inner .txt .info .btns .btn {
  width: 160px;
  height: 40px;
  margin: 0 15px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #AFAFAF;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .btns .btn {
    width: 180px;
    margin: 0 auto 20px;
  }
}
#contents.magazine .newRelease .inner .txt .info .btns .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #contents.magazine .newRelease .inner .txt .info .btns .btn a {
    font-size: 1.2rem;
  }
}
#contents.magazine .newRelease .inner .txt .info .btns .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left top;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  #contents.magazine .newRelease .inner .txt .info .btns .btn a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
#contents.magazine .backNumber {
  max-width: var(--sitewidth);
  margin: 0 auto;
  padding: 60px 15px;
}
@media (max-width: 768px) {
  #contents.magazine .backNumber {
    padding: 60px 0 0;
  }
}
#contents.magazine .backNumber > .ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
#contents.magazine .backNumber .backWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .backWrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .backWrap .item {
    width: initial;
    margin: 0;
  }
}
#contents.magazine .backNumber .backWrap .item .image {
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 30px;
  background: #FFFAF0;
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .backWrap .item .image {
    padding: 15px 0;
    border-radius: 20px;
  }
}
#contents.magazine .backNumber .backWrap .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .backWrap .item .image .img {
    width: 120px;
    height: 120px;
  }
}
#contents.magazine .backNumber .backWrap .item .image .img img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 4px 4px 2px rgba(147, 147, 147, 0.15);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .backWrap .item .image .img img {
    width: auto;
  }
}
@media (min-width: 769px) {
  #contents.magazine .backNumber .backWrap .item .image .img img:hover {
    max-width: 95%;
    max-height: 95%;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .backWrap .item .image img {
    max-width: 120px;
  }
}
@media (max-width: 374px) {
  #contents.magazine .backNumber .backWrap .item .image img {
    max-width: 100%;
  }
}
#contents.magazine .backNumber .backWrap .item .ttl {
  text-align: center;
  margin-bottom: 0.5em;
}
#contents.magazine .backNumber .backWrap .item .ttl a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .backWrap .item .ttl a {
    font-size: 1.3rem;
  }
}
#contents.magazine .backNumber .backWrap .item .sub {
  text-align: center;
}
#contents.magazine .backNumber .backWrap .item .sub a {
  font-size: 1.4rem;
  color: #000;
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .backWrap .item .sub a {
    font-size: 1.2rem;
  }
}
#contents.magazine .backNumber .more {
  width: 220px;
  height: 42px;
  margin: 0 auto;
  border-radius: 21px;
  background: #fff;
  border: 1px solid #000;
}
#contents.magazine .backNumber .more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #contents.magazine .backNumber .more a {
    font-size: 1.2rem;
  }
}
#contents.magazine .backNumber .more a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left top;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  #contents.magazine .backNumber .more a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
#fixedBtn {
  display: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  #fixedBtn.fixed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    bottom: 0;
    padding: 10px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    transition: opacity 0.3s ease;
    z-index: 300;
  }
  #fixedBtn.fixed > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #F8B500;
    border-radius: 24px;
  }
  #fixedBtn.fixed > div span {
    display: block;
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 10px;
  }
  #fixedBtn.fixed > div.online:before,
  #fixedBtn.fixed > div.online:after {
    position: absolute;
    content: "";
  }
  #fixedBtn.fixed > div.online:before {
    width: 19px;
    height: 18px;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    background: url('/images/org/ico_cart.svg') no-repeat center center;
    background-size: contain;
  }
  #fixedBtn.fixed > div.online:after {
    width: 6px;
    height: 10px;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background: url('/images/org/ico_arrow-w01.svg') no-repeat center center;
    background-size: contain;
  }
  #fixedBtn.fixed > div.shop:before,
  #fixedBtn.fixed > div.shop:after {
    position: absolute;
    content: "";
  }
  #fixedBtn.fixed > div.shop:before {
    width: 16px;
    height: 15px;
    left: 10px;
    top: 50%;
    margin-top: -7px;
    background: url('/images/org/ico_shop.svg') no-repeat center center;
    background-size: contain;
  }
  #fixedBtn.fixed > div.shop:after {
    width: 6px;
    height: 10px;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background: url('/images/org/ico_arrow-w01.svg') no-repeat center center;
    background-size: contain;
  }
}
