<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";
main {
    width: 100%;
}
a:hover {
    opacity: 0.7;
}
.main_img {
    overflow: hidden;
    background: #fff;
    position: relative;
}
.main_img h2 {
    position: absolute;
    bottom: 15%;
    width: 35VW;
    margin: 0 32.3%;
    display: block;
}
.main_img p {
    position: absolute;
    font-size: 17px;
    color: #fff;
    bottom: 15%;
    margin: 0 44.67%;
    letter-spacing: 2px;
}
.main_img &gt; div {
    margin: 0 -200px 0;
    padding: 50vw 0 0 0;
    border-bottom-right-radius: 1800px 300px;
    border-bottom-left-radius: 1800px 300px;
    background: url(../images/main_img.webp) top center / calc(100% - 400px) auto no-repeat;
    text-align: left;
    position: relative;
}
.intro {
    margin: 50px auto;
}
.intro p {
    font-size: 17px;
    letter-spacing: 2px;
}
/*------------------------
 reserve
------------------------*/
.reserve {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    max-width: 500px;
    width: 90%;
}
.reserve div {
    display: flex;
    overflow: hidden;
    border: 1px solid #e94c60;
    border-radius: 5px;
}
.reserve div &gt; a,
.reserve div &gt; span {
    display: block;
    width: 100%;
    cursor: pointer;
}
.reserve div &gt; a:hover {
    opacity: 0.7;
}
.reserve .tel {
    width: 25%;
    font-size: 120%;
}
.reserve .tel a,
.reserve .tel span {
    padding: 41px 10px 0;
    background: url(../images/icon_tel.webp) center 10px / 30px auto no-repeat #fff;
    color: #e94c60;
    font-size: 14px;
}
.reserve .form {
    width: 70%;
}
.reserve .form a {
    position: relative;
    background: #e94c60;
    color: #fff;
    font-size: 12px;
}
.reserve .form a &gt; span {
    position: absolute;
    top: 50%;
    left: 45%;
    padding: 4px 0 0 65px;
    background: url(../images/icon_calender.webp) left center / 50px auto no-repeat;
    white-space: nowrap;
    transform: translateX(-50%) translateY(-50%);
}
.reserve .form a span span {
    display: block;
    font-size: 170%;
}
/*------------------------
furisode_chart
------------------------*/
#furisode_chart,
#hot_styling,
#collection {
    padding: 50px 0;
}
#furisode_chart .h3_title,
#hot_styling .h3_title,
#collection .h3_title {
    font-size: 25px;
}
#furisode_chart p,
#hot_styling p,
#collection p {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 30px;
}
#furisode_chart img {
    width: 785px;
}
#hot_styling ul {
    display: flex;
    justify-content: center;
}
#hot_styling ul li {
    width: 500px;
    height: 321px;
    margin: 0 1%;
}
#hot_styling ul li p {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 5px auto 0 5px;
    text-align: left;
}
#hot_styling ul li:nth-child(1) p span {
    background: #f8dfc6;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 20px;
}
#hot_styling ul li:nth-child(2) p span {
    background: #e1deeb;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 20px;
}

/*------------------------
ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ
------------------------*/
.collection-list-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 3.75vw;
}
.collection-list-filter &gt; * {
  width: 11.8vw;
}
.collection-list-filter &gt; *:not(:last-of-type) {
  margin-right: 0.3vw;
}
.collection-list-filter a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4.8vw;
  border-radius: 10rem;
  color: #000;
  background: #f3dadf;
  font-size: 1.5vw;
  line-height: 1;
  padding: 0.65vw;
  box-sizing: border-box;
  text-decoration: none;
}
.collection-list-filter a:hover,
.collection-list-filter a.current {
  background: #f82b66;
  color: #FFF;
  opacity: 1;
}
.collection-list-gallery {
  width: 63vw;
  max-width: 1260px;
  margin: auto;
  padding-bottom: 1vw;
  display: grid;
  grid-template-columns: 23.81% 23.81% 23.81% 23.81%;
  grid-template-rows: auto;
  grid-gap: 1vw;
}
@media screen and (min-width: 2000px) {
  .collection-list-gallery {
    grid-gap: 20px;
  }
}
/*------------------------
COLLECTION
------------------------*/
#choice &gt; div {
    width: 964px;
    display: flex;
    margin: 0 5%;
}
#choice &gt; div &gt; div {
    width: 220px;
    padding-top: 314px;
    margin: 0 0 20px 0!important;
    position: relative;
}
.rank02, .rank03, .rank04, .rank05 {
    display: none;
}
/*------------------------
ãã®ä»–ã®è¡£è£…
------------------------*/
.costume_gallery {
        width: 985px;
        margin: 0 auto;
}
.costume_gallery h2 span {
    font-size: 12px;
    margin-top: -2px;
    display: block;
    letter-spacing: 2px;
}
.costume_gallery h2 {
    font-size: 25px;
}
.costume_gallery p {
    margin: 3% auto;
    font-size: 15px;
}
.costume_gallery p span {
    color: #d91c40;
}
.costume_gallery ul {
    display: flex;
    flex-wrap: wrap;
}
.costume_gallery ul li {
    margin: 0 auto 2%;
}
.costume_gallery ul li a {
    background: #000;
    color: #fff;
    display: block;
    font-size: 200%;
    padding: 15px 0;
    width: 310px;
}
.costume_gallery ul li a:after {
    content: 'â–¶ï¸Ž';
    margin-left: 10px;
}
/*------------------------------------------------
SP
------------------------------------------------*/
@media screen and (max-width:640px){
    div#sb-site {
        padding: 53px 0 0;
    }
    .main_img &gt; div {
        margin: 0 -200px 0;
        padding: 90vw 0 0 0;
        border-bottom-right-radius: 2000px 1000px;
        border-bottom-left-radius: 2000px 1000px;
        background: url(../images/main_img_sp.webp) top center / calc(100% - 400px) auto no-repeat;
        text-align: left;
        position: relative;
    }
    .main_img {
        overflow: hidden;
        background: #fff;
        position: relative;
    }
    .main_img h2 {
        position: absolute;
        bottom: 10%;
        width: 90%;
        margin: 0 5%;
    }
    .main_img p {
        position: absolute;
        font-size: 15px;
        color: #fff;
        bottom: 10%;
        margin: 0 32.5%;
        letter-spacing: 3px;
    }
    .intro p {
        font-size: 13px;
        letter-spacing: 1px;
    }
    section#furisode_chart {
        width: 95%;
        padding: 20px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
    #furisode_chart img {
        width: 100%;
    }
    .reserve .form a &gt; span {
        position: absolute;
        top: 50%;
        left: 57%;
        padding: 4px 0 0 50px;
        background: url(../images/icon_calender.webp) left center / 50px auto no-repeat;
        white-space: nowrap;
        transform: translateX(-61%) translateY(-50%);
        font-size: 10px;
    }
    #hot_styling ul li {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #hot_styling ul li p {
        font-size: 13px;
        letter-spacing: 1px;
        margin: 5px auto 0 5px;
        text-align: right;
        margin-right: 13%;
    }
    #hot_styling ul li p span {
        font-size: 15px;
    }
    #hot_styling ul {
        flex-wrap: wrap;
    }
    /*------------------------
    tab
    ------------------------*/
    .tabs {
        width: 87vw;
    }
    .tabs input:checked + .tab_label {
        padding: 10px 0px;
        border-radius: 20px;
        width: 26vw;
        height: 15px;
        margin: 0 2px 0;
        text-align: center;
    }
    .tabs input:checked + .tab_label p {
        text-align: center;
    }
    .tab_label {
        font-size: 12px;
        width: 17vw;
        padding: 10px 20px 5px;
        margin: 0 2px 5px;
        left: 0;
    }
    .tab_label span {

    }
    #choice &gt; div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    #choice &gt; div &gt; div {
        width: 40vw;
        padding-top: 10px;
        margin: 0 5px!important;
        position: relative;
    }
    /*------------------------
    ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ
    ------------------------*/
    .collection-list-filter {
        margin: 0 auto 10.13vw;
        width: 89.38vw;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .collection-list-filter &gt; * {
        width: 29.5vw;
    }
    .collection-list-filter &gt; *:not(:last-of-type) {
        margin-right: 0;
    }
    .collection-list-filter &gt; *:first-of-type {
        width: 100%;
    }
    .collection-list-filter &gt; *:not(:first-of-type) {
        margin-top: 2.38vw;
    }
    .collection-list-filter a {
        font-size: 3.75vw;
        height: 12vw;
    }
    .collection-list-gallery {
        width: 77.5vw;
        margin: auto;
        padding-bottom: 14vw;
        display: grid;
        grid-template-columns: 48.39% 48.39%;
        grid-template-rows: auto;
        grid-gap: 2.5vw 2.13vw;
    }
    /*------------------------
    ãã®ä»–ã®è¡£è£…
    ------------------------*/
    .costume_gallery {
        width: 100%;
        margin: 0 auto;
    }
    .costume_gallery h2 {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .costume_gallery h2 span,.costume_gallery p {
        font-size: 12px;
    }
    .costume_gallery ul {
        margin-bottom: 10%;
    }
    .costume_gallery ul li a {
        font-size: 120%;
        width: 180px;
    }

}</pre></body></html>