@charset "utf-8";
.mv {
    background: url(/magine/wp-content/themes/magine_2019/images/com/2410_sp-top_0.jpg);
    background-size: 100%;
    height: 155vw;
    background-repeat: no-repeat;
	padding-bottom: 0;
}
.mv_text{
	display: none;
}
.section_bg{
	display: none;
}
.mv .scroll{
	bottom: 30px;
	text-align: right;
}
.sec_1 {
    background: url(/magine/wp-content/themes/magine_2019/images/com/2410_sp-top_1.jpg);
    background-size: 100%;
    height: 155vw;
    background-repeat: no-repeat;
}
.sec_1_list {
	right: 0;
	padding-right: 30px;
    text-align: right;
}
.sec_1_list ul{
    text-align: right;
}
.instagram {
   flex-direction: column;
}
.instagram_l{
    padding: 0;
    padding-left: 30px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
}
.instagram_r{
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
}

.instagram-list{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 10px;
}
.instagram-list .instagram-item:nth-child(1){
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}
.instagram-list .instagram-item:nth-child(2){
    grid-row: 1 / 2;
    grid-column: 3 / 4;
}
.instagram-list .instagram-item:nth-child(3){
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}
.instagram-list .instagram-item:nth-child(4){
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}
.instagram-list .instagram-item:nth-child(5){
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}
.instagram-list .instagram-item:nth-child(6){
    grid-row: 3 / 5;
    grid-column: 2 / 4;
}
.instagram-list .instagram-item:nth-child(7){
    grid-row: 5 / 7;
    grid-column: 1 / 3;
}
.instagram-list .instagram-item:nth-child(8){
    grid-row: 5 / 6;
    grid-column: 3 / 4;
}
.instagram-list .instagram-item:nth-child(9){
    grid-row: 6 / 7;
    grid-column: 3 / 4;
}
.instagram-gallery{
    padding: 0;
}
.instagram-gallery ul{
	margin: 0;
    width: 100%;
    padding-right: 0;
}

.sec_2 {
    background: url(/magine/wp-content/themes/magine_2019/images/com/2410_sp-top_2.jpg);
    background-size: 100%;
    height: 155vw;
    background-repeat: no-repeat;
}

.sec_3 {
    background: url(/magine/wp-content/themes/magine_2019/images/com/2410_sp-top_3.jpg);
    background-size: 100%;
    height: 77vw;
    background-repeat: no-repeat;
}
.home #page #wrapper{
    padding: 7px 0 0px;

}
/* SP MENU */
#spnavbtn{
	display: block;
}
#spheader{
	display: block;
  position: fixed;
  z-index: 1000;
  background: #242424;
  color: #fff;
  top: 0;
  right: 0;
  width: 75vw;
  height: 100vh;
  box-sizing: border-box;
  padding: 70px 30px 0;
	-webkit-transform: translate( 100% , 0 );
	-ms-transform: translate( 100% , 0 );
	transform: translate( 100% , 0 );
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#spheader.menuon{
	-webkit-transform: translate( 0 , 0 );
	-ms-transform: translate( 0 , 0 );
	transform: translate( 0 , 0 );
}
#spheader a {
  color: #fff;
}
#spheader ul{
	margin: 0;
	list-style-type: none;
}
#spheader ul.spheader-navi{
	margin-bottom: 1em;
}
#spheader ul.spheader-navi a {
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.3em 0;
  display: block;
}
#spheader ul.spheader-sns {
    display: flex;
    justify-content: center;
}
#spheader ul.spheader-sns a {
    margin: 0 10px;
}

#branding{
	background: none;
}
#branding hgroup {
  justify-content: center;
  padding: 0 0 30px;
}
#spnavbtn {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
	z-index: 100000;
}
#spnavbtn .menu-icon {
	display: block;
	position: relative;
  width: 50px;
  height: 25px;
  /* background: #eee; */
}
#spnavbtn .menu-icon::before,
#spnavbtn .menu-icon::after{
	content: '';
	position: absolute;
	background: #000;
	width: 70%;
  height: 1px;
  left: 15%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#spnavbtn.menuon .menu-icon::before,
#spnavbtn.menuon .menu-icon::after{
	box-shadow: 0 0 0 1px #fff inset;
}
#spnavbtn .menu-icon::before{
	top: 32%;
}
#spnavbtn .menu-icon::after{
	top: 68%;
}
#spnavbtn.menuon .menu-icon::before{
	top: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
#spnavbtn.menuon .menu-icon::after{
	top: 50%;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#spnavbtn .menu-text{
	display: block;
	position: relative;
	width: 50px;
	height: 20px;
  font-size: 0.75em;
  overflow: hidden;
	font-weight: 400;
}
#spnavbtn .menu-text .menu-text-01{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#spnavbtn.menuon .menu-text .menu-text-01{
	top: -100%;
}
#spnavbtn .menu-text .menu-text-02{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
}
#spnavbtn.menuon .menu-text .menu-text-02{
	top: 0;
}
#page #wrapper{
	width: 100%;
}

#branding .zozo{
	display: none;
}
#branding .sns{
	display: none;
}
#access{
	display: none;
}
#pageCustom .pageSide h2,
#secondary h2,
#pageCustom.collection .pageSide h2,
#pageCustom.item .pageSide h2,
.category-blog #secondary h2,
.single-post #secondary h2,
#pageCustom .pageSide h2,
#secondary h2,
.category-blog #secondary h2,
.single-post #secondary h2,
#pageCustom.contact .pageSide h2{
	/* -webkit-background-size: 100%;
	background-size: 100%; */
	background-color: #0a0a0a;
}
#pageCustom.item_ver2 .pageSide h2{
	width: 100%;
}
#pageCustom.item .pageSide p.season {
    left: 50%;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
}

#pageCustom.shoplist_ver2 ul{
	width: 100%;
}
#pageCustom.shoplist_ver2 ul.slist li{
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}
#pageCustom.shoplist_ver2 ul.slist li .sname {
  display: block;
  width: 100%;
  line-height: 1em;
  padding-top: 1em;
}
#pageCustom.shoplist_ver2 ul.slist span.adrs{
	width: auto;
}
#pageCustom.shoplist_ver2 ul.slist span.tel{
	width: auto;
}
#pageCustom.collection .pageSide ul,
#pageCustom.item .pageSide ul{
	display: none;
	padding: 0 15px;
}

.topTopic{
  width: 100%;
  padding: 0 15px;
	box-sizing: border-box;
}
.topBnrbox{
  width: 100%;
  padding: 0 15px;
	box-sizing: border-box;
}


#main{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#container{
	width: 100%;
}
#pageCustom .pageMain,
#primary{
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px ;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
}

#pageCustom .pageSide,
#secondary{
	width: 100%;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
}

/*  */
#pageCustom ul.anc_ver2{
	display: none;
}


/* blog */
#search-2 {
  display: none;
}
#recent-posts-2{
	display: none;
}
#recent-comments-2{
	display: none;
}
#archives-2{
	display: none;
}
#categories-2{
	display: none;
}
#meta-2{
	display: none;
}

/*  */
.widget{
	box-sizing: border-box;
	padding: 0 15px;
}

/* content */
#content{
	box-sizing: border-box;
	padding: 0;
}


#pageCustom .collectionWrap{
  margin-left: 0;
}
#pageCustom .collectionWrap div{
	width: 50%;
}


#pageCustom .itemboxWrap {
  width: 100%;
}

#pageCustom .itemboxWrap .fbox {
  width: 50%;
  margin: 0;
  padding: 4px;
  box-sizing: border-box;
}
#pageCustom .itemboxWrap div a {
  width: 100%;
  height: 65vw;
  box-sizing: border-box;
  font-size: 1rem;
}



/* contact page */
#pageCustom .contactForm dl dt.name{
    background-position: -60px -27px;
}
#pageCustom .contactForm dl dt.email {
    background-position: -54px -51px;
}
#pageCustom .contactForm dl dt.message {
    background-position: -38px -99px;
}
#pageCustom .contactForm dl dt,
#pageCustom .contactForm dl dd{
	width: 100%;
	box-sizing: border-box;
}
#pageCustom .contactForm dl dt {
    margin-bottom: 0px;
    height: 20px;
}

#pageCustom .contactForm dl dd {
    margin-bottom: 20px;
		height: auto;

}
#pageCustom .wpcf7-text {
    height: 3em;
    display: block;
    width: 100%;
    box-sizing: border-box;
}




#pageCustom #sp_sidenav {
		display: block;
    text-align: right;
    padding: 0 15px;
}
#pageCustom .sp_sidenav_btn {
    border: 1px solid;
    padding: 3px 10px;
    font-size: 0.685rem;
}
#pageCustom .sp_sidenav_btn::before {
    content: '▼';
    font-size: 0.8em;
    padding: 0 5px 0px 0px;
}