@charset "UTF-8";

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "秀英丸ゴシック B",Shuei MaruGo B;
    color: #666;
    background-color: #e0eae9;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
a:hover,
.index-info-right:hover, .index-info-left:hover {
  opacity: 50%;
}
a:hover img,
.index-info-right:hover,
.index-info-left:hover {
  transition: 0.3s ease-in-out;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em;
  position: static;
  top: -.2em;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
 }
address {
  font-style: normal;
}

.border-top {
  border-top: 2px solid #8FB7B0;
}
br {
  display: block;
}
.br-sp {
  display: none;
}
.br-pcsp {
  display: block;
}
/*.br-pc {
  display: block;
}*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.border {
  border-top: 2px solid #8FB7B0;
}
.border2 {
  border-bottom: 2px solid #8FB7B0;
}

.wrapper {
  max-width: 880px;
  width: 100%;
  margin: auto;
  box-shadow: 3px 10px 10px -1px rgba(0,0,0,0.3);
  background-color: #FFF;
}
.bg-img {
  width: 100%;
  height: 100vh;
  background-image: url(/books/i_play_knit/images/index/bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 60% bottom;
}

/*-------------------yodogawa*/
.infomation--yodo-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
  margin: 40px auto 60px;
}

.notice__section {
  max-width: 780px;
  width: 100%;
  margin: 75px auto 100px;
  position: relative;
}
.notice__section__ttl:before {
  content: "";
    display: inline-block;
    background-image: url(../images/notice/bg02.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
}
.notice__section__ttl {
  margin-bottom: 50px;
}
.notice__section__ttl.short:before {
  height: 37.5px;
}
.notice__section__ttl h2 {
    margin-left: 30px;
    line-height: 1.5;
    font-size: 2.6rem;
    text-align: left;
}
.notice__section__txt {
    max-width: 530px;
    width: 100%;
    margin: 0 auto 50px;
    font-size: 1.6rem;
    line-height: 1.9;
}
.notice__section__txtbox {
  display: flex;
/*  flex-wrap: wrap;*/
  justify-content: space-between;
}
.notice__section__txtbox .info2 {
  color: #95bdb6;
  margin-top: 10px;
}
.notice__section__txtbox p {
  text-align: left;
  padding-left: 30px;
}
.notice__section__imgbox {
  max-width: 350px;
  width: 100%;
}
.notice__section__imgbox.two {
  max-width: 294px;
}
.notice__section__imgbox.three,
.notice__section__imgbox.four {
  max-width: 300px;
}
.notice__section__imgbox.five {
  max-width: 30%;
}
.notice__section__imgbox.six {
  max-width: 223px;
}
.notice__section__imgbox.six img {
  margin-bottom: 10px;
}
.notice__section__imgbox.seven {
  max-width: 300px;
}

.notice__banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 0;
}
.notice__banner-box {
  width: 367px;
}

.notice__index {
  padding: 58px 0 63px;
}
.notice__index-ttl {
  max-width: 300px;
  margin: auto;
}
.notice__index-box {
  max-width: 538px;
  margin: auto;
}
.notice__index li {
  margin-top: 38px;
}
.notice__index li.disabled {
  pointer-events: none;
  filter: opacity(0.5);
}


.notice__sns {
      max-width: 607px;
    width: 100%;
    display: flex;
    margin: auto;
    padding: 50px 0 55px;
}
.notice__sns ul {
      width: 607px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.notice__sns-sec .mail {
      vertical-align: inherit;
}
.notice__sns-sec .home {
      vertical-align: text-top;
}

.notice__footer--sec {
  padding: 32px 0 82px;
  background-color: #b5b5b5;
}
.notice__footer--sec--wrap {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
}
.notice__footer--sec--list:after {
      content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/notice/bg01.svg);
    background-size: cover;
    vertical-align: middle;
    margin: 0 20px;
}
.notice__footer--sec--list.last:after {
  background-image: none;
  margin: 0;
}
.notice__footer--sec--copy {
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 30px;
}
.notice__linkbtn {
  width: 500px;
  margin: 50px auto 0;
}

.index-info {
    width: 780px;
    height: 230px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-info div {
  width: 367px;
  height: auto;
}
.index-info-left {
  background-image: url(../images/index/image02.jpg);
  background-size: cover;
  width: 100px;
  height: 100px;
}
.index-info-right {
  background-image: url(../images/index/image03.jpg);
  background-size: cover;
  width: 100px;
  height: 100px;
}
.index-info-left a,
.index-info-right a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-cart-area {
  margin-bottom: 70px;
}
.index-cart-area-box {
  width: 690px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.index-cart-area-img {
  width: 383px;
}
.index-cart-area-details {
  width: 100%;
  max-width: 304px;
  padding-left: 20px;
  text-align: left;
}
.index-cart-area-details > div {
  margin: 0 0 20px;
}
.index-cart-area-point {
  font-size: 1.4rem;
  color: #ff4d55;
}
a.arrow:before {
  content: none!important;
}
/*.profile {
  margin-top: 15px !important;
  margin-left: 0 !important;
}*/
.index-cart-area-logo {
  width: 228px;
}
.index-cart-profile {
  width: 190px;
  height: 30px;
  margin-top: 30px;
}
.index-cart-list li {
  padding: 5px 0;
}
.index-cart-list li:last-child {
  line-height: 1.6;
  margin: 10px 0 0;
}
.index-cart-detail {
  color: #95bdb6;
  font-size: 1.4rem;
}

.cart {
  /* display: none; */
  margin-top: 20px;
  text-align: center;
  font-family: "秀英丸ゴシック B",Shuei MaruGo B;
}
.cart a {
    display: inline-block;
    width: 200px;
    height: auto;
    line-height: 2.5;
    border: 2px solid #95bdb6;
    background-color: #95bdb6;
    border-radius: 5px 5px;
    transition: 0.26s;
    color: #FFF;
}
.cart.sold a,
.cart.sold a:hover {
  background-color: #818181;
}
.cart.sold a {
  color: #fff;
  border: none;
  transition: none;
}
.icon-cart {
  vertical-align: middle;
}
.icon-cart:before {
  content: "";
  display: inline-block;
  background-image: url(../images/index/cart_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
}
.cart-box {
  margin-top: 10px;
}
.stock {
  font-family: "秀英丸ゴシック B",Shuei MaruGo B;
}




/*-------------------section*/
.infomation-section {
  padding: 44px 0 60px;
}
.infomation-wrap {
  max-width: 480px;
  width: 100%;
  margin: auto;
  color : #5C998E;
}
.infomation-data {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.infomation-ttl {
  font-size: 2.8rem;
  line-height: 1.6;
}
.infomation-img {
  max-width: 380px;
  width: 100%;
  margin: 57px auto 50px;
}
.infomation-txt {
  font-size: 1.6rem;
  line-height: 1.9;
  color : #4D4D4D;
}

/*-------------------aside*/
.infomation-aside {
  padding: 40px 0 0;
}
.infomation-top-btn {
  max-width: 330px;
  width: 100%;
  margin: auto;
}

/*-------------------footer*/
.notice__sns {
  max-width: 607px;
  width: 100%;
  display: flex;
  margin: auto;
  padding: 50px 0 55px;
}
.notice__sns ul {
  width: 607px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.notice__sns-sec .mail {
  vertical-align: inherit;
}
.notice__sns-sec .home {
  vertical-align: text-top;
}
.notice__footer--sec {
  padding: 32px 0 82px;
  background-color: #b5b5b5;
}
.notice__footer--sec--wrap {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
}
.notice__footer--sec--list:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/notice/bg01.svg);
  background-size: cover;
  vertical-align: middle;
  margin: 0 20px;
}
.notice__footer--sec--list.last:after {
  background-image: none;
  margin: 0;
}
.notice__footer--sec--copy {
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 30px;
}
/*-------------------top_button*/
#page-top {
    font-size: 0;
    position: fixed;
    bottom: 196px;
    opacity: 0;
}
@media screen and (max-width: 480px) {
  #page-top {
    bottom: 200px;
  }
}
#page-top.fade-in {
    color: #000;
    font-size: 60px;
    opacity: .9;
    transition: opacity 1s;
    margin-right: 30px;
}

[class*=blogicon-] {
  display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blogicon-chevron-up:before {
  content: url(../images/info/top_scroll_btn.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.box {
    position: relative;
    width: 50%;
    height: auto;
    background: #eee;
}
.ratio-1_1:before {
    content: "";
    display: block;
    /*padding-top: 100%;*/ /* 1:1 */
}
.inner {
    position: absolute;
    top: 0; left: 189%;
    width: 100%;
    height: 100%;
}


/*---------------------------nav_for-PC*/
.global-nav {
  width: 100%;
  background: #95bdb6;
}
.global-nav ul {
  display: flex;
}
.global-nav li {
  width: 30%;
  background: #95bdb6;
  padding: 0 20px;
}
.global-nav li.left-logo {
  width: 60%;
  background: #95bdb6;
  padding: 10px 10px 10px 20px;
  text-align: left;
}
.global-nav li.left-logo img {
  width: 150px;
}
.global-nav li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.box1 {
  clear: both;
  padding-top: 100px;
  background: #777;
  color: #fff;
  height: 100px;
  text-align: center;
}
.box2 {
  background: #aaa;
  padding-top: 150px;
  color: #fff;
  height: 150px;
  text-align: center;
}
.box3 {
  background: #ddd;
  color: #333;
  padding-top: 300px;
  height: 400px;
  text-align: center;
}
.fixed {
  position: fixed;
  width: 880px;
  top: 0;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
.cart-img {
  vertical-align: text-bottom;
}}



/*---------------------------nav_for-SP*/
@media screen and (max-width: 480px) {
  .humberger-icon {display: inline-block;
  cursor: pointer;}
.icon1, .icon2, .icon3 {background-color: #FFF;width: 35px;height: 3px;margin: 8px 0;transition: 0.4s;}

.cross .icon1 {-webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);}

.cross .icon2 {opacity: 0;}

.cross .icon3 {-webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);}

header{background:#000;position:relative}
header .container{display:flex;justify-content:space-between;align-items:center;}
header .logo{}
header .logo h2{color:#ffffff;text-transform:uppercase;letter-spacing:1px;}
header .container{padding:10px 30px;}
header .menubar{display:none;position:absolute;top:100%;background:#000;width:100%;margin:0px;left:0px;padding:0px}
header .menubar li{padding:10px;list-style:none;}
header .menubar li a{color:#FFF;text-decoration:none;font-size:18px;text-transform:uppercase}
header .menubar li a {
  text-align: left;
}
header .menubar ul li a {
  text-align: center;
}
/*header .menubar li img {
  width: 60%;
}*/
}
header .logo-ttl {
  width: 160px;
}
.border-dashed-bottom {
  border-bottom: 2px #5c998e dashed;
}

/*------------------------------slider*/
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}*/
.swiper-pagination-bullet {
  background: #9b9b9b !important;
  opacity: 8 !important;
  width: 12px !important;
  height: 12px !important;
}
.swiper-pagination-bullet-active {
  background: #FFF !important;
}

/*------------------------------profile*/
.lightbox,
.wFont {
  font-family: "秀英丸ゴシック B",Shuei MaruGo B;
  font-weight: 700
}
.lightbox {
    max-height: 90vh !important;
    padding: 20px;
    background-color: #fff;
    overflow-y: scroll
}
.lightbox--auto {
    max-height: none !important
}
.lightbox__title {
    font-size: 3rem
}
.lightbox__title rt {
    font-size: 1.1rem;
    transform: translateY(-2px)
}
.lightbox__content > * {
    margin-top: 1em
}
.lightbox__content small {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5
}
.lightbox__close {
    margin-top: 2em;
    text-align: center;
    cursor: pointer
}
.lightbox__close a {
    color: #333
}
.lightbox h4 {
    margin-top: 1em
}
.lity-close {
    display: none !important
}
.info2-img {
  width: 300px;
  margin: 0 0 0 30px;
}



@media(max-width:767px) {
    .is-sp-disabled {
        display: none !important
    }
}
/*.lity {
    background-color: hsla(0, 0%, 100%, 0.7) !important
}
*/
/*.lity-container {
  background-color: #FFF !important;
}*/



/*------------------------------for-TB*/
/*@media screen and (min-width: 2000px) {
  #page-top {
    right: 30%;
  }
}
@media screen and (max-width: 1999px) {
  #page-top {
    right: 28%;
  }
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 16px;
  }
}*/
/*------------------------------for-SP*/
@media screen and (max-width: 768px) {
  .fixed {
    width: 100%;
  }
  .index-info {
    width: 100%;
    justify-content: space-around;
  }
  .notice__footer--sec--list:after {
    margin: 0 10px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  br {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-pcsp {
    display: block;
  }
  .header {
    padding-bottom: 0;
  }
  .index-cart-area-box,
  .index-info {
    width: 100%;
  }
  .index-cart-area-img {
    width: calc(100% - 20px);
    margin: auto;
  }
  .index-cart-area-details {
    width: calc(100% - 80px);
    margin: 17px auto 0;
    padding-left: 0;
  }
  .index-cart-area-point,
  .index-cart-list,
  .index-cart-area-details p {
    text-align: center;
  }
  .index-cart-list li:last-child {
    text-align: left;
    margin-top: 10px;
  }
  .index-cart-area-details p {
    margin: 10px auto;
  }
  .index-cart-area-logo {
    width: 80%;
  }
  .index-cart-area-details > div {
    margin: 20px auto;
  }
  .index-info div {
    width: calc(100% - 20px);
/*    margin: 10px auto;*/
  }
  .index-info > [class^="index-info-img"]:nth-child(2) {
    margin: 20px 0;
  }
  .notice__section {
    margin: 65px auto;
  }
  .notice__section__ttl:before {
    width: 18px;
    height: 50px;
  }
  .notice__section__ttl h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .notice__section__txt {
    max-width: calc(100% - 20px);
    margin: auto;
  }
  .notice__section__txtbox {
    flex-wrap: wrap;
  }
  .notice__section__txtbox .info2 {
    max-width: calc(100% - 20px);
    margin: 0 auto 10px;
    font-size: 15px;
  }
  .notice__section__txtbox p {
    padding-left: 0;
  }
  .notice__section__txt {
    font-size: 15px;
    margin: 0 auto 30px;
  }
  .notice__section__ttl {
    margin-bottom: 22px;
  }
  .notice__section__imgbox,
  .notice__section__imgbox.two,
  .notice__section__imgbox.three,
  .notice__section__imgbox.four,
  .notice__section__imgbox.seven {
    max-width: 80%;
    margin: auto;
  }
  .notice__section__imgbox.five {
    max-width: 60%;
    margin: auto;
  }
  .notice__linkbtn {
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }
  .notice__section__imgbox.six {
    margin: auto;
  }
  .notice__banner {
    padding: 20px 10px 0;
  }
  .notice__banner-box {
    margin-bottom: 20px;
  }
  .notice__index {
    padding: 30px 0;
  }
  .notice__index-ttl {
    width: 290px;
  }
  .notice__index-box {
    width: 100%;
    text-align: center;
  }
  .notice__index li {
    margin: 35px auto;
  }
  .notice__index li:first-child {
    width: 170px;
  }
  .notice__index li:nth-child(2) {
    width: 270px;
  }
  .notice__index li:nth-child(3) {
    width: 227px;
  }
  .notice__sns {
    display: none;
  }
  .notice__sns ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .notice__sns-sec {
    padding: 30px 0 0;
  }
  .notice__footer--sec {
    padding: 0 0 42px;
    background-color: #b5b5b5;
  }
  .notice__footer--sec--wrap {
    text-align: center;
  }
  .notice__footer--sec--list {
    width: 100%;
    padding: 10px 0;
  }
  .notice__footer--sec--list:after {
    display: none;
  }
  .infomation-aside {
    padding: 40px 0 55px;
  }
  .infomation-top-btn {
    width: calc(100% - 20px);
  }
  .notice__footer--sec--list.kiyaku,
  .notice__footer--sec--list.last {
    width: 50%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .infomation--yodo-txt {
    text-align: left;
    width: calc(100% - 20px);
    margin: 10px auto 20px;
    font-size: 15px;
  }
  .global-nav li {
    width: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  .border2 {
    border-bottom: none;
  }
  .w-border-top {
    border-top: 1px solid #FFF;
  }
  .w-border-bottom {
    border-bottom: 1px solid #FFF;
  }
  .w-border-right {
    border-right: 1px solid #FFF;
  }
  .notice__footer--sec {
    padding: 0 0 42px;
  }
  .notice__footer--sec--wrap {
    text-align: center;
  }
  .notice__footer--sec--list.kiyaku,
  .notice__footer--sec--list.last {
    width: 50%;
  }
  .notice__footer--sec--copy {
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .inner {
    left: 182%;
  }
  .blogicon-chevron-up:before {
    width: 30px;
    height: 30px;
  }
  .index-cart-profile {
    margin: auto;
  }

  
  .w-border-top {
    border-top: 1px solid #FFF;
  }
  .w-border-bottom {
    border-bottom: 1px solid #FFF;
  }
  .w-border-right {
    border-right: 1px solid #FFF;
  }
  .infomation-wrap,
  .infomation-img,
  .infomation-top-btn,
  .notice__sns {
    max-width: 100%;
  }
  .infomation-data,
  .infomation-ttl,
  .infomation-txt {
    width: calc(100% - 30px);
    margin: auto;
  }
  .infomation--yodo-txt {
    text-align: left;
    width: calc(100% - 20px);
    margin: 17px auto 20px;
  }
  .infomation-section {
    padding: 15px 0 20px;
  }
  .infomation-img {
    margin: 20px auto;
  }
  .infomation-data {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .infomation-ttl {
    font-size: 16px;
  }
  .notice__sns {
    display: none;
  }
  .notice__sns ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .notice__sns-sec {
    padding: 30px 0 0;
  }
  .notice__footer--sec--wrap {
    text-align: center;
  }
  .notice__footer--sec--list {
    width: 100%;
    padding: 10px 0;
  }
  .notice__footer--sec--list:after {
    display: none;
  }
  .infomation-aside {
    padding: 40px 0 55px;
  }
  .infomation-top-btn {
    width: calc(100% - 20px);
  }
  .notice__footer--sec--list.kiyaku,
  .notice__footer--sec--list.last {
    width: 50%;
  }
  .notice__footer--sec {
    padding: 0 0 42px;
  }
  #page-top {
    right: 0;
  }
  .index-info {
    height: 500px;
  }
  .index-info-left {
    background-image: url(../images/index/image02.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
  }
  .index-info-right {
    background-image: url(../images/index/image03.jpg);
    background-size: contain;
     background-repeat: no-repeat;
    width: 100px;
    height: 100px;
  }
  .index-info-left a,
  .index-info-right a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info2-img {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  .notice__section__ttl h2 {
    font-size: 18px;
  }
  .notice__section__txt {
    font-size: 13px;
  }
  .index-info {
    height: 400px;
  }
}

.slide .swiper-button-prev {
  left: 0;
  background-image: url(../images/index/btn_prev.png);
}
.slide .swiper-button-next {
  background-image: url(../images/index/btn_next.png);
}
.slide .swiper-button-next,
.slide .swiper-button-prev {
  width: 25px;
  height: 50px;
  background-size: 25px 50px;
}
.swiper-button-next {
  right: 0!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 10px;
    left: 0;
    width: 100%;
}


