@charset "UTF-8";

body {
    font-size: 15px;
    font-family: arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", sans-serif;
    color: #081d43;
}

/* Slider */
.box03 .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;
}

.box03 .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.box03 .slick-list:focus {
    outline: none;
}

.box03 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

@media screen and (min-width: 768px) {
    .box03 .slick-list {
        display: inline-block;
        overflow: visible;
    }
}

.box03 .slick-slider .slick-track,
.box03 .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);
}

.box03 .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.box03 .slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.box03 .slick-track:after {
    clear: both;
}

.box03 .slick-loading .slick-track {
    visibility: hidden;
}

.box03 .slick-slide {
    float: left;
    min-height: 1px;
    outline: none;
}

[dir="rtl"] .box03 .slick-slide {
    float: right;
}

.box03 .slick-slide.slick-loading img {
    display: none;
}

.box03 .slick-slide.dragging img {
    pointer-events: none;
}

.box03 .slick-initialized .slick-slide {
    display: block;
}

.box03 .slick-loading .slick-slide {
    visibility: hidden;
}

.box03 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.box03 .slick-arrow.slick-hidden {
    display: none;
}

.box03 .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;
}

.box03 .slick-arrow:hover {
    cursor: pointer;
    opacity: 0.7;
}

.box03 .slick-arrow:focus {
    outline: none;
}

.box03 .slick-arrow.slick-prev {
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/arrow01.png) no-repeat center center;
    background-size: 100% auto;
    left: 7.55%;
}

.box03 .slick-arrow.slick-next {
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/arrow02.png) no-repeat center center;
    background-size: 100% auto;
    right: 7.55%;
}

@media screen and (min-width: 768px) {
    .box03 .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);
    }

    .box03 .slick-arrow.slick-prev {
        background: url(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/arrow01_pc.png) no-repeat center center;
        background-size: 100% auto;
        left: 50%;
        margin-left: -220px;
    }

    .box03 .slick-arrow.slick-next {
        background: url(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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: 48px 0 0 0;
}

.dress #main img:not(.section__info img) {
    width: 100%;
    height: auto;
}

.dress #main svg {
    width: 100%;
    height: auto;
}

.dress #main #mv {
    position: relative;
    width: 100%;
}

.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;
    margin-bottom: 60px;
}

.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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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-top: 10px;
    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);
}

.btn2 a::after {
    border-top: 1px solid #b38145 !important;
    border-right: 1px solid #b38145 !important;
}



.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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/line01.png) no-repeat left top;
    background-size: 100% auto;
}

.dress #main .box05 .box05-in .box05-box:before {
    right: 0;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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: 81px 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: calc(100vh - 81px);
    }

    .dress #main #mv .mv-in {
        width: 100%;
        background: url(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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 {
        width: 70%;
        margin: 0px auto 100px auto;
    }

    .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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/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(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/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;
    }
}

/* dress100off追加分 */
.box01_bnr {
    margin-top: 20px;
    display: block;
}

.box01_main_img {
    margin-top: 80px;
}

.btn a {
    width: 420px;
}

.btn2 a {
    color: #b38145;
    background: #fff !important;
    border: 1px solid #b38145;
}

.wd-campaign__2 {
    padding: 40px 15px;
}

.attention_text {
    font-size: 12px;
    color: #636262;
    text-align: left;
    line-height: 1.5;
    width: 60%;
    margin: 40px auto 0 auto;
}

a.btn .note {
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
}

.reservation_area .btn_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (min-width: 769px) {
    #mv {
        height: 100% !important;
        /* 画面の高さに合わせる */
        overflow: hidden;
    }

    #mv img {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .dress #main .box01 {
        width: 90%;
        margin: 40px auto 60px auto;
    }

    .box01_main_img {
        margin-top: auto;
    }

    .cta_50off {
        margin-top: 40px;
        font-family: 'YuMincho', "Hiragino Mincho ProN", serif;
    }

    .cta_50off p {
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .cta_50off a {
        display: block;
        background: #deab4e;
        border: #deab4e;
        line-height: 1.5;
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
        z-index: 10;
    }

    .dress #main .box02 .box02-in div:last-child {
        font-size: 3vw;
    }

    .wd-campaign .btn a {
        font-size: 3.2vw !important;
    }

    .btn a {
        width: 92%;
    }

    .wd-campaign .txtBox p {
        margin-top: 6px !important;
    }

    .attention_text {
        width: 90%;
        line-height: 1.7;
    }

    .reservation_area .btn_wrapper {
        display: block;
    }
}

.cinzel {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .top_bnr p {
        font-size: 14px;
        text-align: center;
        padding: 10px;
        line-height: 1.5;
        background: white;
    }

    .cta_50off p {
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.3;
        font-size: 16px;
    }

    .cta_50off.inner a {
        width: 80%;
        padding: 20px 0;
        z-index: 10;
        display: block;
        background: #deab4e;
        border: #deab4e;
        line-height: 1.5;
    }

    .cta_50off.inner a {
        width: 79%;
        padding: 20px 0;
    }

    .box01 .cta_50off.inner a {
        width: 88%;
    }
}

.cta_50off.inner a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/btn_arrow.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

/* ウエディングカウンターセクション */
.point_ttl_block {
    margin-bottom: 40px;
}

.cta_80off p {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-top: 0px
}

.cta_80off a {
    display: block;
    background: #deab4e;
    border: #deab4e;
    line-height: 1.5
}

#title_area .cta_80off,
.pointSec .cta_80off,
.cta_counter .cta_80 {
    padding-bottom: 50px
}

#title_area .cta_80off {
    padding-top: 20px;
}

#title_area .cta_80off a,
.pointSec .cta_80off a,
.cta_counter .cta_80off a {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0
}

#title_area .cta_80off a {
    z-index: 10
}

#title_area #cnt_area01 .cta_80off.inner a {
    width: 100%;
    padding: 20px 0
}

.pointSec .cta_80off a,
.cta_counter .cta_80off a {
    padding: 20px 0 !important
}

.slick-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slick-box-inner {
    width: 50%;
    margin: 0 10px;
}

@media(max-width:767px) {
    .slick-box-inner {
        width: 90%;
    }
}

.slide-items2 .slick-slide {
    height: 28vh !important
}

.slide-items2 .slick-next {
    right: -20px !important;
    top: 50%
}

.slide-items2 .slick-prev {
    left: -10px !important;
    top: 50%
}

.slide-items4 .slick-prev {
    left: 0 !important;
}

.slide-items2 .slick-arrow {
    z-index: 2 !important
}

.slide-items2 .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important
}

.slide-items2 .slick-next:before {
    background: url('/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/free_arrow_right.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.slide-items2 .slick-prev:before {
    background: url('/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/free_arrow_left.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.section__info .slick-arrow {
    z-index: 2 !important;
    width: 12px !important;
    height: 24px !important
}

.section__info .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important
}

.section__info .slick-dotted.slick-slider {
    margin-bottom: 80px !important
}

.section__info .slick-dots {
    bottom: -50px !important
}

.section__info .tx_point_area {
    margin-right: 2vw !important;
    margin-left: 2vw !important;
}


/*weddingcounter*/
#counterSec .box_inner {
    padding: 0;
}

.section__info {
    margin: 0 auto;
    text-align: center
}

.section__info .section__note {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 24px
}

.section__info .free_box {
    display: flex;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__info .free_box li {
    text-align: center;
    width: 30%;
    margin-bottom: 30px;
}

.section__info .free_box li h2 {
    font-size: 22px;
    margin-bottom: 10px
}

.section__info .free_box li span {
    font-size: 12px;
    line-height: 1.5
}

.section__info .free_box p {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px
}

.section__info .free_box li span {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 12px
}

.section__info .free_box img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.section__info .free_thumbnail {
    width: 400px
}

.section__info .free_box img.free_no {
    width: 100px;
    margin: 14px auto 20px
}

@media screen and (max-width: 999px) {
    .section__info {
        width: 100%;
    }

    .section__info .section__note {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .section__info .free_box {
        justify-content: space-around;
    }

    .section__info .free_box img.free_no {
        margin: 10px auto;
    }

    .section__info .free_box p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .section__info .free_box li {
        width: 45%;
        margin-bottom: 40px;
    }

    .section__info .free_box li span {
        font-size: 10px;
    }

    .weddingcounter {
        margin-top: 60px;
    }

    .weddingcounter .store_box div {
        width: 100%;
    }

    .weddingcounter .__lead {
        margin-bottom: 0px;
    }

    .weddingcounter .store_box {
        display: block;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .nav__listNum .nav_cate {
        font-size: 10px;
    }

    .nav__listNum .nav_name {
        font-size: 16px;
    }
}

/*store*/
.weddingcounter {
    margin-top: 100px;
    margin-bottom: 100px;

    text-align: center;
}

@media screen and (max-width: 999px) {
    .weddingcounter {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.weddingcounter h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.weddingcounter .__jp {
    font-size: 12px;
    margin-bottom: 30px;
}

.weddingcounter .__lead {
    line-height: 1.5;
}

.weddingcounter .store_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 30px 0;
}

.weddingcounter .store_box img {
    width: 80%;
}

.store-top {
    display: block;
    font-size: 24px;
    margin: 40px;
}

.store-list {
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .store-list {
        margin-bottom: 14.08px;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 999px) {
    .store-list {
        width: 89.3333333333vw;
        margin-bottom: 3.2vw;
    }
}

.store-list-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #48322a;
    position: relative;
    line-height: 1.5em;
    font-family: 'YuMincho', "Hiragino Mincho ProN", serif;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .store-list-q {
        padding: 30px 0;
        padding-left: 9.3866666667px;
        height: 44.5866666667px;
    }
}

@media screen and (max-width: 767px) {
    .store-list-q {
        padding: 3.2vw 0;
        padding-left: 2.1333333333vw;
        height: 4vw;
    }
}

@media screen and (max-width: 999px) {
    .store-list-q.is-open {
        border-bottom: solid 0.1333333333vw #48322a;
    }
}

.store-list-q .fa-plus {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-indent: 0;
    top: 50%;
}

@media screen and (min-width: 768px) {
    .store-list-q .fa-plus {
        right: 16px;
    }
}

@media screen and (max-width: 767px) {
    .store-list-q .fa-plus {
        right: 3.2vw;
    }
}

.store-list-q:hover {
    cursor: pointer;
}

@media screen and (min-width: 1000px) {
    .store-list-item {
        border-top: solid 0.5866666667px #48322a;
        width: 50%;
    }
}

@media screen and (max-width: 999px) {
    .store-list-item {
        border-top: solid 0.1333333333vw #48322a;
    }
}

@media screen and (min-width: 1000px) {
    .store-list-item:last-child {
        border-bottom: solid 0.5866666667px #48322a;
    }
}

@media screen and (max-width: 999px) {
    .store-list-item:last-child {
        border-bottom: solid 0.1333333333vw #48322a;
    }
}

.is-open .fa-plus {
    -webkit-transform: rotate(180deg) translate(0%, 50%);
    transform: rotate(180deg) translate(0%, 50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.store-list-a {
    display: none;
    background-color: #fff;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .store-list-a {
        padding: 0 9.9733333333px;
    }
}

@media screen and (max-width: 999px) {
    .store-list-a {
        padding: 0 2.2666666667vw;
        width: 89.3333333333vw;
        box-sizing: border-box;
    }
}

.store-detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: dotted 3px #d7d7d7;
}

@media screen and (min-width: 1000px) {
    .store-detail-list {
        padding-top: 14.08px;
        padding-bottom: 14.08px;
    }
}

@media screen and (max-width: 999px) {
    .store-detail-list {
        padding-top: 3.2vw;
        padding-bottom: 3.2vw;
    }
}

.store-detail-list:last-child {
    border-bottom: inherit;
}

.store-detail-list-area {
    text-align: left;
    font-family: 'YuMincho', "Hiragino Mincho ProN", serif;
}

.store-detail-list-area {
    width: 65%;
}

@media screen and (max-width: 999px) {
    .store-detail-list-area {
        width: 62%;
    }
}

.store-detail-list-area-ttl {
    font-weight: 600;
    display: inline-block;
}

@media screen and (min-width: 1000px) {
    .store-detail-list-area-ttl {
        margin-bottom: 9.3866666667px;
        border-bottom: solid 0.5866666667px;
        font-size: 14.08px;
        padding-bottom: 5.8666666667px;
    }
}

@media screen and (max-width: 999px) {
    .store-detail-list-area-ttl {
        margin-bottom: 2.1333333333vw;
        border-bottom: solid 0.1333333333vw;
        font-size: 3.2vw;
        padding-bottom: 1.3333333333vw;
    }
}

.store-detail-list-area-shop-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 1000px) {
    .store-detail-list-area-shop-txt {
        font-size: 14.08px;
    }
}

@media screen and (max-width: 999px) {
    .store-detail-list-area-shop-txt {
        font-size: 3.2vw;
    }
}

.store-detail-list-btn,
.store-web-list-btn {
    color: #fff;
    background-color: #DEAC4E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width: 1000px) {

    .store-detail-list-btn,
    .store-web-list-btn {
        height: 37.5466666667px;
        font-size: 14.08px;
        width: 137.8666666667px;
    }
}

@media screen and (max-width: 999px) {

    .store-detail-list-btn,
    .store-web-list-btn {
        height: 8.5333333333vw;
        font-size: 3.2vw;
        width: 31.3333333333vw;
        right: 0;
    }
}

.store-list-q:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9.3866666667px;
    height: 1.76px;
    border-radius: 5.8666666667px;
    background: #000;
    display: block;
}

@media screen and (max-width: 999px) {
    .store-list-q:before {
        width: 2.1333333333vw;
        height: 0.4vw;
        border-radius: 1.3333333333vw;
    }
}

.store-list-q:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(90deg);
    width: 9.3866666667px;
    height: 1.76px;
    border-radius: 5.8666666667px;
    background: #000;
    display: block;
    -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}

@media screen and (max-width: 999px) {
    .store-list-q:after {
        width: 2.1333333333vw;
        height: 0.4vw;
        border-radius: 1.3333333333vw;
    }
}

.store-list-q.is-open:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.online-btn {
    position: relative;
    display: block;
    background-color: #DEAC4E;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.04em;
    background-position: right 5% center;
    background-repeat: no-repeat;
    background-image: url(../img/index/renewal/arrow-white.svg);
    background-size: 25px;
}

.online-btn.box-brown {
    background-color: #48322a;
    color: #fff;
}

@media screen and (min-width: 1000px) {
    .online-btn {
        margin-top: 40px;
        font-size: 16.4266666667px;
        padding: 22px 0;
        width: 393.0666666667px;
    }
}

@media screen and (max-width: 999px) {
    .online-btn {
        font-size: 3.7333333333vw;
        padding: 3.2vw 0;
        width: 89.3333333333vw;
    }
}

.online-btn .cv-btn-img {
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

@media screen and (min-width: 1000px) {
    .online-btn .cv-btn-img {
        right: 22.2933333333px;
        width: 8.8px;
    }
}

@media screen and (max-width: 999px) {
    .online-btn .cv-btn-img {
        right: 5.0666666667vw;
        width: 2vw;
    }
}

@media screen and (min-width: 1000px) {
    .store .store-ttl {
        font-size: 28.16px;
        margin-bottom: 14.08px;
    }
}

@media screen and (max-width: 999px) {
    .store .store-ttl {
        font-size: 6.4vw;
        margin-bottom: 3.2vw;
    }
}

.store .store-img {
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .store .store-img {
        width: 440px;
    }
}

@media screen and (max-width: 999px) {
    .store .store-img {
        width: 100vw;
    }
}

.store .store-txt {
    line-height: 2em;
}

@media screen and (min-width: 1000px) {
    .store .store-txt {
        margin-top: 28.16px;
        margin-bottom: 28.16px;
        font-size: 15.2533333333px;
    }
}

@media screen and (max-width: 999px) {
    .store .store-txt {
        margin-top: 6.4vw;
        margin-bottom: 6.4vw;
        font-size: 3.4666666667vw;
    }
}

ul.store-list-time {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
}

@media screen and (max-width: 640px) {
    ul.store-list-time {
        font-size: 10px;
    }
}

ul.store-list-time ul {
    display: flex;
}

ul.store-list-time ul li {
    box-sizing: border-box;
    text-align: left;
    padding: 4px 0;
}

ul.store-list-time ul li.li01 {
    width: 71px;
}

ul.store-list-time ul li.li02 {
    width: 10px;
    margin-right: 4px;
}

ul.store-list-time ul li.li03 {
    width: 180px;
}

@media screen and (max-width: 640px) {
    ul.store-list-time ul li.li01 {
        width: 28%;
    }

    ul.store-list-time ul li.li02 {
        width: 5%;
    }

    ul.store-list-time ul li.li03 {
        width: 60%;
    }
}


/* 2025.08追加分 */
.chapel__text {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin: 0 0 10px 0px;
    border-bottom: 1px solid rgb(210, 206, 202);
}

.slide-items2 .slick-slide {
    height: 28vh !important
}

.slide-items2 .slick-next {
    right: -20px !important;
    top: 50%
}

.slide-items2 .slick-prev {
    left: -10px !important;
    top: 50%
}

.slide-items2 .slick-arrow {
    z-index: 2 !important
}

.slide-items2 .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important
}

.slide-items2 .slick-next:before {
    background: url('/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/free_arrow_right.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.slide-items2 .slick-prev:before {
    background: url('/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/free_arrow_left.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.slide-items2 .slick-slide {
    height: auto !important;
    margin-right: 2vw !important;
    margin-left: 2vw !important
}

.slide-items2 .slick-next {
    right: 0px !important;
    top: 46% !important;
}

.slide-items2 .slick-prev {
    left: 2px !important;
    top: 46% !important;
}

.slide-items2 .slick-arrow {
    z-index: 2 !important
}

.slide-items2 .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important
}

.slide-items2 .slick-next:before {
    background: url('/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/free_arrow_right.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.slide-items2 .slick-prev:before {
    background: url('/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/free_arrow_left.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.slide-items2 .slick-arrow {
    z-index: 2 !important;
    width: 12px !important;
    height: 24px !important
}

.slide-items2.slick-dotted.slick-slider {
    margin-bottom: 20px !important;
}

.slide-items2 .slick-dots {
    bottom: -16px !important
}

.cnt_text .chapel_name {
    border-bottom: none;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #_TEL {
        width: 90px !important
    }

    #_TEL label:before {
        background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/dress100off/common/images/free_point.png') !important;
        width: 18px !important;
        height: 18px !important
    }

    ._popup_wrap {
        display: none !important
    }

    .slide-items2 .slick-next {
        right: 16px !important;
        top: 28% !important;
    }

    .slide-items2 .slick-prev {
        left: 16px !important;
        top: 28% !important;
    }
}

._popup_wrap .popup_content div p:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

._popup_wrap .popup_content div p:nth-child(2):before {
    height: 26px;
    margin-right: 10px;
}

/* アコーディオン */
.cp_box1 {
    position: relative;
}

.cp_box1 input {
    display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    bottom: -10px;
    width: 100%;
    height: 140px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

/* 開いた時にグラデーションを消す */
.cp_box1 input:checked+label {
    background: inherit;
}

.cp_box1 input:checked+label {
    /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}

.cp_box1 .cp_container {
    overflow: hidden;
    height: 250px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
}

/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
    content: '';
    position: absolute;
    line-height: 2.5rem;
}

.cp_box1 label:after {
    z-index: 2;
    bottom: 10px;
    width: 13em;
    content: '続きをよむ';
    color: #ffffff;
    background: #1b2538;
    border-radius: 20px;
}

.cp_box1 label::before {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 90px;
    margin: auto;
    z-index: 3;
    width: 10px;
    height: 5px;
    background: #ffffff;
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

/*閉じるボタン*/
.cp_box1 input:checked+label:after {
    content: '閉じる';
}

.cp_box1 input:checked+label:before {
    left: calc(50% - 2.5em);
    transform: scale(1, -1);
}

.cp_box1 input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}