@charset "utf-8";

*, ::before, ::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 66px;
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;	 
}


img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
	border-radius: 30px;
}

body {
    background-color: #fff;
    color: #6d0303;
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1.6rem, 3vw, 2.0rem);
    line-height: 1.7;
	
}   

.container{
    max-width: 600px;
    margin: 0 auto;
    padding-top: 66px;
}

.logo{
    font-size: 28px;
    font-weight: normal;
    padding: 20px 0;
    line-height: 1.1;
	align-items: center;
}

.logo a{
    color: #def;
    text-decoration: none;
}

.logo img{
    width: 1.1em;
    margin-right: 30px;
}

header{
	height: 80px;
    width: 100%;
    max-width: 600px;
    position: fixed;
    top: 2%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background-color: #d8c7b5;
    border-bottom: 1px solid #aaa;
    z-index: 1;
	border-radius: 20px;
}


nav{
    width: calc((100% - 600px) / 2);
    height: calc(100% - 120px);
    position: fixed;
    top: 120px;
    right: 0;        
}

nav ul{
    font-size: 20px;
    display: inline-block;
    list-style-type: none;
    height: 100%;
    overflow: auto;
    font-family: "Dancing Script", cursive;
}

nav ul span{
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
}

nav a{
    display: block;
    color: #6d0303;
    text-decoration: none;
    padding: 15px 20px;
    line-height: 1.3;
}

nav a:hover{
    background-color: #fff;
}

.mainimage{
	margin-top: 5rem;
    margin-bottom: 1rem;
	border-radius: 30px;
	position: relative;
}

section{
    padding: 5rem 2rem 0;
    position: relative;
    z-index: 0;
    background-size: 100%;
    margin-bottom: 3rem;
}

section h2{
    font-size: 5rem;
    text-align: left;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1;
    font-family: "Dancing Script", cursive;
    color: #6d0303;
}

section h2::before{
    content:attr(data-english);
    font-size: 5rem;
    color:rgba(108,136,248,1.00);
    position:absolute;
    left: 1%;
    right: 0;
    bottom: 5%;
    z-index: -1;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}
 
section p{
    text-align: center;
	color: #6d0303;
}

section figure{
    margin: 5rem -2rem 0;
}

.clothes figure{
    text-align: center;
    margin: auto;
    top: auto;
}

.about p {
	padding-top: 30px;    
}

.news table {
	text-align: left;
	margin: auto;
	padding: 10px 0px;
}

.news table td{
	font-size: 18px;
	text-align: left;
	color: #6d0303;
	border-bottom: 1px solid #000;
	padding:10px 0px 10px;
}

.tplan{
    width: 100%;
    border-collapse: collapse;
    margin-top: 3rem;
}

.tplan th, .tplan td{
    padding: 2rem 2rem;
    border: 0.2rem solid #fff;
}

.tplan tr th{
	text-align: center;
}

.tplan th{
    font-weight: normal;
    text-align: center;
	border: double;
	border-color: #fff;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    white-space: nowrap;
}

.tplan td{
 	font-size: clamp(14px, 3vw, 16px);
}

.gallery figure{
	 text-align: center;
}

.ranking table{
    width: 50%;
    border-collapse: collapse;
    margin: 5rem auto;
}

.ranking th, .ranking td{
    padding: 1rem 2rem;
    border: 0.2rem solid #fff;
}

.ranking th{
    font-weight: normal;
    text-align: left;
    border-left-style: none;
    white-space: nowrap;
    width: 1%;
}

.ranking td{
    border-right-style: none;
}

.rink_ranking{
	text-align: right;
}

.grid-container{	
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 180px);
	gap: 20px;
    justify-content: center;
}

.grid-container .grid_item{
	height: 220px;
	text-align: center
}

.grid-container2{	
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 280px);
	justify-content: center;
	gap: 20px;
	padding-bottom: 35px;	
}

.grid-container2 .grid_item{
	height: 380px;
	text-align: center;
}

.grid-container3{    
	padding: 30px 10px 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 280px);
	gap: 10px;
    justify-content: center;
}

.grid-container3 .grid_item{
	height: 380px;
	text-align: center;
}

.grid-container4{    
	padding: 20px 10px 0px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 280px);
	gap: 20px;
    justify-content: center;
}

.grid-container4 .grid_item{
	height: 350px;
	text-align: center;
}

.grid-container5{    
	padding: 10px 10px 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 260px);
	gap: 30px;
    justify-content: center;
	vertical-align: top;
}

.grid-container5 .grid_item{
	height: 280px;
	text-align: left;
	justify-content: center;
		
}
#gi52{
	text-align: left;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: -160px;
}

h2{
	border-left-color: dimgray;
	border-left: solid 5px dimgray;
	padding-left: 15px;	
}


.sample_dress03 img{
   position: relative;
    margin: 0 auto;
	text-align: center;
    display: block;
}

.banner{
    position: relative;
	margin: 0 auto;
	text-align: center;
    margin-bottom: 30px;
}

 .materials01{
	display: none;
}


footer{
    color: #000;
	border-top: double;
    padding: 2rem 2rem 70px;
}
footer .logo{
    margin: 0 1rem;
    padding-left: 2rem;
    font-size: 3rem;
    color: #fff;
	z-index: 2;
}

.map{
    margin: 2rem -2rem;
	z-index: 2;
}

.map ifreme{
    display: block;
    width: 100%;
    height: auto;
}

.copyright{
    font-size: 2rem;
    text-align: center;
    padding: 1rem 0;
    color: #000;
}

.pagetop{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 10px;
    color: #def
}

.pagetop a{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: calc(100% - 4rem);
    max-width: 100px;
    margin: 0 auto;
    border-radius: 30px;
    opacity: 0.8;
    margin-bottom: 60px;
}

.bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*	height: 500px;*/
    z-index: -1;
	border-radius: 0px;
}

.item{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	
/*img-changeという名前のアニメーションを24秒かけて実行して繰り返す*/
	animation: img-change 24s infinite;		
    }

.item:nth-child(1){
	animation-delay: 0s;
}
.item:nth-child(2){
	animation-delay: 8s;
}
.item:nth-child(3){
	animation-delay: 16s;
}

.item img{
	width: 100%;
    height: 100%;
	object-fit: cover;
	opacity: 0.3;	
}

@keyframes img-change{
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	40%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
/*↑ここまで背景アニメーション(繰り返し)*/


/*ふわっと写真を表示するアニメーション　galleryの写真4枚分*/

#gi10{
	animation: fadeUp1 3S ease-out; 	
}

#gi11{
	animation: fadeUp2 5S ease-out; 
}

#gi12{
	animation: fadeUp3 7S ease-out; 
}

#gi13{
	animation: fadeUp4 8S ease-out; 
}

@keyframes fadeUp1{
	
	0%{
		opacity: 0;
		transform: translateX(250px)
	}
	20%{
		opacity: 0;
		transform: translateX(200px)
	}
	50%{
		opacity: 0;
		transform: translateX(160px)
	}
	100%{
		opacity: 1;
		transform: translateX(0px)
	}
}	
	
@keyframes fadeUp2{
	
	0%{
		opacity: 0;
		transform: translateY(250px)
	}
	20%{
		opacity: 0;
		transform: translateY(200px)
	}
	50%{
		opacity: 0;
		transform: translateY(160px)
	}
	100%{
		opacity: 1;
		transform: translateY(0px)
	}
}

@keyframes fadeUp3{
	
	0%{
		opacity: 0;
		transform: translatex(250px)
	}
	20%{
		opacity: 0;
		transform: translatex(200px)
	}
	50%{
		opacity: 0;
		transform: translatex(160px)
	}
	100%{
		opacity: 1;
		transform: translatex(0px)
	}
}

@keyframes fadeUp4{
	
	0%{
		opacity: 0;
		transform: translateY(250px)
	}
	20%{
		opacity: 0;
		transform: translateY(200px)
	}
	50%{
		opacity: 0;
		transform: translateY(160px)
	}
	100%{
		opacity: 1;
		transform: translateY(0px)
	}
}

/*↑ここまで　ふわっと写真表示アニメーション*/


.bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.bg_illustration_1{
	position: fixed;
    top: 460px;
	left: 11%;  
}

.bg_illustration_2{
	position: fixed;
    top: 720px;
	left: 11%; 
	z-index: 2;	
}


.sample_dress01{
    position: fixed;
    top: 520px;
    left: 12%;    
    z-index: 2;
}

.footer2{
    height: 80px;
    width: 100%;
    max-width: 600px;
    position: fixed;
    bottom: 0;   /*下に固定*/
    background-color: #d8c7b5;
    z-index: 1;
    border-radius:30px 30px 0 0;
    
}

.footer2 .gnavi-list2{
    font-size: 16px;
	display: flex;
	justify-content: center;
	margin: auto;
    padding: 5px 20px;
/*    color: #6d0303;*/
    list-style: none;
}

.footer2 .gnavi-list2 a{
    color: #6d0303;
	margin-left: 30px;	
	text-decoration: none;
/*    list-style: none;*/
}

.footer2 p{
    padding: 0;
/*    background-color: brown;    */
}

@media (max-width:1000px){
	
.bg_illustration_1{
	position: fixed;
    top: 460px;
	left: 2%;  
	z-index: 2;	
}

.bg_illustration_2{
	position: fixed;
    top: 720px;
	left: 2%; 
	z-index: 2;	
}
	
 .sample_dress01{
	position: fixed;
    top: 520px;
    left: 3%;    
    opacity: 1.0;
	  z-index: 2;
}
	
 .materials01{
	 display: block;
    position: fixed;
	top: 460px;
    right: 4%; 
    opacity: 1.0;
	z-index: 2;
}	   

.nav-button{
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
/*    border-radius: 50%;*/
    margin-left: auto;
    position: relative;
}

.nav-button span:nth-child(1){
    top: 9px;
}

.nav-button span:nth-child(2){
    top: 17px;
}

.nav-button span:nth-child(3){
    top: 25px;
}

.nav-button span{
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 8px;
	transition: 2s;
}

    nav{
        width: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
		transition: 5s;
    }
	
	/*  アニメーションさせる　*/
    .open nav{
          opacity: 1;
        visibility: visible;
/*        transition: 3s;*/
    }
    
    .open .nav-button span:nth-child(1){
        top: 17px;
        transform: rotate(315deg);
    }
    
    .open .nav-button span:nth-child(2){
        width: 0;
        left: 50%;
    }
    
        .open .nav-button span:nth-child(3){
        top: 17px;
        transform: rotate(-315deg);
    }
	
    
    nav ul{
        background: #fff;
        display: block;
        max-width: 600px;
        margin: 0 auto;
        padding: 5rem 0;
        font-size: 24px;
        text-align: center;
    } 
}


@media (max-width:600px){
html{
     font-size: 1.6vw;
    } 
    
header{
	height: 70px;
	}

.bg_illustration_1{
	display: none;
    }

.bg_illustration_2{
	display: none;
    }
		
.sample_dress01{
    position: fixed;
    top: 450px;
    left: 5px;    
    opacity: 1.2;
	 z-index: 2;
	}

.materials01{	
    position: fixed;
	top: 450px;
    right: 10px; 
    opacity: 1;
	z-index: 2;
	}		
	
#gi52{
	text-align: left;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: -160px;
	}
    
.tplan td{
 	padding:2rem 2rem 2rem 3rem
	}	
}
