<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body , footer {
    background: #fff;
}
div#sb-site {
    padding-top: 81px;
}
main{
	width: 100%;
	padding-top: 1px;
    margin: 0 auto;
}
#breadCrumb {
    padding: 1% 2%;
}
main article {
    background-color: #fff;
    margin-top: 38vw;
    padding-top: 2%;
    width: 100%;
}
main article div {
    margin: 0 auto;
}
.main , .top-about , .album {
    width: 75%;
}
/*----------------------------------
 main
----------------------------------*/
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    min-width: 985px;
    z-index: -1;
}
@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: 2%;
}
p.intro {
    font-size: 170%;
    letter-spacing: 5px;
    margin:0 auto;
}
.top_tax {
    margin-top: 35px;
    font-size: 14px;
    text-decoration: underline;
}

/*----------------------------------
 album
----------------------------------*/
.album {
    padding: 5% 0;
    max-width: 1200px;
}
p.sub_text {
    font-size: 150%;
    text-align: left;
    margin: 5% 0;
}
p.inner_text {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.5em;
    width: 77%;
}
div.inner_text_box {
    width: 77%;
    margin:0 auto 0 0;
    text-align: left;
}
p.price {
    color: #f46595;
    font-size: 13px;
}
/*---new---*/
.new {
    /*padding-bottom: 5%;*/
    /*border-bottom: solid #e5e5e5;*/
    /*margin-bottom: 5%;*/
}
ul#new_album_list {
    display: flex;
    flex-wrap: wrap;
}
ul#new_album_list li.new_album_list {
    width: 50%;
}
p.new_album_outer {
    padding: 5% auto;
}
div.new p.inner_title {
    background: #fff7b5;
    font-size: 150%;
    float: left;
    padding: 3%;
    width: 13%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.new_album_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
}
span.new_pink_tax {
    font-size: 1.8em;
    line-height: 2.5em;
}
/*---other series---*/
ul#album_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
li.album_list {
    width: 48%;
    padding-top: 7%;
}
li.album_list img{
    margin-bottom: 2%;
}
div.album_series p.inner_title {
    background: #f5e2e8;
    font-size: 150%;
    width: 15%;
    padding: 3%;
    margin-right: 4%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.album_inner {
    width: 100%;
    display: flex;
    margin: 0 auto 20px;
}
span.pink_tax {
    font-size:16.9px;
}
span.big_tax {
    font-size: 23.4px;
    line-height: 2.5em;
}

/*----------------------------------
 album_layout
----------------------------------*/
.album_layout .slick-slide {
    display: none;
    height: 50vw;
    min-height: 1px;
}
.album_layout .slick-dots {
    bottom: -9vw;
}
.album_layout {
    margin-bottom: 15%;
    width: 80%;
}
.album_layout .pc_only {
    display: block;
}
.album_layout .sp_only {
    display: none;
}
.album_layout .slick-prev,
.album_layout .slick-next {
    width: 107px;
    height: 107px;
}
.album_layout .slick-prev:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '◀︎';
    font-family: slick;
    font-size: 100px;
    line-height: 1;
    opacity: .75;
    color: #eeeeee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 5px black;
}
.album_layout .slick-next:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '▶︎';
    font-family: slick;
    font-size: 100px;
    line-height: 1;
    opacity: .75;
    color: #eeeeee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 5px black;
}
.album_layout .slick-slide img {
    margin: 0 auto;
}

/*-------------------------------------
plan-menu
--------------------------------------*/
div#plan-menu {
    padding: 5% 0;
}
#plan-menu ul {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#plan-menu .box p {
  margin-top: 5px;
}
#plan-menu ul li {
    width: 240px;
}
ul.plan-menu_list li a {
    position: relative;
    display: block;
}
.plan-text {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.86);
    width: 130px;
    height: 70px;
    padding: 20px 0 0 0;
}
#CAMPAIGN .plan-text h3 {
    font-size: 18px;
    border: none;
}
.plan-text p {
    font-size: 12px;
    margin-top: 0 !important;
}
.plan-text span {
    font-size: 60%;
}
.plan-text.plan01 {
    color: #ff005f;
}
.plan-text.plan02 {
    color: #37ace4;
}
.plan-text.plan03 {
    color: #64b82a;
}
.plan-text.plan04 {
    color: #9a649a;
}

#plan-menu ul p,#sub-contents ul p {
  margin-top: 5px;
}
/*----------------------------------
 tablet
----------------------------------*/
@media screen and (max-width:768px){
    p.inner_text {
    font-size: 11px;
}
}

/*----------------------------------
 SP
----------------------------------*/
@media screen and (max-width:640px){
/*---main_sp---*/
.main , .top-about , .album {
    width: 100%;
}
.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: 45.5%;
}
p.main-info {
    font-size: 12px;
    margin: 5% auto;
}
main article {
    margin-top: 0;
    width: 95%;
    margin: 0 auto;
}
p.intro {
    font-size: 12px;
    letter-spacing: 3px;
    padding-top: 5%;
}
.top_tax {
    margin-top: 8%;
    font-size: 11px;
}
/*---album---*/
.album h2 {
    width: 70%;
    margin: 0 2% 1% 3%;
}
ul#new_album_list li.new_album_list {
    width: 100%;
}
p.sub_text {
    font-size: 12px;
    text-align: left;
    margin: 0;
}
li.new_album_list img {
    margin-bottom: 2%;
}
div.new p.inner_title {
    font-size: 120%;
    width: 17%;
}
ul#album_list {
    display: initial;
    flex-wrap: initial;
    justify-content: initial;
}
li.album_list {
    width: 100%;
    margin-top: 10%;
    padding-top: 10%;
    padding-bottom: initial;
    border-top: solid #dcdcdc thin;
}
li.album_inner {
    margin-bottom: 10px;
}
p.inner_text {
    font-size: 12px;
    line-height: 1.5;
    width: 74%;
}
div.album_series p.inner_title {
    background: #f5e2e8;
    font-size: 120%;
    float: left;
    padding: 3%;
    width: 17%;
    border-radius: 5px;
}
span.pink_tax {
    font-size: 12px;
    line-height: initial;
}
span.new_pink_tax{
    font-size: 18px;
    line-height: 1.5;
}
span.big_tax {
    font-size: 15px;
}
/*---album-layout---*/
.album_layout {
    margin: 5% auto 20%;
    width: 95%;
}
.album_layout .pc_only {
    display: none;
}
.album_layout .sp_only {
    display: block;
}
.album_layout .slick-slide {
    display: none;
    height: auto;
    min-height: 1px;
}
.album_layout .slick-prev,
.album_layout .slick-next {
    width: 50px;
    height: 50px;
}
.album_layout .slick-prev:before,
.album_layout .slick-next:before {
    font-size: 45px;
}
.album_last{
    padding: 10% 0;
}
/*---plan---*/
#plan-menu ul p,#sub-contents ul p {
  margin-top: 5px;
}
#plan-menu ul li {
  width: 50%;
}
ul.plan-menu_list li a {
    position: relative;
    display: block;
}
.plan-text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -45%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.86);
    width: 130px;
    height: 54px;
    padding: 10px 0 0 0;
}
#CAMPAIGN .plan-text h3 {
    font-size: 15px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.plan-text p {
    font-size: 60%;
    margin-top: 0 !important;
}
.plan-text.plan01 {
    color: #ff005f;
}
.plan-text.plan02 {
    color: #37ace4;
}
.plan-text.plan03 {
    color: #64b82a;
}
.plan-text.plan04 {
    color: #9a649a;
}
}</pre></body></html>