@charset "UTF-8";
/* base style */
.main-area,
.main_inner {
  -webkit-font-feature-settings: normal;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .05em;
  margin: auto;
  text-align: left;
  width: 100%;
}

.main-area .breadcrumb__list {
  max-width: 100rem;
}

@media only screen and (max-width: 767px) {
  .main-area .breadcrumb__list {
    max-width: 100%;
  }
}

.mainWrap a:hover {
  opacity: 0.6;
}

.mainWrap a {
  display: block;
}

.button1 a:hover,
.button2 a:hover {
  background-color: #dcdcdc;
}

.main-area *,
.main_inner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area *::before,
.main-area *::after,
.main_inner *::before,
.main_inner *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area img,
.main-area svg,
.main_inner img,
.main_inner svg {
  height: auto;
  width: 100%;
}

/*メディアクエリ設定*/
/* 変数宣言 */
/* 変数宣言 */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* -----------------------------------------
PC
------------------------------------------ */
@media only screen and (min-width: 768px) {
  .mainWrap {
    width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: 150px;
    font-size: 12px;
  }
}

/* -----------------------------------------
SP
------------------------------------------ */
.mainWrap {
  width: 100%;
  margin-bottom: 110px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .mainWrap {
    width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: calc(100 * (100vw / 750));
    font-size: 12px;
  }
}

/*common*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper h3 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #212121;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .wrapper h3 {
    font-size: calc(60 * (100vw / 750));
  }
}

.wrapper h3 span {
  color: #af8d56;
}

.button.buy {
  display: block;
  width: 320px;
  height: 56px;
  margin: 52px auto 0;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #fff;
  border-radius: 56px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
}

.button.buy:hover {
  background-color: #212121;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .button.buy {
    margin: calc(62 * (100vw / 750)) 0 calc(160 * (100vw / 750));
    width: calc(500 * (100vw / 750));
    height: calc(90 * (100vw / 750));
    line-height: calc(90 * (100vw / 750));
    margin: calc(58 * (100vw / 750)) auto 0;
    border-width: 1px;
    border-color: #212121;
    border-style: solid;
    background-color: #212121;
    border-radius: calc(90 * (100vw / 750));
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: calc(30 * (100vw / 750));
    color: #fff;
  }
}

.button.all {
  display: block;
  width: 320px;
  height: 56px;
  margin: 47px auto 0;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #fff;
  border-radius: 56px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
}

.button.all:hover {
  background-color: #212121;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .button.all {
    margin: calc(62 * (100vw / 750)) 0 calc(160 * (100vw / 750));
    width: calc(550 * (100vw / 750));
    height: calc(90 * (100vw / 750));
    line-height: calc(90 * (100vw / 750));
    margin: calc(72 * (100vw / 750)) auto 0;
    border-width: 1px;
    border-color: #212121;
    border-style: solid;
    background-color: #212121;
    border-radius: calc(90 * (100vw / 750));
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: calc(30 * (100vw / 750));
    color: #fff;
  }
}

/*lp*/
#firstview {
  width: 1000px;
  margin: 80px auto 106px;
}

@media screen and (max-width: 767px) {
  #firstview {
    /* 640px以下のとき */
    width: 100%;
    margin: 0 auto calc(87 * (100vw / 750));
  }
}

.brown {
  color: #af8d56;
}

br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

.heading._01 {
  width: calc(100% - 25px);
  background-color: #f0e8dc;
  text-align: center;
  margin: 0 auto 70px;
  padding: 46px 0 50px;
}

@media screen and (max-width: 767px) {
  .heading._01 {
    width: 100%;
    margin: 0 0 calc(70 * (100vw / 750));
    padding: calc(84 * (100vw / 750)) 0 calc(60 * (100vw / 750));
  }
}

.heading._01 h2 {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  color: #212121;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .heading._01 h2 {
    font-size: calc(50 * (100vw / 750));
  }
}

.heading._01 h2:after {
  content: '';
  display: block;
  width: 140px;
  height: 36px;
  background-image: url(../imgs/Balmacaan_Coat.png);
  background-size: cover;
  position: absolute;
  top: -16px;
  left: 282px;
}

@media screen and (max-width: 767px) {
  .heading._01 h2:after {
    width: calc(165 * (100vw / 750));
    height: calc(44 * (100vw / 750));
    top: calc(-18 * (100vw / 750));
    left: calc(386 * (100vw / 750));
  }
}

.heading._01 .sub1 {
  margin: 9px 0 0 0;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .heading._01 .sub1 {
    line-height: 1.4;
    font-family: 'Noto Serif JP', serif;
  }
}

.heading._01 .sub2 {
  display: block;
  width: 360px;
  margin: 16px auto 0;
  position: relative;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .heading._01 .sub2 {
    width: calc(530 * (100vw / 750));
    margin: calc(15 * (100vw / 750)) auto 0;
    font-size: calc(26 * (100vw / 750));
  }
}

.heading._01 .sub2 span:nth-of-type(1):before {
  content: '';
  display: block;
  width: 27px;
  height: 53px;
  background-image: url(../imgs/ranking_l.png);
  background-size: cover;
  position: absolute;
  top: 5px;
  left: -27px;
}

@media screen and (max-width: 767px) {
  .heading._01 .sub2 span:nth-of-type(1):before {
    width: calc(38 * (100vw / 750));
    height: calc(72 * (100vw / 750));
    top: calc(10 * (100vw / 750));
    left: calc(-40 * (100vw / 750));
  }
}

.heading._01 .sub2 span:nth-of-type(1):after {
  content: '';
  display: block;
  width: 25px;
  height: 53px;
  background-image: url(../imgs/ranking_r.png);
  background-size: cover;
  position: absolute;
  top: 5px;
  right: -27px;
}

@media screen and (max-width: 767px) {
  .heading._01 .sub2 span:nth-of-type(1):after {
    width: calc(38 * (100vw / 750));
    height: calc(72 * (100vw / 750));
    top: calc(10 * (100vw / 750));
    right: calc(-40 * (100vw / 750));
  }
}

.heading._01 .sub2 .small {
  display: block;
  margin-top: 5px;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .heading._01 .sub2 .small {
    font-size: calc(22 * (100vw / 750));
    margin-top: calc(-5 * (100vw / 750));
  }
}

.heading._01 .sub3 {
  margin: 12px 0 0 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .heading._01 .sub3 {
    font-size: calc(22 * (100vw / 750));
    margin-top: calc(30 * (100vw / 750));
    letter-spacing: 0.05em;
  }
}

.heading._02 {
  background-color: #ded2ca;
  text-align: center;
  margin: 104px auto 80px;
  padding: 48px 0 56px;
}

@media screen and (max-width: 767px) {
  .heading._02 {
    margin: calc(160 * (100vw / 750)) 0 calc(90 * (100vw / 750));
    padding: calc(63 * (100vw / 750)) 0 calc(62 * (100vw / 750));
  }
}

.heading._02 h2 {
  margin-left: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Playfair Display', serif;
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .heading._02 h2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading._02 h2 picture {
    font-size: calc(40 * (100vw / 750));
    width: calc(320 * (100vw / 750));
  }
}

.heading._02 h2 .cross {
  width: 19px;
  height: 19px;
  display: block;
  margin: 0 25px;
  margin: 13px 28px 0 23px;
}

@media screen and (max-width: 767px) {
  .heading._02 h2 .cross {
    width: calc(22 * (100vw / 750));
    height: calc(22 * (100vw / 750));
    margin: calc(9 * (100vw / 750)) calc(15 * (100vw / 750)) 0 calc(15 * (100vw / 750));
  }
}

.heading._02 h2 p {
  position: relative;
  left: -2px;
  top: -5px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .heading._02 h2 p {
    font-size: calc(40 * (100vw / 750));
    top: calc(-11 * (100vw / 750));
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}

.heading._02 .sub {
  display: block;
  width: 350px;
  margin: 15px auto 0;
  position: relative;
  font-size: 35px;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .heading._02 .sub {
    font-size: calc(40 * (100vw / 750));
    margin-top: calc(15 * (100vw / 750));
  }
}

.heading._02 .sub .brown {
  color: #b37f75;
}

.heading._02 .sub2 {
  margin: 21px auto 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .heading._02 .sub2 {
    font-size: calc(26 * (100vw / 750));
    margin-top: calc(25 * (100vw / 750));
    line-height: 1.4;
  }
}

.heading._02 .sub2 .brown {
  color: #b37f75;
}

.lead {
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .lead {
    line-height: 1.8;
    font-size: calc(26 * (100vw / 750));
  }
}

@media screen and (max-width: 767px) {
  #sec01 {
    padding: 0 calc(20 * (100vw / 750)) 0;
  }
}

#sec01 .coat {
  width: 900px;
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  #sec01 .coat {
    width: 100%;
    margin: calc(50 * (100vw / 750)) auto 0;
  }
}

#sec01 .coat .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 425px;
  color: #212121;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item {
    width: 100%;
    padding: 0 calc(30 * (100vw / 750)) 0;
  }
}

#sec01 .coat .item .discription {
  margin-left: 66px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item .discription {
    margin: calc(20 * (100vw / 750)) 0 0 calc(65 * (100vw / 750));
  }
}

#sec01 .coat .item .discription:after {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background-color: #563d20;
  position: absolute;
  top: -42px;
  left: -24px;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item .discription:after {
    height: calc(185 * (100vw / 750));
    top: calc(-80 * (100vw / 750));
    left: calc(-30 * (100vw / 750));
  }
}

#sec01 .coat .item .discription .icon {
  width: 106px;
  height: 24px;
  background-color: #563d20;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item .discription .icon {
    width: calc(166 * (100vw / 750));
    height: calc(40 * (100vw / 750));
    line-height: calc(40 * (100vw / 750));
    font-size: calc(22 * (100vw / 750));
  }
}

#sec01 .coat .item .discription .name {
  margin: 2px 0 0 0;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item .discription .name {
    font-size: calc(50 * (100vw / 750));
  }
}

#sec01 .coat .item .discription .name .sub {
  font-family: HiraKakuPro;
  font-size: 12px;
  line-height: 49px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item .discription .name .sub {
    font-size: calc(20 * (100vw / 750));
  }
}

#sec01 .coat .item.item_upper .discription {
  margin: -12px 0 0 64px;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item.item_upper .discription {
    margin: calc(25 * (100vw / 750)) 0 0 calc(65 * (100vw / 750));
  }
}

#sec01 .coat .item.item_lower {
  margin: 43px 0 0 50px;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item.item_lower {
    margin: calc(60 * (100vw / 750)) 0 0 0;
  }
}

#sec01 .coat .item.item_lower a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item.item_lower a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#sec01 .coat .item.item_lower .discription {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item.item_lower .discription {
    margin: calc(15 * (100vw / 750)) 0 0 calc(75 * (100vw / 750));
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#sec01 .coat .item.item_lower .discription .icon {
  background-color: #676236;
}

#sec01 .coat .item.item_lower :after {
  background-color: #676236;
  top: 0;
  left: -26px;
}

@media screen and (max-width: 767px) {
  #sec01 .coat .item.item_lower :after {
    top: calc(-80 * (100vw / 750));
    left: calc(-28 * (100vw / 750));
  }
}

#sec02 {
  width: calc(100% - 25px);
  margin: 0 auto;
  background-color: rgba(221, 209, 202, 0.1);
  padding-bottom: 156px;
}

@media screen and (max-width: 767px) {
  #sec02 {
    width: calc(100% - (40 * (100vw / 750)));
    margin: 0 auto;
    padding: 0 0 calc(140 * (100vw / 750));
  }
}

@media screen and (max-width: 767px) {
  #sec02 .wrapper {
    padding: 0 calc(30 * (100vw / 750)) 0;
  }
}

#sec02 .item > a.inner {
  width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #sec02 .item > a.inner {
    width: 100%;
  }
}

#sec02 .item picture {
  display: block;
  width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #sec02 .item picture {
    width: 100%;
  }
}

#sec02 .item._02 {
  margin: 125px auto 0;
}

@media screen and (max-width: 767px) {
  #sec02 .item._02 {
    margin: calc(110 * (100vw / 750)) 0 0 0;
  }
}

#sec02 .item .lead {
  width: 900px;
  margin: 60px auto 0;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  #sec02 .item .lead {
    width: 100%;
    margin: calc(110 * (100vw / 750)) 0 0 0;
  }
}

#sec02 .item .lead:after {
  content: '';
  display: block;
  width: 104px;
  height: 51px;
  background-image: url(../imgs/comment.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -52px;
  left: -2px;
}

@media screen and (max-width: 767px) {
  #sec02 .item .lead:after {
    width: calc(142 * (100vw / 750));
    height: calc(70 * (100vw / 750));
    top: calc(-75 * (100vw / 750));
    left: 0;
  }
}

#sec02 .credit {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #sec02 .credit {
    margin: calc(45 * (100vw / 750)) 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  #sec02 .credit .name {
    font-size: calc(44 * (100vw / 750));
    margin: 0 0 calc(3 * (100vw / 750)) 0;
  }
}

#sec02 .credit .name span {
  display: block;
  margin: 20px 0 0 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #sec02 .credit .name span {
    width: 100%;
    margin: calc(12 * (100vw / 750)) 0 0 0;
    line-height: 1.7;
    font-size: calc(28 * (100vw / 750));
  }
}

@media screen and (max-width: 767px) {
  #sec02 .credit .price {
    width: 100%;
    margin: 0 0 calc(17 * (100vw / 750)) 0;
    font-size: calc(34 * (100vw / 750));
  }
}

#sec02 .button.buy {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  #sec02 .button.buy {
    width: calc(550 * (100vw / 750));
    margin: calc(40 * (100vw / 750)) auto 0;
  }
}

.credit {
  display: inline-block;
  width: auto;
  margin: 48px auto 0;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .credit {
    width: 100%;
    margin: calc(40 * (100vw / 750)) 0 0 0;
    font-size: calc(34 * (100vw / 750));
  }
}

.credit .name {
  margin: 0 0 17px 0;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .credit .name {
    width: 100%;
    margin: 0 0 calc(25 * (100vw / 750)) 0;
  }
}

.credit .price {
  margin: 0 0 12px 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .credit .price {
    width: 100%;
    font-size: calc(34 * (100vw / 750));
    margin: 0 0 calc(20 * (100vw / 750)) 0;
  }
}

.credit .price .tax {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .credit .price .tax {
    font-size: calc(22 * (100vw / 750));
  }
}

.credit .size {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .credit .size {
    font-size: calc(30 * (100vw / 750));
  }
}

#sec03 {
  width: 801px;
  height: 375px;
  margin: 111px auto 0;
  padding: 53px 0 50px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  background-image: url(../imgs/sec03_bg_pc.jpg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #sec03 {
    height: calc(782 * (100vw / 750));
    margin: calc(85 * (100vw / 750)) auto 0;
    padding: calc(110 * (100vw / 750)) 0 0 0;
    width: calc(100% - (68 * (100vw / 750)));
    background-image: url(../imgs/sec03_bg_sp.jpg);
    background-size: 100%;
  }
}

#sec03 h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #sec03 h2 {
    font-size: calc(60 * (100vw / 750));
  }
}

#sec03 h2 span {
  color: #b37f74;
}

#sec03 .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec03 .inner {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}

#sec03 .inner .date {
  margin: 35px 0 0 0;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #sec03 .inner .date {
    font-size: calc(34 * (100vw / 750));
    margin: calc(38 * (100vw / 750)) 0 0 0;
    letter-spacing: 0;
  }
}

#sec03 .inner .date span {
  font-size: 20px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  #sec03 .inner .date span {
    font-size: calc(24 * (100vw / 750));
  }
}

#sec03 .inner .time {
  margin: 13px 0 0 0;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  #sec03 .inner .time {
    font-size: calc(24 * (100vw / 750));
    margin: calc(20 * (100vw / 750)) 0 0 0;
  }
}

#sec03 .inner .shop {
  margin: 14px 0 0 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #sec03 .inner .shop {
    font-size: calc(24 * (100vw / 750));
    margin: calc(20 * (100vw / 750)) 0 0 0;
  }
}

#sec03 .inner:nth-of-type(1) {
  margin: 0 141px 0 16px;
}

#sec03 .inner:nth-of-type(1) :after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background-color: #b2b2b2;
  position: absolute;
  top: 50px;
  right: -80px;
}

@media screen and (max-width: 767px) {
  #sec03 .inner:nth-of-type(1) :after {
    width: calc(365 * (100vw / 750));
    height: calc(2 * (100vw / 750));
    background-color: #b2b2b2;
    top: calc(185 * (100vw / 750));
    left: calc(168 * (100vw / 750));
  }
}

@media screen and (max-width: 767px) {
  #sec03 .inner:nth-of-type(1) {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .inner:nth-of-type(2) .date {
    margin: calc(50 * (100vw / 750)) 0 0 0;
  }
}

#sec03 .button.all {
  margin: 35px auto 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  #sec03 .button.all {
    font-size: calc(30 * (100vw / 750));
    letter-spacing: 0.05em;
  }
}

.main-area #sec04 {
  max-width: 1400px;
  width: calc(100% - 25px);
  margin: 97px auto 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .main-area #sec04 {
    width: 100%;
    margin: calc(150 * (100vw / 750)) auto 0;
  }
}

.main-area #sec04 .slider_wrapper {
  margin: 0 auto;
}

.main-area #sec04 .slider_wrapper .slider_inner a {
  pointer-events: none;
}

.main-area #sec04 .slider_wrapper .slider_inner img {
  width: calc(100% - 10px);
}

.main-area #sec04 .slider_wrapper .slick-prev {
  width: 55px;
  height: 55px;
  z-index: 1;
  left: 25px;
}

@media screen and (max-width: 767px) {
  .main-area #sec04 .slider_wrapper .slick-prev {
    left: calc(20 * (100vw / 750));
    width: calc(55 * (100vw / 750));
    height: calc(55 * (100vw / 750));
  }
}

.main-area #sec04 .slider_wrapper .slick-prev:before {
  display: block;
  content: '';
  width: 55px;
  height: 55px;
  background-image: url(../imgs/slick-prev.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .main-area #sec04 .slider_wrapper .slick-prev:before {
    width: calc(55 * (100vw / 750));
    height: calc(55 * (100vw / 750));
  }
}

.main-area #sec04 .slider_wrapper .slick-next {
  width: 55px;
  height: 55px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .main-area #sec04 .slider_wrapper .slick-next {
    right: calc(20 * (100vw / 750));
    width: calc(55 * (100vw / 750));
    height: calc(55 * (100vw / 750));
  }
}

.main-area #sec04 .slider_wrapper .slick-next:before {
  display: block;
  content: '';
  width: 55px;
  height: 55px;
  background-image: url(../imgs/slick-next.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .main-area #sec04 .slider_wrapper .slick-next:before {
    width: calc(55 * (100vw / 750));
    height: calc(55 * (100vw / 750));
  }
}

.deteal {
  width: 1000px;
  margin: 94px auto 0;
}

@media screen and (max-width: 767px) {
  .deteal {
    width: 100%;
    margin: calc(130 * (100vw / 750)) auto 0;
  }
}

.deteal h3 {
  margin: 0 0 46px 0;
}

@media screen and (max-width: 767px) {
  .deteal h3 {
    margin: 0 auto calc(55 * (100vw / 750));
  }
}

.color {
  width: 1000px;
  margin: 48px auto 0;
}

@media screen and (max-width: 767px) {
  .color {
    margin: calc(130 * (100vw / 750)) auto 0;
    padding: 0 calc(13 * (100vw / 750));
    width: 100%;
  }
}

.color h3 {
  margin: 109px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .color h3 {
    margin: calc(130 * (100vw / 750)) 0 calc(50 * (100vw / 750));
  }
}

.color ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.color ul li {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .color ul li {
    width: calc(342 * (100vw / 750));
  }
}

.color ul li:nth-of-type(odd) .caption:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #b2b2b2;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .color ul li:nth-of-type(odd) .caption:before {
    width: calc(2 * (100vw / 750));
    height: calc(26 * (100vw / 750));
    top: calc(12 * (100vw / 750));
    left: calc(18 * (100vw / 750));
  }
}

.color ul li .caption {
  margin: 35px 0 0 0;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.color ul li .caption:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #b2b2b2;
  position: absolute;
  top: 12px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .color ul li .caption:after {
    width: calc(2 * (100vw / 750));
    height: calc(26 * (100vw / 750));
    top: calc(12 * (100vw / 750));
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .color ul li .caption {
    margin: calc(36 * (100vw / 750)) 0;
    font-size: calc(34 * (100vw / 750));
  }
}

.color ul li .caption span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .color ul li .caption span {
    font-size: calc(20 * (100vw / 750));
  }
}

@media screen and (max-width: 767px) {
  .color ul li:nth-of-type(n+3) {
    margin: calc(0 * (100vw / 750)) 0 0 0;
  }
}

.color .credit {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .color .credit {
    margin: calc(30 * (100vw / 750)) 0 0 0;
  }
}

.color .credit .name {
  margin: 0 0 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .color .credit .name {
    width: 100%;
    font-size: calc(28 * (100vw / 750));
    margin: 0 0 calc(13 * (100vw / 750)) 0;
    line-height: 1.7;
  }
}

.color .credit .price {
  margin: 0 0 12px 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .color .credit .price {
    width: 100%;
    font-size: calc(34 * (100vw / 750));
    margin: 0 0 calc(20 * (100vw / 750)) 0;
  }
}

.color .credit .price .tax {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .color .credit .price .tax {
    font-size: calc(22 * (100vw / 750));
  }
}

.color .credit .size {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .color .credit .size {
    font-size: calc(30 * (100vw / 750));
  }
}

.instagram {
  width: 1000px;
  height: 336px;
  background-color: #ffffff;
  margin: 100px auto 0;
  padding: 50px 57px 58px 48px;
}

@media screen and (max-width: 767px) {
  .instagram {
    margin: calc(112 * (100vw / 750)) auto 0;
    width: calc(650 * (100vw / 750));
    height: auto;
    padding: 0 calc(41 * (100vw / 750)) calc(80 * (100vw / 750)) calc(31 * (100vw / 750)) !important;
  }
}

.instagram picture {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .instagram picture {
    width: calc(330 * (100vw / 750));
    margin: calc(83 * (100vw / 750)) auto 0;
  }
}

.instagram .prof {
  width: 633px;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .instagram .prof {
    margin: calc(20 * (100vw / 750)) auto calc(32 * (100vw / 750)) 0;
    text-align: center;
  }
}

.instagram .prof .name {
  font-family: 'Playfair Display', serif;
  color: #000000;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 12px 0 10px 0;
}

@media screen and (max-width: 767px) {
  .instagram .prof .name {
    font-size: calc(36 * (100vw / 750));
    margin: calc(19 * (100vw / 750)) auto calc(10 * (100vw / 750));
  }
}

.instagram .prof .link {
  margin: 0 0 15px 0;
  font-family: 'Playfair Display', serif;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .instagram .prof .link {
    font-size: calc(30 * (100vw / 750));
    margin: 0 auto calc(22 * (100vw / 750)) 0;
  }
}

.instagram .prof .lead {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .instagram .prof .lead {
    line-height: 1.9;
    font-size: calc(26 * (100vw / 750));
    margin: 0 auto calc(22 * (100vw / 750)) 0;
  }
}

.instagram .prof .insta {
  margin: 30px 0 0 0;
  width: 191px;
  height: 37px;
  background-image: url(../imgs/follow_btn_pc_hover.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.instagram .prof .insta:hover {
  opacity: 1;
}

.instagram .prof .insta picture:hover {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .instagram .prof .insta picture:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .instagram .prof .insta {
    width: calc(550 * (100vw / 750));
    height: calc(90 * (100vw / 750));
    margin: calc(30 * (100vw / 750)) auto 0;
    padding: 0;
    background-image: none;
  }
}

@media only screen and (max-width: 767px) {
  .mainWrap {
    width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: calc(135 * (100vw / 750));
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */