@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
@media screen and (min-width: 768px) {
  .slick-list {
    display: inline-block;
    overflow: visible;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 4.375%;
  height: 0;
  padding-top: 191.42%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  text-indent: -9999px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  outline: none;
  -moz-transition: ease 200ms;
  -o-transition: ease 200ms;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow.slick-prev {
  background: url(../images/arrow01.png) no-repeat center center;
  background-size: 100% auto;
  left: 7.55%;
}
.slick-arrow.slick-next {
  background: url(../images/arrow02.png) no-repeat center center;
  background-size: 100% auto;
  right: 7.55%;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 34px;
    height: 66px;
    padding-top: 0;
    top: 275px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .slick-arrow.slick-prev {
    background: url(../images/arrow01_pc.png) no-repeat center center;
    background-size: 100% auto;
    left: 50%;
    margin-left: -220px;
  }
  .slick-arrow.slick-next {
    background: url(../images/arrow02_pc.png) no-repeat center center;
    background-size: 100% auto;
    left: 50%;
    right: auto;
    margin-left: 220px;
  }
}

.dress .fadeInAnim02 {
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.dress.loaded .fadeInAnim02 {
  -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.dress .fadeInAnim02.visible {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dress #main {
  padding: 61px 0 0 0;
}
.dress #main img {
  width: 100%;
  height: auto;
}
.dress #main svg {
  width: 100%;
  height: auto;
}
.dress #main #mv {
  position: relative;
  width: 100%;
  height: 560px;
  background-color: #fbf8fb;
  overflow: hidden;
}
.dress #main #mv .mv_subti,
.dress #main #mv .mv_bg01,
.dress #main #mv h2 {
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.dress #main #mv .mv_subti.view,
.dress #main #mv .mv_bg01.view,
.dress #main #mv h2.view {
  opacity: 1;
}
.dress #main #mv .mv_subti {
  width: 70.375%;
  top: 0;
  z-index: 2;
  left: 50%;
  -moz-transition: opacity 1800ms linear;
  -o-transition: opacity 1800ms linear;
  -webkit-transition: opacity 1800ms linear;
  transition: opacity 1800ms linear;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dress #main #mv .mv_bg01 {
  width: 94.625%;
  top: 49%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -moz-transition: linear 1800ms;
  -o-transition: linear 1800ms;
  -webkit-transition: linear 1800ms;
  transition: linear 1800ms;
}
.dress #main #mv .mv_bg01 div {
  -moz-transition: linear 1200ms;
  -o-transition: linear 1200ms;
  -webkit-transition: linear 1200ms;
  transition: linear 1200ms;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.dress #main #mv .mv_bg01.view div {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.dress #main #mv h2 {
  width: 42.375%;
  top: 50%;
  left: 52.5%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -moz-transition: linear 1800ms;
  -o-transition: linear 1800ms;
  -webkit-transition: linear 1800ms;
  transition: linear 1800ms;
}
.dress #main #mv .mv_scroll {
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 4;
}
.dress #main #mv .mv_scroll img {
  width: 7px;
  height: auto;
}
.dress #main #mv .mv_scroll div {
  width: 1px;
  position: relative;
  height: 71px;
  overflow-y: hidden;
  text-align: center;
  margin: 8px 0 0 3px;
}
.dress #main #mv .mv_scroll div:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 71px;
  background-color: #cbcdd7;
  content: "";
}
.dress #main #mv .mv_scroll div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 26px;
  background-color: #081d43;
  visibility: hidden;
  -moz-animation: scroll_down 2s infinite ease;
  -webkit-animation: scroll_down 2s infinite ease;
  animation: scroll_down 2s infinite ease;
  content: "";
  z-index: 2;
}
.dress #main .box01 {
  margin-bottom: 16%;
}
.dress #main .box01 .box01-in {
  background-color: #faf0fa;
  position: relative;
  padding: 5.625% 0 6.25% 0;
}
.dress #main .box01 .box01-in .box01-tl {
  width: 35.24%;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, -89%);
  -ms-transform: translate(-50%, -89%);
  -webkit-transform: translate(-50%, -89%);
  transform: translate(-50%, -89%);
}
.dress #main .box01 .box01-in .box01-txtWrap01 {
  font-size: 0;
  text-align: center;
  margin-bottom: 3.75%;
}
.dress #main .box01 .box01-in .box01-txtWrap01 p {
  display: inline-block;
  vertical-align: middle;
}
.dress #main .box01 .box01-in .box01-txtWrap01 p:last-child {
  font-size: 29px;
  font-size: 3.625vw;
  line-height: 1.5;
  letter-spacing: 0.22em;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  color: #081d43;
}
.dress #main .box01 .box01-in .txt01 {
  font-size: 25px;
  font-size: 3.725vw;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #081d43;
  text-align: center;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
}
.dress #main .box01 .box01-capWrap {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  margin-top: 3.75%;
}
.dress #main .box01 .box01-capWrap p {
  font-size: 19px;
  font-size: 2.375vw;
  line-height: 1.68421;
  text-align: left;
  letter-spacing: 0.16em;
  text-indent: -1.26em;
  padding-left: 1.26em;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  color: #4d5f80;
}
.dress #main .box02 h3 {
  color: #081d43;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  font-size: 5.25vw;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.12em;
  margin-bottom: 10%;
}
.dress #main .box02 .box02-img {
  width: 47%;
  margin: 0 auto 10% auto;
}
.dress #main .box02 .box02-in div:last-child {
  width: 80%;
  margin: 8.75% auto 16% auto;
  text-align: left;
  font-size: 29px;
  font-size: 3.625vw;
  line-height: 2.65517;
  letter-spacing: 0.12em;
  color: #081d43;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
}
.dress #main .box02 .box02-in.right div:last-child {
  text-align: right;
}
.dress #main .box03 {
  padding: 7.5% 0 0 0;
}
.dress #main .box03 h4 {
  text-align: center;
  font-size: 5.25vw;
  line-height: 1.71;
  letter-spacing: 0.12em;
  color: #081d43;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  margin-bottom: 20.625%;
}
.dress #main .box03 .box03-in {
  position: relative;
}
.dress #main .box03 .box03-in .box03-tl {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45.25%;
  -moz-transform: translate(-50%, -76%);
  -ms-transform: translate(-50%, -76%);
  -webkit-transform: translate(-50%, -76%);
  transform: translate(-50%, -76%);
  z-index: 2;
}
.dress #main .box03 .box03-in .slide {
  width: 100%;
  overflow: hidden;
}
.dress #main .box03 .box03-in .slide .slide-in {
  width: 80%;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.dress #main .box03 .box03-in .numberWrap {
  position: absolute;
  right: 8.75%;
  bottom: -5.625%;
}
.dress #main .box03 .box03-in .numberWrap .number-in {
  width: 50px;
  height: 53px;
  position: relative;
  background: url(../images/slide_bg01.png) no-repeat center center;
  background-size: 50px auto;
}
.dress #main .box03 .box03-in .numberWrap .number-in div {
  position: absolute;
}
.dress #main .box03 .box03-in .numberWrap .number-in div.current {
  left: 6px;
  top: -7px;
}
.dress #main .box03 .box03-in .numberWrap .number-in div.current.num1 {
  width: 16px;
}
.dress #main .box03 .box03-in .numberWrap .number-in div.current.num2 {
  width: 20px;
}
.dress #main .box03 .box03-in .numberWrap .number-in div.current.num3 {
  width: 19px;
}
.dress #main .box03 .box03-in .numberWrap .number-in div.current.num4 {
  width: 20px;
}
.dress #main .box03 .box03-in .numberWrap .number-in div.current.num5 {
  width: 20px;
}
.dress #main .box03 .box03-in .numberWrap .number-in div.current.num6 {
  width: 19px;
}
.dress #main .box03 .box03-in .numberWrap .number-in div.total {
  width: 10px;
  right: 12px;
  bottom: 8px;
}
.dress #main .box03 .box03-txt01 {
  text-align: center;
  font-size: 25px;
  font-size: 3.125vw;
  line-height: 1.84;
  letter-spacing: 0.06em;
  color: #081d43;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  margin: 12.5% 0 11.25% 0;
}

/*------------------------------------------------------------
  box-other
------------------------------------------------------------*/
.wd-campaign {
    text-align: center;
    padding: 40px 15px;
    position: relative;
    font-family: YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.box-other2.wd-campaign {
    margin: 80px 0;
}
.wd-campaign__2 {
    padding: 120px 15px;
}
.wd-campaign .wd-campaign__bg{
    position: absolute;
    top: 0;
  left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wd-campaign .wd-campaign__bg-img{
    position: absolute;
    top: 0;
  left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
    */
    background-size: cover;
    background-position: center center;
}
.wd-campaign .wd-campaign__bg video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  min-width: 100%;
  min-width: 100vw;
  min-height: 100%;
  min-height: 100vh;
  opacity: .4;
}
.wd-campaign .wd-campaign__bg::after {
  content: '';
  position: absolute;
    top: 0;
  right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}
.wd-campaign .wd-campaign__bg-img::after {
  content: '';
  position: absolute;
    top: 0;
  right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.68);
}
.section__header {
  padding: 50px 15px 0;
  text-align: center;
}
.section__header .ttl {
  line-height: 1.4;
  color: #47382a;
  position: relative;
}
.section__header .ttl::after {
  content: '';
  display: block;
  width: 160px;
  height: 1px;
  margin: 30px auto;
  background-color: #47382a;
}
.section__header .ttl > span {
  display: block;
}
.section__header em {
  display: block;
  margin: .75rem 0;
  color: #a0a0a0;
}
.section__header p {
  margin: 2.5rem 0;
}
.wd-campaign .section__header {
  margin-bottom: 80px;
  position: relative;
}
.wd-campaign__2 .section__header {
  margin-bottom: 100px;
}
.wd-campaign .section__header .ttl {
  font-size: 2.5rem;
  letter-spacing: 0;
}
.wd-campaign .section__header .ttl::after {
  display: none !important;
}
.wd-campaign .section__header em {
    margin: 0 0 .5em;
    color: #47382a;
    font-size: .92rem;
}
.wd-campaign .campaign_txt {
  width: 300px;
  height: 100px;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-47.5%);
}

.wd-campaign .campaign_txt .st0{
  fill:none;
  stroke:#C28F59;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(1){
    animation: DASH 2s ease-in-out .5s forwards;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(2){
    animation: DASH 3s ease-in-out 1.25s forwards;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(3){
    animation: DASH 1.5s ease-in-out 2.25s forwards;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(4){
    animation: DASH 2s ease-in-out 2.5s forwards;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(5){
    animation: DASH 1s ease-in-out 3.25s forwards;
}


.wd-campaign .campaign_txt-fair {
  width: 200px!important;
  height: 130px!important;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-47.5%);
}

.wd-campaign .campaign_txt-fair .st0{
  fill:none;
  stroke:#C28F59;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}
.wd-campaign .visible .campaign_txt-fair .st0:nth-of-type(1){
    animation: DASH 2s ease-in-out .5s forwards;
}
.wd-campaign .visible .campaign_txt-fair .st0:nth-of-type(2){
    animation: DASH 1.5s ease-in-out 1.25s forwards;
}
.wd-campaign .visible .campaign_txt-fair .st0:nth-of-type(3){
    animation: DASH 2.5s ease-in-out 1.75s forwards;
}
.wd-campaign .visible .campaign_txt-fair .st0:nth-of-type(4){
    animation: DASH 1s ease-in-out 2.5s forwards;
}

@keyframes DASH {
    0%   { stroke-dashoffset: 1500; }
    100% { stroke-dashoffset: 0; }
}



.wd-campaign .imgBox {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.wd-campaign .images {
  width: 220px;
  margin: 0 15px;
  position: relative;
}

.wd-campaign .illust {
  width: 220px;
  height: 330px;
  margin: 0;
}

.wd-campaign .sign {
  width: 220px;
  height: 110px;
  position: absolute;
  top: 30%;
}

.wd-campaign .discount {
  width: 200px;
  margin: 0 15px;
  text-align: center;
  color: #47382A;
  font-size: 100px;
}
.wd-campaign .discount span {
  display: block;
  line-height: 0.75;
}
.wd-campaign .discount .num{
  font-size: 283px;
}

.wd-campaign .txtBox p {
  line-height: 1.75;
    margin: 1rem 0;
    font-size: .8rem;
    letter-spacing: .1em;
}
.wd-campaign .txtBox p .big {
  font-size: 1.6rem;
}
.wd-campaign .txtBox p .medium {
  font-size: 1.1rem;
}
.wd-campaign .btn {
    margin-top: 2rem;
}
.wd-campaign .btn a {
    background: #b38145;
    font-size: 16px;
    padding: 25px 60px;
    position: relative;
    font-family: arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", sans-serif;
}
.wd-campaign .btn a::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-top: 1px solid #fFFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.wd-campaign .imgBox .discount.fadeInAnim {
  transition-delay: 0.4s;
}
.wd-campaign .imgBox .illust.fadeInAnim {
  transition-delay: 0.8s;
}
.wd-campaign .txtBox.fadeInAnim {
  transition-delay: 1.2s;
}

.fadeInAnim.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.delay-line .fadeInAnim {
    display: block;
}
.wd-campaign .txtBox p .medium {
    font-size: 1.1rem;
}
.wd-campaign .txtBox p .big {
    font-size: 1.6rem;
}

@media all and (max-width: 767px){
/*------------------------------------------------------------
  box-otherSP
------------------------------------------------------------*/
.wd-campaign {
    text-align: center;
    padding: 30px 5px;
    position: relative;
}
.box-other2.wd-campaign {
    margin: 60px 0;
}
.wd-campaign .wd-campaign__bg{
    position: absolute;
    top: 0;
  left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wd-campaign .wd-campaign__bg-img{
    position: absolute;
    top: 0;
  left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
    */
    background-size: cover;
    background-position: center center;
}
.wd-campaign .wd-campaign__bg video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  min-width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  opacity: .4;
}
.wd-campaign .wd-campaign__bg::after {
  content: '';
  position: absolute;
    top: 0;
  right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}
.wd-campaign .wd-campaign__bg-img::after {
  content: '';
  position: absolute;
    top: 0;
  right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.68);
}
.wd-campaign .section__header {
  margin-bottom: 80px;
  position: relative;
}
.wd-campaign__2 .section__header {
  margin-bottom: 100px;
}
.wd-campaign .section__header .ttl {
  font-size: 2.5rem;
  letter-spacing: 0;
}
.wd-campaign .section__header .ttl::after {
  display: none !important;
}
.wd-campaign .section__header em {
    margin: 0 0 .5em;
    color: #47382a;
    font-size: .92rem;
}
.wd-campaign .campaign_txt {
  width: 300px;
  height: 100px;
  position: absolute;
  bottom: -5.5rem;
  left: 50%;
  transform: translateX(-47.5%);
}

.wd-campaign .campaign_txt .st0{
  fill:none;
  stroke:#C28F59;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(1){
    animation: DASH 2s ease-in-out .5s forwards;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(2){
    animation: DASH 3s ease-in-out 1.25s forwards;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(3){
    animation: DASH 1.5s ease-in-out 2.25s forwards;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(4){
    animation: DASH 2s ease-in-out 2.5s forwards;
}
.wd-campaign .visible .campaign_txt .st0:nth-of-type(5){
    animation: DASH 1s ease-in-out 3.25s forwards;
}


.wd-campaign .campaign_txt-fair {
  width: 200px;
  height: 130px;
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translateX(-47.5%);
}

.wd-campaign .campaign_txt-fair .st0{
  fill:none;
  stroke:#C28F59;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}
.wd-campaign .visible .campaign_txt-fair .st0:nth-of-type(1){
    animation: DASH 2s ease-in-out .5s forwards;
}
.wd-campaign .visible .campaign_txt-fair .st0:nth-of-type(2){
    animation: DASH 1.5s ease-in-out 1.25s forwards;
}
.wd-campaign .visible .campaign_txt-fair .st0:nth-of-type(3){
    animation: DASH 2.5s ease-in-out 1.75s forwards;
}
.wd-campaign .visible .campaign_txt-fair .st0:nth-of-type(4){
    animation: DASH 1s ease-in-out 2.5s forwards;
}

@keyframes DASH {
    0%   { stroke-dashoffset: 1500; }
    100% { stroke-dashoffset: 0; }
}



.wd-campaign .imgBox {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.wd-campaign .images {
  width: 160px;
  margin: 0;
  position: relative;
}

.wd-campaign .illust {
  width: 100%;
  height: 240px;
}

.wd-campaign .sign {
  width: 220px;
  height: 110px;
  position: absolute;
  top: 30%;
}

.wd-campaign .discount {
  width: 140px;
  margin: 0 15px;
  text-align: center;
  color: #47382A;
  font-size: 75px;
}
.wd-campaign .discount span {
  display: block;
  line-height: 0.75;
}
.wd-campaign .discount .num{
  font-size: 214px;
}

.wd-campaign .txtBox p {
  line-height: 1.75;
    margin: 1rem 0;
    font-size: .9rem;
}
.wd-campaign .txtBox p .big {
  font-size: 1.5rem;
}
.wd-campaign .txtBox p .medium {
  font-size: 1rem;
}
.wd-campaign .btn {
    margin-top: 2rem;
}
.wd-campaign .btn a {
    background: #b38145;
    font-size: 4vw;
    padding: 20px 50px;
    position: relative;
    font-family: arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", sans-serif;
}
.wd-campaign .btn a::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-top: 1px solid #fFFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.wd-campaign .imgBox .discount.fadeInAnim {
  transition-delay: 0.4s;
}
.wd-campaign .imgBox .illust.fadeInAnim {
  transition-delay: 0.8s;
}
.wd-campaign .txtBox.fadeInAnim {
  transition-delay: 1.2s;
}
}

.dress #main .box04 {
  width: 95%;
  margin: 0 auto;
}
.dress #main .box04 h3 {
  color: #081d43;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  font-size: 5.25vw;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.12em;
  margin: 16% 0 6.75% 0;
}
.dress #main .box04 .box04-in {
  background: url(../images/bg01.png) repeat center center #f2f3f8;
  background-size: 35.25vw auto;
  position: relative;
  overflow: hidden;
}
.dress #main .box04 .box04-in .box04-in02 .box04-box {
  border-bottom: 2px solid #FFF;
  padding: 13.684% 0 15.394% 0;
}
.dress #main .box04 .box04-in .box04-in02 .box04-box h4 {
  text-align: center;
  margin-bottom: 9.2%;
}
.dress #main .box04 .box04-in .box04-in02 .box04-box h4 img {
  width: auto;
  height: 4.625vw;
}
.dress #main .box04 .box04-in .box04-in02 .box04-box h5 {
  text-align: center;
  font-size: 5vw;
  line-height: 1.65;
  letter-spacing: 0.08em;
  color: #081d43;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  margin-bottom: 9.2%;
}
.dress #main .box04 .box04-in .box04-in02 .box04-box .box04-box02 {
  font-size: 0;
  text-align: left;
  width: 89.47%;
  margin: 0 auto;
}
.dress #main .box04 .box04-in .box04-in02 .box04-box .box04-box02 div {
  float: left;
  width: 35%;
  margin-right: 5.7%;
}
.dress #main .box04 .box04-in .box04-in02 .box04-box .box04-box02 p {
  float: right;
  width: 59%;
  font-size: 22px;
  font-size: 2.75vw;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #081d43;
  text-align: justify;
  -moz-transform: translateY(-0.4em);
  -ms-transform: translateY(-0.4em);
  -webkit-transform: translateY(-0.4em);
  transform: translateY(-0.4em);
}
.dress #main .box04 .box04-in .box04-in02 .box04-box:first-child {
  padding-top: 22.36%;
}
.dress #main .box04 .box04-in .box04-in02 .box04-box:last-child {
  border-bottom: 0;
}
.dress #main .box04 .box04-in .box04-btnWrap {
  width: 100%;
  padding: 10.52% 0;
  background-color: rgba(27, 77, 189, 0.06);
}
.dress #main .box04 .box04-in:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5vw 50vw 0 50vw;
  border-color: #FFF transparent transparent transparent;
}
.dress #main .box05 {
	display:none;
  padding: 16.625% 0 0 0;
}
.dress #main .box05 .box05-subti {
  text-align: center;
  margin: 0 0 5% 0;
}
.dress #main .box05 .box05-subti img {
  width: auto;
  height: 3.125vw;
}
.dress #main .box05 h3 {
  color: #081d43;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  font-size: 5.25vw;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.12em;
  margin: 0 0 18.125% 0;
}
.dress #main .box05 h3 span {
  color: #b38145;
}
.dress #main .box05 .box05-in {
  width: 92.5%;
  margin: 0 auto;
}
.dress #main .box05 .box05-in .box05-box {
  margin-bottom: 9.18%;
  position: relative;
  background-color: #fafafa;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in {
  position: relative;
  padding: 9.1% 0 7.29% 0;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in:before, .dress #main .box05 .box05-in .box05-box .box05-box-in:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in:after {
  left: 0;
  background: url(../images/line03.png) no-repeat left top;
  background-size: 100% auto;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in:before {
  right: 0;
  background: url(../images/line04.png) no-repeat left top;
  background-size: 100% auto;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in .box05-num {
  width: 12.56%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dress #main .box05 .box05-in .box05-box .box05-box-in h4 {
  text-align: center;
  font-size: 4vw;
  line-height: 1.56;
  letter-spacing: 0.08em;
  color: #081d43;
  margin-bottom: 5.8%;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 {
  font-size: 0;
  text-align: left;
  width: 89.47%;
  margin: 0 auto;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 div, .dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 p {
  display: inline-block;
  vertical-align: top;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 div {
  width: 35%;
}
.dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 p {
  width: 59%;
  font-size: 2.75vw;
  line-height: 1.81;
  letter-spacing: 0.08em;
  color: #081d43;
  text-align: justify;
  -moz-transform: translateY(-0.4em);
  -ms-transform: translateY(-0.4em);
  -webkit-transform: translateY(-0.4em);
  transform: translateY(-0.4em);
  margin-right: 5.7%;
}
.dress #main .box05 .box05-in .box05-box:before, .dress #main .box05 .box05-in .box05-box:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
}
.dress #main .box05 .box05-in .box05-box:after {
  left: 0;
  background: url(../images/line01.png) no-repeat left top;
  background-size: 100% auto;
}
.dress #main .box05 .box05-in .box05-box:before {
  right: 0;
  background: url(../images/line02.png) no-repeat left top;
  background-size: 100% auto;
}
.dress #main .box05 .box05-in .box05-box:last-child {
  margin-bottom: 0;
}
.dress #main .box05 .dress_btn {
  margin: 20.25% auto;
}
.dress #main .box06 {
  padding: 16.875% 0 0 0;
}
.dress #main .box06 .box06-subti {
  text-align: center;
  margin: 0 0 5% 0;
}
.dress #main .box06 .box06-subti img {
  width: auto;
  height: 3.125vw;
}
.dress #main .box06 h3 {
  color: #081d43;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  font-size: 4.25vw;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.12em;
  margin: 0 0 12.125% 0;
}
.dress #main .box06 .box06-in {
  width: 85%;
  margin: 0 auto;
}
.dress #main .box06 .box06-in .box06-box {
  margin-bottom: 13.82%;
}
.dress #main .box06 .box06-in .box06-box h4 {
  text-align: left;
  padding: 0 0 2.94% 2.94%;
  border-bottom: 1px solid #d0d5e1;
  margin-bottom: 5.5%;
  font-family: YuMincho, 游明朝, "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "MS PMincho", ＭＳＰ明朝, "MS Mincho", ＭＳ明朝, serif;
  color: #081d43;
  font-size: 4.75vw;
  line-height: 1;
  letter-spacing: 0.02em;
}
.dress #main .box06 .box06-in .box06-box p {
  text-align: left;
  color: #081d43;
  font-size: 2.75vw;
  line-height: 1.81;
  letter-spacing: 0;
  padding: 0 0 0 2.94%;
}
.dress #main .box06 .box06-in .box06-box:last-child {
  margin-bottom: 0;
}
.dress #main .box06 .dress_btn {
  margin: 18.75% auto 20.25% auto;
}
.dress #main .dress_btn {
  width: 80%;
  margin: 0 auto;
}
.dress #main .dress_btn a {
  width: 100%;
  display: table;
  height: 16.25vw;
  text-align: center;
  position: relative;
  background-color: #b38145;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dress #main .dress_btn a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 4vw;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #FFF;
  width: 100%;
}
.dress #main .dress_btn a span:before {
    content: "無料";
    border-radius: 15px;
    color: #FFF;
    font-size: 10px;
    padding: 5px 4px 5px 7px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    white-space: nowrap;
    border: 1px solid #FFF;
    bottom: 2px;
    position: relative;
}
.dress #main .dress_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4.68%;
  background: url(../images/arrow03.png) no-repeat left top;
  background-size: 100% auto;
  width: 7px;
  height: 11px;
  z-index: 2;
}
.figure {
	color:#d82d2d;
	margin-bottom:2%;
	display:inline-block;
	font-size:88%;
}
.pcbr {
	display:none;
}
.pcbr2 {
  display:none;
}
@media screen and (min-width: 768px) {
.figure {
	color:#d82d2d;
	margin-bottom:2%;
	display:inline-block;
	font-size:68%;
	font-weight:bold;
} 
.pcbr {
	display:block;
}
.pcbr2 {
  display:inline;
}
  .dress #main {
    padding: 79px 0 0 0;
  }
  .dress #main div, .dress #main p, .dress #main span, .dress #main ul, .dress #main li, .dress #main h3, .dress #main h4, .dress #main h5, .dress #main a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .dress #main #mv {
    height: 662px;
    background: url(../images/main_bg03.jpg) repeat center center #fbf8fb;
    background-size: 980px auto;
  }
  .dress #main #mv .mv-in {
    width: 100%;
    background: url(../images/main_bg02.png) no-repeat center top 180px;
    background-size: auto 311px;
    height: 662px;
  }
  .dress #main #mv .mv_subti {
    width: 451px;
    top: 38px;
  }
  .dress #main #mv .mv_bg01 {
    width: 600px;
    top: 54%;
  }
  .dress #main #mv h2 {
    width: 236px;
    top: 55%;
    left: 50.7%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .dress #main #mv h2 span {
    position: relative;
    display: block;
    padding-top: 140.67%;
  }
  .dress #main #mv h2 span svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .dress #main #mv .mv_scroll {
    left: 20px;
  }
  .dress #main #mv .mv_scroll img {
    width: 8px;
  }
  .dress #main #mv .mv_scroll div {
    width: 1px;
    position: relative;
    height: 71px;
    overflow-y: hidden;
    text-align: center;
    margin: 9px 0 0 3px;
  }
  .dress #main .box01 {
    margin-bottom: 105px;
  }
  .dress #main .box01 .box01-in {
    padding: 0;
  }
  .dress #main .box01 .box01-in .box01-in-in {
    width: 766px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    padding: 35px 0 35px 0;
    letter-spacing: 0;
    display: flex;
    align-items: center;
  }
  .dress #main .box01 .box01-in .box01-in-in .box01-in-in-in,
  .dress #main .box01 .box01-in .box01-in-in .txt01 {
    display: inline-block;
    vertical-align: top;
  }
  .dress #main .box01 .box01-in .box01-in-in .box01-in-in-in {
    width: 158px;
    margin-right: 40px;
  }
  .dress #main .box01 .box01-in .box01-tl {
    width: 167px;
    left: -4px;
    -moz-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -webkit-transform: translate(0, -75%);
    transform: translate(0, -75%);
    z-index: 4;
  }
  .dress #main .box01 .box01-in .box01-txtWrap01 {
    width: 158px;
    margin-bottom: 0;
  }
  .dress #main .box01 .box01-in .box01-txtWrap01 p {
    display: block;
  }
  .dress #main .box01 .box01-in .box01-txtWrap01 p:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .dress #main .box01 .box01-in .box01-txtWrap01 p:last-child {
    font-size: 16px;
    letter-spacing: 0.159em;
  }
  .dress #main .box01 .box01-in .txt01 {
    width: 562px;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.16em;
    text-align: left;
  }
  .dress #main .box01 .box01-capWrap {
    width: 710px;
    margin: 0 auto;
    text-align: left;
    margin-top: 17px;
  }
  .dress #main .box01 .box01-capWrap p {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.16em;
  }
  .dress #main .box02 {
    max-width: 1440px;
    margin: 0 auto;
  }
  .dress #main .box02 h3 {
    font-size: 29px;
    line-height: 1.82;
    letter-spacing: 0.12em;
    margin-bottom: 44px;
  }
  .dress #main .box02 .box02-img {
    width: 221px;
    margin: 0 auto 70px auto;
  }
  .dress #main .box02 .box02-in {
    width: 100%;
  }
  .dress #main .box02 .box02-in div {
    width: 50%;
    float: left;
  }
  .dress #main .box02 .box02-in div img {
    vertical-align: top;
  }
  .dress #main .box02 .box02-in div:last-child {
    width: 50%;
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: 3.05;
    float: right;
    position: relative;
    padding-top: 43.05%;
  }
  .dress #main .box02 .box02-in div:last-child p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dress #main .box02 .box02-in.right div {
    float: right;
  }
  .dress #main .box02 .box02-in.right div:last-child {
    float: left;
  }
  .dress #main .box03 {
    padding: 100px 0 0 0;
  }
  .dress #main .box03 h4 {
    font-size: 29px;
    line-height: 1.82;
    letter-spacing: 0.12em;
    margin-bottom: 150px;
  }
  .dress #main .box03 .box03-in .box03-tl {
    width: 229px;
    -moz-transform: translate(-50%, -76%);
    -ms-transform: translate(-50%, -76%);
    -webkit-transform: translate(-50%, -76%);
    transform: translate(-50%, -76%);
  }
  .dress #main .box03 .box03-in .slide {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 619px;
  }
  .dress #main .box03 .box03-in .slide div {
    width: 440px;
  }
  .dress #main .box03 .box03-in .slide .slide-in {
    width: 440px;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    opacity: 0.5;
    -moz-transition: ease 200ms;
    -o-transition: ease 200ms;
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .dress #main .box03 .box03-in .slide .slide-in.slick-center {
    opacity: 1;
  }
  .dress #main .box03 .box03-in .numberWrap {
    position: absolute;
    left: 50%;
    bottom: -4%;
    margin-left: 160px;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in {
    width: 70px;
    height: 73px;
    background: url(../images/slide_bg01_pc.png) no-repeat center center;
    background-size: 70px auto;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in div.current {
    left: 9px;
    top: -10px;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in div.current.num1 {
    width: 23px;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in div.current.num2 {
    width: 29px;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in div.current.num3 {
    width: 26px;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in div.current.num4 {
    width: 28px;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in div.current.num5 {
    width: 28px;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in div.current.num6 {
    width: 26px;
  }
  .dress #main .box03 .box03-in .numberWrap .number-in div.total {
    width: 14px;
    right: 16px;
    bottom: 11px;
  }
  .dress #main .box03 .box03-txt01 {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.12em;
    margin: 82px 0 39px 0;
  }
  .dress #main .box04 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
  }
  .dress #main .box04 h3 {
    font-size: 29px;
    line-height: 1.82;
    letter-spacing: 0.12em;
    margin: 120px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .dress #main .box04 .box04-in {
    background: url(../images/bg01.png) repeat center center #f2f3f8;
    background-size: 141px auto;
    margin-top: -30px;
    width: 100%;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
  }
  .dress #main .box04 .box04-in .box04-in02 {
    font-size: 0;
    letter-spacing: 0;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    border-bottom: 0;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 163px 0 64px 0;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box h4 {
    margin-bottom: 36px;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box h4 img {
    width: auto;
    height: 16px;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box h5 {
    font-size: 24px;
    line-height: 1.66;
    letter-spacing: 0em;
    margin-bottom: 26px;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box .box04-box02 {
    width: 74.2%;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box .box04-box02 div {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box .box04-box02 div img {
    width: 180px;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box .box04-box02 p {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.01em;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 52px;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box:first-child {
    padding-top: 163px;
  }
  .dress #main .box04 .box04-in .box04-in02 .box04-box:last-child {
    border-bottom: 0;
  }
  .dress #main .box04 .box04-in .box04-btnWrap {
    padding: 52px 0;
  }
  .dress #main .box04 .box04-in .box04-btnWrap .dress_btn {
    width: 400px;
  }
  .dress #main .box04 .box04-in:after {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 98px 50vw 0 50vw;
  }
  .dress #main .box05 {
	  display:none;
    padding: 178px 0 0 0;
  }
  .dress #main .box05 .box05-subti {
    margin: 0 0 22px 0;
  }
  .dress #main .box05 .box05-subti img {
    height: 16px;
  }
  .dress #main .box05 h3 {
    font-size: 29px;
    line-height: 1.82;
    letter-spacing: 0.12em;
    margin: 0 0 84px 0;
  }
  .dress #main .box05 .box05-in {
    width: 100%;
    max-width: 1440px;
    text-align: center;
    font-size: 0;
  }
  .dress #main .box05 .box05-in .box05-box {
    margin: 0 1.04%;
    width: 30.55%;
    display: inline-block;
    vertical-align: top;
  }
  .dress #main .box05 .box05-in .box05-box .box05-box-in {
    padding: 59px 0 42px 0;
  }
  .dress #main .box05 .box05-in .box05-box .box05-box-in .box05-num {
    width: 65px;
  }
  .dress #main .box05 .box05-in .box05-box .box05-box-in h4 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 {
    text-align: center;
    width: 100%;
  }
  .dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 div, .dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 p {
    display: block;
  }
  .dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 div {
    width: 100%;
  }
  .dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 div img {
    width: 204px;
  }
  .dress #main .box05 .box05-in .box05-box .box05-box-in .box05-box02 p {
    width: 79.54%;
    margin: 0 auto 39px auto;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .dress #main .box05 .box05-in .box05-box:last-child {
    margin-bottom: 0;
  }
  .dress #main .box05 .dress_btn {
    margin: 90px auto 145px auto;
  }
  .dress #main .box06 {
    padding: 130px 0 0 0;
  }
  .dress #main .box06 .box06-subti {
    margin: 0 0 22px 0;
  }
  .dress #main .box06 .box06-subti img {
    height: 16px;
  }
  .dress #main .box06 h3 {
    font-size: 29px;
    line-height: 1.82;
    letter-spacing: 0.12em;
    margin: 0 0 85px 0;
  }
  .dress #main .box06 .box06-in {
    width: 940px;
    font-size: 0;
    letter-spacing: 0;
  }
  .dress #main .box06 .box06-in .box06-box {
    width: 450px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .dress #main .box06 .box06-in .box06-box h4 {
    padding: 0 0 10px 12px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1;
  }
  .dress #main .box06 .box06-in .box06-box p {
    text-align: left;
    color: #081d43;
    font-size: 14px;
    line-height: 2.07;
    padding: 0 0 0 12px;
  }
  .dress #main .box06 .box06-in .box06-box:nth-child(even) {
    margin-left: 40px;
  }
  .dress #main .box06 .dress_btn {
    margin: 23px auto 110px auto;
  }
  .dress #main .dress_btn {
    width: 440px;
    -moz-transition: ease 200ms;
    -o-transition: ease 200ms;
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .dress #main .dress_btn a {
    height: 70px;
    -moz-transition: ease 200ms;
    -o-transition: ease 200ms;
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .dress #main .dress_btn a span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .dress #main .dress_btn a:after {
    right: 20px;
    background: url(../images/arrow03_pc.png) no-repeat left top;
    background-size: 100% auto;
    -moz-transition: ease 200ms;
    -o-transition: ease 200ms;
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .dress #main .dress_btn.on a {
    background-color: #d59945;
  }
  .dress #main .dress_btn.on a:after {
    right: 15px;
  }
}

@-moz-keyframes scroll_down {
  0% {
    visibility: visible;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    visibility: visible;
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
}
@-webkit-keyframes scroll_down {
  0% {
    visibility: visible;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
}
@keyframes scroll_down {
  0% {
    visibility: visible;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    visibility: visible;
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
}
@-moz-keyframes scrollArrow {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    opacity: 1;
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    opacity: 1;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

/* =======================

counter 

======================= */
.section_ttl{
  padding-top: 120px;
  margin: auto;
  font-size: 50px;
  text-align: center;
  color: #222222;
  letter-spacing: 0.02em;
}
.section_ttl_lead{
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.3em;
  font-feature-settings: 'palt';
  color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .section_ttl{
    padding-top: 60px;
    margin: auto;
    font-size: 26px;
    text-align: center;
    color: #222222;
    letter-spacing: 0.02em;
  }
  .section_ttl_lead{
    margin-top: 16px!important;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.4em;
    font-feature-settings: 'palt';
    color: #222222;
  }
}
.counterSec {
  padding-top: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
}
.counterSec .counter_contents{ 
  width: 100%;
  margin-right: 1%;
  margin-left: 1%;
}
.counterSec .salonArea{
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
}
.salonArea_item{
  width: 31%;
  margin: 1%;
  text-align: center;
}
.salonArea_item a{
  display: block;
  background: #F7F5EE!important;
  border: 4px solid #F7F5EE!important;
  color: #333!important;
  padding: 26px 0;
  font-weight: 600;
  letter-spacing: .17em;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.salonArea_item a:hover{
  background: #FFF!important;
  border: 4px solid #F7F5EE!important;
  cursor: pointer;
}
.salonArea_item a.active{
  background: #48322A!important;
  border: 4px solid #48322A!important;
  color: #FFF!important;
  cursor: pointer;
}
.counterSec .counter_contents{
  margin: 0 auto;
  display: none;
}
.counterSec .counter_contents.show{
  display: block;
}
.counterSec .counter_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: initial;
}
.counterSec .counter_list .counter_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.counterSec .counter_address{
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444;
}
.counterSec .counter_list .counter_item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.counterSec .telBlock .telBlock_lead{
  font-weight: 800;
  font-size: 12px;
}
@media (min-width: 768px){
  .counterSec {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .counterSec .section_ttl_lead{
    margin-top: 16px!important;
  }
  .counterSec .section_head img{
    max-height: 450px;
    object-fit: cover;
  }
  .counterSec .lead{
    margin-top: 1em;
    color: #4a5799;
    font-size: 18px;
  }
  .counterSec .counter_contents{ 
    max-width: 860px;
    padding-top: 100px;
    margin-top: -40px;
  }
  .counterSec .salonArea{
    padding-top: 60px;
    margin: 0 -1%;
  }
  .salonArea_item{
    width: 18%;
    margin: 1%;
    text-align: center;
  }
  .salonArea_item a{
    display: block;
    background: #F7F5EE!important;
    padding: 26px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .17em;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .counterSec .btn_link_wrap{
    text-align: center;
    font-size: 16px;
  }
  .counterSec .counter_list .counter_item{
    width: 50%;
    margin-bottom: 26px;
  }
  .counterSec .counter_img_block{
    width: 130px;
  }
  .counter_img_block img {
        width: 100%;
  }
  .counterSec .counter_tx_block{
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .counterSec .counter_name{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px!important;
  }
  .counterSec .counter_address{
    font-size: 13px;
  }
  .counterSec .counter_item.online{
    width: 100%;
    margin-top: 40px;
  }
  .counterSec .counter_item.online .counter_img_block{
    width: 60%;
  }
  .counterSec .counter_item.online .counter_tx_block {
    width: 40%;
  }
  .counterSec .counter_item.online .counter_memo{
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444
  }
  .counterSec .telBlock{
    margin-top: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #48322A;
    line-height: 1.6em;
  }
  .counterSec .telBlock .counter_tel{
    margin: 16px 0;
    display: inline-block;
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #48322A;
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;
  }
  .counterSec .telBlock .counter_tel:hover{
    cursor: pointer;
  }
  .counterSec .reservation_area{
    padding: 0;
  }
  .reservation_area .btn_wrapper{
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .counterSec {
    position: relative;
  }
  .counterSec .box-inner{
    padding: 0;
  }
  .counterSec .salonArea {
    padding-top: 36px;
  }
  .counterSec .lead{
    margin-top: 1em;
    margin-bottom: 20px;
    color: #4a5799;
  }
  .counterSec .counter_contents{ 
    padding: 80px 0 0 7px;
    margin-top: -40px;
  }
  .salonArea_item a{
    padding: 20px 0;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 1.2;
  }
  .salonArea_item.online_sp a{
    padding: 14px 0;
  }
  .counterSec .counter_list .counter_item {
    margin-bottom: 20px;
  }
  .counterSec .counter_tx_block{
    width: 65%;
    padding-left: 5%;
    padding-bottom: 5px;
  }
  .counterSec .counter_name{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px!important;
  }
  .counterSec .counter_address{
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .counterSec .counter_img_block{
    width: 30%;
    min-width: 100px;
  }
    .counter_img_block img {
        width: 100%;
  }
  .counterSec .counter_item.online {
    display: block;
  }
  .counterSec .counter_item.online .counter_img_block{
    width: 100%;
    padding-right: 7px;
  }
  .counterSec .counter_item.online .counter_tx_block{
    width: 100%;
    padding-top: 16px;
    padding-left: 0;
  }
  .counterSec .counter_item.online .counter_memo{
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444
  }
   .counterSec .telBlock{
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #48322A;
  }
  .counterSec .telBlock .counter_tel{
    margin: 14px 0;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #48322A;
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;
  }
  .counterSec .box_inner {
        padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .counterSec .counter_address{
    letter-spacing: 0;
    font-feature-settings: inherit;
  }
}

/* reservation_area */
.reservation_area{
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.reservation_area .btn_wrapper{
  margin: 18px 0 40px 0;
}
.reservation_tx{
  position: relative;
  display: inline-block;
  color: #48322A;
  letter-spacing: 0.25em;
  font-feature-settings: 'palt';
}
.reservation_tx::before {
  content: '';
  position: absolute;
  top: 40%;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.reservation_tx::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
a.btn{
  width: 100%;
  color: #fff!important;
  text-align: center;
  background: #b38145;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  backface-visibility: hidden;
  text-decoration: none;
  transition: opacity .3s ease;
  align-items: center;
  border: 1px solid #b38145;
  box-sizing: border-box;
}
a.btn .note{
  width: 130px;
  padding: 4px 0 3px 0;
  margin-left: -65px;
  border: 1px solid #b38145;
  border-radius: 20px;
  background: #FFF;
  font-size: 11px;
  color: #48322A;
  position: absolute;
  letter-spacing: 0.1em;
  top: -12px;
  left: 50%;
  vertical-align: middle;
}
a.btn .fs_small{
  font-size: 70%;
}
a.btn:hover {
  opacity: .6;
}
a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.btn_area_online a.btn {
  background: #fff;
  color: #b38145!important;
}
.reservation_area .btn_wrapper.link{
  display: block;
  margin-top: 20px;
}
.btn_link_box a.btn{
  margin: auto;
  color: #48322A!important;
  text-align: center;
  background: #FFF;
  border: 1px solid #48322A;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  text-decoration: none;
  transition: opacity .3s ease;
}
.btn_link_box a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .reservation_area{
    margin-top: 60px;
  }
  .reservation_tx{
    padding-bottom: 16px;
    font-size: 18px;
  }
  .reservation_area .btn_{
    width: 100%;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn_wrapper .btn_area{
    width: 49%;
  }
  a.btn{
    padding: 22px 0;
    font-size: 20px;
  }
  a.btn::after {
    width: 20px;
    height: 20px;
  }
  a.btn .note{
    width: 180px;
    margin-left: -90px;
    border: 2px solid #b38145;
    font-size: 14px;
  }
  .btn_link_box a.btn{
    width:500px;
  }
}
@media (max-width: 767px) {
  .reservation_area {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
  }
  .reservation_area .btn_wrapper{
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .reservation_tx {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.3em;
  }
  a.btn{
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 15px;
  }
  a.btn::after {
    right: 10px;
  }
}

