@charset "UTF-8";
.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: inline-block;
  }
}

body {
  width: 100%;
  background-color: #ffffff;
}

.wrapper {
  background: #ffffff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background-color: #ffffff;
  text-align: center;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN" , "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.area-wrapper h1 {
  margin: 0;
  padding: 0;
}

.area-wrapper .mainvisual img {
  width: 100%;
}

.area-wrapper .slick-arrow {
  display: block !important;
}

.area-wrapper ul.slick-dots {
  margin: 0;
  bottom: -20px;
}

.area-wrapper ul.slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.area-wrapper ul.slick-dots li button {
  width: 4px;
  height: 4px;
  margin: 0 10px;
  background: #ccc;
  border-radius: 8px;
}

.area-wrapper ul.slick-dots li button {
  background: #d1c7c3;
  border: 1px solid #d1c7c3;
}

.area-wrapper ul.slick-dots li.slick-active button {
  background: #3a3430;
  border: 1px solid #3a3430;
}

.area-wrapper ul.slick-dots li button:before {
  width: 5px;
  height: 5px;
  border: none;
}

.area-wrapper ul.slick-dots li.slick-active button:before {
  background: none;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
    font-size: 14px;
  }
  .area-wrapper ul.slick-dots {
    margin: 0;
    bottom: -20px;
  }
  .area-wrapper ul.slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }
  .area-wrapper ul.slick-dots li button {
    width: 4px;
    height: 4px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 8px;
  }
  .area-wrapper ul.slick-dots li button {
    background: #d1c7c3;
    border: 1px solid #d1c7c3;
  }
  .area-wrapper ul.slick-dots li.slick-active button {
    background: #3a3430;
    border: 1px solid #3a3430;
  }
}

li:focus, img:focus, a:focus, *:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 0 100px;
}

img {
  max-width: 100%;
}

/*
    area-header
=========================================*/
.area-header p,
.area-header .header-text {
  text-align: center;
  font-size: 16px;
  margin: 70px auto;
}

@media screen and (max-width: 896px) {
  .area-header p,
  .area-header .header-text {
    line-height: 2;
    font-size: 14px;
    width: auto;
    margin: 20px 35px;
    text-align: left;
  }
  .area-header p br,
  .area-header .header-text br {
    display: none;
  }
}

.area-backgray {
  background: url(../images/back.jpg) top center no-repeat;
  background-size: 100%;
  background-color: #f7f7f7;
  padding: 150px 0 10px;
  margin: 0 0 100px;
}

.area-backgray p {
  width: 600px;
  margin: 50px auto 100px;
  text-align: left;
  line-height: 2;
}

.area-backgray p.size {
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .area-backgray {
    padding: 50px 0 10px;
    margin: 0 0 50px;
  }
  .area-backgray p {
    width: 300px;
    margin: 15px auto 25px;
  }
  .area-backgray p.size {
    margin: 10px auto;
    text-align: center;
  }
}

section {
  margin: 0 0 100px;
}

section .section-title {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  border-top: 2px solid #3a3430;
  border-bottom: 2px solid #3a3430;
  width: 320px;
  margin: 0 auto;
  color: #3a3430;
}

section .section-title.wide {
  width: 1000px;
}

section .sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #3a3430;
}

section .sub-title a {
  display: inline-block;
  padding: 0 0 1px;
  border-bottom: 1px solid #3a3430;
  text-decoration: none;
}

section .sub-title.shop-order {
  margin: 40px 0 20px;
}

section .area-glay {
  width: 1000px;
  padding: 50px;
  box-sizing: border-box;
  margin: 20px auto;
  background: #f7f7f7;
  display: flex;
  display: -webkit-flex;
  text-align: left;
}

section .area-glay small {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

section .area-glay .box {
  width: 50%;
  border-right: 1px solid #d1d1d1;
  padding: 0 20px;
  box-sizing: border-box;
}

section .area-glay .box:last-child {
  border-right: none;
  padding: 0 20px 0 50px;
}

section .area-glay dl {
  display: flex;
  display: -webkit-flex;
  margin: 5px 0;
}

section .area-glay dl dt {
  width: 10em;
}

section .area-glay dl dd {
  font-weight: bold;
}

section .area-glay dl dd:before {
  content: ':';
  display: inline-block;
  padding: 0 4px;
}

section .area-glay dl.span dt {
  width: auto;
}

section .area-glay dl.date dt {
  width: auto;
}

section .img {
  margin: 20px 0 10px;
}

section .area-white {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
  color: #3a3430;
}

section .area-white .pri {
  line-height: 1;
  font-size: 20px;
  margin: 0 0 20px;
}

section .area-white .pri span {
  font-size: 40px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}

section .area-white small {
  width: 400px;
  margin: 0 auto;
  text-align: left;
  display: block;
}

section .nav {
  font-size: 14px;
  width: 1000px;
  margin: 40px auto 65px;
  display: flex;
  display: -webkit-flex;
  border-right: 1px solid #000;
}

section .nav li {
  width: 20%;
  border-left: 1px solid #000;
}

section .nav li span {
  font-family: 'Roboto Slab', serif;
  display: block;
}

section .area-order {
  display: flex;
  display: -webkit-flex;
  width: 1000px;
  margin: 0 auto;
}

section .area-order .slider {
  width: 440px;
  height: 650px;
  margin-right: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

section .area-order .next-arrow {
  position: absolute;
  top: 43%;
  right: 10px;
  z-index: 1;
}

section .area-order .prev-arrow {
  position: absolute;
  top: 43%;
  left: 10px;
  z-index: 1;
}

section .area-order .area-step {
  width: 500px;
}

section .area-order .area-step .step {
  margin: 0 0 60px;
}

section .area-order .area-step .step h3 {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}

section .area-order .area-step .step h3 span {
  font-family: 'Roboto Slab', serif;
}

section .area-order .area-step .step h3 span b {
  font-size: 36px;
  margin: 0 .5em;
}

section .area-order .area-step .step table {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

section .area-order .area-step .step table tr {
  border-top: 1px solid #ccc;
}

section .area-order .area-step .step table tr th {
  width: 20%;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
}

section .area-order .area-step .step table tr th.size {
  font-family: 'Roboto Slab', serif;
}

section .area-order .area-step .step table tr td {
  width: 20%;
  text-align: center;
  padding: 4px 0;
}

section .area-order .area-step .step .list {
  color: #3a3430;
  font-family: 'Roboto Slab', serif;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  font-size: 30px;
  margin: 30px 0;
}

section .area-order .area-step .step .list li {
  cursor: pointer;
  border-radius: 10px;
  margin-right: 3%;
  box-sizing: border-box;
  border: 4px solid #f7f7f7;
}

section .area-order .area-step .step .list li img {
  display: block;
}

section .area-order .area-step .step .list li.active {
  border: 4px solid #3a3430;
}

section .area-order .area-step .step .list.size-list li {
  background: #fff;
  width: 47%;
}

section .area-order .area-step .step .list.size-list li:last-child {
  margin-right: 0;
}

section .area-order .area-step .step .list.color-list {
  width: 100%;
}

section .area-order .area-step .step .list.color-list li {
  width: 22.7% !important;
  margin-bottom: 3%;
  margin-right: 2.7%;
}

section .area-order .area-step .step .list.color-list li:nth-child(4n) {
  margin-right: 0;
}

section .area-order .area-step .step .list.button-list li {
  width: 31.3333333333%;
  margin-bottom: 3%;
}

section .area-order .area-step .step .list.button-list li:nth-child(3n) {
  margin-right: 0;
}

section .area-order .area-step .step .list.poket-list li {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN" , "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  background: #fff;
  width: 47%;
  padding: 5.5px 0;
}

section .area-order .area-step .step .list.poket-list li:last-child {
  margin-right: 0;
}

section .area-order .area-step .selected-content {
  color: #3a3430;
  padding: 20px 0;
  border-radius: 10px;
}

section .area-order .area-step .selected-content h4 {
  font-size: 24px;
  font-weight: bold;
}

section .area-order .area-step .selected-content .area {
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  padding: 30px 65px;
}

section .area-order .area-step .selected-content .area dl {
  margin: 5px 0;
  display: flex;
  display: -webkit-flex;
  text-align: left;
}

section .area-order .area-step .selected-content .area dl dt {
  width: 4em;
}

section .area-order .area-step .selected-content .area dl dd:before {
  content: ":";
  display: inline-block;
  padding: 0 10px;
}

section .area-order .area-step .selected-content .area .small {
  text-align: left;
  margin: 20px 0;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

section .area-order .area-step .selected-content .btn a {
  font-size: 24px;
  display: block;
  background: #3a3430;
  color: #fff;
  font-weight: bold;
  padding: 30px;
  margin: 30px 0;
  text-decoration: none;
  border-radius: 10px;
}

@media screen and (max-width: 896px) {
  section {
    margin: 50px 0;
  }
  section .section-title {
    font-size: 16px;
    border-top: 2px solid #3a3430;
    border-bottom: 2px solid #3a3430;
    width: 200px;
    padding: 7px 0;
  }
  section .section-title.wide {
    width: auto;
    margin: 0 20px;
  }
  section .sub-title {
    font-size: 16px;
  }
  section .sub-title a {
    display: inline-block;
    padding: 0 0 1px;
    border-bottom: 1px solid #3a3430;
  }
  section .sub-title.shop-order {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  section .area-glay {
    width: auto;
    padding: 20px;
    margin: 20px;
    flex-flow: column;
    font-size: 14px;
  }
  section .area-glay small {
    font-size: 12px;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
  }
  section .area-glay .box {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  section .area-glay .box:last-child {
    padding: 0;
    border-bottom: none;
  }
  section .area-glay dl {
    margin: 5px 0;
  }
  section .area-glay dl dt {
    width: 10em;
  }
  section .img {
    margin: 10px 20px;
  }
  section .area-white {
    width: auto;
    margin: 0 20px;
    padding: 20px 0;
  }
  section .area-white .pri {
    font-size: 16px;
    margin: 0 0 10px;
  }
  section .area-white .pri span {
    font-size: 28px;
  }
  section .area-white small {
    font-size: 11px;
    width: 300px;
  }
  section .nav {
    font-size: 12px;
    width: auto;
    margin: 20px;
  }
  section .area-order {
    flex-flow: column;
    width: auto;
    margin: 0 auto;
  }
  section .area-order .slider {
    width: auto;
    height: auto;
    margin-right: 0;
    position: relative;
    top: 0;
  }
  section .area-order .slider .slide {
    margin: 0 5px;
  }
  section .area-order .next-arrow {
    position: absolute;
    top: 47%;
    right: 5px;
    z-index: 1;
    width: 10px;
  }
  section .area-order .prev-arrow {
    position: absolute;
    top: 47%;
    left: 5px;
    z-index: 1;
    width: 10px;
  }
  section .area-order .area-step {
    width: auto;
  }
  section .area-order .area-step .step {
    margin: 50px 20px;
  }
  section .area-order .area-step .step h3 {
    font-size: 14px;
  }
  section .area-order .area-step .step h3 span {
    font-family: 'Roboto Slab', serif;
  }
  section .area-order .area-step .step h3 span b {
    font-size: 26px;
    margin: 0 .5em;
  }
  section .area-order .area-step .step table {
    width: 100%;
    font-size: 14px;
  }
  section .area-order .area-step .step .list {
    font-size: 20px;
    margin: 20px 0;
  }
  section .area-order .area-step .step .list li {
    border-radius: 5px;
    margin-right: 3%;
    border: 2px solid #f7f7f7;
  }
  section .area-order .area-step .step .list li.active {
    border: 2px solid #3a3430;
  }
  section .area-order .area-step .step .list.color-list li {
    margin-right: 2.5%;
  }
  section .area-order .area-step .step .list.size-list li {
    padding: 10px 0;
  }
  section .area-order .area-step .step .list.poket-list li {
    font-size: 16px;
    padding: 14px 0;
  }
  section .area-order .area-step .selected-content {
    color: #3a3430;
    border-top: 2px solid #3a3430;
    padding: 20px 0;
    margin: 0 20px;
    border-radius: 5px;
  }
  section .area-order .area-step .selected-content h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  section .area-order .area-step .selected-content .area {
    font-size: 14px;
    padding: 20px;
  }
  section .area-order .area-step .selected-content .btn a {
    font-size: 16px;
    padding: 20px;
    margin: 30px 0;
    border-radius: 5px;
  }
}

.area-wrapper .area-color .slick-arrow {
  display: none !important;
}

@media screen and (max-width: 896px) {
  .btn-all {
    margin: 0 30px;
  }
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*# sourceMappingURL=maps/app.css.map */
