@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 {
  opacity: 50%;
}
a:hover img {
  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;
}

a.pro {
  color:#ff4d55;
}
a.pro:hover {
  opacity: .5;
}
.border-top {
  border-top: 2px solid #8FB7B0;
}
.font-normal {
  font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ;
}
br {
  display: block;
}
.br-sp {
  display: none;
}
.br-pcsp {
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.border {
  border-top: 2px solid #8FB7B0;
}
.border2 {
  border-bottom: 2px solid #8FB7B0;
}
.mb15 {
  margin-bottom: 15px;
}
.ml0 {
  margin-left: 0;
}
.p15 {
  padding: 15px 0;
}
.w70 {
  width: 70px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt100 {
  margin-top: 100px!important;
}

.infomation-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*/
.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;
}
.notice__section__txtbox p {
  text-align: left;
  padding-left: 30px;
}
.notice__section__imgbox {
  max-width: 250px;
  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(store/i_play_knit/keito/images/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;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-info div {
  width: 367px;
}

.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 {
  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;
}
.index-cart-list li {
  padding: 5px 0;
}
.index-cart-detail {
  color: #95bdb6;
  font-size: 1.4rem;
}

.cart {
  /* display: none; */
  margin-top: 10px;
  text-align: center;
}
.cart a {
    display: inline-block;
    width: 200px;
    height: auto;
    line-height: 2.5;
    /* padding: 0 0.8em; */
    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(/store/miknits/images/iplayknit/cart_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
}




/*-------------------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-wrap: 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(/store/miknits/images/iplayknit/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%;
}
.works-wide .ttl-box.snap-btn-ttl {
  width: 310px!important;
}
.snap-price {
  padding: 23px 0;
}


/*---------------------------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;
}

/*--------------------------『I PLAY KNIT.』設定*/
.eyecatch {
  padding-top: 35px;
}
.wrapper {
  max-width: 880px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .6)
}
.header__main_img,
.header__main_ttl {
  text-align: center;
}
.header__main_ttl {
  margin: 40px auto;
}
.header__main_img img {
  width: 686px;
}
.header__main_ttl img {
  width: 565px;
}

.works-yodo-txt {
    text-align: center;
    margin: 40px auto;
    font-size: 1.6rem;
    line-height: 1.9;
}
.works-caution {
    width: 440px;
    margin: auto;
    background: #9cc2bb;
    border-radius: 10px 10px;
    padding: 23px;
}
.works-caution-list {
  line-height: 2;
}
.works-caution-list li {
    font-size: 1.4rem;
    color : #666;
}
.index-nav__profile {
    margin-top: 10px;
    padding-left: 20px
}
.index-nav__profile a {
    color: #92a3ab
}
.wrapper .works-know {
    text-align: center;
    margin: 30px auto 75px;
}
.wrapper .works-know img {
    width: 30%;
}
.wrapper .works-comment {
    text-align: right;
    margin-bottom: 42px;
    font-size: 1.4rem;
    color : #666;
}

.works-section {
    padding: 30px 0;
}
.works-section .works-wide {
    max-width: 725px;
    width: 100%;
    margin: 0 auto 40px;
}
.works-section .works-wide.pinecone {
    margin: 0 auto 150px;
}
.works-section .works-top-pinecone-img {
  text-align: center;
}
.works-wide .works-bottom {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 70px;
}
.works-wide .yarn-icon,
.works-wide .needle-icon,
.works-wide .needle-icon2 {
    font-size: 2.4rem;
    color : #4D4D4D;
    margin-bottom: 35px;
}
.works-wide .yarn-icon:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 55px;
    background-image: url(/store/miknits/images/iplayknit/bg03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.works-wide .item_details {
    width: 600px;
    vertical-align: bottom;
}
.works-wide .needle-icon:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 76px;
    background-image: url(/store/miknits/images/iplayknit/bg04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.works-wide .needle-icon2:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 37px;
    background-image: url(/store/i_play_knit/keito/images/iplayknit/bg05.svg);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.works-wide .works-bottom.flex-none {
  display: block;
}
.works-wide .item_details2 {
    display: block;
    justify-content: space-around;
    align-items: baseline;
    width: 100%;
}
.works-wide .item__list.works-top {
    position: relative;
}
.works-wide .item__list .works-top-mole {
    position: absolute;
    top: 15px;
    right: 0;
}
.works-wide .item__list .works-top-canary,
.works-wide .item__list .works-top-marilyn,
.works-wide .item__list .works-top-jackie {
    position: absolute;
    top: 35px;
    right: -55px;
}
.works-wide .item__list .works-top-obake {
    position: absolute;
    top: 80px;
    right: -55px;

}
.works-wide .item__list .works-top-obake2 {
    position: absolute;
    top: 5px;
    right: -55px;
}
.works-wide .item__list .works-top-pinecone {
    position: absolute;
    top: 35px;
    right: 0;
}
.works-wide .item__list .works-top-koalas,
.works-wide .item__list .works-top-pinecone,
.works-wide .item__list .works-top-syrup,
.works-wide .item__list .works-top-cappuccino,
.works-wide .item__list .works-top-kusari,
.works-wide .item__list .works-top-eden {
    position: absolute;
    top: 65px;
    right: 50px;
}
.works-wide .item__list .works-top-pinecone2,
.works-wide .item__list .works-top-syrup2 {
    position: absolute;
    top: 0;
    right: 50px;
}
.works-wide .item__list .works-top-butterfly,
.works-wide .item__list .works-top-yukinko,
.works-wide .item__list .works-top-unionjack {
    position: absolute;
    top: 35px;
    right: 30px;
}
.works-wide .item__list .works-top-rosy {
    position: absolute;
    top: 55px;
    right: -20px;
}
.works-wide .item__list .works-top-kakigori {
  position: absolute;
  top: 70px;
  right: 50px;
}
.works-wide .item__list .works-top-kakigori2 {
    position: absolute;
    top: 0;
    right: 50px;
}

.works-wide .item__list .works-top-mole img {
    max-width: 275px;
    width: 100%;
}
.works-wide .item__list .works-top-canary img,
.works-wide .item__list .works-top-marilyn img {
    max-width: 375px;
    width: 100%;
}
.works-wide .item__list .works-top-jackie img {
    max-width: 403px;
    width: 100%;
}
.works-wide .item__list .works-top-pinecone img,
.works-wide .item__list .works-top-pinecone2 img {
    max-width: 126px;
    width: 100%;
}
.works-wide .item__list .works-top-koalas img {
  max-width: 172px;
  width: 100%;
}
.works-wide .item__list .works-top-butterfly img {
  max-width: 215px;
  width: 100%;
}
.works-wide .item__list .works-top-yukinko img,
.works-wide .item__list .works-top-unionjack img {
  max-width: 190px;
  width: 100%
}

.works-wide .item__list .works-top-rosy img {
  max-width: 383px;
  width: 100%
}
.works-wide .item__list .works-top-kakigori img,
.works-wide .item__list .works-top-kakigori2 img {
  max-width: 153px;
  width: 100%
}
.works-wide .item__list .works-top-syrup img,
.works-wide .item__list .works-top-syrup2 img {
    max-width: 162px;
  width: 100%
}

.works-wide .item__list .works-top-cappuccino img {
    max-width: 160px;
  width: 100%
}

.works-wide .item__list .works-top-kusari img {
  max-width: 160px;
  width: 100%;
}
.works-wide .item__list .works-top-eden img {
  max-width: 197px;
  width: 100%;
}

.works-wide .item__list .works-top-obake img,
.works-wide .item__list .works-top-obake2 img {
  max-width: 426px;
  width: 100%;
}




.works-wide .item__list .item__txt {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4D4D4D;
  margin: 40px auto 30px;
}
.works-wide .item__list .item__txt.obake {
  margin: 40px auto 100px;
}
.works-wide .item__list .item__txt dl {
    margin-bottom: 35px;
}

.shipping {
  margin-top: 10px;
}

.works-top-btn {
  text-align: center;
  padding: 40px 0 0;
}
.works-top-btn img {
   width:522px;
}
.snapbtn {
  display: flex;
}
.works-wide .ttl-box {
  width: 230px;
}
.item-ttl {
  font-size: 2.4rem;
}
.item-docro-txt {
  color: #5c998e;
  line-height: 1.8;
}
.obake-dataile {
  color: #5c998e;
}
.snap-btn-ttl {
  width: 100% !important;
  font-size: 2.4rem;
}
.itemNm {
  text-align: center;
  margin-top: 10px;
}
.needle-icon2-txt {
  display: inline-block;
  margin-left: 20px;
  font-family: "秀英丸ゴシック B",Shuei MaruGo B;
}
@media screen and (max-width: 480px) {
  .eyecatch {
    padding-top: 0;
  }
  .mt100 {
    margin-top: 0!important;
  }
  .w70 {
    width: 100%;
  }
  .mr10 {
    margin-right: 0;
  }
  .smb50 {
    margin-bottom: 50px;
  }
  .works-wide.item-docro-txt {
    width: calc(100% - 20px);
  }
  .works-wide .ttl-box {
    width: 100%;
  }
  .works-yodo-txt {
    width: calc(100% - 20px);
    text-align: left;
    font-size: 15px;
  }
  .works-caution {
    width: 95%;
  }
  .works-section .works-wide {
    max-width: 100%;
  }
  .works-wide .works-bottom {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .item-ttl {
    font-size: 20px;
    padding: 10px 0;
  }
  .item-docro-txt {
    width: calc(100% - 20px);
    text-align: left;
    margin: auto;
  }
  .works-wide .item_details {
    width: 10px;
  }
  .works-wide .item__list .works-top-mole img {
    max-width: 80%;
  }
  .works-wide .item__list .works-top-canary img,
  .works-wide .item__list .works-top-marilyn img,
  .works-wide .item__list .works-top-jackie img,
  .works-wide .item__list .works-top-pinecone img,
  .works-wide .item__list .works-top-pinecone2 img,
  .works-wide .item__list .works-top-butterfly img,
  .works-wide .item__list .works-top-yukinko img,
  .works-wide .item__list .works-top-works-top-unionjack img,
  .works-wide .item__list .works-top-kakigori img,
  .works-wide .item__list .works-top-kakigori2 img,
  .works-wide .item__list .works-top-unionjack img,
  .works-wide .item__list .works-top-koalas img,
  .works-wide .item__list .works-top-syrup2 img.
  .works-wide .item__list .works-top-syrup img,
  .works-wide .item__list .works-top-cappuccino img,
  .works-wide .item__list .works-top-kusari img,
  .works-wide .item__list .works-top-eden img,
  .works-wide .item__list .works-top-obake img,
  .works-wide .item__list .works-top-obake2 img {
    max-width: 90%;
  }
  .works-wide .item__list .works-top-rosy {
    right: 0;
  }
  .works-wide .item__list .works-top-rosy img {
    max-width: 70%;
  }
  .snapbtn {
    display: block;
    width: calc(100% - 100px);
    margin: auto;
  }
  .works-wide .item__list .works-top-mole,
  .works-wide .item__list .works-top-canary,
  .works-wide .item__list .works-top-marilyn,
  .works-wide .item__list .works-top-jackie,
  .works-wide .item__list .works-top-pinecone,
  .works-wide .item__list .works-top-pinecone2,
  .works-wide .item__list .works-top-koalas,
  .works-wide .item__list .works-top-butterfly,
  .works-wide .item__list .works-top-yukinko,
  .works-wide .item__list .works-top-unionjack,
  .works-wide .item__list .works-top-rosy,
  .works-wide .item__list .works-top-kakigori,
  .works-wide .item__list .works-top-kakigori2,
  .works-wide .item__list .works-top-syrup,
  .works-wide .item__list .works-top-syrup2,
  .works-wide .item__list .works-top-cappuccino,
  .works-wide .item__list .works-top-kusari,
  .works-wide .item__list .works-top-obake,
  .works-wide .item__list .works-top-obake2,
  .works-wide .item__list .works-top-eden {
    position: static;
  }
  .works-section .works-wide.pinecone {
    margin: 0 auto 50px;
  }
  .works-wide .needle-icon:before {
    background-size: cover;
    width: 30px;
    height: 45px;
  }
  .img-center {
    text-align: center;
  }
  .index-nav__profile {
    padding-left: 0;
  }
  .works-wide .item__list .item__txt {
    text-align: center;
  }
  .header__main_img img {
    width: 90%;
    margin: 20px auto 0;
  }
  .header__main_ttl {
    margin: 20px auto;
  }
  .header__main_ttl img {
    width: 80%;
  }
  .wrapper .works-know {
    margin: 20px auto;
  }
  .wrapper .works-know img {
    width: 80%;
  }
  .wrapper .works-comment {
    text-align: center;
  }
  .works-wide .yarn-icon, .works-wide .needle-icon {
    text-align: center;
    font-size: 20px;
  }
  .works-wide .needle-icon2 {
    text-align: left;
    font-size: 20px;
  }
  .works-wide .item__list .item__txt {
    margin: 30px auto;
  }
  .works-wide .needle-icon {
    margin-bottom: 0;
  }
  .works-wide .ttl-box.snap-btn-ttl {
    width: 100%!important;
    padding: 0 0 10px;
  }
  .snap-price {
    padding: 13px 0;
  }
  .item-docro-box {
    display: flex;
    flex-direction: column-reverse;
  }
}


/*---------------------------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;
}*/



/*------------------------------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: 823px) {
  .works-wide .item__list .works-top-marilyn,
  .works-wide .item__list .works-top-jackie,
  .works-wide .item__list .works-top-rosy,
  .works-wide .item__list .works-top-obake,
  .works-wide .item__list .works-top-obake2,
  .works-wide .item__list .works-top-canary {
    right: 0;
  }
  .works-wide .item__list .works-top-marilyn img,
  .works-wide .item__list .works-top-jackie img,
  .works-wide .item__list .works-top-obake img,
  .works-wide .item__list .works-top-obake2 img,
  .works-wide .item__list .works-top-canary img {
    max-width: 300px;
  }
  .works-wide .item__list .works-top-rosy img {
    max-width: 280px;
  }
  .fixed {
    width: 100%;
  }
}
@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;
  }
  .works-wide .works-bottom {
    margin-left: 0;
  }
  .works-section .works-wide {
    max-width: 97%
  }
  .header__main_img img {
    width: 90%;
  }
  .header__main_ttl img {
    width: 80%
  }
}
@media screen and (max-width: 568px) {
  .inner {
    left: 175%;
  }
  .works-section .works-wide {
    width: 100%
  }
  .wrapper {
    width: 100%
  }
  .wrapper .works-know img {
    width: 50%
  }
  .snapbtn li {
    width: 32%;
  }
  .snapbtn {
    justify-content: space-around;
  }
  .cart a {
    width: 180px;
  }
  .mr10 {
    margin-right: 0;
  }
}
@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;
  }
  .index-cart-area-point,
  .index-cart-list,
  .index-cart-area-details p {
    text-align: center;
  }
  .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: 0 auto 20px;
  }
  .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%;
  }
  .cart a {
    width: 200px;
  }
  .blogicon-chevron-up:before {
    width: 30px;
    height: 30px;
  }
  .index-cart-profile {
    margin: auto;
  }
  .snapbtn li {
    width: 100%
  }
  .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;
  }
  .sp-margin {
    margin: 0 auto!important;
  }
  .p15 {
    padding: 0;
  }
  .works-section .works-wide {
    width: calc(100% - 20px);
    margin: 0 auto 50px;
  }
  .works-top-btn {
        padding: 40px 10px 80px;
  }
  .snap-btn-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .notice__section__ttl h2 {
    font-size: 18px;
  }
  .notice__section__txt {
    font-size: 13px;
  }
}

.lity-container {
  background-color: #FFF!important;
}
.lity-content {
  padding:40px;
}
.lightbox__title {
  width: 50%;
  padding: 20px;
}
.lightbox__close {
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 480px) {
.lightbox__title {
  width: 100%;
  padding: 20px;
}}
