html {
	/* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}
body {
	font-size: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #424242;
	line-height: 100%;
}
#wrapper {
	background: url(/webstore/template/default/img/common/bg.jpg);
}
#wrapper2 {
	background-color: rgba(255,250,242,0.65);
}
.flexwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
h1, h4, .month, .day {
	font-family: 'Dancing Script', cursive;
}
a {
	color: currentColor;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	opacity: 0.6;
	color: rgba(132,10,10,1.00);
}
.clear {
	clear: both;
	float: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼
トップページ
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section#top {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	z-index: -100;
}
section#mainrogo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	width: 100%;
}
#mainrogo img {
	width: 30%;
	margin: auto;
}
section#copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#copy p {
	color: #FFF;
	line-height: 200%;
	text-align: center;
	margin: auto;
	letter-spacing: 0.1em;
	width: 90%;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼
トップリスト
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section#list_content {
	width: 90%;
	max-width: 1120px;
	margin: auto;
	padding: 70px 0 60px;
}
div.hed_p {
	background-size: cover !important;
	background-position: center center !important;
	background: #FFF;
}
.hed_p a {
	display: block;
	width: 100%;
	height: 100%;
}
p.month, p.day {
	font-size: 3.4rem;
	display: block;
	position: absolute;
}
.hiduke {
	position: relative;
	height: 5.1rem;
	width: 5.1rem;
	background: linear-gradient(-45deg, rgba(255,255,255 ,0), rgba(255,255,255 ,0) 60%, rgb(0,0,0) 63%, rgba(255,255,255 ,0) 60%, rgba(255,255,255 ,0) 0, rgba(255,255,255 ,0));
}
p.month {
	top: 0;
	left: 0;
}
p.day {
	bottom: 0;
	right: 0px;
	font-size: 3.8rem;
}
.title h4 {
	font-size: 4rem;
	line-height: 100%;
}
.title {
	margin-left: 6%;
}
.title h3 {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 3px 0 0 0;
}
.box {
	margin: auto;
}
.premoji {
	margin: 25px 0 0 0;
}
.premoji p {
	line-height: 2.4rem;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
p.tsuduki {
	font-family: 'Dancing Script', cursive;
	text-align: right;
	font-size: 2.2rem;
}
.scondphoto {
	height: 300px;
	background-size: cover !important;
	background-position: center center !important;
	width: 96%;
	margin: 5% 2% 0;
}
/*□□□□□□□□□□□□
トップリスト 1個目 7個目 11個目
□□□□□□□□□□□□□*/
#list_content ul li:first-child, #list_content ul li:nth-of-type(7), #list_content ul li:nth-of-type(11) {
	flex-direction: row-reverse;
	border-bottom: 1px solid currentColor;
	padding: 0 0 60px 0;
	margin: 0 0 60px 0;
}
#list_content ul li:nth-of-type(7) {
	border-top: 1px solid currentColor;
	padding: 60px 0 60px 0;
	margin: 60px 0 60px 0;
	border-bottom: 1px solid currentColor;
}
#list_content ul li:nth-of-type(11) {
	padding: 0px 0 60px 0;
	margin: 0px 0 60px 0;
	border-bottom: 1px solid currentColor;
}
#list_content ul li:first-child div.hed_p, #list_content ul li:nth-of-type(7) div.hed_p, #list_content ul li:nth-of-type(11) div.hed_p {
	width: 68%;
	margin: 0 0 0 2%;
}
#list_content ul li:first-child div.list_moji, #list_content ul li:nth-of-type(7) div.list_moji, #list_content ul li:nth-of-type(11) div.list_moji {
	width: 30%;
}
/*□□□□□□□□□□□□□
トップリスト 2個目 8個目
□□□□□□□□□□□□□*/
#list_content li:nth-of-type(2), #list_content li:nth-of-type(8) {
	width: calc(60% - 1px);
	padding: 0 5% 0 0px;
	margin: 0 5% 0 0;
	border-right: 1px solid;
}
#list_content li:nth-of-type(2) .hed_p, #list_content li:nth-of-type(8) .hed_p {
	height: 450px;
	width: 100%;
	margin: 0 0 30px 0;
}
#list_content li:nth-of-type(2) .scondphoto, #list_content li:nth-of-type(8) .scondphoto {
	display: none;
}
#list_content li:nth-of-type(2) .premoji, #list_content li:nth-of-type(8) .premoji {
	margin: 12px 0 0 0;
}
/*□□□□□□□□□□□□□
トップリスト 3個目 9個目
□□□□□□□□□□□□□*/
#list_content li:nth-of-type(3), #list_content li:nth-of-type(9) {
	width: 30%;
	flex-direction: column-reverse;
}
#list_content li:nth-of-type(3) .hed_p, #list_content li:nth-of-type(9) .hed_p {
	width: 100%;
	height: 300px;
}
#list_content li:nth-of-type(3) .scondphoto, #list_content li:nth-of-type(9) .scondphoto {
	display: none;
}
#list_content li:nth-of-type(3) .premoji, #list_content li:nth-of-type(9) .premoji {
	margin: 12px 0 12px 0;
}
/*□□□□□□□□□□□□□
トップリスト 4個目 10個目
□□□□□□□□□□□□□*/
#list_content ul li:nth-of-type(4), #list_content ul li:nth-of-type(10) {
	border-bottom: 1px solid currentColor;
	padding: 60px 0 60px 0;
	margin: 60px 0 60px 0;
	border-top: 1px solid currentColor;
}
#list_content ul li:nth-of-type(4) div.hed_p, #list_content ul li:nth-of-type(10) div.hed_p {
	width: 68%;
	margin: 0 2% 0 0;
}
#list_content ul li:nth-of-type(4) div.list_moji, #list_content ul li:nth-of-type(10) div.list_moji {
	width: 30%;
}
/*□□□□□□□□□□□□□
トップリスト 5個目
□□□□□□□□□□□□□*/
#list_content li:nth-of-type(5) {
	width: 30%;
}
#list_content li:nth-of-type(5) .hed_p {
	width: 100%;
	height: 300px;
}
#list_content li:nth-of-type(5) .scondphoto {
	display: none;
}
#list_content li:nth-of-type(5) .premoji {
	margin: 12px 0 12px 0;
}
/*□□□□□□□□□□□□□
トップリスト 6個目
□□□□□□□□□□□□□*/
#list_content li:nth-of-type(6) {
	width: calc(60% - 1px);
	padding: 0 0 0 5%;
	margin: 0 0 0 5%;
	border-left: 1px solid;
	flex-direction: column-reverse;
}
#list_content li:nth-of-type(6) .hed_p {
	height: 450px;
	width: 100%;
	margin: 16px 0 0 0;
}
#list_content li:nth-of-type(6) .scondphoto {
	display: none;
}
#list_content li:nth-of-type(6) .premoji {
	margin: 12px 0 0 0;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼
メニュー周り
▼▼▼▼▼▼▼▼▼▼▼▼*/
section#menu {
	font-size: 1.4rem;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	border-bottom: 4px solid rgb(42,42,42);
	padding: 12px 0 12px;
	z-index: 99;
}
section#menu.m_fixed {
	position: fixed;
	top: 0;
	background: rgba(255,250,242,0.9);
}
/*□□□□□□□□□□□□□
gnav
□□□□□□□□□□□□□*/
.gnav {
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 102;
}
.gnav__wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}
ul.gnav__menu {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-flow: column;
	height: 90%;
}
.gnav__menu li {
	width: 100%;
	text-align: center;
	/*height: calc(100vh / 12);*/
	opacity: 0;
	margin-left: 100px;
}
.gnav__menu li a {
	font-size: 3rem;
	color: #FFF;
	font-family: 'Dancing Script', cursive;
}
.gnav__menu li a span {
	font-size: 90%;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid currentColor;
}
.gnav__menu li a:hover {
	color: #840a0a;
	opacity: 1;
}
.gnav__menu a.menu {
	font-size: 2rem;
	color: #FFF;
	text-align: center;
	display: block;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.2em;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼
ヘッダーロゴ周り
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section#rogo {
	padding: 60px 0;
	border-bottom: currentColor 4px double;
}
#rogo h1 {
	width: 70%;
	font-size: 11.6rem;
	text-align: center;
	border-left: solid 1px currentColor;
	border-right: solid 1px currentColor;
	display: block;
	line-height: 100%;
	color: #000;
}
#rogo h1 span {
	font-size: 1.6rem;
	display: block;
	line-height: 100%;
}
.rogoyoko {
	width: calc(15% - 2px);
	display: flex;
}
.rogoyoko * {
	margin: auto auto;
	line-height: 150%;
	text-align: center;
	padding: 0 10%;
}
h1 img {
    width: 90%;
    max-width: 540px;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼
記事写真スペース
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section#art_photo {
	border-bottom: solid 1px currentColor;
}
#art_photo #hed_p {
	width: 93%;
	height: 670px;
	margin: 3% auto 0;
	background-size: cover;
	background-position: center center;
}
p.parson {
	margin: 12px 3.5% 2%;
	font-size: 1.3rem;
	font-weight: 300;
}
.parson span {
	font-size: 4.2rem;
	font-family: 'Mrs Saint Delafield', cursive;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼
本文
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section#content {
	width: 90%;
	max-width: 850px;
	margin: auto;
	padding: 80px 0;
}
#content h4 {
	font-size: 5.4rem;
	line-height: 100%;
	text-align: center;
}
#content h3 {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
	padding: 0 0 40px;
}
#content img {
	width: 100%;
	height: auto;
	margin: 1.3em 0;
}
#content p {
	line-height: 200%;
	letter-spacing: 0.1em;
}
#content p.parson {
	margin: 40px 0 0 auto;
	text-align: right;
}
#content h5 {
	font-weight: 600;
	line-height: 250%;
}
#content p span img {
    width: 50%;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼
ボトムナビ
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.nextprev {
	width: 80%;
	margin: auto;
	border-bottom: double 3px currentColor;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: currentcolor;
	padding: 0px 10% 30px 10%;
}
.prev {
	float: right;
	padding: 15px 0 15px 0;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-size: 1.3rem;
	width: calc(50% - 1px);
	text-align: right;
	border-left: 1px solid currentColor;
}
.next {
	float: left;
	padding: 15px 0 15px 0;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-size: 1.3rem;
	width: 50%;
	text-align: left;
}
.prev a, .next a {
	font-family: 'Dancing Script', cursive;
	font-size: 2.5rem;
	border-bottom: double 3px;
	margin: 0 10px 0 10px;
}
span.mae {
	display: none;
}
span.ushiro {
	display: inline;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼
動画のとこ
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: calc(100% - 10px);
    border: solid 5px rgb(207,202,189);
    margin: 10px 0 0 0;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content h6 {
    text-align: center;
    font-size: 2.4rem;
    margin: 50px 0 13px 0;
    border-top: solid 1px currentColor;
    padding: 40px 0 0 0;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼
フッター
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
footer {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 30px 0;
	background-color: rgba(0,0,0,0.1);
}
footer a {
	display: block;
	margin: 0 0 15px;
	font-family: 'Dancing Script', cursive;
	font-size: 2.5rem;
}

/*□□□□□□□□□□□□
▼▼▼▼▼▼▼▼▼▼▼▼▼
 896px以下の時
▼▼▼▼▼▼▼▼▼▼▼▼▼
□□□□□□□□□□□□□*/
@media screen and (max-width: 896px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
#mainrogo img {
	width: 50%;
	margin: auto;
}
#rogo h1 {
	width: 100%;
	font-size: 9.5rem;
	text-align: center;
	border-left: none;
	border-right: none;
	display: block;
	line-height: 100%;
	color: #000;
	padding: 15px 0 0;
}
section#rogo {
	padding: 6px 0 0;
	border-bottom: currentColor 4px double;
}
.rogoyoko:first-child {
	margin: 0px 0 8px 0;
	display: none;
}
.rogoyoko {
	width: 100%;
	display: flex;
	padding: 0 0 8px 0;
	margin: 12px 0 8px 0;
}
.rogoyoko br {
	display: none;
}
.rogoyoko * {
	margin: auto auto;
	line-height: 150%;
	text-align: center;
	padding: 0 5%;
	font-size: 1.3rem;
}
#list_content ul li {
	width: 100% !important;
	flex-direction: row !important;
	display: block;
	border: none !important;
	border-bottom: 1px solid currentColor !important;
	padding: 0 0 40px 0 !important;
	margin: 0 0 60px 0 !important;
}
#list_content ul li .hed_p {
	width: 100% !important;
	height: 350px;
	margin: 0 !important;
}
.list_moji.flexwrap {
	width: 100% !important;
	margin: 0 !important;
}
.box {
	width: 100%;
	margin: 16px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.midashi.flexwrap {
	width: 40%;
	display: block;
}
.premoji {
	margin: 0 0 0 0;
	width: 60%;
}
.premoji p {
	line-height: 2.2rem;
	letter-spacing: 0.1em;
}
.scondphoto {
	display: none;
}
.title {
	margin: 8px 0 0 0;
}
.title h4 {
	font-size: 3.3rem;
	line-height: 100%;
}
.hiduke {
	position: relative;
	height: auto;
	width: auto;
	background: none;
}
p.month, p.day {
	font-size: 2.4rem;
	display: inline;
	position: relative;
}
p.day {
	bottom: 0;
	right: 0px;
	font-size: 2.4rem;
}
p.month::after {
	content: "/";
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼
896記事ページ
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#art_photo #hed_p {
	height: 57.5vw;
}
p.parson {
	font-size: 1.2rem;
}
.parson span {
	font-size: 3rem;
}
section#content {
	padding: 40px 0;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼
動画のとこ
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: calc(100% - 10px);
    border: solid 5px rgb(207,202,189);
    margin: 10px 0 0 0;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content h6 {
    text-align: center;
    font-size: 2.0rem;
    margin: 50px 0 13px 0;
    border-top: solid 1px currentColor;
    padding: 40px 0 0 0;
}
}

/*□□□□□□□□□□□□
▼▼▼▼▼▼▼▼▼▼▼▼▼
480px以下の時
▼▼▼▼▼▼▼▼▼▼▼▼▼
□□□□□□□□□□□□□*/
@media screen and (max-width: 480px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
#mainrogo img {
	height: 60%;
}
#copy p {
	font-size: 1.5rem;
	width: 80%;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
	padding: 0 0 50px;
}
#copy p br {
	display: none;
}
#rogo h1 {
	font-size: 6.5rem;
}
section#list_content {
	padding: 40px 0 40px;
}
#list_content ul li .hed_p {
	height: 200px;
}
.midashi.flexwrap {
	width: 100%;
	display: flex;
}
.title {
	margin: 0 0px 0px 10px;
}
.premoji {
	width: 100%;
	margin: 12px 0 0 0;
}
.title h4 {
	font-size: 3rem;
	line-height: 100%;
	display: inline;
}
.title h3 {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0px 0 0 0;
	display: inline;
}
.hiduke {
	margin: 4px 0 0 0;
}
.premoji p {
	line-height: 2.2rem;
	letter-spacing: 0;
	font-size: 1.3rem;
}
.premoji a p.tsuduki {
	font-family: 'Dancing Script', cursive;
	text-align: right;
	font-size: 2.2rem;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼
480記事ページ
▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#content p {
	line-height: 200%;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}
#content p br {
	display: none;
}
#content h4 {
	font-size: 4.5rem;
}
.next span, .prev span {
	display: block;
	margin: 0 0 12px;
}
span.mae {
	display: block;
}
span.ushiro {
	display: none;
}
.prev a, .next a {
	font-size: 2.2rem;
	margin: 0 0;
	letter-spacing: 0;
}
.gnav__menu li a {
    font-size: 2.2rem;
}
#content h6 {
    font-size: 1.7rem;
}
#content p span img {
    width: 100%;
}
}