@charset "shift_jis";

/*-----------------------------------------------------------------------------
** content
-----------------------------------------------------------------------------*/
#content {
  margin: 0 auto;
}
/* SP */
@media (max-width: 767px) {
  #content {
    margin: 50px auto 0;
  }
}

/*-----------------------------------------------------------------------------
** gnav
-----------------------------------------------------------------------------*/
#gnav {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#gnav ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px auto 10px;
  width: 980px;
}
#gnav ul li:not(:first-child) {
  margin-left: 20px;
}
/* sp */
@media (max-width: 767px) {
  #gnav {
    display: none;
  }
}

/*-----------------------------------------------------------------------------
** swiper
-----------------------------------------------------------------------------*/
.container {
  position: relative;
}
/* tablet&PC */
@media (min-width: 768px) {
  .container {
    margin: 0 auto 10px;
    width: 980px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  top: 46%;
}
/* sp */
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 30px;
  }
}
.swiper-container {
  padding-bottom: 40px;
}

/* ページネーションサイズと透明度 */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #ccc;
  opacity: 0.4;
}
/* ページネーションアクティブ時 */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

/*-----------------------------------------------------------------------------
** section
-----------------------------------------------------------------------------*/
#tsukiutaya {
  margin-bottom: 20px;
}
/* tablet&PC */
@media (min-width: 768px) {
  #tsukiutaya {
    margin-bottom: 60px;
  }
}
/* tablet&PC */
@media (min-width: 768px) {
  section {
    margin: 0 auto;
    width: 980px;
  }
}
section h2 {
  background: url("../img/common/icon_title.svg") no-repeat 2px 5px;
  background-size: 14px 14px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 18px;
}
section h2 span {
  margin-left: 10px;
  font-family: ivyjournal, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* sp */
@media (max-width: 767px) {
  section h2 {
    margin: 0 auto;
    width: 92%;
  }
}
/* tablet&PC */
@media (min-width: 768px) {
  section {
    margin: 0 auto;
    width: 980px;
  }
  ul#seriesBlock li {
    width: 25%;
  }
}
section#linkWrap {
  margin-bottom: 20px;
}
section#linkWrap h2 {
  border-bottom: 1px solid #000;
  margin-bottom: 14px;
}
section#linkWrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* sp */
@media (max-width: 767px) {
  section#linkWrap ul {
    justify-content: space-between;
    margin: 0 auto;
    width: 96%;
  }
  section#linkWrap li {
    margin-bottom: 8px;
    width: 49%;
  }
}
/* tablet&PC */
@media (min-width: 768px) {
  section#linkWrap h2 {
    margin-bottom: 24px;
  }
  section#linkWrap {
    margin-bottom: 40px;
  }
  section#linkWrap li {
    margin-right: 2.6%;
    margin-bottom: 24px;
    width: 23%;
  }
  section#linkWrap li:nth-child(4n) {
    margin-right: 0;
  }
}

/*-----------------------------------------------------------------------------
** tab
-----------------------------------------------------------------------------*/
.tabnav {
  display: flex;
}
.tabnav li {
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  font-family: ivyjournal, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
.tabnav li a {
  background: url("../img/common/icon_tab.png") no-repeat left top;
  border: 2px solid #fff;
  display: block;
  background-color: #fff;
  color: #000;
  outline: none;
  padding: 14px 0;
  text-decoration: none;
  text-align: center;
}
.tabnav li a:hover,
.tabnav li a.active {
  background-color: #e6e6e6;
  border: 2px solid #fff;
}
/* sp */
@media (max-width: 767px) {
  .tabnav {
    margin-right: 10px;
    flex-wrap: wrap;
  }
  .tabnav li {
    margin-left: 10px;
  }
  .tabnav li a {
    padding: 7px;
  }
}
/* iphone5 */
@media screen and (max-width: 320px) {
  .tabnav li {
    font-size: 1.1rem;
    margin-left: 10px;
    width: 27%;
  }
  .tabnav li a {
    padding: 6px 0;
  }
}

/*pc*/
@media (min-width: 768px) {
  #tabnavWrap .attScroll,
  #tabnavWrap .tabnavRight {
    display: none;
  }
  .tabnav {
    margin: 0 auto;
    width: 980px;
  }
  .tabnav {
    flex-wrap: wrap;
  }
  .tabnav li {
    width: 20%;
    font-size: 2rem;
    margin-right: 10px;
  }
}
.tabcontent {
  border-top: 1px solid #010101;
  padding: 30px 0;
}
/*sp*/
@media (max-width: 767px) {
  .tabcontent {
    padding: 20px 10px;
  }
}
/*pc*/
@media (min-width: 768px) {
  .tabcontent {
    margin-bottom: 50px;
  }
  .tabcontent #tab01,
  .tabcontent #tab02,
  .tabcontent #tab03,
  .tabcontent #tab04,
  .tabcontent #tab05,
  .tabcontent #tab06 {
    margin: 0 auto;
    width: 980px;
  }
}

/*-----------------------------------------------------------------------------
** 自動書き出し
-----------------------------------------------------------------------------*/
.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
}
/* SP */
@media (max-width: 767px) {
  .StyleF_Frame_ {
    justify-content: space-between;
  }
}
.StyleF_Item_ {
  border: 1px solid #e6e6e6;
  color: #646464;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 14px;
}
.StyleF_Item_ a {
  color: #333333;
}
.StyleF_Item_ .price_ {
  font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
  .StyleF_Item_ {
    margin-bottom: 16px;
    width: 40%;
  }
}
/* iphone5 */
@media screen and (max-width: 320px) {
  .StyleF_Item_ {
    width: 38.5%;
  }
}

/* tablet&PC */
@media (min-width: 768px) {
  .StyleF_Item_ {
    font-size: 1.5rem;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 20.4%;
  }
  .StyleF_Item_:nth-child(4n) {
    margin-right: 0;
  }
}
.StyleF_Item_ .img_ img {
  border: 1px solid #ccc;
}
.StyleF_Item_ .name_ {
  line-height: 1.4;
}
.StyleF_Item_ .img_,
.StyleF_Item_ .name_ {
  margin-bottom: 10px;
}
.StyleF_Item_ .rdt_,
.StyleF_Item_ .comment_,
.StyleF_Item_ .cart_ {
  display: none;
}

/*-----------------------------------------------------------------------------
** 2019.12.25 バナー
-----------------------------------------------------------------------------*/
.link-banner {
  display: block;
  margin: -40px auto 40px;
  width: 980px;
  max-width: 96%;
  border: 1px solid #eee;
}
.link-banner .banner-pc {
  display: block;
  margin: 0 auto;
}
.link-banner .banner-sp {
  display: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .link-banner {
    margin: 20px auto;
    max-width: 94%;
  }
  .link-banner .banner-pc {
    display: none;
  }
  .link-banner .banner-sp {
    display: block;
  }
}
