@charset "UTF-8";

/* Googleフォント */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&family=Fredericka+the+Great&family=Kaisei+HarunoUmi&family=Shippori+Mincho+B1&family=Zen+Maru+Gothic&display=swap&family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

/* --------------------
リセットCSS
-------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    font-family: 'Avenir','Helvetica Neue','Helvetica','メイリオ', 'Meiryo','Arial','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height:1;
    font-size: 0.8rem;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 0.1rem;
    color: #666;
}

a:visited {
    color: #CCC;
}

a.fuwaimg {
    border: none;
}

/* レスポンシブデザイン用 */
/* スマホ */
@media only screen and (max-width: 767px) {

}
/* ipadなど */
@media only screen and (min-width: 768px) {

}
/* PC */
@media only screen and (min-width: 1001px) {

}

/* --------------------
デフォルト設定
-------------------- */
body {
    font-family: 'Helvetica Neue','Helvetica','Arial', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 1rem;
    background: #ffefcc;
    line-height: 1.1rem;
    color: #666666;
    text-align: center;
}

header {
    margin-bottom: 1rem;
}

main {
    margin: 0 auto;
}

hr {
    height: 1px;
    background-color: #CCC;
    border: none;
}

small {
    font-size: 70%;
}

.right {
    text-align: right;
}

h1 {
    display: inline-block;
    font-family: 'Segoe Script','Zen Kaku Gothic New', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 10px dotted #FFF;
}

h2 {
    font-family: 'Segoe Script','Zen Kaku Gothic New', sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

h2:before, h2:after {
    content: '';
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
}
h2:before {
  left: 0;
}
h2:after {
  right: 0;
}

h3 {
    font-family: 'Segoe Script','Zen Kaku Gothic New', sans-serif;
    display: block;
    position: relative;
    font-size: 1rem;
    margin: 0.5rem 0;
    margin-top: 0;
    padding-left: 0.25rem;
    padding-bottom: 3px;
    text-decoration-line: underline;    
}

h4 {
    padding-left: 0.25rem;
}

p {
    margin: 0.5rem 0;
}

footer {
    position: relative;
}

footer p {
    max-width: 90%;
    margin: 1rem auto;
}

footer p.site-open {
    font-weight: bold;
    font-style: italic;
}

.footer-link {
    margin-top: 1rem;
    text-align: center;
}

.header-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.header-title img {
    width: 50%;
}

.index-contents-box {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

.index-contents-box p {
    margin-top: 0.5rem;
}

.index-contents-box-child {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.index-flexible-box {
    display: flex;
    justify-content: center;
}

.index-flexible-box div {
    margin: 0;
    padding: 0 1rem;
}

.index-flexible-box div:not(:last-child) {
    border-right: 1px solid #CCC;
}

ul {
    line-height: 1.5rem;
}

ul.close, ul.open {
    list-style-type: none;
}

ul.close li,, ul.open li {
}

ul.list-child {
    display: flex;
    list-style-type: none;
}

ul.list-child li {
    flex: 1;
}

ul.list-child li::after {

}

ul.list-child li:last-child::after {

}

dt {
    display: list-item;
    list-style-type: none;
}

dd {
    padding: 0.25rem 0;
    padding-left: 0.5rem;
    margin: 0.25rem 0;
}

dd p {
    margin: 0;
}

/* フレキシブルボックス */
.flexible-box {
    display: flex;
    text-align: left;
}

.flexible-box div {
    flex: 1;
    margin: 0.25rem 0.5rem;
    margin-bottom: 0;
}

.flexible-box ul {
    line-height: 1.5rem;
}

.flexible-box ul.close, ul.open {
    list-style-type: disclosure-open;
    margin-left: 1.5rem;
}

.flexible-box ul.close li,, ul.open li {
    padding: 0.2rem 0;
}

.flexible-box ul.list-child {
    display: flex;
    list-style-type: none;
}

.flexible-box ul.list-child li {
    flex: 1;
}

.flexible-box ul.list-child li::after {
    content: '｜';
}

.flexible-box ul.list-child li:last-child::after {
    content: '';
}

.flexible-box dt {
    display: list-item;
    list-style-type: disclosure-open;
    margin-left: 1.5rem;
}

.flexible-box dd {
    border-left: 1px solid #CCC;
    padding: 0.25rem 0;
    padding-left: 0.5rem;
    margin: 0.25rem 0;
    margin-left: 0.75rem;
}

.flexible-box dd p {
    margin: 0;
}

/* レスポンシブデザイン用 */
/* スマホ */
@media only screen and (max-width: 767px) {
    body {
        
    }
    .flexible-box ul.list-child {
    flex-direction: column;
    border-left: 1px solid #CCC;
    margin-left: -0.85rem;
    padding-left: 0.8rem;
    }
    .flexible-box ul.list-child li::after {
    content: '';
    }
    .index-iine-box {
    text-align: center;
    margin: 1rem 0;
    margin-bottom: 0.5rem;
    }
}
/* ipadなど */
@media only screen and (min-width: 768px) {
    .index-flexible-box {
        max-width: 50%;
        margin: 0 auto;
    }
}
/* PC */
@media only screen and (min-width: 1001px) {
    .index-flexible-box {
        max-width: 50%;
        margin: 0 auto;
    }
}

/* ↓↓↓ここから下へ追加していく↓↓↓ */
/* --------------------
MENU
-------------------- */
.menu-list {
    display: flex;
    margin: 0.5rem auto;
    justify-content: space-evenly;
}
    ul.menu-list {
        list-style-type: none;
    }
    .menu-list li:not(.menu-list li:last-child) {
        padding-right: 1rem;
        border-right: 1px solid #CCC;
    }

/* --------------------
マーク
-------------------- */
/* 新着 */
.new::after {
    content: '＊';
    color: #ffcf66;
}

.adult-body .new::after {
    color: #F4D9FF;
}

/* R-18 */
.adult::after {
    content: '!R-18';
    color: #ccdcff;
}

.adult-body .adult::after {
    color: #A27D95;
}

/* ぼかし */
img.blur {
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* --------------------
アコーディオンメニュー　シンプル
-------------------- */
/* アコーディオンメニュー　シンプル */
.acd-simple{
    display: none;
}
.acd-simple-label{
    height: auto;
    max-width: 800px;
    color: #444;
    display: block;
    margin: 0 auto;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    padding-left: 0.5rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
}

.acd-simple-label:after{
    background: rgba(255, 255, 255, 0);
    color: #444;
    box-sizing: border-box;
    content: '\2b';
    display: block;
    font-family: "Font Awesome 5 Free";
    padding: 0.55rem 0.8rem;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-simple-content{
    border: 0 solid #333;
    display: block;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0.5rem;
    transition: .5s;
    visibility: hidden;
}

.acd-simple:checked + .acd-simple-label:after{
    content: '\f068';
}
.acd-simple:checked + .acd-simple-label + .acd-simple-content {
    height: auto;
    opacity: 1;
    margin-bottom: 1rem;
    padding: 0.5rem;
    padding-top: 0;
    visibility: visible;
}

.acd-simple-content p{
    display: block;
    margin: 0;
    padding: 0.5rem 0;
    opacity: 1;
    color: #666;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: left;
}

.acd-simple-content .note {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
    padding-top: 0.5rem;
    background: #EEE;
    color: #222;
}

.privacypolicy-list {
    margin: 1rem 0;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.5);
}

.privacypolicy-list dl {
    text-align: left;
    font-size: 0.8rem;
}

.privacypolicy-list ol {
    text-align: left;
    font-size: 0.8rem;
    margin: 1em 1em 1em 2.5em;
    font-weight: bold;
    line-height: 1.5;
}

.privacypolicy-list ol ul{
    margin: 0.5rem 0;
    font-weight: normal;
    line-height: 1.5;
}

.privacypolicy-list ol ul li {
    font-weight: normal;
    margin-left: 1.5rem;
}

.privacypolicy-list dt {
    display: list-item;
    margin: 0.5rem 1rem;
    font-weight: bold;
    list-style-type: upper-roman;
}

.privacypolicy-list dd {
    margin: 0 0.5rem 0 1rem;
    margin-right: 0.5rem;
}

.privacypolicy-list dd ul {
    margin-top: 0;
}

.privacypolicy-list dd li {
    margin-left: 1rem;
}

/* --------------------
NEWS
-------------------- */
.pickup-news {
    margin-bottom: 0.5rem;
    padding: 0.75rem;
    background-color: #EFEFEF;
    line-height: 1.2;
    border-radius: 10px;
}
    .pickup-news h4 {
        padding: 0;
    }
    .pickup-news h4::before {
        content: '◇';
        margin-right: 0.25rem;
    }
    .pickup-news ul {
        margin: 0.5rem 0;
        padding-left: 2.75em;
        line-height: 1.2;
    }
    .pickup-news p {
        margin: 0;
    }

/* 子ページ最終更新日： */
.last-update {
    text-align: right;
    font-size: 0.8rem;
    color: #CCC;
}

/* --------------------
wavebox
-------------------- */
.wavebox {
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}

.wavebox p {
    margin: 0.2rem 0;
    font-size: 0.8rem;
}

.wavebox a {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    text-decoration: none;
    border-bottom: 2px solid #CCC;
}

/* レスポンシブデザイン用 */
/* スマホ */
@media only screen and (max-width: 767px) {

}
/* ipadなど */
@media only screen and (min-width: 768px) {

}
/* PC */
@media only screen and (min-width: 1001px) {

}

/* --------------------
固定用いいねボタン※保留
-------------------- */
.iine{
    display: block;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #FFF;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #afa9aa;
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../material/icon/heart.svg) no-repeat;
    background-size: 30px 30px;
    background-position: center; 
    position: fixed;
    bottom: 16px;
    right: 63px;
    z-index: 10000;
}

.iine:hover{
    background: rgba(242,242,242,1);
}

@media (max-width: 767px){
    .iine{
        width: 42px;
        height: 42px;
        text-indent: -9999px;
        opacity: 0.5;
        border: 1px solid #aaa;
        background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../material/icon/heart.svg) no-repeat;
        background-size: 30px 30px;
        background-position: center; 
        bottom: 16px;
        right: 63px;
    }
    .iine::before{
        bottom: 0;
    }
}

/* --------------------
上に戻る
-------------------- */
.gotop{
    display: block;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #FFF;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #444;
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../material/icon/angles-up-solid.svg) no-repeat;
    background-size: 30px 30px;
    background-position: center; 

    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 10000;
}

.gotop:hover{
    background: rgba(242,242,242,1);
}

@media (max-width: 767px){
    .gotop{
        width: 42px;
        height: 42px;
        text-indent: -9999px;
        opacity: 0.5;
        border: 1px solid #aaa;
        background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../material/icon/angles-up-solid.svg) no-repeat;
        background-size: 30px 30px;
        background-position: center; 
        bottom: 16px;
        right: 16px;
    }
    .gotop::before{
        bottom: 0;
    }
}

/* --------------------
簡易画像ページ用
-------------------- */
.contents_box {
    margin-bottom: 1.5rem;
}

.contents_box h2 {
    display: block;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.25rem;
    font-weight: normal;
    border-bottom: 1px solid #666;
    text-decoration: none;
}

.contents_box p {
    margin: 0.25rem 0;
    padding: 0 0.5rem;
    font-size: 0.75rem;
}

.contents_box a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 0.1rem;
    color: #666;
}

.contents_box .news ul {
    list-style-type: disclosure-closed;
    margin: 0.5rem 0;
    margin-left: 2rem;
}

.contents_box .news li:first-of-type {
    list-style-type: disclosure-open;
}

.contents_box .news ul p {
    margin: 0;
    padding: 0;
}

.contents_box .news dl {
    display: list-item;
    font-size: 0.8rem;
    margin: 0.5rem 0;
    margin-left: 1.5rem;
    list-style-type: disclosure-open;
}

.contents_box .news dt::after {
    content: '：';
}

/* --------------------
コンテンツページ用
-------------------- */
.contents header, .contents main {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.contents .index-flexible-box a {

}

.contents h1{
    margin-top: 1rem;
    line-height: 1.5rem;
}

.contents h4{
    margin: 1rem 0 0.5rem;
    padding-bottom: 0.25rem;
}

.contents img:not(.zubolog img, .fuwaimg img) {
    max-width: 95%;
}

.contents .part-box {
    margin-bottom: 1rem;
}

.contents .more {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.contents .more a {
    display: inline-block;
    text-align:right;
    margin:0;
    margin-top: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    border: 1px solid #CCC;
}

.deco-title1 {
    font-size: 1.25rem;
    margin: 0 0.25rem;
}

/* --------------------
コンテンツ単品装飾
-------------------- */

/* レオ監♀｜漫画シリーズ */
/* 付き合う前 */
.carpediem-timeaxis-before::before {
    content: '◇';    
}
/* 付き合う後 */
.carpediem-timeaxis-after::before {
    content: '◆';    
}

/* レオ監♀｜明けても暮れても、 */
.akekure {
    margin: 0 auto;
}

.akekure-title {

}

.akekure-title h3 {
    position: relative;
    line-height: 2rem;
    padding: 0.5rem 2rem;
    display: inline-block;
    text-decoration: none;
}

.akekure-title h3:before, .akekure-title h3:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.akekure-title h3:before {
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  top:0;
  left: 0;
}

.akekure-title h3:after {
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  bottom:0;
  right: 0;
}

.akekure-title p {
    padding: 0 1rem;
}

.akekure-contents {
    margin-top: 1rem;
    padding: 0 1rem;
    padding-bottom: 1rem;
}

/* --------------------
コンテンツページ用（フッター）
-------------------- */

.footer-nav {
    margin: 1rem 0;
    margin-bottom: 0;
    padding: 0px 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    background-color: rgb(242, 242, 242, 0.5);
    text-align: center;
}

.footer-menu {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    text-align: left;
}

.footer-menu dl {
    flex: 1;
    list-style-type: none;
}

.footer-menu dt {
    margin: 0 0.5rem;
    border-bottom: 1px solid #666;
}

.footer-menu dd a {
    display: block;
    padding: 0.2rem;
    text-decoration: none;
    border: none;
}

.footer-menu dd a:hover {
    background-color: #666;
    color: #FFF;
}

/* --------------------
※コピペ用
-------------------- */

/* レスポンシブデザイン用 */
/* スマホ */
@media only screen and (max-width: 767px) {

}
/* ipadなど */
@media only screen and (min-width: 768px) {

}
/* PC */
@media only screen and (min-width: 1001px) {

}