@font-face {
	font-family: 'BlackJackRegular';
	src: url(/image/2018aw/black_jack.ttf);
}
/*フォントのCSSリセット*/
html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
    overflow: auto;
}
body {
    font-size: 1.6rem;
    line-height: 1.4;
    overflow: hidden;
}
* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a, a:visited {
    color: inherit;
}
a {
    text-decoration: none;
    transition: 0.3s;
}
/*レイアウトとbox-sizingのCSSリセット*/
article, aside, footer, header, nav, section, main {
    display: block;
}
* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: inherit;
}
header {
    width: 100%;
    height: 100vh;
    position: relative;
}
header #hed_p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-image: url(/image/2020ss/citron_img.jpg);
}
header div#rogo {
    bottom: 30px;
    left: 10px;
    position: absolute;
    color: #444;
    font-family: 'Fredericka the Great', cursive;
}
h1 {
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 0.1em;
}
h1 .studiom {
    font-size: 2.1vw;
    line-height: 100%;
}
h1 .nouver {
    line-height: 100% !important;
}
h1 .tema {
    font-size: 1.1vw;
    line-height: 100%;
}
h1 .tra {
    font-size: 2.7vw;
}
h2 {
    text-align: center;
    border: solid 1px #444;
    padding: 2px;
    margin: 3px 0 0;
    letter-spacing: 0.1em;
    font-size: 1.3vw;
}
.nihongo {
    font-size: 0;
    display: block;
}

.nextprev {
    width: 100%;
    /* display: flex; */
    border-top: solid 1px #444;
}

.prev {
    float: left;
}

.next {
    float: right;
}
.prev a,.next a {
    margin: 5px 0 0 0;
    display: block;
    transition: 0.3s;
}
.nextprev a:hover {
    opacity:0.5;
}
div.back {
    text-align: center;
}

.back a {
    margin: 5px 0 0 0;
    display: inline-block;
}

/*▼▼▼▼▼▼▼▼▼▼▼
1024以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1024px) {
header {
    width: 100%;
    height: 100vw;
    max-height: 750px;
    position: relative;
}
header #hed_p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-image: url(/image/2020ss/citron_img.jpg);
}
h1 {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}
h1 .studiom {
    font-size: 140%;
    line-height: 100%;
}
h1 .nouver {
    line-height: 100% !important;
}
h1 .tema {
font-size:;
    font-size: 80%;
    line-height: 100%;
}
h1 .tra {
    font-size: 150%;
}
h2 {
    text-align: center;
    border: solid 1px #444;
    padding: 2px;
    margin: 3px 0 0;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
}
}

/*▼▼▼▼▼▼▼▼▼▼▼
768以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
header {
    width: 100%;
    height: 70.5vw;
    position: relative;
}
header #hed_p {
    background-image: url(/image/2020ss/citron_img.jpg);
}
h1 {
    font-size: 1.8rem;
}
}

/*▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼
540以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 540px) {
header {
    width: 100%;
    height: 100vw;
    max-height: 450px;
    position: relative;
}
header #hed_p {
    background-image: url(/image/2020ss/citron_img1.jpg);
}
h1 {
    font-size: 1.3rem;
}
}
/*▼▼▼▼共通▼▼▼▼*/
section.wrapper {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    font-size: 1.4rem;
}
#maintitle {
    margin: 60px auto 30px;
}
h3 {
    text-align: center;
    width: 50%;
    margin: auto;
    max-width: 275px;
}
h3 img {
    width: 100%;
}
h4 {
    text-align: center;
    color: #444;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
}
a#couvert {
    display: block;
    max-width: 300px;
    margin: 40px auto;
    border: solid 1px #444;
    padding: 10px;
    border-radius: 7px;
    transition: 0.3s;
    font-size: 1.3rem;
    text-align: center;
    color: #444;
    width: 100%;
}
a#couvert:hover {
    opacity: 0.6;
}
#couvert img {
    width: 100%;
}

/*▼▼▼▼▼▼▼▼▼▼▼
768以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
.updata {
    font-size: 1.6rem;
    display: inline-block;
    padding: 4px 5px 0.2em 5px;
    border-bottom: solid 2px #444;
    margin: 0 0 7px 0;
    letter-spacing: 0.1em;
}
.updata span {
    font-size: 2.1rem;
    vertical-align: text-bottom;
}
.updata, h5 {
    font-family: BlackJackRegular;
    line-height: 126%;
}
h5 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    display: inline-block;
}
h6 {
    display: block;
    font-size: 1.4rem;
    background: #808080bd;
    color: white;
    margin: 6px 0px 6px 0px;
    padding: 3px;
}
h4 {
    text-align: center;
    color: #444;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    margin: 0 4%;
}
h4 br {
    display: none;
}
}
/*▲▲▲▲▲▲▲▲▲▲▲*/

/*フッター*/
footer {
    width: 100%;
    /* border-top: solid 1px #444; */
    margin: 35px 0 0;
    padding: 35px 0;
    text-align: center;
    font-family: 'Fredericka the Great', cursive;
    line-height: 100%;
    background-color: rgb(232, 232, 223);
}
footer a {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    margin: 0 0 8px 0;
    display: inline-block;
}
footer a:hover {
    color: rgb(93, 11, 11);
}
/*リンク無効*/
a.none {
    pointer-events: none;
    opacity: .7;
    -webkit-filter: grayscale(100%) blur(1px);
    -moz-filter: grayscale(100%) blur(1px);
    -ms-filter: grayscale(100%) blur(1px);
    -o-filter: grayscale(100%) blur(1px);
    filter: grayscale(100%) blur(1px);
}
/*タイマー*/
.cdt_wrapper {
    font-size: 1.6rem;
    color: #fff;
    margin: 20px auto;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px;
    width: 50%;
    padding: 15px;
    background: #444;
}
.cdt .cdt_txt, .cdt .cdt_date {
    display: inline-block;
}

@media screen and (max-width: 768px) {
.cdt_wrapper {
    font-size: 1.5rem;
    color: #fff;
    margin: 20px auto;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px;
    width: 90%;
    padding: 15px;
    background: #444;
}
}
/*▼▼▼▼▼▼▼▼▼▼▼
2020ss_ケータイ用
▼▼▼▼▼▼▼▼▼▼▼*/
ul#li_flexwrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}
.flexwrap {
    display: flex;
    flex-wrap: wrap;
}
li {
    width: 100%;
}
.left_p {
    width: 65%;
    position: relative;
    height: 76vw;
}
.left_p2 {
    width: 65%;
    position: relative;
    height: 55vw;
}
.fram_p {
    background-size: 110%;
    background-position: -30px center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.box1 {
    width: 30%;
    display: flex;
}
.text_set {
    margin: auto;
    color: #444;
}
.item1 {
    width: 44%;
    margin: 20px 3%;
}
.center_p {
    width: 100%;
    position: relative;
    height: 43vw;
}
.photo {
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.photo2 {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.box3 {
    width: 30%;
    display: flex;
    margin-left: 3%;
}
.right_p {
    width: 67%;
    position: relative;
    height: 65vw;
}
.vigne_p {
    background-size: 130%;
    background-position: -5px center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.chanter_p {
    background-size: 113%;
    background-position: -30px center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.assorti_p {
    background-size: 113%;
    background-position: -30px center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.antico_p {
    background-size: 118%;
    background-position: 5px center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.cloth_p {
    background-size: 140%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.name {
    margin-top: 10px;
}
header div#rogo {
    bottom: 5px;
    left: 5px;
    position: absolute;
}
#rogo img {
    width: 41%;
}
h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
span.kikaku {
    font-size: 3.3rem;
}
h2.box {
    padding: 1em 1em;
    margin: 2em 4em;
    color: #444;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
}
hr {
    width: 15%;
}
/*記事ページ*/
.flexwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*▼▼▼▼メニュー▼▼▼▼*/
div#menu {
    width: 21%;
    margin: 50px 4% 0 0;
}
a.menutitle {
    width: 100%;
    border: solid 1px #444;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 0.1em;
}
a.menutitle:hover{
opacity:0.6;
}
#menu li {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
}
li .l_menu_photo {
    width: 35%;
}
.l_menu_photo img {
    width: 100%;
}
.l_menu_text {
    width: 62%;
    font-size: 13px;
    margin: 0 0 0 3%;
    display: flex;
    flex-wrap: wrap;
}
.l_menu_text div {
    margin: auto 0;
}
.l_menu_text h5 {
    font-family: BlackJackRegular;
    font-size: 20px;
    /* margin: 0; */
    line-height: 100%;
}
.l_menu_text h6 {
    font-size: 13px;
}
/*■■■■■■■■■■■■■*/
div#honbun {
    width: 75%;
    color: #444;
}
#honbun img {
    width: 100%;
    height: auto;
}
#honbun p {
    font-size: 14px;
    line-height: 200%;
    font-family: 'Noto Sans JP', sans-serif;
}
strong {
    font-size: 15px;
    font-weight: 600;
}
#honbun h4 {
    font-size: 15px;
    line-height: 4.2rem;
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 600;
}
.parson p {
    text-align: right;
    /* margin: 0; */
    /* padding: 0; */
    display: block !important;
}
.parson p img {
    width: 105px !important;
}
#article header #rogo h1 {
    font-family: BlackJackRegular;
    font-size: 30px;
    text-transform: capitalize;
}
#article header div#rogo {
    bottom: 4%;
    left: 4%;
    position: absolute;
}
#honbun h2 {
    display: none;
}
#honbun h3 {
    font-size: 17px;
    border-bottom: solid 1px currentColor;
    margin: 50px 0 15px 0;
    width: 100%;
    max-width: 100%;
    padding: 0 0 5px 0;
}

@media screen and (max-width: 1024px) {
div#honbun {
    width: 70%;
}
#honbun img {
    width: 107.5%;
    height: auto;
}
div#menu {
    width: 19%;
    margin: 50px 4% 0 2%;
}
}

@media screen and (max-width: 768px) {
section.wrapper {
    flex-flow: wrap-reverse;
}
div#menu {
    width: 90%;
    margin: auto;
}
div#honbun {
    width: 90%;
    margin: auto;
}
#honbun h3 {
    font-size: 17px;
    border-bottom: solid 1px currentColor;
    margin: 30px 0 5px 0;
    width: 100%;
    max-width: 100%;
    padding: 0 0 5px 0;
}
#honbun h4 {
    font-size: 15px;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 600;
    margin: 0 0 9px 0;
}
#honbun img {
    width: 100%;
    height: auto;
    margin: 20px 0 10px 0;
}
#honbun p {
    font-size: 14px;
    line-height: 200%;
    display: inline;
    margin: 0 0 0px 0;
}
.parson {
    text-align: right;
}
#honbun br:nth-of-type(1) {
    display: none;
}
#menu li {
    width: 50%;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
}
li .l_menu_photo {
    width: 100%;
}
.l_menu_photo img {
    width: 50%;
    margin: 7px auto;
    display: block;
}
.l_menu_text {
    width: 100%;
    font-size: 13px;
    margin: 0 0 0 0%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.l_menu_text div {
    margin: auto auto;
}
.l_menu_text h6 {
    font-size: 13px;
    background: no-repeat;
    color: #444;
    margin: 0;
    padding: 0;
}
a.menutitle {
    width: 100%;
    border: solid 1px #444;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 0.1em;
    margin: 20px 0 0px 0;
}
}