@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
.eg {
  font-family: superclarendon, serif;
  font-style: normal;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.number {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  color: #353535;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

.height {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.tar {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv .sp_fv {
  background-image: url(../images/sp_main.jpg);
  height: 114vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .fv .pc_fv {
    background-image: url(../images/pc_main.jpg);
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.top .read {
  width: 95%;
  margin: auto;
  text-align: center;
  line-height: 2.5;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .top .read {
    margin: 100px auto;
    font-size: 16px;
  }
}

.nav {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .nav {
    width: 540px;
    margin: auto;
  }
}
.nav .title {
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .nav .title {
    font-size: 24px;
  }
}
.nav .nav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: auto;
}
.nav .nav_flex .nav_each {
  width: 31%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .nav .nav_flex .nav_each {
    width: 28%;
  }
}
.nav .nav_flex .nav_each .nav_title {
  font-size: 10px;
  margin-top: 13px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .nav .nav_flex .nav_each .nav_title {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  section {
    max-width: 700px;
    margin: auto;
  }
}

.credit {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  width: 84%;
  margin: 80px auto 100px;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .credit {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 100px auto 200px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.credit li {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  .credit li {
    width: 330px;
  }
}
.credit li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #353535;
  text-decoration: none;
}
.credit li a div.img {
  width: 17.4603174603%;
}
@media screen and (min-width: 769px) {
  .credit li a div.img {
    width: 55px;
  }
}
.credit li a p {
  width: 77.7777777778%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 2;
}

.sec {
  margin-top: 100px;
}
.sec .main_img {
  margin-bottom: 100px;
}
.sec .main_img .title_wrap {
  width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .sec .main_img .title_wrap {
    width: 100%;
  }
}
.sec .main_img .number {
  font-size: 12px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .sec .main_img .number {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.sec .main_img .number .suuji {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .sec .main_img .number .suuji {
    font-size: 22px;
  }
}
.sec .main_img .item_name {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted;
}
@media screen and (min-width: 769px) {
  .sec .main_img .item_name {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sec .main_img .price {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.sec .color_wrap {
  position: relative;
}
.sec .color_wrap .color_name {
  position: absolute;
  height: 15vw;
  width: auto;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .sec .color_wrap .color_name {
    height: 6vw;
  }
}

.box1 .color_wrap {
  margin-top: 130px;
}
.box1 .color_wrap .color_name {
  top: -8%;
  left: 12%;
}
@media screen and (min-width: 769px) {
  .box1 .color_wrap .color_name {
    top: -7%;
  }
}
.box1 .color_wrap .img1 {
  width: 84%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .box1 .color_wrap .img1 {
    margin-top: 200px;
  }
}
.box1 .img2 {
  width: 60%;
  margin-top: 10%;
}
.box1 .img3 {
  width: 70%;
  margin-left: auto;
  margin-top: 20%;
}

.box2 .img1 {
  width: 90%;
}
.box2 .color_name {
  top: -14%;
  left: initial;
  right: 6%;
}
.box2 .imgs {
  position: relative;
  width: 48%;
  margin-left: auto;
  margin-right: 4%;
  top: -25px;
}
.box2 .imgs img {
  margin-bottom: 5px;
}
.box2 .img2 {
  width: 75%;
  margin: 30% auto 0;
}

.box3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -6%;
}
.box3 .flex_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box3 .color_name {
  top: -8%;
  right: 11%;
}
.box3 .img1 {
  width: 85%;
}
.box3 .img2 {
  width: 44%;
  margin-left: 5px;
}
.box3 .img3 {
  height: 30vw !important;
  right: 5%;
  top: -17%;
}
@media screen and (min-width: 769px) {
  .box3 .img3 {
    height: 13vw !important;
  }
}
.box3 .img4 {
  margin-top: 40%;
  width: 85%;
  margin-left: auto;
}
.box3 .img5 img {
  width: 44%;
  margin-right: 5px;
}
.box3 .img6 {
  width: 89%;
}

.box4 .white {
  top: -8%;
  left: 8%;
}
@media screen and (min-width: 769px) {
  .box4 .white {
    top: -7%;
  }
}
.box4 .img1 {
  width: 85%;
  margin-left: auto;
  margin-bottom: 16%;
}
.box4 .img2 {
  width: 75%;
}
.box4 .img3 {
  width: 65%;
  margin-top: 20%;
  margin-left: auto;
  margin-bottom: 5px;
}
.box4 .img4 {
  width: 65%;
  margin-left: auto;
}
.box4 .img5 {
  width: 85%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .box4 .img5 {
    margin-top: 250px;
  }
}
.box4 .color_wrap {
  margin-top: 150px;
}
.box4 .color_wrap .sleeve {
  width: 60%;
  height: auto;
  top: -20%;
  left: 20%;
}
.box4 .img6 {
  width: 55%;
  margin-top: 15%;
  margin-left: auto;
  margin-right: 10%;
}
.box4 .img6 img {
  margin-bottom: 5px;
}
.box4 .img7 {
  width: 90%;
  margin-top: 20%;
  margin-left: auto;
}

.box5 .color_wrap .black {
  width: 35%;
  height: auto;
  top: -6%;
  left: 3%;
}
.box5 .img2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25%;
}
.box5 .img2 img {
  width: 38%;
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.box5 .img3 {
  width: 58%;
  margin: 25% auto 0;
}

.box6 .img1 {
  width: 85%;
}
.box6 .color_name {
  top: -9%;
  right: 10%;
}
@media screen and (min-width: 769px) {
  .box6 .color_name {
    top: -7%;
  }
}
.box6 .img2 {
  width: 73%;
  margin-left: auto;
  margin-top: 20%;
}
.box6 .img3 {
  width: 58%;
  margin: 30% auto 0;
}

.box7 .img1 {
  width: 85%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .box7 .img1 {
    margin-top: 200px;
  }
}
.box7 .color_wrap .blue {
  top: -9%;
  left: 9%;
}
@media screen and (min-width: 769px) {
  .box7 .color_wrap .blue {
    top: -6%;
  }
}
.box7 .img2 {
  width: 46%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: 8%;
}
.box7 .img3 {
  width: 60%;
  margin: 40% auto 0;
}
@media screen and (min-width: 769px) {
  .box7 .img3 {
    margin-top: 30%;
  }
}

.box8 .img1 {
  width: 85%;
  margin-left: auto;
}
.box8 .white {
  top: -9%;
  left: 8%;
}
@media screen and (min-width: 769px) {
  .box8 .white {
    top: -6%;
  }
}
.box8 .img2 {
  width: 70%;
  margin-top: 20%;
}
.box8 .img3 {
  position: relative;
  width: 60%;
  margin-top: -8%;
  margin-left: auto;
}

.box9 .img1 {
  width: 85%;
}
.box9 .green {
  top: -9%;
  right: 10%;
}
@media screen and (min-width: 769px) {
  .box9 .green {
    top: -7%;
  }
}
.box9 .img2 {
  width: 70%;
  margin-top: 15%;
  margin-left: auto;
  margin-bottom: 32%;
}
.box9 .img3 {
  width: 85%;
  margin: auto;
}

#staff {
  text-align: center;
  margin-bottom: 100px;
}
#staff .staff_wrap {
  max-width: 500px;
  margin: 0 auto 50px;
}
#staff .shop {
  font-size: 11px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  #staff .shop {
    font-size: 16px;
  }
}
#staff .name {
  font-weight: bold;
  font-size: 18px;
}
#staff .staff_h {
  font-size: 10px;
  margin-top: 3px;
}
#staff .img1 {
  width: 100%;
  margin-bottom: -30px;
}
#staff .img2 {
  width: 27%;
  margin: 15px auto 24px;
}
#staff .img3 {
  position: relative;
  margin-top: -15px;
  z-index: -1;
}
#staff .staff_text {
  width: 60%;
  margin: auto;
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  #staff .staff_text {
    width: 45%;
    font-size: 12px;
  }
}
#staff .links {
  width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}
#staff .links .link_btn {
  display: block;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 4px 14px;
  border-radius: 50px;
  margin-left: 3px;
  margin-right: 3px;
}

.archive {
  background: #EDEDED;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .archive {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.archive .a_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 769px) {
  .archive .a_title {
    margin-bottom: 3%;
  }
}
.archive a {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 769px) {
  .archive a {
    width: 40%;
    margin-bottom: 50px;
  }
}
.archive a:hover {
  opacity: 0.6;
}

#page_top {
  position: fixed;
  width: 18%;
  right: 3%;
  bottom: 6%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #page_top {
    width: 80px;
    right: 3%;
    bottom: 5%;
  }
}

footer {
  margin-top: 50px;
}
footer .foot_logo {
  display: block;
  width: 140px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  footer .foot_logo {
    width: 200px;
    margin-top: 100px;
    margin-bottom: 10px;
  }
}
footer .foot_copy {
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
}/*# sourceMappingURL=style.css.map */