<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 
.aref-ruqaa-regular {
  font-family: "Aref Ruqaa", serif;
  font-weight: 400;
  font-style: normal;
}

.aref-ruqaa-bold {
  font-family: "Aref Ruqaa", serif;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-jp-&lt;uniquifier&gt; {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: &lt;weight&gt;;
  font-style: normal;
}

*/

* {margin: 0; padding: 0;}
html{font-size: 62.5%;}
body{font-size: 1.8rem;font-style: normal;}
dt,dd{box-sizing:border-box;}
#wrap,td {color: #4F4F4F; line-height: 1.5; font-family: "Noto Serif JP", serif;font-weight:700;}
a:link, a:visited:link, a:visited { color: #4F4F4F; text-decoration: none;}
ul {list-style: none;}
img {width: 100%; height: auto;}
#logo img {
    width: auto;
}
.inner {width: 100%; max-width: 1290px; margin: 0 auto;}

#content header {
    position: relative;
    padding: .2em 0;
    background-color: #fff;
    filter: drop-shadow(0em 0.1em 0.4em rgb(175 175 175 / 24%));
}
header h1 {
    display: inline-block;
    width: 12rem;
}
header .rabel_thema {
    width: 19%;
}
#content header .mail {
    background: #D7167D;
    color: #FFF;
    border-radius: 20px;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content header .mail img {
     width: 2rem;
     vertical-align: baseline;
}
#content header .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

nav.pc ul { 
    max-width: 1290px;
    display: flex; 
    margin: 0 auto;
    justify-content: space-around;
    font-family: "Noto Serif JP", serif;
}
nav.pc ul li {
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
}
nav.pc ul li a {
    display: inline-block;
    color: #F7B2CB;
    padding: 0.8em 2em;
    font-size: 1rem;
}
nav.pc ul li a:hover{background:rgba(215, 22, 125, .4);color:#fff;}
nav.pc ul li p {
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    line-height:1.2;
    color:#4F4F4F;
    margin-bottom: .5rem;
}

.bg_grd {
    background: rgb(255,229,243);
    background: linear-gradient(180deg, rgba(255,229,243,1) 0%, rgba(255,248,239,1) 41%, rgba(255,181,197,1) 71%, rgba(255,184,209,1) 100%);
}

.ttl {
    height: 9rem;
    text-align: center;
}
.ttl img{
    width: auto;
    height: 100%;
}

/**SLIDER           --------------------------------------------**/
.slick-slide {
    max-width:min(1290px , 90vw);
    margin: 1em 1.5em;
}
.slick-slide img {
    border-radius: 8px;
    filter: drop-shadow(0em 0.2em 0.4em rgb(175 175 175 / 24%));
    transition: all 0.2s;
    /* margin: 0 20px; */
}
.slick-active.slick-slide img {
    opacity: 1;
    transition: all 0.2s;
}

.slick-dotted.slick-slider{
    margin-bottom:0;
}
.slick-dots li.slick-active  {
    background-color: rgba(215, 22, 125, .4);
    border-radius: 5rem;
    width: 2rem;
    height: 2rem;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #D7167D;
    font-size: 1rem;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* RELEASE ------------------ */
article.newrelease {
    margin-top: 10rem;
}
.tab {
    margin: 4.5rem auto 0;
}
.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.tab-buttons button {
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Aref Ruqaa", serif;
    font-weight: 400;
    font-size: 3rem;
    color: #4F4F4F;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #F7B2CB;
    background: rgb(255,243,245);
    background: linear-gradient(180deg, rgba(255,243,245,1) 0%, rgba(255,191,202,1) 100%);
}

.tab-buttons button:hover {
    background: #f9e1ea;
}

.tab-buttons button.active {
    color: #fff;
    background: rgb(255,217,223);
    background: linear-gradient(180deg, rgba(255,217,223,1) 0%, rgba(227,113,155,1) 100%);
}

.tab-buttons button p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tab-buttons button p span {
    background-image: url(../img/release.png);
    display: block;
    width: 6.2rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin: -0.7rem 0 .5rem;
}
.tab-buttons button.active p span {
    background-image: url(../img/release_active.png);
    display: block;
    width: 6.2rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.tab-contents .content {
    display: none;
    padding: 3rem 0;
    animation: fadeIn 0.3s ease-in-out;
}
.tab-contents .content.active {
    display: block;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.frame {
    position: relative;
    z-index: 2;
    height: 100%;
}
.frame01::before {
    content: "";
    position: absolute;
    top: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
    right: 1.3rem;
    border-image-width: initial;
    border-image-source: url(../img/frame01.png);
    border-image-slice: 190;
    border-image-repeat: round;
    width: auto;
    height: auto;
    border-width: 5em;
    border-style: solid;
    border-color: initial;
    z-index: -2;
}
.tab-contents .title-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.tab-contents .title-list .title-list_item {
    width: calc(50% - 1.5rem);
    min-width: min(630px, 90% );
    height: fit-content;
    display: flex;
    gap: 5%;
    padding: 2.5%;
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0em 0em 0.3em rgb(175 175 175 / 34%));
    align-items: stretch;
    height: auto;
}
.tab-contents .title-list .title-list_item .img_area {
    width: 43%;
    height: auto;
}
.tab-contents .title-list .title-list_item .text_area {
    width: 55%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
.tab-contents .title-list .title-list_item .text_area .ttl {
    text-align: justify;
    height: fit-content;
}
.tab-contents .title-list .title-list_item .text_area .ttl span {
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
    display: inline;
    line-height: 1.6;
    padding: 0 1%;
    background-color: #F7B2CB;
    text-align: justify;
    font-size: 2rem;
}
.tab-contents .title-list .title-list_item .text_area .author {
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.6;
}
.tab-contents .title-list .title-list_item .text_area .about {
    margin-top: 6px;
    border-top: 3px solid #F7B2CB;
    padding-top: 6px;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-bottom: 2em;
}
.btn {
    border-radius: 10rem;
    width: 100%;
    line-height: 1.8;
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    border: 1px solid #ccc;
    text-align: center;
}
.btn a {
    font-size: 1.8rem;
    display: block;
    padding: 0.35em;
}

.btn.nolink{
    background-color: #ccc;
    background-image: none;
    pointer-events: none;
}
  
/* NEWS ------------------ */
article.news {
    background-color: #FFF3F5;
    margin-top: 10rem;
}
article.news .inner {
    padding: 8rem 0 15rem;
}
article.news dl {
    width: 68%;
    margin: 4.5rem auto 0;
    display: flex;
    gap: 1rem;
    background-color: #FFF;
    border-radius: 1rem;
    filter: drop-shadow(0em 0.2em 0.4em rgb(175 175 175 / 24%));
    padding: 1.5rem;
    vertical-align: middle;
}
article.news dt {
    width: 20%;
    position: relative;
    font-family: "Aref Ruqaa", serif;
    font-weight: 400;
    font-size: 2.2rem;
    margin-top: -.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-inline: 1rem;
}
article.news dt::before {
    display: block;
    content: "";
    width: 2rem;
    height: 2.2rem;
    background-image: url(../img/heart.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
article.news dt::after {
    display: block;
    content: "|";
    font-size: 3.5rem;
    color: #F7B2CB;
    margin-top: -.6rem;
}
article.news dt p {
    padding-right: 1rem;
}
article.news dd {
    font-weight: 500;
}

@media screen and (max-width:1290px) {
    .tab-contents .title-list {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        justify-content: center;
    }
    nav.pc ul li p {
        font-size: min(2.1rem, calc(2.1rem - .3vw));
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        color: #4F4F4F;
        margin-bottom: .5rem;
    }
}
@media screen and (max-width:980px) {
/*　画面サイズが768pxからはここを読み込む　*/
article { padding-right: 10px !important; padding-left: 10px !important;}
header h2 img { margin-left: 10px;}
header ul.header_right { margin-right: 10px;}
.tab-contents .title-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
}
.tab-contents .title-list .title-list_item {
    width: 90%;
    max-width: 630px;
    height: fit-content;
    display: flex;
    gap: 2%;
    padding: 4.5%;
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0em 0em 0.3em rgb(175 175 175 / 34%));
}

}

@media screen and (max-width:768px) { 
#menu_bt{position:fixed;}
/*　画面サイズが767px以下はここを読み込む　*/
body {font-size: 1.4rem;}
#wrap { 
    padding-top: 0;
    overflow: hidden;
}
.sp{ display: block}
.pc{ display: none}

#content header { padding: 0;/*border-bottom: 2px solid #FF6692*/; position: fixed; width: 100%; top: 0; height: 42px; z-index: 9999; background: #FFF;}
.pages{padding-top: 42px;}
.page_default{padding-top: 42px;}

.drawer-nav { width: 100%; background: #FFF; z-index: 10002 !important;}
.drawer--right.drawer-open .drawer-hamburger {    right: 0;}
.drawer--right .drawer-nav{ right:-100%;}
.drawer-hamburger { padding-right: 12px; padding-top:10px;z-index: 1000000;position:fixed;}
.drawer-overlay { z-index: 10001 !important;}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before{top: -5px;}
.drawer-hamburger-icon:after {top: 5px;}
#content header nav.sp ul { color: #000;}
#content header h1 { margin: 0 auto; line-height: 75px;}
#content header h1 img {  width: 105px;}
#content header h2 img { width: 80%; display: block; margin: 0 auto; max-width: 190px;}
#content header ul.header_right { display: none;}
nav.drawer-nav h2.sp-logo { width:70%; margin: 20px auto; max-width: 210px;}
nav.drawer-nav ul.drawer-menu { margin-top: 0; margin-bottom: 2em; padding: 0 5%;}
nav.drawer-nav ul.drawer-menu li {border-bottom: #aaa 1px solid;font-size: 1.4rem;}
nav.drawer-nav ul.drawer-menu li:first-child {border-top: #aaa 1px solid;}
nav.drawer-nav ul.drawer-menu li p { display: inline-block; font-weight: bold; font-size: 1.6rem; margin-right: 0.5em;}
nav.drawer-nav ul.btn { margin-top: 0; margin-bottom: 1em; padding: 0 5%;}
nav.drawer-nav ul.btn { display: flex;}
nav.drawer-nav ul.btn li {background: #D7167D;padding: 0.3em 0.5em; color: #FFF; border-radius: 20px; font-size: 1.6rem;margin-left: 0.3em;}
nav.drawer-nav ul.btn li:nth-of-type(n+2) a{ background: #D7167D;width: 20px; padding: 0; vertical-align: middle;    padding: 0 0 0.2em;}
nav.drawer-nav ul.btn li img {vertical-align: baseline;width: 18px;}
nav.drawer-nav ul.btn li a {vertical-align: middle;}
nav.drawer-nav ul.drawer-menu li a { position: relative; color: #D7167D; display: block; padding: 0.75em;}
nav.drawer-nav ul.drawer-menu li a::after { content: "";display: block;width: 8px;height: 8px;position: absolute;right: 1em; top: calc(50% - 1px);border-top: solid 1px;border-right: solid 1px;transform: rotate(45deg) translateY(-50%);color: inherit;}
nav.inner { margin-bottom: 0.3em;}

/*slider*/
.rosage_slider{padding: 0;}


.ttl {
    height: 5rem;
    text-align: center;
    width: auto;
    margin: 0 auto;
}
article.newrelease {
    margin-top: 3rem;
}
.tab {
    margin: 2rem auto 0;
}
.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 2%;
}

.tab-buttons button {
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Aref Ruqaa", serif;
    font-weight: 400;
    font-size: 2rem;
    color: #4F4F4F;
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #F7B2CB;
    background: rgb(255, 243, 245);
    background: linear-gradient(180deg, rgba(255, 243, 245, 1) 0%, rgba(255, 191, 202, 1) 100%);
}

#content header .inner {
    height: 42px;
}
#content header h1 img {
    width: 70px;
}
#content header h1,
#content header h1&gt;a {
    display: block;
    text-align: center;
}
.tab-contents .title-list .title-list_item {
    width: 90%;
    max-width: 630px;
    height: fit-content;
    display: block;
    gap: 2%;
    padding: 4.5%;
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0em 0em 0.3em rgb(175 175 175 / 34%));
}
.tab-contents .title-list .title-list_item .img_area {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.tab-contents .title-list .title-list_item {
    width: 95%;
    max-width: 630px;
    height: fit-content;
    display: block;
    gap: 2%;
    padding: 12%;
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0em 0em 0.3em rgb(175 175 175 / 34%));
}
.tab-contents .title-list .title-list_item .img_area {
    width: 100%;
    height: auto;
}

.tab-contents .title-list .title-list_item .text_area {
    margin: 1.2rem 0 0;
    width: 100%;
}
.tab-contents .title-list .title-list_item .text_area .ttl span {
    font-size: 1.6rem;
}
.tab-contents .title-list .title-list_item .text_area .author {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.3;
}
.btn a {
    font-size: 1.6rem;
}
.amazon_btn {
    margin-top: 2rem;
}
article.news {
    background-color: #FFF3F5;
    margin-top: 1rem;
}
article.news .inner {
    padding: 4rem 0 15rem;
}
article.news dl {
    width: 85%;
    display: block;
}
article.news dt {
    width: 100%;
    border-bottom: 1px solid #F7B2CB;
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: 1.8rem;
}
article.news dt::after {
    display: none;
}
article.news dd {
    font-size: 1.4rem;
}
}











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