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: Midashi Go MB31, sans-serif;
}

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

.mb50 {
 margin-bottom: 50px;
}
.pb35 {
  padding-bottom: 35px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.border-bold {
  border-top: 10px solid #000;
}


/*Details*/
.effect-fade {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2s;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.bottom-div__inner div {
  padding: 50px 0;
}
@media (min-width: 800px) {
  .image-div {
    width: 50%;
    float: right;
    padding: 0 10px;
  }
}
@media (min-width: 800px) {
  .top-div,
  .bottom-div {
    width: 50%;
    float: left;
  }
}
.top-div__inner {
  background: #ffffdd;
  padding: 1rem;
}
.bottom-div__inner {
  background: #ddffff;
  padding: 1rem;
}
.image-div img {
  display: block;
  width: 100%;
  border-bottom: 1px solid black;
}



.itempage {
  background-color: #000;
}
@media (min-width: 800px) {
  .item-container {
    width: 1000px;
    margin: auto;
  }
}


/*INDEX*/

/*-------------------------------- mp4*/
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('./images/details/item1-4.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
@media screen and (max-device-width: 800px) {
  body#bkimage:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    /*-webkit-background: url(../images/details/item1-4.jpg);*/
    background: url(../images/details/item1-4.jpg);
    /*-webkit-min-width: 100%;*/
    min-width: 100%;
    /*-webkit-min-height: 100%;*/
    min-height: 100%;
    /*-webkit-width: auto;*/
/*    width: auto;*/
    /*-webkit-height: auto;*/
/*    height: auto;*/
    /*-webkit-background-size: cover;*/
      background-size: cover;
    /*-webkit-transition: 1s opacity;*/
      transition: 1s opacity;
      background-position: center center;
  }
}
/*@media screen and (max-width: 800px) {
  .test {
    background: url(../images/details/item1-4.jpg) no-repeat center center fixed !important;
  }
  #bgvid {
    display: none;
  }
}*/

/*youtube*/
/*#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#video-background {
  z-index: -2;
}
#video-overlay {
  z-index: -1;
}*/

.title {
  text-align: center;
  font-size: 5rem;
  padding: 2.5em 0 2em;
}
.main-img {
  width: 400px;
  margin: auto;
}
@media (max-width: 600px) {
  .main-img {
    width: 100%;
  }
}
/*--------------------------------header*/
@media (min-width: 1024px) {
  .index__header {
  width: 100%;
  min-height: 100vh;
  display: table;
}
.index__header__content {
  width: 100%;
  height: 100vh;
  display: table-cell;
  vertical-align: baseline;
  position: relative;
}
.index__header__title {
  text-align: center;
  padding-top: 5%;
}
.index__header__title:before {
  content: "";
  display: inline-block;
  background: url(../images/index/home-logo.svg);
  background-size: 100% 100%;
  width: 175px;
  height: 18px;
  position: absolute;
  top: 40px;
  left: 30px;
}
.index__header__title img {
  max-width: 170px;
  width: 100%;
}
.index__header__subttl {
  width: 100%;
  margin: 10% auto 0;
  text-align: center;
}
.index__header__subttl img {
  max-width: 450px;
  width: 100%;
}
.index__header__subttl:after {
  content: "";
  display: inline-block;
  background-image: url(../images/index/bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 43px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 48%;
}}

.index__header {
  width: 100%;
  min-height: 100vh;
  display: table;
}
.index__header__content {
  width: 100%;
  height: 100vh;
  display: table-cell;
  vertical-align: baseline;
  position: relative;
}
.index__header__title {
  text-align: center;
  padding-top: 8%;
}
@media (max-width: 1023px) {
.index__header__title:before {
  content: "";
  display: inline-block;
  background: url(../images/index/home-logo.svg);
  background-size: 100% 100%;
  width: 175px;
  height: 18px;
  position: absolute;
  top: 40px;
  left: 30px;
}
.index__header__title img {
  max-width: 17%;
  width: 100%;
}
.index__header__subttl {
  width: 100%;
  margin: 10% auto 0;
  text-align: center;
}
.index__header__subttl img {
  max-width: 45%;
  width: 100%;
}
.index__header__subttl:after {
  content: "";
  display: inline-block;
  background-image: url(../images/index/bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5%;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 48%;
}}
@media (max-width: 600px) {
  .index__header__title {
    padding-top: 25%;
  }
  .index__header__title:before {
    top: 10px;
    left: 10px;
  }
  .index__header__title img {
    max-width: 150px;
  }
  .index__header__subttl img {
    max-width: 280px;
  }
  .index__header__subttl::after {
    width: 50px;
    height: 60px;
    bottom: 50px;
    right: 42%;
  }
}


.wrapper {
  width: 100%;
  background-color: rgba(255,255,255,.85);
}
/*--------------------------------yodogawa*/
.index__container {
  max-width: 1000px;
  /*min-width: 1000px;*/
  width: 100%;
  margin: auto;
}
.index__yodogawa {
  width: 100%;
  padding: 46px 0 29px;
  position: relative;
}
.index__yodogawa:before {/*スペースを作る*/
  content: '';
  top: 0;
  left: 0;
  width: 100%;/*指定したい幅*/
  /*padding-top: 90%;*//*画像の幅に対する高さ比率*/
  display: block;
}
.index__yodogawa:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/index/ttl04.svg);
  width: 100%;
  height: 460px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left:0;
}
.yodo-box {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing : 0.8px;
  text-align: left;
  font-family: Midashi Go MB31, sans-serif;
  padding-left: 24%;
}
.index__miniyodo {
  padding: 44px 0 33px;
}
.index__miniyodo-ttl {
  text-align: left;
  font-size: 1.6rem;
  padding: 0 0 2% 24%;
  color: #4D4D4D;
}
.index__miniyodo-txt {
  font-size: 1.3rem;
  color: #4D4D4D;
}
.umicolle {
  margin-top: 30px;
  font-size: 1.3rem;
/*  padding: 10px 15px;*/
  color: #4D4D4D;
/*  border: 1px solid #4D4D4D;*/
}
@media (max-width: 600px) {
  .index__miniyodo-ttl {
    width: calc(100% - 70px);
    margin: 0 auto;
    padding-left: 0;
  }
}

/*--------------------------------FEATURE*/
.wrapper.section {
  margin-top: 40px;
}

@media (min-width: 800px) {
  .container {
    width: 1000px;
    margin: auto;
  }
}

/*.title-border {
  display: flex;
  align-items: baseline;
  padding: 0 0 3.125em;
}
.title-border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: .5rem;
}*/
.index__feature__ttl:before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 40px;
  background-color: #CD0F05;
}
.index__feature__ttl:after {
  content: "";
  display: inline-block;
  background: url(../images/index/ttl01.svg);
  background-repeat: no-repeat;
  background-size:contain;
  width: 127px;
  height: 23px;
  vertical-align: super;
  margin-left: 10px;
}
.index__feature__box {
  display: flex;
/*  flex-wrap: wrap;*/
  justify-content: space-between;
  width: calc(100% - 24px);
  margin: auto;
  padding: 30px 0 37px;
}
.index__feature__txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing : 1.35px;
  font-family: Midashi Go MB31, sans-serif;
  padding: 10px 0;
}
.index__jewlry__ttl:before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 40px;
  background-color: #CD0F05;
}
.index__jewlry__ttl:after {
  content: "";
  display: inline-block;
  background: url(../images/index/ttl02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 23px;
  vertical-align: super;
  margin-left: 10px;
}
.index__jewlry__box {
  width: 100%;
  margin: auto;
  padding: 30px 0 37px;
}
/*.index__jewlry__right li:not(.index__jewlry__minittl) {
  padding: 10px 0;
}*/
.index__jewlry__right li:nth-child(2) {
  font-size: 2.8rem;
  font-family: Midashi Go MB31, sans-serif;
  line-height: 1.5;
  letter-spacing: 1.5px;
  padding: 16px 0;
}
.index__jewlry__right li:nth-child(3) {
  padding: 12px 0;
  font-size: 2.0rem;
}
.index__jewlry__right li:nth-child(3) span {
  font-size: 1.3rem;
}
.index__jewlry__right li:last-child {
  border-top: 0.425px solid #4d4d4d;
  border-bottom: 0.425px solid #4d4d4d;
}

@media (max-width: 600px) {
  .index__jewlry__right li:nth-child(2) {
    font-size: 18px;
  }
  .index__jewlry__right li:nth-child(3) {
    font-size: 18px;
  }
  .index__jewlry__right li:nth-child(3) span {
    font-size: 11px;
  }
}

.index__feature__notice{
  width: 32%;
  /*margin-right: 10px;*/
}
.index__jewlry__notice {
  width: 100%;
}
.index__jewlry__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index__jewlry__minittl:before {
  content: "";
  display: inline-block;
  background: url(../images/index/logo-mini.svg);
  width: 65px;
  height: 40px;
  background-color: #CD0F05;
}
.index__jewlry__minittl:after {
  content: "";
  display: inline-block;
  background: url(../images/index/ttl03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 35px;
  vertical-align: baseline;
  margin-left: 10px;
}
.index__jewlry__left {
  height: 40px;
  background: #CD0F05;
}
.index__jewlry__left a {
  display: block;
  padding: 10px 120px;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
}

.index__sweater__ttl {
  margin-bottom: 40px;
}
.index__sweater__ttl:before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 40px;
  background-color: #0A1E96;
}
.index__sweater__ttl:after {
  content: "";
  display: inline-block;
  background: url(../images/index/ttl05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 134px;
  height: 23px;
  vertical-align: super;
  margin-left: 10px;
}
.index__sweater__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 52.5px;
}
.index__sweater__right,
.index__sweater__left {
  width: 480px;
}
.index__sweater__box {
  padding-top: 21px;
  padding-left: 25px;
}
.index__sweater__logo {
  width: 63px;
}
.index__sweater__name {
  font-size: 2.8rem;
  font-family: Midashi Go MB31, sans-serif;
  line-height: 1.5;
  letter-spacing : 1.5px;
  padding: 16px 0;
}
.index__sweater__name span {
  font-size: 2.0rem;
  display: block;
}
.index__sweater__price {
  font-size: 2.0rem;
  line-height: 1.7;
}
.index__sweater__price span {
  font-size: 1.3rem;
}
.index__sweater__price,
.index__sweater__watch {
  max-width: 342px;
}
.index__sweater__watch {
  width: 100%;
  background: #0A1E96;
}
.index__sweater__watch a {
  display: block;
  color: #FFF;
  font-size: 1.7rem;
  font-family: Midashi Go MB31, sans-serif;
  text-align: center;
  padding: 10px 0;
}
.index__sweater__price {
  border-top: 0.425px solid #4d4d4d;
  border-bottom: 0.425px solid #4d4d4d;
  padding: 12px 0;
  margin: 0 0 30px;
}

.wrapper.aside {
  background-color:rgba(217,217,217,0.9);
}
.index__aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*  border-bottom: 10px solid #000;*/
}
.index__aside__left {
  width: 50%;
  border-right: 5px solid #000;
  padding: 40px;
}
.index__aside__right {
  width: 50%;
  border-left: 5px solid #000;
  padding: 40px;
}
.index__aside__ttl {
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing : 1.5px;
  font-family: Midashi Go MB31, sans-serif;
  padding-bottom: 27px;
}
.index__aside__list {
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing : 0.65px;
  font-family: Midashi Go MB31, sans-serif;
}
.index__aside__item1 {
  padding-bottom: 30px;
}
.index__aside__box {
  border: 1px solid #4d4d4d;
  display: inline-block;
  padding: 3px 8px;
  font-family: Midashi Go MB31, sans-serif;
}

.index__aside2 {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index__aside__left2,
.index__aside__right2 {
  width: 50%;
  padding: 40px;
}


.wrapper.section.footer {
  background-color:rgba(0,0,0,0.9);
}
.index__footer {
  padding: 33px 0;
}
.index__footer__erea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index__footer__list {
  display: flex;
}
.index__footer__list li {
  width: 33px;
  height: 33px;
}
.index__footer__txt {
  color: #808080;
  font-size: 1.5rem;
  font-family: Midashi Go MB31, sans-serif;
}
.index__footer__txt a {
  vertical-align: sub;
}
.index__footer__list li:not(last-cahild) {
  margin-right: 25px;
}
.index__contact {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.index__contact__box {
  display: flex;
}
.index__contact__box li,
.index__contact__right {
  font-size: 1.3rem;
  letter-spacing : 0.65px;
  line-height: 2.6;
  color: #808080;
}

@media screen and (max-width:768px) {
  .index__container {
    max-width: 100%;
  }
  .index__feature__box,
  .index__feature__notice,
  .index__aside__left2,
  .index__aside__right2 {
    width: 100%;
  }
  .index__feature__box {
    flex-wrap: wrap;
  }
  .index__aside__left {
    width: 100%;
    border-right: none;
    border-bottom: 10px solid #000;
  }
  .index__aside__right {
    width: 100%;
    border-left: none;
  }
  .yodo-box {
    width: calc(100% - 70px);
    margin: 10px auto 0;
    padding-left: 0;
    font-size: 15px;
  }
  .yodo-box.mt {
    margin-top: 44px;
  }
  .index__feature__notice {
    width: calc(100% - 70px);
    margin: auto;
  }
  .index__sweater__wrap {
    width: 100%;
    /*width: calc(100% - 70px);*/
    margin: auto;
  }
  .index__feature__txt {
    font-size: 14px;
  }
  .index__jewlry__right,
  .index__jewlry__left {
    width: 100%;
  }
  .index__jewlry__right li:not(.index__jewlry__minittl),
  .index__jewlry__left {
    width: calc(100% - 70px);
    margin: auto;
  }
  .index__jewlry__right li:last-child {
    border-bottom: none;
  }
  .index__jewlry__left a {
    padding: 10px 0;
  }
  .index__sweater__name {
    font-size: 18px;
  }
  .index__sweater__name span {
    font-size: 16px;
  }
  .index__sweater__price {
    font-size: 18px;
    line-height: 1.5;
  }
  .index__sweater__price span {
    font-size: 11px;
  }
  .index__sweater__watch a {
    font-size: 14px;
  }
  .index__sweater__right,
  .index__sweater__left {
    width: 50%;
  }
  .index__sweater__box {
    padding: 10px;
  }
  .index__yodogawa:after {
    background: url(../images/index/ttl04_beforesales_sp.png);
    background-repeat: no-repeat;
    height: 50px;
    background-size: cover;
  }
  .index__sweater__right {
    margin-right: 10px;
  }
  .index__contact {
    width: 100%;
    flex-wrap: wrap;
  }
  .index__footer {
    padding: 33px 25px;
  }
  .index__footer__list {
    margin-bottom: 20px;
  }
  .index__footer__erea {
    width: 100%;
  }
  .index__footer__txt {
    width: 100%;
  }
  .index__contact__box {
    flex-wrap: wrap;
    width: 100%;
  }
  .index__contact__right {
    width: 100%;
  }
}










/*--------------------------------------------------products__ page*/
.products__single .wrap {
  margin-left: 0!important;
}
.wrap {
  margin-left: 0!important;
}
.products__single {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width:768px) {
  .products__single {
    width: 100%;
  }
/*  .products__single__right,
  .products__single__left {
    width: 100%;
  }*/
  .products__single__box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .products__single__right {
    padding-left: 0;
  }
}
/*.products__detail__row,
.products__row {
    display: -webkit-flex;
    display: -ms-flexbox
}
.pp__th {
    width: 200px;
    padding-right: 60px
}*/
/*@media screen and(max-width:768px) {
    .pp__th {
        width: auto;
        margin-bottom: 10px
    }
}*/
/*.pp__td {
    width: calc(100% - 200px)
}
.privacy__policy__text {
    margin-top: -60px
}
.privacy__policy__text p {
    margin-bottom: 2em;
    line-height: 2.1
}*/
/*.products__animal .text,
.products__number,
.season__title {
    line-height: 1;
    letter-spacing: 0.1em
}*/
/*.season {
    padding-top: 180px
}
.season > .wrap {
    margin-left: 220px
}*/
/*@media screen and(max-width:768px) {
    .pp__td {
        width: auto
    }
    .privacy__policy__text {
        margin-top: -20px
    }
    .season > .wrap {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0
    }
    .season {
        padding-top: 80px
    }
}*/
/*.season__title {
    margin-bottom: 60px;
    font-size: 2.4rem;
    padding-right: 40px;
    text-align: right
}*/
/*.products__animal,
.products__number {
    text-align: center;
    border-bottom: 1px solid #e6e6e6
}*/
/*@media screen and(max-width:768px) {
    .season__title {
        margin-bottom: 30px;
        font-size: 1.5rem;
        padding-right: 20px
    }
}*/
/*.products__row {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}
.products__row:last-child {
    margin-bottom: 0
}*/
/*.products__col--1 {
    width: 180px;
    margin-right: 20px;
    border-top: 1px solid #e6e6e6
}*/
/*@media screen and(max-width:1024px) {
    .products__row {
        margin-bottom: 70px;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .products__col--1 {
        width: 32.142857142857146%;
        margin-left: 20px
    }
}*/
/*@media screen and(max-width:768px) {
    .products__col--1 {
        width: calc(32.1428571% - 20px);
        margin-right: 10px
    }
}
.products__col--2 {
    width: 320px;
    margin-right: 20px;
    border-top: 1px solid #e6e6e6
}
@media screen and(max-width:1024px) {
    .products__col--2 {
        width: calc(64.2857143% - 40px);
        margin-right: 20px
    }
}
@media screen and(max-width:768px) {
    .products__col--2 {
        width: calc(64.2857143% - 20px);
        margin-right: 20px
    }
}
.products__col--3 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 680px
}
@media screen and(max-width:1024px) {
    .products__col--3 {
        width: 100%;
        margin-top: 30px
    }
}*/

/*cart*/
/*.tablet--products__detailbtn {
    width: 100%;
    padding-right: 40px
}
.tablet--products__detailbtn a {
    margin-left: auto
}
@media screen and(max-width:768px) {
    .tablet--products__detailbtn {
        padding-right: 20px
    }
}*/
/*.products__detailbtn {
    margin-top: 30px;
    text-align: right
}*/

/*.products__number {
    font-size: 3.2rem;
    padding: 30px 0;
    height: 80px
}
.products__number span {
    display: block
}
.products__number span.limited {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 10px
}
.products__single .products__number {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px
}
@media screen and(max-width:768px) {
    .products__number {
        font-size: 2rem;
        height: 40px;
        padding: 12px 0
    }
}*/
/*.products__animal {
    padding: 20px 0
}
.products__animal .image {
    height: 133px
}
.products__animal .image img {
    max-width: 100%;
    max-height: 100%
}*/
.products__single .products__animal .image {
    height: 175px
}
/*.products__animal .text {
    padding-top: 15px;
    font-size: 1.2rem
}*/
@media screen and(max-width:768px) {
    .products__animal {
        border-bottom: none
    }
    .products__single .products__animal {
        border-bottom: 1px solid #e6e6e6
    }
    .products__animal .image,
    .products__single .products__animal .image {
        height: auto
    }
    .products__animal .image img {
        width: 150px;
        height: auto
    }
    .products__animal .text {
        font-size: 0.8rem
    }
}
/*.products__detail__row {
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}*/
/*.products__detail__row.products__detail__yarn {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6
}*/

/*--------------------------------------------------products__detai left*/
.products__single__left {
  max-width: 450px;
  width: 100%;
  position: relative
}
@media screen and (max-width:768px) {
  .products__single__left {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and(max-width:1024px) {
/*    .products__single__box {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }*/
  .products__single__left {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px
  }
}
.products__detail__logo {
  margin-bottom: 80px;
}

.products__detail__logo:before {
  content: "";
  display: inline-block;
  background: url(/store/sirisiri/images/index/logo-mini.svg);
  width: 65px;
  height: 40px;
  background-color: #CD0F05;
}
.products__detail__logo:after {
  content: "";
  display: inline-block;
  background: url(/store/sirisiri/images/index/ttl03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 35px;
  vertical-align: baseline;
  margin-left: 10px;
}
@media screen and (max-width:768px) {
  .products__detail__logo {
    margin-bottom: 0;
  }
}
.products__detail {
  padding: 0 35px;
}
.products__detail__label,
.products__detail__value {
  padding-top: 15px;
  padding-bottom: 10px;
}
.products__detail__subttl {
  max-width: 300px;
}
@media screen and (max-width:768px) {
  .products__detail__subttl {
    max-width: 230px;
  }
}
.products__detail__subttl,
.products__detail__name {
  padding: 0 0 30px;
}
@media screen and (max-width:768px) {
  .products__detail__name {
    padding: 0 0 18px;
  }
  .products__detail__subttl {
    padding: 35px 0 18px;
  }
}
.products__detail__name.border,
.products__detail__label.border {
  border-bottom: 0.425px solid #4d4d4d;
}
.products__detail__name {
  font-size: 2.8rem;
  font-family: Midashi Go MB31, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2.1px;
}
.products__detail__price {
  font-size: 2rem;
  font-family: Midashi Go MB31, sans-serif;
  line-height: 1.7;
  letter-spacing : 1px;
}
.products__detail__price span,
.products__detail__day {
  font-size: 1.3rem;
  font-family: Midashi Go MB31, sans-serif;
  letter-spacing : .65px;
}
.table {
  width: 100%;
  text-align: center;
  margin: 30px 0 50px;
}
.table-row {
  border-bottom: 0.425px solid #4d4d4d;
}
.table-header,
.table-data {
  border-left: 0.425px solid #4d4d4d;
}

/*.products__detail__row--noborder .test,
.products__detail__row--noborder .products__detail__value,
.products__detail__yarn .test,
.products__detail__yarn .products__detail__value {
    border-bottom: none
}
.products__detail__price .test,
.products__detail__price .products__detail__value {
    padding-top: 20px
}
.products__detail__delivery .test,
.products__detail__delivery .products__detail__value {
    padding-bottom: 20px
}
.products__detail__limited .test,
.products__detail__limited .products__detail__value {
    padding-top: 0;
    padding-bottom: 0
}*/
/*.test,
.products__detail__value {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.4
}
.products__detail__row--noborder .test,
.products__detail__row--noborder .products__detail__value,
.products__detail__yarn .test,
.products__detail__yarn .products__detail__value {
    border-bottom: none
}
.products__detail__price .test,
.products__detail__price .products__detail__value {
    padding-top: 20px
}
.products__detail__delivery .test,
.products__detail__delivery .products__detail__value {
    padding-bottom: 20px
}
.products__detail__limited .test,
.products__detail__limited .products__detail__value {
    padding-top: 0;
    padding-bottom: 0
}*/
/*.products__detail__color .products__detail__value span {
    margin-left: 0.5em;
    counter-increment: num
}
.products__detail__color .products__detail__value span:before {
    content: counter(num) '.'
}
.products__detail__colorvaritaion {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6
}*/
/*.test {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    min-width: 100px
}*/
/*.test {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    min-width: 100px
}*/
/*@media screen and(max-width:480px) {
    .test {
        font-size: 0.9rem;
        min-width: 80px
    }
}*/
/*.products__detail__yarn {
    height: 80px
}*/
/*.products__detail__yarn .products__detail__value {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}*/
/*.products__detail__yarn .products__detail__value picture {
    display: block
}*/
/*.products__detail__yarn .products__detail__value img {
    width: 190px
}*/
/*.products__single .products__detail__yarn .products__detail__value {
    max-width: calc(100% - 80px);
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px
}*/
/*@media screen and(max-width:1024px) {
    .products__detail__yarn .products__detail__value {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 25px
    }
    .products__detail__yarn .products__detail__value picture {
        height: 100%
    }
    .products__detail__yarn .products__detail__value img {
        width: auto;
        height: auto
    }
}*/
/*@media screen and(max-width:768px) {
    .products__detail__yarn {
        height: 40px
    }
    .products__detail__yarn .products__detail__value {
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .products__detail__yarn .products__detail__value img {
        max-height: 100%
    }
    .products__single .products__detail__yarn {
        height: auto
    }
    .products__single .products__detail__yarn .products__detail__value {
        padding-right: 0;
        height: auto
    }
    .products__single .products__detail__yarn .products__detail__value img {
        width: 150px;
        height: auto
    }
}*/
/*.products__detail__value {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 0.1em
}
.products__single .products__detail__value {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-bottom: 8px
}
.products__detail__delivery .products__detail__value {
    padding-bottom: 20px
}
.products__detail__price .products__detail__value {
    font-size: 2rem;
    margin-right: -10px
}
.products__detail__price .products__detail__value span {
    font-size: 1.2rem
}
@media screen and(max-width:480px) {
    .products__detail__value {
        font-size: 0.9rem
    }
    .products__single .products__detail__value {
        font-size: 1.1rem
    }
    .products__detail__price .products__detail__value {
        font-size: 2rem;
        margin-right: -7px
    }
    .products__detail__price .products__detail__value span {
        font-size: 0.9rem
    }
}*/

/*cart*/
.stock {
  padding: 10px 0 0;
  display: inline-block;
  letter-spacing: 2px;
  font-family: Midashi Go MB31;
}
.products__orderbtn {
  margin-top: 28px;
  padding: 0 35px;
}
.products__orderbtn a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 1.7rem;
  font-family: Midashi Go MB31;
  text-align: center;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  background-color: #CD0F05;
}
.products__orderbtn a.sold {
  display: block;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.7rem;
  font-family: Midashi Go MB31, sans-serif;
  text-align: center;
  pointer-events: none;
  text-decoration: none;
  /*transition: all 0.3s;*/
  background-color: #D9D9D9;
}
/*.colorVariation,
.top__limited2019 a {
    display: -webkit-flex;
    display: -ms-flexbox
}*/
/*.products__orderbtn a:hover {
    background-color: #b3b3b3;
    color: #38383c
}*/
.products__orderbtn a.off {
    background-color: #b3b3b3;
    pointer-events: none
}

/*infomation*/
.products__information {
  padding: 40px 35px;
  border-bottom: 10px solid #000;
  font-size: 1.2rem;
  height: 87px;
  letter-spacing: 0.1em;
}
.products__single .products__information__text.yodo p {
  font-size: 1.5rem;
}
.products__single .products__information__text p {
  font-family: Midashi Go MB31, sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing : 0.75px;
}
.products__information__text.tabel {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
}
.products__information__text.tabel .f {
  position: relative;
}
.products__information__text.tabel .f:before {
  content: "F";
  position: absolute;
  top: 0;
  left: -20px;
}

@media screen and (max-width:768px) {
  .products__single .products__information__text p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing : 0.65px;
  }
}
.products__single .products__information {
    height: auto
}
@media screen and(max-width:480px) {
    .products__information {
        font-size: 0.9rem
    }
}
.products__information__title.main {
  margin-bottom: 5px;
  max-width: 300px;
}
.products__information__title,
.products__follwing__subttl,
.products__specification__subttl {
  margin-bottom: 36px;
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.25;
  letter-spacing : 0.6px;
}
.products__information__title.sub {
  margin-top: 38px;
  margin-bottom: 10px;
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing : 0.75px;
}
.products__specification__img img {
  max-height: 400px;
}

@media screen and (max-width:768px) {
  .products__information {
    height: auto;
    padding-top: 43px;
    padding-bottom: 40px
  }
  .products__information__title {
    margin-bottom: 10px
  }
  .products__information__text {
    font-size: 1.4
  }
}

.products__information__text {
    line-height: 1
}
.products__single .products__information__text {
    line-height: 1.6
}

/*products__follwing*/
.products__follwing {
  padding: 45px 35px 40px;
  background-color: #d9d9d9;
  border-bottom: 10px solid #000;
}
.products__follwing__ttl {
  max-width: 300px;
}
.products__follwing__ttl,
.products__specification__ttl {
  padding: 0 0 16px;
}
/*.products__specification__subttl {
  padding: 0 0 40px;
}*/
.products__follwing__img {
  padding: 16px 0;
}
.products__follwing__list {
  width: 100%;
  padding: 8px;
}
.products__follwing__list ul {
}
.products__follwing__list ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  font-family: 小塚ゴシック Pr6N, sans-serif;
  line-height: 1.8;
  letter-spacing : 0.65px;
}
.products__follwing__img {
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.products__follwing__info {
  padding: 35px 0 0 1em;
  font-size: 1.3rem;
  font-family: 小塚ゴシック Pr6N, sans-serif;
  line-height: 1.8;
  letter-spacing : 0.65px;
}

/*products__specification*/
.products__specification {
  padding: 45px 35px 40px;
  border-bottom: 10px solid #000;
}
.products__specification__ttl {
  max-width: 155px;
}
.products__specification__top {
  padding: 0 0 36px;
}
.products__specification__middle {
  padding: 0 0 17px;
}
.products__specification__bottom {
  padding: 20px 0 0;
}
.products__specification__top,
.products__specification__middle,
.products__specification__bottom {
  font-size: 1.3rem;
  font-family: Koburina Gothic, sans-serif;
  line-height: 1.8;
  letter-spacing : 0.65px;
}

/*.products__single .products__information__text p:last-child {
    margin-bottom: 0
}*/

/*.ac,
.instagram__title a i,
.order__text,
.order__title,
.products__orderbtn a,
.slick-dots,
.top__information .information__list,
.top__limitedcollection__title {
    text-align: center
}*/
.products__detailbtn a {
    width: 110px;
    margin-left: auto;
    font-size: 1.8rem
}
.products__images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.products__images > div {
    width: 50%;
    overflow: hidden
}
.products__images > div img {
    width: 100%;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s
}
.products__images:hover > div img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
@media screen and(max-width:768px) {
    .products__single > .wrap {
        padding-left: 0;
        padding-right: 0
    }
    .products__single {
        padding-top: 55px
    }
}
.products__single__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

/*---------------------------------footer*/
.products__footer {
  padding: 45px 35px 50px;
}
.products__footer__share {
  display: flex;
  padding: 0 0 35px;
}
.products__footer__list {
  width: 36px;
  height: 36px;
}
.products__footer__list:not(:last-child) {
  margin-right: 30px;
}

.products__footer__other {
  font-size: 1.4rem;
  font-family: Midashi Go MB31, sans-serif;
  line-height : 2.5;
  letter-spacing : 0.7px;
  color: #808080;
}



/*------------------------------------products right*/
.products__single__right {
  max-width: 550px;
  width: 100%;
  background-color: #000;
    /*width: calc(100% - 340px);*/
    /*padding-left: 30px*/
}
@media screen and (max-width:768px) {
  .products__single__right {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and(max-width:1024px) {
    .products__single__right {
        width: auto;
        padding-left: 0
    }
}

@media screen and (max-width:768px) {
  .products__single__right-sp {
    background-color: #FFF;
  }
}
.products__single__image img {
    width: 100%
}
/*.products__single__image__row {
    margin-bottom: 10px
}*/
.products__single__image__row .cap {
    padding: 8px 10px 10px 0;
    font-size: .9rem;
    line-height: 3;
    letter-spacing : 0.23px;
    text-align: right;
    color: #FFF;
}
.products__single__image__row:last-child {
    margin-bottom: 0
}
@media screen and(max-width:768px) {
    .products__single__image__row .cap {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1rem
    }
}
.products__single__image__container {
    position: relative
}
.products__single__image__container button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    transition: background-color 0.2s
}
.products__single__image__container button:after,
.products__single__image__container button:before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: background-color 0.2s
}
.products__single__image__container button:before {
    width: 18px;
    height: 1px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.products__single__image__container button:after {
    width: 1px;
    height: 18px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.products__single__image__container button:hover {
    background-color: #231815
}
.products__single__image__container button:hover:after,
.products__single__image__container button:hover:before {
    background-color: #fff
}



/*.products__size {
    margin-top: 30px
}
.products__size__title {
    padding-bottom: 5px;
    font-size: 1.2rem;
    border-bottom: 1px solid #e6e6e6
}
.products__size__text {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.05em
}*/
