@charset "UTF-8";

/*common*/

body {
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    background: #f9f9f9;
    position: relative;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    background-image:
        url("../images/common/bg02.png"),
        url("../images/common/bg01.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    background-size: 100%, 100%;
    background-color: #fffae0;
}

a:link {
    text-decoration: none;
    color: #3981d2;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #3981d2;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 1em;
}

#wrap {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}


/*PC--------------------------------------------------------------------------------------*/

/*bg-ill*/

.bg-ill {
    position: absolute;
    max-width: 1400px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.bg-ill .ill {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 71.42857%;
    position: relative;
    width: 100%;
    background: url("../images/common/bg.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
}

/*header*/

header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 100%;
    position: relative;
    width: 100%;
    background: url("../images/common/header.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

header h1 {
    display: none;
}

.read-mobile {
    display: none;
}

/*navi*/

nav ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5% 3% -0.5%;
    justify-content: center;
}

nav ul li {
    flex-basis: 25%;
    padding: 0 0.5%;
    margin-bottom: 1%;
    box-sizing: border-box;
}

nav ul li img {
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border-radius: 15px;
}

/*infomation*/

.info-wrap{
    max-width: 700px;
    width: 100%;
    margin: 0 auto 3% auto;
}

.info-frame {
    background: rgba(255,255,255,0.8);
    padding: 5%;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border-radius: 10px;
}

.info-frame h4 {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #e4007f;
}

.info-frame h3::after {
    display: nooe;
}

.info-frame dl {
    line-height: 2;
}

.info-frame dl dt {
    float: left;
    color:#f90;
    width: 8em;
    font-weight: bold;
}

.info-frame dl dd {
    margin: 0 1em 0 8em;
}


/*contents*/

section {
    background: rgba(255,255,255,0.8);
    padding: 3%;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border-radius: 10px;
    margin-bottom: 3%;
}

.btn a {
    background: #e4007f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    box-sizing: border-box;
}

ul.column2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
}

ul.column2 li {
    flex-basis: 50%;
}

ul.column2 li img {
    width: 100%;
}

.bold {
    font-weight: bold;
    color:#128e92;
}

h2 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 1.5em auto;
}

h2 img {
    width: 100%;;
}

.read {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2rem!important;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #e4007f;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

h3 {
    position: relative;
    padding: 0 0 1.5rem 0;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 3%;
    color: #f60;
    line-height: 1.5;
  }

  h3.illust::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f1fc";
    margin-right: 0.5em;
    font-weight: bold;
    color: #7f5c2e;
}

h3.author::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f5ac";
    margin-right: 0.5em;
    font-weight: bold;
    color: #7f5c2e;
}

  h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #23b8bc, #23b8bc 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #23b8bc, #23b8bc 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  h4 {
      border-bottom: 1px solid #ccc;
      margin-bottom: 3%;
      font-size: 1.2em;
      padding-bottom: 0.5em;
  }

  h4.book::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f02d";
    margin-right: 0.5em;
    font-weight: bold;
    color: #7f5c2e;
}

hr{
    margin: 3% 0;
}

.-c{
    text-align: center;
}

.-mb{
    margin-bottom: 3%!important;
}

.-mb0{
    margin-bottom: 0!important;
}

 .fukidashi {
    position: relative;
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 10px;
    background: #23b8bc;
    display: inline-block;
    margin-bottom: 1em;
    font-weight: bold;
  }
  
  .fukidashi:after {
    position: absolute;
    bottom: -9px;
    left: 45%;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #23b8bc transparent transparent transparent;
  }

  ul.message-wrap {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -1.5%;
  }

  ul.message-wrap li {
      flex-basis: 50%;
      padding: 0 1.5%;
      margin-bottom: 3%;
      box-sizing: border-box;
  }

  ul.message-wrap li img {
      width: 100%;
      -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
  }

  ul.message-wrap li h5 {
      text-align: center;
      margin-top: 0.5em;
      font-size: 1.2em;
  }

  ul.message-wrap2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.message-wrap2 li {
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}

ul.message-wrap2 li .cover{
    flex-basis: 15%;
    padding-right: 3%;
}

ul.message-wrap2 li .cover img {
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

ul.message-wrap2 li .text{
    flex: 1;
}

ul.message-wrap2 li h5 {
    font-size: 1.2em;
}

ul.message-wrap2 li .title {
    margin-top: 0.5em;
    font-size: 0.9em;
    color:#e4007f;
}

.pu-wrap{
    background: #ff0;
    padding: 3%;
    margin-bottom: 3%;
    border-radius: 10px;
    border: 1px solid #f90;
}

.pu-wrap ul{
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5;
    list-style: disc;
}

.pu-wrap ul li{
    margin-left: 1.5em;
}

/*present*/

ul.book-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}

ul.book-list li {
    flex-basis: 25%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

ul.book-list li img {
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

ul.book-list li p {
    font-size: 0.9em;
}

ul.book-list li h5{
    margin-top: 1em;
}

ul.book-list li h5 span {
    font-size: 0.8em;
}

ul.book-list .cover-wrap{
    position: relative;
}

ul.book-list .cover-wrap .newicon{
    position: absolute;
    bottom: -10px;
    right: -10px;
    background:#128e92;
    color: #fff;
    padding: 1em 0.7em;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    z-index: 10;
    border: 2px solid #fff;
}

ul.book-list .cover-wrap .newicon span{
    color: #ff0;
}

ul.column2b {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.column2b li.title {
    flex:1;
}

ul.column2b li.sample {
    flex-basis: 25%;
    padding-left: 3%;
    box-sizing: border-box;
}

ul.column2b li.sample2 {
    flex-basis: 45%;
    padding-left: 3%;
    box-sizing: border-box;

}

ul.column2b li.sample3 {
    flex-basis: 50%;
    padding-left: 3%;
    box-sizing: border-box;

}

ul.column2b li img {
    width: 100%;
}

/*goods*/


ul.column2c {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% 3% -1.5%;
}

ul.column2c li{
    flex-basis: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
}

ul.column2c li img{
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    width: 70%;
    margin: 0 auto;
    display: block;
}


/*famima*/

ul.famima-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}

ul.famima-list li {
    flex-basis: 33.3333%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 2%;
}

ul.famima-list li img {
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    margin-bottom: 1em;
}

/*event*/

.event-wrap{
    background:#c6edf7;
    padding: 3%;
    margin-bottom: 3%;
    border-radius: 10px;
    margin-top: 3%;
    border: 1px solid #23b8bc;
}

.event-wrap h5{
    color: #333;
    margin-bottom: 0.5em;
}

ul.store-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% 3% -1.5%;
}

ul.store-list li {
    flex-basis: 33.3333%;
    padding: 0 1.5%;
    box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
    ul.store-list li {
        flex-basis: 100%;
        padding: 0 1.5%;
        box-sizing: border-box;
    }
}

/*pv*/

.pv-img{
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pv-img img{
    width: 100%;
}

ul.pv-comment{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
    align-items: center;
}

ul.pv-comment.rev{
    flex-direction: row-reverse;
}

ul.pv-comment li.face
{
    flex-basis: 200px;
    margin-right: 3%;
}

ul.pv-comment.rev li.face
{
    flex-basis: 200px;
    
    margin-right: 0;
    margin-left: 3%;
}

ul.pv-comment li.face img{
    width: 100%;
}

ul.pv-comment li.comment
{
    flex:1;
    background:#c6edf7;
    padding: 1em;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}

ul.pv-comment li.comment span{
    color: #e4007f;
    font-weight: bold;
}

ul.pv-comment li.comment.big
{
    font-weight: bold;
    text-align: center;
}

ul.pv-comment li.comment.big span
{
    font-size: 1.4em;
}

ul.pv-comment li.comment.left::after {
    position: absolute;
    top: calc(50% - 10px);
    left: -10px;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #c6edf7 transparent transparent;
  }

  ul.pv-comment li.comment.right::after {
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent  transparent transparent #c6edf7;
  }


/*footer*/

footer {
    padding-bottom: 3%;
    font-size: 0.8em;
    text-align: center;
}

.sns ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
}

.sns ul li {
    width: 60px;
    padding: 0 5px;
    box-sizing: border-box;
}

.sns ul li img {
    width: 100%;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    margin-bottom: 0;
}

#page-top img {
    width: 100%;
}

/* modal */

.modal
{
	text-align: center;
	cursor: pointer;
    margin-bottom: 3%;
    padding: 0.5em 1em;
    background: #ccc;
    color: #fff;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 200; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 700px;
	color: #333;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  color: #fff;
  font-size: 3em;
}

.movie-wrap
{
	max-width: 700px;
    width: 100%;
	margin: 0 auto 3% auto;
}
.movie
{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe
{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/

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



}


/*MOBILE--------------------------------------------------------------------------------------*/

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

    body {
        font-size: 14px;
    }

    .bg-ill .ill {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 171.42857%;
        position: relative;
        width: 100%;
        background: url("../images/common/bg_m.png") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
    }

    header {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 195.71428%;
        position: relative;
        width: 100%;
        background: url("../images/common/header_m.png") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
    }

    .read-mobile {
        display: block;
        font-weight: bold;
        margin-bottom: 1.5em;
        font-family: 'M PLUS Rounded 1c', sans-serif;
    }

    .read-mobile span {
        color: #e4007f;
    }

    .read-mobile .credit {
        font-weight: normal;
        font-size: 0.8em;
        font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        line-height: 1.5;
    }

    nav ul{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1% 5% -1%;
    }
    
    nav ul li {
        flex-basis: 50%;
        padding: 0 1%;
        margin-bottom: 2%;
        box-sizing: border-box;
    }

    nav ul li img {
        width: 100%;
        -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        border-radius: 10px;
    }

    .info-wrap{
        margin-bottom: 5%;
    }

    .info-frame dl dt {
        float: none;
        color:#f90;
        width: 100%;
        font-weight: bold;
    }
    
    .info-frame dl dd {
        margin: 0;
    }

    .-c{
        text-align: left;
    }
    
    .-mb{
        margin-bottom: 5%!important;
    }

    section {
        background: rgba(255,255,255,0.8);
        padding: 5%;
        box-sizing: border-box;
        -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        border-radius: 10px;
        margin-bottom: 5%;
    }

    ul.column2 li {
        flex-basis: 100%;
        padding-bottom: 3%;
    }

    .read {
        text-align: left;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 1rem!important;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #e4007f;
    }

    .br::before {
        content: "" ;
        white-space: pre ;
    }
    
    h3 {
        position: relative;
        padding: 0 0 1.5rem 0;
        text-align: center;
        font-size: 1.3em;
        margin-bottom: 5%;
      }

      h4 {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5%;
        font-size: 1.2em;
        padding-bottom: 0.5em;
    }
    
    hr{
        margin: 5% 0;
    }

    ul.message-wrap li {
        flex-basis: 50%;
        padding: 0 1.5%;
        margin-bottom: 5%;
        box-sizing: border-box;
    }

    ul.message-wrap2 li {
        display: block;
        margin-bottom: 5%;
        padding-bottom: 5%;
    }

    ul.message-wrap2 li .cover{
        float: none;
        margin-right: 0;
        width: 50%;
        margin: 0 auto 1em auto;
    }

    ul.column2b {
        list-style: none;
        display: block;
        margin-bottom: 5%;
    }

    ul.column2b li.sample2,
    ul.column2b li.sample3{
        padding-left: 0;
    }

    ul.column2b li.sample {
        padding-left: 0;
        margin-top: 5%;
    }
    
    ul.column2b li.sample img {
        width: 50%;
        margin: 0 auto 5% auto;
        display: block;
    }

    ul.column2b li.sample2 img {
        width: 100%;
        margin: 4% auto;
        display: block;
    }

    ul.column2b li.sample3 img {
        width: 100%;
        margin: 4% auto;
        display: block;
    }

    ul.column2c li{
        flex-basis: 100%;
    }

    ul.column2c li img{
        margin-bottom: 5%;
    }

    .pu-wrap{
        background: #ff0;
        padding: 5%;
        margin-bottom: 5%;
        border-radius: 10px;
        border: 1px solid #f90;
    }

    .pu-wrap ul {
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.5;
        list-style: disc;
    }

    ul.book-list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2%;
    }

    ul.book-list li {
        flex-basis: 50%;
        padding: 0 2%;
        box-sizing: border-box;
        margin-bottom: 5%;
    }
    
    ul.famima-list li {
        flex-basis: 50%;
        padding: 0 2%;
        box-sizing: border-box;
        margin-bottom: 3%;
    }

    .event-wrap{
        background:#c6edf7;
        padding: 5%;
        margin-bottom: 5%;
        border-radius: 10px;
        margin-top: 3%;
        border: 1px solid #23b8bc;
    }

    ul.pv-comment{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5%;
        align-items: center;
    }

    ul.pv-comment li.face,
    ul.pv-comment.rev li.face
{
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 5%;
}

ul.pv-comment li.face img,
    ul.pv-comment.rev li.face img{
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    ul.pv-comment li.comment.left::after,
    ul.pv-comment li.comment.right::after {
        position: absolute;
        top: -10px;
        left: calc(50% - 10px);
        width: 0;
        height: 0;
        content: '';
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #c6edf7 transparent;
      }

    footer {
        padding-bottom: 3%;
        font-size: 0.8em;
        text-align: left;
    }
    
    .sns ul li {
        width: 50px;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .movie-wrap
{
    width: 100%;
	margin: 0 auto 5% auto;
}


}
