@charset "UTF-8";
html, body {
  background-color: #e1e9ec;
}

#wrap {
  background-color: #FFF;
  overflow: hidden;
}

#footer {
  background-color: #12175d;
  color: #FFF;
  font-size: 12px;
  padding: 13px 20px;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 20px 20px;
  }
}

#footer p {
  text-align: center;
}

#collection .inner {
  padding: 40px 20px 50px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#collection .thum {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

#collection .column_top {
  margin-bottom: 30px;
}

#collection .column_top h1 {
  font-size: 22px;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif", serif;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

#collection .column_top p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #collection .inner {
    padding: 60px 40px 70px 40px;
    max-width: 1105px;
  }
  #collection .column_top {
    margin-bottom: 40px;
  }
  #collection .column_top h1 {
    font-size: 26px;
  }
  #collection .column_top h1 br {
    display: none;
  }
  #collection .column_top p {
    font-size: 18px;
  }
  #collection .column_top p .none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  #collection .inner {
    padding-top: 60px;
  }
  #collection .column_top {
    margin-bottom: 60px;
  }
}

.slide_nav {
  margin-bottom: 30px;
}

.slide_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide_nav ul li {
  width: 33.33333%;
  border-bottom: 3px solid #000;
  margin-top: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
}

.slide_nav ul li img {
  width: 80%;
  max-width: 126px;
  height: auto;
}

.slide_nav ul li:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.slide_nav ul li:hover img {
  opacity: 0.6;
}

.slide_nav ul li.current img {
  display: none;
}

.slide_nav ul li:nth-child(1).current {
  background-color: #9b2f2f;
  background-image: url(../images/collection01_on.png);
}

.slide_nav ul li:nth-child(2).current {
  background-color: #32513d;
  background-image: url(../images/collection02_on.png);
}

.slide_nav ul li:nth-child(3).current {
  background-color: #374974;
  background-image: url(../images/collection03_on.png);
}

.slide_nav ul li:nth-child(4).current {
  background-color: #9a8475;
  background-image: url(../images/collection04_on.png);
}

.slide_nav ul li:nth-child(5).current {
  background-color: #979574;
  background-image: url(../images/collection05_on.png);
}

.slide_nav ul li:nth-child(6).current {
  background-color: #171b51;
  background-image: url(../images/collection06_on.png);
}

.slide_nav ul li:nth-child(7).current {
  background-color: #340a13;
  background-image: url(../images/collection07_on.png);
}

.slide_nav ul li:nth-child(8).current {
  background-color: #5b83ad;
  background-image: url(../images/collection08_on.png);
}

@media screen and (min-width: 768px) {
  .slide_nav {
    margin-bottom: 35px;
  }
  .slide_nav ul li {
    width: 16.66667%;
    border-bottom: 4px solid #000;
  }
  .slide_nav ul li img {
    width: auto;
  }
}

@media screen and (min-width: 980px) {
  .slide_nav ul li {
    border-bottom: 6px solid #000;
  }
}

.slide_container .slide h2 {
  font-size: 18px;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif", serif;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

.slide_container figure {
  display: block;
  margin-bottom: 15px;
}

.slide_container .price {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.slide_container .price dt {
  text-align: right;
}

.slide_container .price dd {
  text-align: right;
}

.slide_container p.price {
  text-align: right;
}

.slide_container .detail {
  padding: 20px 25px;
  position: relative;
}

.slide_container .detail p {
  font-size: 14px;
  line-height: 1.9;
}

.slide_container .detail p span.sup {
  font-size: 75.5%;
  vertical-align: top;
}

.slide_container .detail .kakko_l {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

.slide_container .detail .kakko_l:after, .slide_container .detail .kakko_l:before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #000;
  position: absolute;
}

.slide_container .detail .kakko_l:after {
  top: 0;
  left: 0;
}

.slide_container .detail .kakko_l:before {
  bottom: 0;
  left: 0;
}

.slide_container .detail .kakko_r {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}

.slide_container .detail .kakko_r:after, .slide_container .detail .kakko_r:before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #000;
  position: absolute;
}

.slide_container .detail .kakko_r:after {
  top: 0;
  right: 0;
}

.slide_container .detail .kakko_r:before {
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .slide_container .slide h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .slide_container .slide h2 br {
    display: none;
  }
  .slide_container .item {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }
  .slide_container figure {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .slide_container .price {
    font-size: 18px;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .slide_container .price dt {
    float: left;
  }
  .slide_container .price dd {
    padding-left: 160px;
  }
  .slide_container .price span {
    font-size: 16px;
  }
  .slide_container .detail {
    padding: 20px 35px;
    position: relative;
  }
  .slide_container .detail p {
    font-size: 16px;
    line-height: 1.9;
  }
}

@media screen and (min-width: 980px) {
  .slide_container .slide h2 {
    font-size: 32px;
  }
  .slide_container figure {
    margin-bottom: 20px;
  }
  .slide_container .price {
    margin-bottom: 35px;
  }
  .slide_container .detail {
    padding: 20px 50px;
    position: relative;
  }
  .slide_container .detail p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.slide_container .slide_inner {
  position: relative;
}

.slide_container .slide {
  position: absolute;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.slide_container .slide.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#message {
  background-color: #434343;
  color: #FFF;
}

#message .inner {
  padding: 30px 30px 0 30px;
}

#message h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

#message .text {
  font-size: 13px;
  line-height: 2;
}

#message .thum {
  position: relative;
}

#message .thum figure {
  display: block;
  text-align: right;
  margin-bottom: -15px;
}

#message .thum img {
  width: 40%;
  max-width: 250px;
}

#message .thum p {
  font-size: 12px;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 45%;
}

@media screen and (min-width: 768px) {
  #message .inner {
    max-width: 1105px;
    padding: 60px 40px 110px 40px;
    margin: 0 auto;
  }
  #message .column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #message .column .thum {
    width: 250px;
    text-align: right;
    position: relative;
    top: 60px;
  }
  #message .column .thum figure {
    width: 250px;
    display: inline-block;
  }
  #message .column .thum figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #message .column .thum p {
    font-size: 12px;
    text-align: right;
    position: relative;
    bottom: -15px;
    right: inherit;
    left: -100px;
  }
  #message .column .text {
    font-size: 15px;
    padding-left: 30px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #message .column .text p {
    text-align: justify;
  }
  #message h2 {
    font-size: 26px;
  }
}

@media all and (-ms-high-contrast: none) {
  #message .column .thum p {
    bottom: 0px;
  }
  *::-ms-backdrop, body #message .column .thum p {
    bottom: 0px;
  }
}

@media screen and (min-width: 980px) {
  #message .column {
    padding-left: 50px;
    padding-right: 40px;
  }
  #message .column .thum p {
    font-size: 14px;
    line-height: 1.5;
    left: -90px;
  }
  #message .column .text {
    font-size: 18px;
  }
}

#LoaderWrap {
  z-index: 9999;
}

.Carousel__block {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .Carousel__block {
    padding-top: 40px;
  }
}

#SliderBarPrev,
#SliderBarNext {
  top: -9px;
}

#logo {
  padding: 0 50px;
}

#logo h1 {
  text-align: center;
  margin: 0;
}

#logo a {
  width: 100%;
  max-width: 540px;
  display: inline-block;
}

#CarouselWrap {
  padding: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  #CarouselWrap {
    padding: 20px 0 20px 0;
  }
}

@media screen and (min-width: 980px) {
  #CarouselWrap {
    padding: 40px 0 35px 0;
  }
}

.CarouselItem {
  width: 68px;
}

.CarouselItem img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .CarouselItem {
    width: 136px;
  }
  .CarouselItem img {
    width: 100%;
  }
}

#ItemName span {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  #ItemName span {
    font-size: 22px;
  }
}

@media screen and (min-width: 980px) {
  #ItemName span {
    font-size: 24px;
  }
}

.SliderBar__block {
  margin: 15px auto 0;
}

@media screen and (min-width: 980px) {
  .SliderBar__block {
    margin-top: 10px;
  }
}

.itemslide-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.CarouselItem img {
  padding: 0 5px;
}

#Loading {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
}

#Loading img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */