@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;
}
/*▼▼▼▼共通▼▼▼▼*/
section.wrapper {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    font-size: 1.4rem;
}
#maintitle {
  margin: 60px auto 30px;
  overflow: hidden;
}
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%;
}
/*▼▼▼▼フッター▼▼▼▼*/
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;
}
}


/*▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼
540以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
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;
}
/*▼▼2020ss▼▼*/
h4 {
    text-align: center;
    color: #444;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    margin: 0 4%;
}
h4 br {
display:none;
}
.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;
}

ul#li_flexwrap {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}
.flexwrap {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	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:-webkit-box;
  	display:-ms-flexbox;
  	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:-webkit-box;
  	display:-ms-flexbox;
  	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: 10px;
    left: 5px;
    position: absolute;
}
#rogo img {
    width: 49%;
}
h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    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%;
}
}


/*▼▼▼▼▼▼▼▼▼▼▼
541px以上1024以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width:541px) 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;
}
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
2020ss_768px以上
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width:768px) {
ul#li_flexwrap {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.flexwrap {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
li {
    width: 60%;
}
.left_p2 {
    width: 65%;
    position: relative;
    height: 550px;
}
#assorti .left_p2 {
    width: 70%;
    position: relative;
    height: 280px;
}
#framboise .left_p {
    width: 95%;
    position: relative;
    height: 614px;
}
.left_p2 {
    width: 65%;
    position: relative;
    height: 550px;
}
li#framboise {
    position: relative;
}
li#epanoui {
    position: relative;
    margin: 160px 0 0 0;
}
li#lapin {
    position: relative;
    margin: -33% 0 0 20%;
}
li#pique-niquer {
    position: relative;
    width: 44%;
    left: -9%;
    margin: -9% 0;
}
li#veillee {
    position: relative;
    left: 5%;
    margin: -29% 0 0 0;
}
li#vigne {
    position: relative;
    width: 62%;
    margin: -3% 0 0 2%;
}
li#gouter {
    position: relative;
    left: 8%;
    margin: -5% 0;
}
li#pork-griller {
    position: relative;
    width: 50%;
    left: 5%;
}
li#citron {
    position: relative;
    width: 50%;
    margin: -37% 0 0 5%;
}
li#srillanka {
    position: relative;
    margin: -18% 0 0 0;
}
li#chanter {
    position: relative;
    width: 86%;
    left: 5%;
}
li#pelican {
    position: relative;
    left: 36%;
    width: 76%;
    margin: -31% 0 0 0;
}
li#cloth {
    position: relative;
    margin: -29% 0 0 5%;
}
li#assorti {
    position: relative;
    width: 100%;
    margin: 5% 0 0 0;
}
li#antico {
    position: relative;
    width: 100%;
    margin: -12% 0 0 0;
}
/* 各アイテム_フォトポジション*/
.fram_p {
    background-size: 88%;
    background-position: -10% 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
#lapin .photo2 {
    background-size: 89%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
#pique-niquer .photo {
    background-size: 77%;
    background-position: 10% 68%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
#pork-griller .photo2 {
    background-size: 110%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
#citron .photo {
    background-size: 80%;
    background-position: 83% 48%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
#pelican .photo {
    background-size: 48%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
#pork-griller .center_p {
    height: 700px;
}
#citron .center_p {
    width: 100%;
    position: relative;
    height: 450px;
}
.center_p {
    width: 100%;
    position: relative;
    height: 358px;
}
#pique-niquer .center_p {
    width: 100%;
    position: relative;
    height: 511px;
}
#veillee .photo {
    background-size: 80%;
    background-position: 117%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.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;
}
.right_p {
    width: 100%;
    position: relative;
    height: 400px;
}
#antico .right_p {
    width: 97%;
    position: relative;
    height: 400px;
    right: -22%;
}
.vigne_p {
    background-size: 104%;
    background-position: 30% 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.chanter_p {
    background-size: 106%;
    background-position: -18px center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.assorti_p {
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.antico_p {
    background-size: 57%;
    background-position: center 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;
}
/* 各アイテム_テキストボックス_ポジション*/
#framboise .box1 {
    position: absolute;
    left: 82%;
    top: 3%;
}
#epanoui .box2 {
    position: absolute;
    top: 138px;
    left: -23%;
}
#lapin .box2 {
    position: absolute;
    left: -21%;
    top: 178px;
}
#pique-niquer .box2 {
    position: absolute;
    left: 32%;
    top: 5px;
}
#veillee .box2 {
    position: absolute;
    top: 200px;
    left: 0px;
}
#gouter .box2 {
    position: absolute;
    top: 200px;
    left: 0px;
}
#pork-griller .box2 {
    position: absolute;
    left: 50%;
}
#citron .box2 {
    position: absolute;
    top: 58%;
    left: 0px;
}
#srillanka .box2 {
    position: absolute;
    top: 70%;
    left: -5%;
}
#chanter .box1 {
    position: absolute;
    left: 67%;
    top: 28%;
}
#pelican .box2 {
    position: absolute;
    top: 76%;
    left: 54%;
}
#cloth .box2 {
    position: absolute;
    top: 43%;
    left: 90%;
}
#assorti .box1 {
    position: absolute;
    left: 72%;
}
.box3 {
    position: absolute;
    top: 50%;
    left: -12%;
}

#antico .box3 {
    position: absolute;
    top: 83px;
    left: 21%;
}
.text_set {
    margin: auto;
    color: #444;
}
.item1 {
    width: 36%;
    /* margin: 10% 0 0 0;*/
}

.name {
    margin-top: 10px;
}
header div#rogo {
    bottom: 25px;
    left: 15px;
    position: absolute;
}
#rogo img {
    width: 87%;
}
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;
    width: 260px;
    margin: 0 auto 35px;
    color: #444;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
}
hr {
    width: 15%;
}
.updata {
    font-size: 3.0rem;
    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: 3.5rem;
    vertical-align: text-bottom;
}
.updata,h5 {
    font-family: BlackJackRegular;
    line-height: 126%;
}
h5 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    display: inline-block;
}
h6 {
    display: block;
    font-size: 1.3rem;
    background: #808080bd;
    color: white;
    margin: 6px 0px 6px 0px;
    padding: 3px;
}
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
2020ss_970px以上
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width:970px) {
li#lapin {
    position: relative;
    margin: -14% 0 0 20%;
}
li#pique-niquer {
    position: relative;
    width: 44%;
    left: -15%;
    margin: 0;
}
li#veillee {
    position: relative;
    left: 5%;
    margin: -23% 0 0 0;
}
li#vigne {
    position: relative;
    width: 62%;
    margin: -5% 0 0 2%;
}
li#gouter {
    position: relative;
    left: 8%;
    margin: 0;
}
li#pork-griller {
    position: relative;
    width: 50%;
    left: 5%;
}
li#citron {
    position: relative;
    width: 50%;
    margin: -25% 0 0 5%;
}
li#srillanka {
    position: relative;
    margin: -10% 0 0 0;
}
li#chanter {
    position: relative;
    width: 86%;
    left: 5%;
}
li#pelican {
    position: relative;
    left: 36%;
    width: 76%;
    margin: -13% 0 0 0;
}
li#cloth {
    position: relative;
    margin: -20% 0 0 10%;
}
li#assorti {
    position: relative;
    width: 100%;
    margin: 5% 0 0 0;
}
li#antico {
    position: relative;
    width: 100%;
    margin: -4% 0 0 0;
}
/* 各アイテム_フォトポジション*/
.chanter_p {
    background-size: 106%;
    background-position: -30px center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
/* 各アイテム_テキストボックス_ポジション*/
#lapin .box2 {
    position: absolute;
    left: -21%;
    top: 113px;
}
#pique-niquer .box2 {
    position: absolute;
    left: 50%;
    top: 5px;
}
#antico .box3 {
    position: absolute;
    top: 83px;
    left: 26%;
}
}
