<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
select {
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 共通部分 pc*/
@media print, screen and (min-width:641px) {
  /* .mvArea */
  .mvArea {
    position: relative;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 18px 0 0;
    height: 70px;
    text-align: center;
    transition-timing-function: ease;
    transition-duration: 1.0s;
    transition-property: left;
  }
  .mvArea .costumecommonTitle1 {
    margin: 0 0 20px;
  }
  .mvArea .costumecommonTitle1 &gt; img {
    width: auto;
    height: 16px;
  }
  .mvArea .commonSelect1 {
    min-width: 200px;
  }

  /* .contentArea */
  .contentArea {
    margin-bottom: 0;
    font-size: 0;
  }
  .contentArea .noclip {
    box-sizing: border-box;
    padding: 50px 0 20px;
    color: #d1677e;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .contentArea .costume {
    position: relative;
    text-align: left;
  }
  .contentArea .costume &gt; li {
    position: relative;
    z-index: 5;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    background-image: url(../img/loading1.gif);
    background-position: center center;
    background-size: 50px auto;
    background-repeat: no-repeat;
    vertical-align: top;
    text-align: center;
    transition-timing-function: ease;
    transition-duration: .6s;
    transition-property: width;
  }
  .contentArea .costume &gt; li &gt; div {
    visibility: hidden;
    width: 100%;
    background-color: #fff;
    background-color: rgba(255,255,255,.88);
    opacity: .0;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity,visibility;
  }
  .contentArea .costume &gt; li .white {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
    opacity: .0;
  }
  body.touchDevice .contentArea .costume &gt; li.hover &gt; div,
  body.desktopDevice .contentArea .costume &gt; li:hover &gt; div {
    visibility: visible;
    opacity: 1.0;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity,visibility;
  }
  .contentArea .costume &gt; li &gt; div:before {
    display: inline-block;
    height: 600px;
    content: "";
    vertical-align: middle;
  }
  .contentArea .costume &gt; li &gt; div .infoin {
    display: inline-block;
    vertical-align: middle;
    transition-timing-function: ease;
    transition-duration: .7s;
    transition-property: transform;
    -webkit-transform: scale(.96);
    -moz-transform: scale(.96);
    transform: scale(.96);
  }
  .contentArea .costume &gt; li &gt; div .infoin {
  }
  body.touchDevice .contentArea .costume &gt; li.hover &gt; div .infoin,
  body.desktopDevice .contentArea .costume &gt; li:hover &gt; div .infoin {
    transition-timing-function: ease;
    transition-duration: .7s;
    transition-property: transform;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
  }
  .contentArea .costume &gt; li &gt; div .infoin .title {
  }
  .contentArea .costume &gt; li &gt; div .infoin .title .img {
    display: inline-block;
    margin: 0 0 17px;
    width: auto;
    height: 9px;
  }
  .contentArea .costume &gt; li &gt; div .infoin .title .title {
    display: block;
    margin: 0 0 20px;
    color: #2793e6;
    font-size: 1.6rem;
    font-family: "Old Standard TT", serif;
    line-height: .6;
  }
  .contentArea .costume &gt; li &gt; div .infoin .title .number {
    display: block;
    margin: 0 0 20px;
    color: #2793e6;
    font-size: 1rem;
    font-family: "Old Standard TT", serif;
    line-height: .6;
  }
  .contentArea .costume &gt; li &gt; div .infoin .title .bar {
    display: block;
    margin: 0 auto 15px;
    width: 0;
    height: 1px;
    background-color: #2793e6;
    transition-timing-function: ease;
    transition-duration: .7s;
    transition-property: width;
  }
  body.touchDevice .contentArea .costume &gt; li.hover &gt; div .infoin .title .bar,
  body.desktopDevice .contentArea .costume &gt; li:hover &gt; div .infoin .title .bar {
    width: 18px;
    transition-timing-function: ease;
    transition-duration: .7s;
    transition-property: width;
  }
  .contentArea .costume &gt; li &gt; div .infoin .dressname {
    margin-bottom: 15px;
    color: #2793e6;
    font-size: 1.5rem;
    font-family: "EB Garamond",sans-serif;
    line-height: 1.4;
  }
  .contentArea .costume &gt; li &gt; div .infoin .caption {
    margin: 0 50px 13px;
    color: #787878;
    text-align: left;
    font-size: 11px;
    font-size: .7rem;
    line-height: 2.0;
  }
  .contentArea .costume &gt; li &gt; div .infoin .detaillink {
    display: block;
    margin: 0 auto 18px;
    padding: 0;
    width: 108px;
  }
  .contentArea .costume &gt; li &gt; div .infoin .detaillink:before {
    height: 30px;
  }
  .contentArea .costume &gt; li &gt; div .infoin .detaillink &gt; img {
  }
  .contentArea .costume &gt; li &gt; div .infoin .commonBtn3 {
  }
  .contentArea .costume &gt; li &gt; div .infoin .shoptitle {
    margin: 20px 0 10px;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shoptitle &gt; a {
    color: #787878;
    letter-spacing: 2px;
    font-size: .7rem;
    line-height: 1;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    width: 70%;
    color: #787878;
    line-height: 2;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops:before,
  .contentArea .costume &gt; li &gt; div .infoin .shops:after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: url("../img/bar1.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops:before {
    top: 0;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops + .shops:before {
    display: none;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops:after {
    bottom: 0;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops &gt; span {
    display: inline-block;
    color: #787878;
    font-size: 12px;
    font-size: .7rem;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops &gt; span:after {
    content: "・";
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops &gt; span:last-child:after {
    display: none;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops &gt; span.txt {
    font-weight: bold;
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops &gt; span.txt:after {
    content: "：";
  }
  .contentArea .costume &gt; li &gt; div .infoin .shops &gt; span &gt; a {
    padding: 5px 1px;
    color: #787878;
    -webkit-transition: opacity .2s ease .0s;
    -moz-transition: opacity .2s ease .0s;
    -ms-transition: opacity .2s ease .0s;
    -o-transition: opacity .2s ease .0s;
    transition: opacity .2s ease .0s;
  }

  /* .costumefooterArea */
  .costumefooterArea {
    position: relative;
    height: 810px;
    background-image: url(../img/costume/bg1.jpg);
    background-position: center center;
    background-size: cover;
    font-size: 0;
  }
  .costumefooterArea .areatitle {
    position: absolute;
    top: -191px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .costumefooterArea .areatitle &gt; img {
  }
  .costumefooterArea .areapoints {
  }
  .costumefooterArea .areapoints &gt; li {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 4px;
    width: 328px;
    height: 328px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
  }
  .costumefooterArea .areapoints &gt; li:nth-child(1) {
    margin: -360px 0 0 -363px;
  }
  .costumefooterArea .areapoints &gt; li:nth-child(2) {
    margin: -253px 0 0 21px;
  }
  .costumefooterArea .areapoints &gt; li:nth-child(3) {
    margin: 0 0 0 -260px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    margin: -164px 0 0 -164px;
    width: 328px;
    height: 328px;
    border-top: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .title {
    margin: 35px 0 20px;
    margin-top: 35px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .title &gt; img {
    display: block;
    margin: 0 auto;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .title &gt; img:nth-child(1) {
    margin-bottom: 20px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .title &gt; img:nth-child(2) {
  }
  .costumefooterArea .areapoints &gt; li &gt; div .caption {
    margin: 0 0 24px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .caption &gt; img {
  }
  .costumefooterArea .areapoints &gt; li &gt; div .link {
    padding: 0;
    width: 142px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .link:before {
    height: 30px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .link:after {
    right: 7px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .link &gt; img {
  }

  /* .popupArea */
  .popupArea {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background-color: rgba(57,57,57,.80);
    background-image: url(../img/ajax-loader.gif);
    background-position: center center;
    background-size: 32px auto;
    background-repeat: no-repeat;
  }
}

/*3分割*/
@media print, screen and (min-width:1100px) {
  .contentArea .costume &gt; li {
    width: 33.333%;
  }
}
/*4分割*/
@media print, screen and (min-width:1500px) {
  .contentArea .costume &gt; li {
    width: 25%;
  }
}
/*5分割*/
@media print, screen and (min-width:1900px) {
  .contentArea .costume &gt; li {
    width: 20%;
  }
}
/*6分割*/
@media print, screen and (min-width:2300px) {
  .contentArea .costume &gt; li {
    width: 16.666%;
  }
}
/*7分割*/
@media print, screen and (min-width:2700px) {
  .contentArea .costume &gt; li {
    width: 14.285%;
  }
}
/*8分割*/
@media print, screen and (min-width:3100px) {
  .contentArea .costume &gt; li {
    width: 12.5%;
  }
}
/* 印刷CSS pc */
@media print {
}

/* 共通部分 tablet */
@media screen and (max-width:1000px) and (min-width:641px) {
}

/* tabletサイズ以下 */
@media screen and (max-width:960px) {
  .rightMenu {
    box-sizing: border-box;
    padding-bottom: 150px;
  }
  .mvArea {
    left: 0;
    transition-timing-function: ease;
    transition-duration: 1.0s;
    transition-property: left;
  }
  .contentArea {
  }
}

/* 共通部分 smart */
@media screen and (max-width:640px) {
  .rightMenu {
    box-sizing: border-box;
    padding-bottom: 90px;
  }

  /* .mvArea */
  .mvArea {
    top: 0;
    box-sizing: border-box;
    padding: 22px 0 0;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  .mvArea .costumecommonTitle1 {
    box-sizing: border-box;
    margin: 0 3% 15px 0;
    width: 100%;
  }
  .mvArea .costumecommonTitle1 &gt; img {
    margin: 0 auto;
    width: auto;
    height: 13px;
  }
  .mvArea .commonSelect1 {
  }

  /* .contentArea */
  .contentArea {
    margin-bottom: 0;
    font-size: 0;
  }
  .contentArea .noclip {
    box-sizing: border-box;
    padding: 50px 0 20px;
    color: #d1677e;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .contentArea .costume {
    text-align: left;
  }
  .contentArea .costume &gt; li {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 75%;
    width: 50%;
    height: 0;
    background-image: url(../img/loading1.gif);
    background-position: center center;
    background-size: 50px auto;
    background-repeat: no-repeat;
    vertical-align: top;
  }
  .contentArea .costume &gt; li .layoutimg {
    position: relative;
    width: auto;
    height: 100%;
    opacity: .0;
  }
  .contentArea .costume &gt; li .white {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
    opacity: .0;
  }
  .contentArea .costume &gt; li &gt; div {
  }
  body.touchDevice .contentArea .costume &gt; li.hover &gt; div,
  body.desktopDevice .contentArea .costume &gt; li:hover &gt; div {
  }
  .contentArea .costume &gt; li &gt; div:before {
  }
  .contentArea .costume &gt; li &gt; div .infoin {
  }
  .contentArea .costume &gt; li &gt; div .infoin .title {
    display: none;
  }
  .contentArea .costume &gt; li &gt; div .infoin .title .img {
  }
  .contentArea .costume &gt; li &gt; div .infoin .title .number {
  }
  .contentArea .costume &gt; li &gt; div .infoin .title .bar {
  }
  .contentArea .costume &gt; li &gt; div .infoin .caption {
    display: none;
  }
  .contentArea .costume &gt; li &gt; div .infoin .detaillink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .0;
  }
  .contentArea .costume &gt; li &gt; div .infoin .detaillink &gt; img {
  }
  .contentArea .costume &gt; li &gt; div .infoin .commonBtn3 {
    bottom: 11px;
    display: none;
    margin-bottom: 1px;
  }
  .contentArea .costume &gt; li &gt; div .infoin .commonBtn3 span {
    position: relative;
    top: 2px;
    line-height: 2.0;
  }
  .contentArea .costume &gt; li &gt; div .infoin .commonBtn3[data-clip="on"] &gt; span:nth-child(1) {
    line-height: 2.0;
  }

  /* .costumefooterArea */
  .costumefooterArea {
    position: relative;
    padding: 30px 5%;
    background-image: url(../img/costume/bg1.jpg);
    background-size: cover;
    font-size: 0;
  }
  .costumefooterArea .areatitle {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .costumefooterArea .areatitle &gt; img {
    position: absolute;
    right: 0;
    left: -7%;
    margin: -53% auto 0;
    width: 80%;
  }
  .costumefooterArea .areapoints {
  }
  .costumefooterArea .areapoints &gt; li {
    padding: 4px;
    background-color: #fff;
  }
  .costumefooterArea .areapoints &gt; li + li {
    margin-top: 20px;
  }
  .costumefooterArea .areapoints &gt; li:nth-child(1) {
  }
  .costumefooterArea .areapoints &gt; li:nth-child(2) {
  }
  .costumefooterArea .areapoints &gt; li:nth-child(3) {
  }
  .costumefooterArea .areapoints &gt; li &gt; div {
    box-sizing: border-box;
    padding-bottom: 30px;
    border-top: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b;
    text-align: center;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .title {
    margin: 35px 0 20px;
    margin-top: 35px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .title &gt; img {
    display: block;
    margin: 0 auto;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .title &gt; img:nth-child(1) {
    margin-bottom: 20px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .title &gt; img:nth-child(2) {
  }
  .costumefooterArea .areapoints &gt; li &gt; div .caption {
    margin: 0 0 24px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .caption &gt; img {
    margin: 0 auto;
    width: auto;
    height: 30px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .link {
    padding: 0;
    width: 142px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .link:before {
    height: 45px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .link:after {
    right: 7px;
  }
  .costumefooterArea .areapoints &gt; li &gt; div .link &gt; img {
  }

  /* .popupArea */
  .popupArea {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background-color: rgba(57,57,57,.80);
    background-image: url(../img/ajax-loader.gif);
    background-position: center center;
    background-size: 32px auto;
    background-repeat: no-repeat;
  }
  .under li:nth-child(1) .glayBtn {
    font-size: 1.1rem!important;
  }
  .under .glayBtn:after {
    display: none;
  }
}</pre></body></html>