@charset "utf-8";
/* CSS Document */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


body {
    
    font-family: "Sawarabi Mincho" ,'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
}
body {
    display: block;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-y: hidden;
}
	
@media (max-width:1023px) {
	body {
		overflow-y: auto;
	}
	}

@media (min-width:1024px) {
.wrap {
    display: inline-flex;
    flex-direction: row;
    height: 100vh;
    overflow-y: hidden;
}
}
.wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100vw;/* overflow-x: hidden;*/
}

/* タイトル */   
.titleWrap {
    margin: 10vh 0px auto 5vw;
}
.titleWrap #mainCopy img {
    width: auto;
    height: 25vmin;
}
.intro-flame p {
    font-size: 1.5rem;
}
/* 記事部分 
        .pictureWrap {
    display: flex;
            background-color: #FFF;
}
        .pictureWrap>div {
    position: relative;
    margin: 0 150px auto 150px;
}
  @media (max-width:1299px) {
 .pictureWrap>div {
    margin: 5vw 15vw auto 15vw;
}
        }

        
.pictureWrap>div img {
    width: auto;
    height: 70vmin;
}
  @media (max-width:1299px) {
.pictureWrap>div img {
    height: 70vh;
}
      
 
      
}  */  

.logo {
width: 35%;
    max-width: 150px;
    margin-left: 5px;
}
	
img.instagram {
    width: 40px;
    position: absolute;
    right: 2%;
    top: 5%;

}
	
@media (max-width:1023px) {

	img.instagram {
		display: none;

}
}
	
	
section {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* width: inherit;*/ 
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
   margin: 0 120px;
    padding: 0;
}

@media (max-width:1023px) {
section {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: inherit;
    min-height: 20vh;
    max-height: inherit;
    margin: 0 0 80px 0;
    padding: 0;
}
}
.full-height {
    /* width: inherit;*/
    padding: 0 0px;
}

@media (max-width:1023px) {
.full-height {
    width: inherit;
    padding: 0;
}
}
section > .full-height img {
    display: block;
    width: auto;
    height: 100vh;
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width:1023px) {
section > .full-height img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}
}
.Halfheight {
    padding-left: 15px;
}
section >.Halfheight a {
    display: block;
    width: auto;
    height: 48vh;
    margin-left: 0px;
    margin-right: 0px;
    margin: 1vh;
}
section >.Halfheight img {
    display: block;
    width: auto;
    height: 48vh;
    margin-left: 0px;
    margin-right: 0px;
    margin: 1vh;
}

@media (max-width:1023px) {
	
.Thirdheight {
    display: none;
}
	
	.Halfheight {
		display: none;
	}
	
	
section > .Halfheight img {
    display: none;
    width: auto;
    height: 100vh;
    margin-left: 40px;
    margin-right: 40px;
}
}
section >.Thirdheight a {
    display: block;
    width: auto;
    height: 32vh;
    margin-left: 0px;
    margin-right: 0px;
    margin: 1vh;
}
section >.Thirdheight img {
    display: block;
    width: auto;
    height: 32vh;
    margin-left: 0px;
    margin-right: 0px;
    margin: 1vh;
}

@media (max-width:1023px) {
section > .Thirdheight img {
    display:none;
    width: auto;
    height: 100vh;
    margin-left: 40px;
    margin-right: 40px;
}
}

	
	.sp-linen {
		
		display: none;
	}	
	
	@media (max-width:1023px) {
		.sp-linen {
		
		display: block;
	}	
	}
		
		
li.li50 {
    float: left;
    width: 48%;
    margin: 1%;
}
li.li30 {
    float: left;
    width: 31%;
    margin: 1%;
}
		
	
.intro-flame {
    position: relative;
    width: 40vw;
    padding: 120px;
    margin-left: 240px;
    margin-right: 240px;
    border: solid 1px #000;
    font-size: 1.1em;
}
	
	


@media (max-width:1023px) {
.intro-flame {
    position: relative;
    width: 90%;
    padding: 60px;
    /* margin-left: 240px; */
    /* margin-right: 240px; */
    border: solid 1px #000;
    font-size: 1.1em;
    margin: 0 auto;
}
}
.comment-wrap {
    height: 100vh;
    display: inline-block;
    background-color: #fff4f4;
}
	
	
	
	
.comment {
    width: 400px;
    padding: 50px;
    display: inline-block;
}
	
@media (max-width:1023px) {
	
	.comment-wrap {
    height: auto;
		width: 100%;
    display: inline-block;
    background-color: #fff4f4;
}
	
.comment {
    width: 80%;
    padding: 0;
    display: inline-block;
	margin: 2em auto;
}	
	
	
	}
	
	
#Section1 {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:1023px) {
#Section1 {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
}
img.cyuou {
    position: absolute;
    z-index: 100;
    bottom : 0;
    width: auto;
    height: 100vh;
}
img#item1 {
    height: 20vh;
    width: auto;
    position: absolute;
    top: -30px;
    right: 20%;
    transform: rotate(45deg);
    -ms-filter: blur(1px);
    filter: blur(1px);
    z-index: 80;
}
img#item2 {
    height: 40vh;
    width: auto;
    position: absolute;
    bottom: -80px;
    transform: rotate(115deg);
    -ms-filter: blur(3px);
    filter: blur(6px);
    z-index: 120;
}
	
	
	
div#moonstar-comment {
    position: absolute;
    left: 60vh;
    top: 30vh;
    padding: 0;
    width: 320px;
}
	
	@media (max-width:1023px) {
	div#moonstar-comment {	
		position: relative;
left: inherit;
    top: inherit;
    padding: 0;
    width: 80%;
		margin: 2em auto;
		
	}
	}
div#magali-comment {
    position: absolute;
    top: 0;
    left: 0;
}
	
@media (max-width:1023px) {
	div#magali-comment {
    position: relative;
    top: 0;
    left: 0;
}
	}
	
	
#section_5 {
    margin: 0 400px;
}
	
@media (max-width:1023px) {
	
	#section_5 {
    margin: 0;
}
	}
	
ul.link {
    margin: 1em 0 0;
}
.link li {
    font-size: 9px;
    font-weight: 600;
}
/*--- アイテム一覧---*/  
	
.item-list-wrap {
    width: 100vh;
    padding: 80px 100px;
}
.item-list-wrap h3 {
    font-size: 2em;
    text-align: center;
}
		
@media (max-width:1023px) {
	.item-list-wrap {
    width: 100%;
    padding: 0;
		margin: 50px auto;
}
		}
.otheritem {
    width: 90%;
    margin: 100px auto;
}
.list img {
    width: 100%
}
ul.list {
    width: 100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list li {
    width: 31%;
    float: left;
    margin: 1%;
}
.list li p {
    text-align: center;
    font-size: 9px;
    height: 6em;
    line-height: 1.8;
    margin: 2em 5px;
}
span.itemlist_brand {
    font-weight: bold;
    font-size: 1.5em;
}

@media screen and (min-width: 361px) and (max-width: 480px) {
.list li {
    width: 46%;
    float: left;
    margin: 0 2%;
}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
.list li {
    width: 31%;
    float: left;
    margin: 0 1%;
}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
.list li {
    width: 22%;
    float: left;
    margin: 0 1%;
}
}
section p {
    font-size: 1.3rem;
    line-height: 2;
    text-align: justify;
    font-weight: 600;
}
	
img.sp-image {
    display: none;
}	
		
@media (max-width:1023px) {
			.pc-image{
				display: none!important;
			}
	.sp-image{
				display: block!important;
			}
}
	
	
.All-item {
    display: none;
    border: solid 3px;
    text-align: center;
    padding: 3em 1em;
    margin: 2em auto 10em;
    width: 90%;
    font-size: 1.2em;
    font-weight: 600;
}	

	@media (max-width:1023px) {
	
.All-item {
    display: block;
}	

		
	}
	
.title {
    font-family: "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
}
#linen_title {
    position: absolute;
    top: 20vh;
    left: -1em;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

#moonstar_title {
    position: absolute;
    top: 15vh;
    left: -3em;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    writing-mode: vertical-rl;
    text-orientation: upright;
}


#flower_title {
    position: absolute;
    top: 15%;
    left: -3em;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    text-orientation: upright;
}


#magali_title {
    position: absolute;
    top: 15vh;
    left: -3em;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    writing-mode: vertical-rl;
    text-orientation: upright;
}



@media (max-width:1023px) {
   #linen_title {
    position: relative;
    top: auto;
    left:auto;
    font-size: 2rem;
    letter-spacing: 0.12em;
       writing-mode:horizontal-tb;
    text-orientation: upright;
}
    #magali_title {
            position: relative;
    top: auto;
    left:auto;
    font-size: 2rem;
    letter-spacing: 0.12em;
       writing-mode:horizontal-tb;
    text-orientation: upright;
        
    }
    #moonstar_title {
            position: relative;
    top: auto;
    left:auto;
    font-size: 2rem;
    letter-spacing: 0.12em;
       writing-mode:horizontal-tb;
    text-orientation: upright;
    }
    
    #flower_title {
            position: relative;
    top: auto;
    left:auto;
    font-size: 2rem;
    letter-spacing: 0.12em;
       writing-mode:horizontal-tb;
    text-orientation: upright;
    }
}