@charset "utf-8";
body.popupopen {
  overflow: hidden;
}
#contents {
  padding-top: 110px;
}
@media (max-width: 768px) {
  #contents {
    padding-top: 60px;
  }
}
.sectionType1.textWrap .cms {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sectionType1.textWrap {
    margin-bottom: 30px;
  }
}
#main .pagetitle {
  margin-bottom: 5px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  #main .pagetitle {
    font-size: 2.2rem;
  }
}
#main .subname {
  margin-bottom: 10px;
}
#main .iconWrap {
  margin-bottom: 20px;
}
#main .iconWrap div {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  background: #E34C09;
  color: #fff;
  font-size: 13px;
}
#main .listType1 ul {
  margin-right: -22px;
}
@media (max-width: 320px) {
  #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: 320px) {
  #main .listType1 ul li {
    margin-right: 10px;
  }
}
#main .outline {
  padding-bottom: 25px;
}
#main .format {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  font-size: 1.3rem;
}
#main .format dt {
  margin-right: 17px;
}
#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: 6px;
  line-height: 31px;
}
@media (max-width: 768px) {
  #main .format dd span,
  #main .format dd a {
    min-width: 80px;
  }
}
#main .format dd span {
  padding: 0 7px;
  border: 2px solid #F9BB44;
  border-radius: 6px;
  font-weight: bold;
}
#main .format dd a {
  padding: 0 8px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #666666;
  text-decoration: none;
}
#main .price {
  margin-bottom: 14px;
  padding-left: 5px;
  border-left: 7px solid #F9BB44;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}
#main .price span {
  font-size: 1.5rem;
}
#main .cartcode > div {
  max-width: none !important;
}
#main .cartcode > div iframe {
  height: 65px !important;
}
#main .netshop {
  overflow: hidden;
}
#main .netshop .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: -10px;
}
#main .netshop .wrap.show .more:before {
  display: none;
}
#main .netshop .wrap .item {
  width: 140px;
  margin: 0 10px 10px 0;
  border: 1px solid #CCCCCC;
}
#main .netshop .wrap .item:nth-child(n+3) {
  display: none;
}
#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;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  background-color: #000000;
  cursor: pointer;
}
#main .netshop .wrap .more:before,
#main .netshop .wrap .more:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
#main .netshop .wrap .more:before {
  transform: rotate(90deg);
}
#main .detail {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #DDD;
  font-size: 1.4rem;
}
#main .detail table {
  margin-bottom: 5px;
}
#main .detail th,
#main .detail td {
  padding-bottom: 20px;
}
#main .detail th {
  padding-right: 30px;
  font-weight: bold;
}
#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 .detail .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  #main .detail .sns {
    justify-content: center;
  }
}
#main .detail .sns .item {
  margin-right: 10px;
}
#main .detail .sns .item a {
  transition: 0.2s;
}
#main .detail .sns .item a:hover {
  opacity: 0.8;
}
#main #bookcontent,
#main #bookexplain {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
#main #bookcontent + #bookcontent,
#main #bookexplain + #bookcontent,
#main #bookcontent + #bookexplain,
#main #bookexplain + #bookexplain {
  border-top: none;
}
#main #bookcontent.show .sttl .more:before,
#main #bookexplain.show .sttl .more:before {
  display: none;
}
#main #bookcontent .sttl,
#main #bookexplain .sttl {
  position: relative;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
}
#main #bookcontent .sttl .more,
#main #bookexplain .sttl .more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #000000;
  cursor: pointer;
}
#main #bookcontent .sttl .more:before,
#main #bookexplain .sttl .more:before,
#main #bookcontent .sttl .more:after,
#main #bookexplain .sttl .more:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
#main #bookcontent .sttl .more:before,
#main #bookexplain .sttl .more:before {
  transform: rotate(90deg);
}
#main #bookcontent .wrap,
#main #bookexplain .wrap {
  padding-bottom: 45px;
}
#main #bookexplain .wrap {
  display: none;
}
#bookData {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 70px;
}
@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: 15px 15px 0;
    box-sizing: border-box;
  }
}
#bookData .cover {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  width: 460px;
  margin-right: 60px;
}
@media (max-width: 1120px) and (min-width: 1055px) {
  #bookData .cover {
    width: calc(100% - 30px - 600px - 20px);
  }
}
@media (max-width: 1054px) and (min-width: 769px) {
  #bookData .cover {
    width: 360px;
  }
}
@media (max-width: 768px) {
  #bookData .cover {
    position: static;
    top: auto;
    display: contents;
  }
}
#bookData .cover .image,
#bookData .cover .images .main {
  width: 100%;
  padding: 47px 0;
  border-radius: 10px;
  background-color: #EAE9E9;
  text-align: center;
}
@media (max-width: 768px) {
  #bookData .cover .image,
  #bookData .cover .images .main {
    padding: 34px 0 50px;
    border-radius: 0;
  }
}
#bookData .cover .image a,
#bookData .cover .images .main a {
  cursor: zoom-in;
}
#bookData .cover .image img,
#bookData .cover .images .main img {
  box-shadow: 0px 3px 20px #00000065;
}
@media (max-width: 768px) {
  #bookData .cover .images {
    position: relative;
    width: 100%;
  }
}
#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;
}
@media (max-width: 768px) {
  #bookData .cover .images .sub {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
}
#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: 100px !important;
  height: 100px;
  margin-right: 15px !important;
  border: 2px solid #EAE9E9;
  border-radius: 5px;
  background-color: #EAE9E9;
  cursor: pointer;
}
#bookData .cover .images .sub li.swiper-slide-thumb-active {
  border-color: #ccc;
}
@media (max-width: 768px) {
  #bookData .cover .images .sub li {
    width: 8px !important;
    height: 8px;
    margin-right: 8px !important;
    border-radius: 50%;
    border-width: 1px;
    border-color: #BBB;
    background-color: #fff;
  }
  #bookData .cover .images .sub li.swiper-slide-thumb-active {
    border-color: #999;
    background-color: #999;
  }
}
#bookData .cover .images .sub li img {
  max-width: 80px;
  max-height: 80px;
}
@media (max-width: 768px) {
  #bookData .cover .images .sub li img {
    display: none;
  }
}
@media (max-width: 768px) {
  #bookData #second {
    order: 2;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#bookData #second .btn {
  padding-top: 30px;
}
#bookData #second .btn a {
  display: block;
  width: 330px;
  padding: 10px;
  margin: auto;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transition: 0.2s;
}
@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;
}
#relateve {
  padding: 30px 15px 50px;
}
#relateve .sttl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2rem;
}
#relateve .wrap {
  max-width: 1120px;
  margin: auto;
}
#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);
}
