@charset "utf-8";

/*1000px以下*/
@media screen and ( max-width: 1000px) {

	.content-in
	{
		width: 96%;
	}






}


/*800px以上*/
@media screen and ( min-width: 800px) {

	.main-slider .swiper-slide
	{
		width: 800px;
	}

}


/*800px以下*/
@media screen and ( max-width: 800px) {

	.main-slider .swiper-slide
	{
		width: 100%;
	}




}

/*760px以上*/
@media screen and ( min-width: 760px) {

	.menu-trigger-wrapper,.page-menu
	{
		display: none;
	}

	/*.sns-link
	{
		position: fixed;
		top: 30px;
		right: 30px;
	}*/

	.sns-link ul li
	{
		float: left;
	}

	.sns-link
	{
		position: absolute;
		top: 30px;
		right: 30px;
	}

	.header-content-wrapper
	{
		position: fixed;
		width: 100%;
		z-index: 1001;
		top: 0;
		left: 0;
	}



}

/*760px以下*/
@media screen and ( max-width: 760px) {

	.index-about-content-page
	{
		font-size: 0.9rem;
		width: 90%;
		line-height: 1.2rem;
		letter-spacing: -0.05rem;
	}

	.index-about
	{
		padding: 1rem 0;
	}

	.sns-link
	{
		display: none;
	}

	.sp-sns-link
	{
		margin-top: 2rem;
	}

	.sp-sns-link ul li
	{
		margin: 0 0.5rem;
	}

	.main-content-page,.main-content-page-full
	{
		width: 100%;
	}

	.main-content-page-full
	{
		margin: 1rem 0;
	}


	.page-menu h1
	{
		margin: 0 auto 1rem;
		width: 70%;
	}

	.page-menu h1 a,.page-menu h2 a
	{
		display: block;
		margin: 0 auto;
	}

	.page-menu h2
	{
		margin: 0 auto 1.5rem;
	}

	.page-menu h1,.page-menu h1 a
	{
	}

	.page-menu h2
	{
		width: 50%;
	}

	.page-menu h1 img,.page-menu h2 img
	{
		width: 100%;
		height: auto;
	}

	.sp-header-menu-list
	{
		border-top: 1px solid #E1E1E1;
		padding-top: 2rem;
	}



	.menu-trigger-wrapper
	{
		position: fixed;
		top: 20px;
		right: 0px;
		width: 30px;
		height: 22px;
		padding: 15px 13px;
		z-index: 2000;
		cursor: pointer;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 30px;
		height: 22px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #081d38;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger-wrapper.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger-wrapper.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger-wrapper.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	html
	{
		height: 100%;
	}

	.page-menu
	{
		visibility: hidden;
		opacity: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		background: rgba(255,255,255,0.95);
		overflow: auto;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
	}

	.page-menu.openarea
	{
		visibility: visible;
		opacity: 1;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.sp-menu
	{
		width: 100%;
		height: 100%;
		background: url("./img/back-cover-sp.png") center top repeat;
		background-size: cover;
	}

	.sp-menu a
	{
		font-weight: bold;
		font-size: 1.1rem;
	}

	.sp-menu-in
	{
		position: absolute;
		top: 50%;
		left: 0%;
		-webkit-transform: translateY( -50%);
		transform: translateY( -50%);
		width: 100%;
		text-align: center;
	}

	.sp-header-menu-list li
	{
		margin-bottom: 1rem;
		opacity: 0;
	}

	.sp-header-menu-list li:last-child
	{
		margin-bottom: 0rem;
	}

	.sp-header-menu-list li.activelist
	{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
		transition: opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
		transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
		transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	}

	.content-in-cover
	{
		background: url("./img/back-cover-sp.png") center bottom repeat;
		background-size: 400px 1200px;
		/*background-size: contain;*/
	}


	.main-content-page-journal-standard
	{
		padding: 2.5rem;
	}

	.main-content-page-journal-standard .entry-header
	{
		margin: 0 auto;
		margin-bottom: 2.5rem;
		width: 80%;
	}

	.main-content-page-journal-standard .entry-header img
	{
		width: 100%;
		height: auto;
	}

	.post-list-journal-standard
	{
		margin-top: 2rem;
	}




}


/*600px以下*/
@media screen and ( max-width: 600px) {








}


/*480px以上*/
@media screen and ( min-width: 480px) {




}


/*480px以下*/
/*スマホ縦*/
/*@media screen and ( max-width: 480px) {*/
@media screen and ( max-width: 480px) {

	.header-content-in,.footer-content
	{
		line-height: 0;
	}

	.header-menu,.footer-menu
	{
		display: none;
	}

	.header-content,.footer-content
	{
		border-bottom: 1px solid #E1E1E1;
	}

	.header-content-in,.index-main-content-in,.footer-content-in,.shop-page-wrapper
	{
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-list-journal-standard
	{
		-webkit-align-content: center;
		-ms-align-content: center;
		align-content: center;

		-webkit-justify-content: center;
		justify-content: center;

	}

	.header-content-in
	{
		padding: 1rem 0;
	}

	.header-content-in h1,.footer-content-in h1
	{
		margin-bottom: 0.5rem;
	}

	.index-main-content-in .main-content-in-shop, .index-main-content-in .main-content-in-creators,.single-other-img section
	{
		flex: 100%;
		width: 100%\9;
		max-width: 100%;
	}

	.main-content-in,.sub-content,.other-list
	{
		padding: 0.5rem;
	}

	.b-l
	{
		border-left: none;
	}

	.page-ttl h1
	{
		font-size: 2rem;
	}

	.main-content-in header
	{
		margin-bottom: 1rem;
	}


	.header-content-in h1,.header-content-in h1 a,.header-content-in h2,.header-content-in h2 a,.footer-content-in h1,.footer-content-in h1 a,.footer-content-in h2,.footer-content-in h2 a
	{
		display: block;
	}

	.header-content-in h1 a
	{
		width: 70%;
	}

	.header-content-in h2 a
	{
		width: 50%;
	}

	.header-content-in h1,.header-content-in h2,.footer-content-in h1,.footer-content-in h2
	{
		width: 100%;
	}

	.header-content-in h1 img,.header-content-in h2 img,.footer-content-in h1 img,.footer-content-in h2 img
	{
		width: 100%;
		height: auto;
	}

	.header-content-in h1
	{
		margin: 0 auto 1rem;
	}

	.footer-content-in h1
	{
		margin: 0 auto 0.5rem;
	}

	.header-content-in h1 a,.footer-content-in h1 a,.header-content-in h2,.header-content-in h2 a,.footer-content-in h2,.footer-content-in h2 a
	{
		margin: 0 auto;
	}

	.footer-content-in h1 a
	{
		margin: 0 auto;
		width: 50%;
	}

	.footer-content-in h2 a
	{
		margin: 0 auto;
		width: 36%;
	}

	.footer-content
	{
		padding: 0.5rem 0;
	}

	.presents-post article
	{
		flex: 32%;
		width: 32%\9;
		max-width: 32%;
		margin-bottom: 0.5rem;
	}


	.post-list-4 article,.archive-food article
	{
		flex: 49%;
		width: 49%\9;
		max-width: 49%;
		margin-bottom: 1rem;
	}

	.sub-main-content-in,.archive-event article,.archive-hotel article,.side-event
	{
		flex: 100%;
		width: 100%\9;
		max-width: 100%;
	}

	.post-list-journal-standard section:first-child
	{
		flex: 80%;
		width: 80%\9;
		max-width: 80%;
		margin-bottom: 1.5rem;
	}

	.post-list-journal-standard section:last-child
	{
		flex: 60%;
		width: 60%\9;
		max-width: 60%;
	}


	.side-event article h2
	{
		font-size: 1rem;
		line-height: 1.2rem;
	}

	.side-event article h3, .archive-post h3
	{
		margin-bottom: 0.2rem;
	}

	.sub-main-content-in
	{
		border-bottom: 1px solid #E1E1E1;
	}

	.side-menu
	{
		border-left: none;
	}

	.side-shop,.side-creators,.side-food,.side-hotel
	{
		flex: 50%;
		width: 50%\9;
		max-width: 50%;
		box-sizing:border-box;
	}

	.side-food
	{
		border-right: 1px solid #E1E1E1;
	}

	.side-creators
	{
		border-left: 1px solid #E1E1E1;
	}

	.side-menu
	{
		padding-top: 1rem;
	}


	.main-content-page-journal-standard
	{
		padding: 1.5rem;
	}

	.main-content-page-journal-standard .entry-header
	{
		margin: 0 auto;
		margin-bottom: 1.5rem;
		width: 90%;
	}


	.post-list-journal-standard
	{
		margin-top: 1rem;
	}

	.sub-content .mapp-wrapper,.other-list .mapp-wrapper
	{
		height: 320px !important;
	}

	.index-main-content .mapp-wrapper
	{
		height: 320px !important;
	}

	.archive-night span.ja
	{
		padding: 0.2rem 0 0.5rem;
	}

	.archive-night span br
	{
		display: none;
	}

	.archive-night span
	{
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		box-sizing:border-box;
		text-align: center;
		top: 0rem;
		left: 0rem;
	}

	.archive-night span,.archive-night span.ja
	{
		padding: 0;
	}

	.single-other-img section
	{
		margin-bottom: 1rem;
	}

	.single-other-img section:last-child
	{
		margin-bottom: 0rem;
	}


}
/*481px以上*/
/*スマホ横*/
@media screen and ( min-width: 481px) {


	.header-content-in h1
	{
		margin-right: 2rem;
	}

	.footer-content-in h1
	{
		margin-right: 1rem;
	}


	.header-content-in h1,.header-content-in h1 a
	{
		height: 40px;
	}

	.header-content-in h2,.header-content-in h2 a
	{
		height: 26px;
	}

	.footer-content-in h1,.footer-content-in h1 a
	{
		height: 25px;
	}

	.footer-content-in h2,.footer-content-in h2 a
	{
		height: 16px;
	}


	.archive-night span
	{
		width: 50px;
		height: 50px;
		border-radius: 50%;
		line-height: 1rem;
		padding: 0.7rem 0 0.5rem;
		top: 0.5rem;
		left: 0.5rem;
	}

	.archive-night span.ja
	{
		padding: 0.5rem 0 0.5rem;
	}




}


/*940px以上*/
@media screen and ( min-width: 940px) {
	html,body
	{
		width: 100%;
	}




}
