@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
/*
font-family: 'Roboto', sans-serif;
*/


/********************************************************************************************
ベース
********************************************************************************************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
/*
  font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
*/
}

@media all and (-ms-high-contrast:none) {
/* IEだけメイリオに */
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

a {
  color: #167ac6 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{
}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* = Selected Text
----------------------------------------------- */
::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}


/********************************************************************************************
レイアウト
********************************************************************************************/

/**********************************************
common
***********************************************/

.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

.textAlign-center {  text-align: center !important; }
.textAlign-right  {  text-align: right !important; }
.textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
.l-bottom-xsmall-p  {  padding-bottom: 10px !important; }
.l-bottom-small-p   {  padding-bottom: 15px !important; }
.l-bottom-p         {  padding-bottom: 20px !important; }
.l-bottom-large-p   {  padding-bottom: 30px !important; }
.l-bottom-xlarge-p  {  padding-bottom: 50px !important; }
.l-bottom-xxlarge-p {  padding-bottom: 80px !important; }

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-top: 80px !important; }


@media screen and (max-width:768px) {

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

  .l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
  .l-bottom-xsmall-p  {  padding-bottom: 7px !important; }
  .l-bottom-small-p   {  padding-bottom: 10px !important; }
  .l-bottom-p         {  padding-bottom: 15px !important; }
  .l-bottom-large-p   {  padding-bottom: 20px !important; }
  .l-bottom-xlarge-p  {  padding-bottom: 30px !important; }
  .l-bottom-xxlarge-p {  padding-bottom: 40px !important; }

  .l-top-xxsmall-p {  padding-top: 5px  !important; }
  .l-top-xsmall-p  {  padding-top: 7px !important; }
  .l-top-small-p   {  padding-top: 10px !important; }
  .l-top-p         {  padding-top: 15px !important; }
  .l-top-large-p   {  padding-top: 20px !important; }
  .l-top-xlarge-p  {  padding-top: 30px !important; }
  .l-top-xxlarge-p {  padding-top: 40px !important; }

}

/**********************************************
column
***********************************************/

/**********************************************
base
***********************************************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-block-top {
  padding-top: 100px;
}

.l-block-bottom {
  padding-bottom: 100px;
}

@media screen and (max-width:768px) {

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-wide {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-no-offset),
  .l-base-wide:not(.l-base-no-offset),
  .l-base-small:not(.l-base-no-offset){
    padding-left: 3%;
    padding-right: 3%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .l-block-top {
    padding-top: 40px;
  }

  .l-block-bottom {
    padding-bottom: 40px;
  }

}


/********************************************************************************************
モジュール
********************************************************************************************/

/**********************************************
module-zoom
***********************************************/

.zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .zoomHover img{
  transform:scale(1.03) ;
  opacity: 0.8;
}

/**********************************************
module-text
***********************************************/

.textMain{
  font-size: 124%;
  line-height: 2;
}

.text-small{
}

.text-large{
}

.text-accent{
  color: #e50066;
}


.list-dot {}

.list-dot li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.list-asterisk {}

.list-asterisk li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.list-number {
  padding-left: 2em;
}

.list-number li {
  font-size: 124%;
  line-height: 2;
  list-style: decimal;
}

@media screen and (max-width:768px) {

  .textMain{
    font-size: 124%;
    line-height: 1.7;
  }

  .list-dot {}

  .list-dot li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-dot li::before {
    content: "・";
    margin-left: -1em;
  }

  .list-asterisk {}

  .list-asterisk li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-asterisk li::before {
    content: "※";
    margin-left: -1em;
  }

  .list-number {
    padding-left: 2em;
  }

  .list-number li {
    font-size: 124%;
    line-height: 1.7;
    list-style: decimal;
  }

}

/**********************************************
module-btn
***********************************************/

.linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: auto;
  padding: 15px 40px 15px 40px;
  min-width: 400px;
  font-size: 124%;
  color: #fff;
  background-color: #000;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}

.btn::after {
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  font-weight: 900;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
}

.btn:hover {
  background-color: #e50066;
  color: #fff;
}


.btn-small {
  font-size: 108%;
  padding: 8px 30px 8px 30px;
}

.btn-large {
  font-size: 154%;
  padding: 17px 40px 17px 40px;
}

.btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

@media screen and (max-width:768px) {

  .btn {
    width: 100%;
    min-width: 280px;
    font-size: 108%;
    box-sizing: border-box;
    padding: 12px 0px 12px 0px;
    text-align: center;
  }

}

/**********************************************
module-header
***********************************************/

.header {
  background-color: #fff;
  height: 65px;
}

.header-logo {
  text-align: center;
  padding-top: 15px;
}
.header-logo img {
}



.header-upper {
  background: url(../images/pattern_bk.png);
  color: #fff;
  padding-right: 60px;
}

.header-heading {
  width: 140px;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 99;
}
.header-heading a {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 15px 12px 12px 12px;
  color: #fff;
  text-decoration: none;
}
.header-heading-logo {
  padding-bottom: 5px;
}
.header-heading-title {
  background-color: #e84f68;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  border-radius: 4px;
}


@media screen and (max-width:768px) {


  .header {
  }

  .header-upper {
    height: 10px;
    padding-right: 0;
  }

  .header-heading {
    width: 100px;
    left: 3%;
  }
  .header-heading a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 3px 6px 6px 6px;
  }
  .header-heading-logo {
    padding: 0 8px 3px 8px;
  }
  .header-heading-title {
    padding: 2px 0;
    font-size: 68%;
    border-radius: 3px;
  }


}



/*
upper
*/

.header-upper-navi {
  padding: 8px 0 8px 180px;
}

.header-upper-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.header-upper-list li {
  padding-left: 20px;
}
.header-upper-list li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-right: 0.2em;
}
.header-upper-list a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 2px 0 2px 0px;
}
.header-upper-list a:hover {
  opacity: 0.8;
}



/*
lower
*/

.header-lower {
  background: url(../images/pattern_gy.gif);
  padding: 20px 40px 20px 180px;
}


@media screen and (max-width:768px) {


  .header-lower {
    padding: 0;
    height: 50px;
  }

}

/**********************************************
module-navi
***********************************************/

.navi {
}

.navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.navi-list li {
}
.navi-list li:last-child a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.navi-list a {
  display: block;
  padding: 10px 20px;
  font-size: 116%;
  color: #222;
  text-decoration: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.navi-list a:hover {
  color: #e84f68;
}


/**********************************************
module-accordion
***********************************************/


@media screen and (max-width:768px) {

  .mobile-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    right: 0;
    top: 0;
    opacity: 0;
    transition:all 0.3s ease;
    background: url(../images/pattern_bk.png);
  }

  .mobile-menu-inner {
    height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .is-mobile-open .mobile-menu{
    opacity: 1;
    right: 0;
  }

  .mobile-navi {
    text-align: center;
    padding-top: 50px;
  }
  .mobile-navi li {
  }
  .mobile-navi a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 116%;
    text-decoration: none;
  }

  .mobile-trigger {
    position: fixed;
    right: 0;
    top: 15px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .mobile-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 40px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all .4s;
  }
  .mobile-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #000;
    transition: all .4s;
  }
  .mobile-btn span:nth-of-type(1) {
    top: 10px;
  }
  .mobile-btn span:nth-of-type(2) {
    top: 17px;
  }
  .mobile-btn span:nth-of-type(3) {
    top: 24px;
  }

  .is-mobile-open .mobile-btn span {
    background-color: #fff;
  }
  .mobile-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-135deg);
  }

  .mobile-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .mobile-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(135deg);
  }

}

/**********************************************
module-page-heading
***********************************************/

.page-heading {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #eee;
}
.page-heading-title {
  text-align: center;
}
.page-heading-title span {
  display: block;
  font-size: 240%;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
}
.page-heading-title small {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 124%;
  font-style: italic;
  font-family: 'Crimson Text', serif;
  opacity: 0.6;
}

@media screen and (max-width:768px) {

  .page-heading {
    padding: 30px 0;
  }
  .page-heading-title {
    text-align: center;
  }
  .page-heading-title span {
    font-size: 154%;
  }
  .page-heading-title small {
    font-size: 85%;
  }


}

.home-title {
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 220%;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
}

@media screen and (max-width:768px) {


  .home-title {
    padding-bottom: 0;
    margin-bottom: 15px;
    font-size: 154%;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    border-bottom: none;
  }
}

/**********************************************
module-bookshelf
***********************************************/
.bookshelf .thumb{
    display: inline-block;
    cursor: pointer; 
    margin: 0px 0.5%; 
    box-shadow:0px 1px 3px rgba(0,0,0,.3);
    max-width:200px;
}
.bookshelf .thumb img{
    width:100%; 
    display:block; 
    vertical-align:top;
}
.bookshelf .shelf-img{
    z-index:0; 
    height: auto; 
    max-width: 100%; 
    vertical-align: top; 
    margin-top:-12px; 
}
.bookshelf .covers{
    width:100%; 
    height:auto; 
    z-index: 99; 
    position: relative;
    text-align:center;
}
.bookshelf{
    text-align: center;
    padding:0px;
}

@media screen and (max-width:768px) {

    .bookshelf .thumb{
        display: inline-block;
        margin: 0px 0.5%; 
        width: 25% !important; 
        box-shadow:0px 1px 3px rgba(0,0,0,.3);
        max-width:200px;
    }
    .bookshelf .thumb img{
        width:100%; 
        display:block; 
        vertical-align:top;
    }
    .bookshelf .shelf-img{
        z-index:0; 
        height: auto; 
        max-width: 100%; 
        vertical-align: top; 
        margin-top:-12px; 
    }
    .bookshelf .covers{
        width:100%; 
        height:auto; 
        z-index: 99; 
        position: relative;
        text-align:center;
    }
    .bookshelf{
        text-align: center;
        padding:0px;
    }

}



/**********************************************
module-footer
***********************************************/

.footer{
  background: url(../images/pattern_bk.png);
  padding: 50px 0 0 0;
  color: #fff;
}

.footer-logo{
  text-align: center;
  padding-bottom: 40px;
}
.footer-logo img{
  width: 120px;
}

.footer-shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
}
.footer-shop-item {
  padding-right: 30px;
  margin-right: 30px;
}
.footer-shop-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-shop-title {
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px 15px;
  font-weight: 500;
  font-size: 108%;
  margin-bottom: 15px;
}
.footer-shop-address {
  font-size: 93%;
  font-style: normal;
}

.footer-link {
  display: flex;
  justify-content: center;
}
.footer-link li {
  padding: 3px 10px;
}
.footer-link a {
  display: block;
  background-color: #eee;
  color: #222;
  text-align: center;
  padding: 8px 20px;
  min-width: 220px;
  position: relative;
  text-decoration: none;
}

.copyright {
  display: block;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 100%;
  font-family: 'Crimson Text', serif;
}


@media screen and (max-width:768px) {


  .footer{
    padding: 30px 0 0 0;
  }

  .footer-logo{
    padding-bottom: 20px;
  }
  .footer-logo img{
  }

  .footer-shop {
    display: block;
    padding-bottom: 20px;
  }
  .footer-shop-item {
    padding-right: 0px;
    margin-right: 0px;
    padding-bottom: 30px;
    text-align: center;
  }
  .footer-shop-item:not(:last-child) {
    border-right:none;
  }
  .footer-shop-title {
    padding: 2px 15px;
    font-size: 100%;
    margin-bottom: 10px;
  }
  .footer-shop-address {
    font-size: 93%;
  }

  .footer-link {
    display: flex;
    justify-content: center;
  }
  .footer-link li {
    width: 80%;
    padding: 0px 2px;
  }
  .footer-link a {
    padding: 12px 0px;
    min-width: initial;
    min-width: auto;
  }

  .copyright {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 85%;
  }


}

/**********************************************
module-xxxxx
***********************************************/

/**********************************************
module-xxxxx
***********************************************/

/********************************************************************************************
ステータス
********************************************************************************************/

.is-hide {
  display: none;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}


@media screen and (max-width:768px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}

/********************************************************************************************
アニメーション関係
********************************************************************************************/

.fadeIn {
  transform: translate(0, 10px);
  transition: all 1s ease;
  opacity: 0;
}

.fadeIn.is-visible {
  transform: translate(0, 0);
  opacity: 1 !important;
  top: 0;
}

.fadeIn-group > * {
  opacity: 0;
}

@media screen and (max-width:768px) {

  .fadeIn-group > * {
    opacity: 1;
  }

}




