<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
div#sb-site {
    padding-top: 91px;
}
main{
	width: 100%;
	padding-top: 1px;
    margin: 0 auto;
}
#breadCrumb {
    padding: 1% 2%;
}
.fadein {
  opacity : 0;
  transform: translateY(0px);
  transition: all 1s;
}
.btn_back a,.shop_special a{
	display: block;
}
/*---------------
  main
---------------*/
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 985px;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: fixed;
    overflow:hidden;
    z-index: -1;
    min-width: 985px;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards ;
    z-index: -1;
        margin-top: -4vw;
}

@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 14vw auto;
}
main article {
    background-color: #fff;
    margin-top: 38vw;
    padding-top: 60px;
}
footer {
    background-color: #fff;
}
/*-------------------
text_box
-------------------*/
#text_box{
    width: 1000px;
    margin: 0 auto 60px;
}
#text_box h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 15px;
}
#text_box p {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
/*-------------------
gallery_box
-------------------*/
#gallery_box {
    width: 1000px;
    margin: 0 auto;
}
#gallery_box &gt; div {
    margin: 40px auto;
}
#gallery_box .rows_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/*-------------------
comment_box
----------------*/
#comment_box{
    width: 1000px;
    margin: 40px auto 0;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
}
#comment_box p {
    padding: 10px 0 10px 30px;
}
.red {
    color: red;
}
#comment_box h3.question{
    width: 100%;
    font-weight: bold;
    background-color: #f7f5f6;
    padding: 10px 0 10px 30px;
}
.btn_back {
    padding: 1px 0px;
}
.btn_back &gt; a {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 400px;
    padding: 11px 10px 10px;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    border-radius: 5px;
    margin: 40px auto;
}
/*-------------------
その他
-------------------*/
.btn_back &gt; a {
    background: #d91b40;
    box-shadow: 0 3px 0 #8a1129;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.btn_back &gt; a:hover{
    top: 3px;
    box-shadow: none;
}
.shop_special {
    width: 985px;
    margin: 0px auto;
    padding: 1px 0;
}
.shop_special.link_corde {
    width: 663px;
}
.shop_special p{
    font-size:12px;
    text-align: center;
    margin-top: 20px;
}
/* アニメーション */
.fade_up {
    transition: all 1s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
}
.fade_up.scrollin {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fade_left {
    transition: all 1s;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
}
.fade_left.scrollin {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fade_right {
    transition: all 1s;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
}
.fade_right.scrollin {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
/*-------------------
3step
-----------------*/
#STEP_BOX{
    width:1000px;
    height: auto;
    margin: 30px auto 40px auto;
  padding: 20px 0 25px 0;
    background: #F7F5F6;
}

#STEP_BOX h2{
    margin-bottom: 20px;
}

#counseling img{
    width: 437px;
}
/*-----------------
slick
-----------------*/
.outer_OTHER_BOX {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.outer_OTHER_BOX h2 {
    margin-bottom: 30px;
}
.outer_OTHER_BOX h2 img{
    height: 22px;
}
.gallery_slick .slick-list {
    width: 972px;
    overflow: unset;
    margin: 0 auto;
}
.top_link img{
    width: 150px;
}

/*-----------------
other
----------------*/
#dress_collection {
    border-top: none;
    padding-bottom: 50px;
    border-bottom: #b5b8bf 1px solid;
}
.outer_dress_collection{
    border-top: 0;
    padding-top: 0;
}
.h2_icon{
    width: 60px;
    margin-bottom:25px;
}
.summary_txt {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
#dress_collection ul {
    display: flex;
    justify-content: space-between;
}
#dress_collection ul li {
    width: 48%;
}
p.caution{
    color: #ff0000;
}
/*-------------------------------
plan-link
--------------------------------*/
#PLAN {
    width: 1000px;
    margin: 0 auto 50px;
}
.link-img a {
    display: block;
}
.link-button {
    margin: 10px auto;
}
.link-button a{
    display: block;
}
/*-------------------
sp
-------------------*/
@media screen and (max-width:640px){
div#sb-site {
    padding: 66px 0px 0;
}
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 0;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: relative;
    overflow:hidden;
    z-index: -1;
    min-width: 0;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards ;
    z-index: -1;
    margin-top: 0;
}

@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
        margin: 27vw auto;
    width: 42%;
}
p.main-info {
    font-size: 12px;
    margin: 5% auto;
}
main article {
    margin-top: 0;
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
}
/*-------------------
text_box
-------------------*/
#text_box {
    width: 100%;
    margin-bottom: 30px;
}
#text_box .title {
    width: 78%;
    margin: 0 auto;
}
#text_box h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 5px;
}
/*-------------------
gallery_box
-------------------*/
#gallery_box{
    width: 100%;
}
#gallery_box &gt; div {
    margin: 30px auto;
}
#gallery_box .rows_box {
    display: block;
}
#gallery_box .mb_sp {
    margin-bottom: 30px;
}
/*-------------------
comment_box
----------------*/
#comment_box {
    width: 100%;
    margin: 20px auto;
}
#comment_box span {
    color: red;
}
/*-------------------
その他
-------------------*/
.btn_back &gt; a {
    width: 90%;
    margin: 20px auto;
    font-size: 15px;
}
.shop_special,.shop_special.link_corde {
    width: 95%;
    margin: 20px auto;
    padding: 1px 0;
}
/*-------------------
3step
-----------------*/
#STEP_BOX{
    width: 100%;
}
/*-------------------
slick
-----------------*/
.outer_OTHER_BOX {
    margin-bottom: 20px;
}
.outer_OTHER_BOX h2 {
    margin-bottom: 10px;
}
.outer_OTHER_BOX h2 img{
    height: 17px;
}
.gallery_slick .slick-list {
    width: 90%;
}
.top_link img{
        width: 30%;
}
/*-----------------
other
----------------*/
.h2_icon img{
    height: 53px;
    margin-bottom:25px;
}
.summary_txt {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.outer_dress_collection{
    border-top: 0;
    padding-top: 0;
}
/*-------------------------------
plan-link
--------------------------------*/
#PLAN{
    width: 100%;
}
.gallery_plan_link ul.plan-link_list li {
    width: 40%;
    margin: 0 3%;
    float: none;
    display: inline-block;
}
.link-button {
    margin: 5% auto;
}
.link-button a {
    font-size: 12px;
    padding: 6% 0;
}
}

/*---------------
plan-link
---------------*/
#plan-link {
    width: 72%;
    padding: 60px 0 0;
}
#plan-link p.plan_intro {
    font-size: 20px;
}
@media screen and (max-width:640px){
    #plan-link {
        padding: 10px 0 0;
        width: 90%;
    }
    #plan-link p.plan_intro {
        font-size: 12px;
    }
}

#dress_collection ul {
    display: flex;
}</pre></body></html>