@charset "UTF-8";
/* CSS Document */



*{
    margin: 0;
    padding: 0;
}

body {
    background-color: #c3b3a3;
    font-size: 16px;
    min-width: 980px;
}

.LC_Page_User #main-content{
 margin-bottom:0;
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    opacity: 0.5;
}

body img{
    width: 100%;
}

html {
  height: -webkit-fill-available;
}

.main {
  position: relative;
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url( "../img/pc/main.jpg");
  position: -webkit-sticky;
  position: sticky;
  top: 0;
 min-height: 680px;
}

.cont{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #c3b3a3;
}

.amberset{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5em 0; 
    width: 70%; 
    max-width: 900px;
    min-width: 700px;
}

.amberp{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 3em 0 12em 0; 
    width: 90%; 
    max-width: 1200px;
    min-width: 700px;
}

.mainitem{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5em 0; 
    width: 80%; 
    max-width: 1200px;
    min-width: 700px;
}

.sapphire{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1em 0; 
    width: 80%; 
    max-width: 1000px;
    min-width: 850px;
}


.green{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5em 0; 
    width: 95%; 
    max-width: 1200px;
    min-width: 700px;
}


.ring{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5em 0; 
    width: 85%; 
    max-width: 1050px;
    min-width: 700px;
}


.itemtext{
    font-family: 'Cormorant Infant', serif;
 font-weight: 300;
    letter-spacing: 1px;
    font-size: 0.8em;
    line-height: 1.7em;
    color: #000;
}

.theme{
    position: relative;
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url( "../img/pc/theme.jpg");
  position: -webkit-sticky;
  position: sticky;
  top: 0;
 min-height: 680px;
    text-align: center;
    line-height: 160%;
     background-color: #c3b3a3;
}

.maintitle{
    color: rgba(255,255,255,1.0); 
    margin:auto;
    text-align: center;
    font-family: 'Cormorant Infant', serif;
 　　font-weight: 300;
   text-shadow: 5px 5px 25px #744f24 ;
    letter-spacing: 2.3px;
    font-size: 2.0em;
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-40%, -20%);
    -webkit-transform: translate(-40%, -20%);
    -ms-transform: translate(-40%, -20%);
}

.themetext{
    width: 100%;
    position: absolute;
    top: 13%;
font-family: 'Cormorant Infant', serif;
 font-weight: 300;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,1.0);
    font-size: 2.3em;
       left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); 
}

.autumn{
  
}

.itemtitle{
    font-family: 'Cormorant Infant', serif;
 font-weight: 300;
    letter-spacing: 1.8px;
    font-size: 2.2em;
    color: #000;
}



.more{
    font-family: 'Cormorant Infant', serif;
    letter-spacing: 1px;
 font-weight: 300;
    font-size: 1em;
}

.btn{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 0.9em;
    color: #000;
    padding: 9rem 0 7rem 0;
}

.btn div{
    color: #000;
font-family: 'Cormorant Infant', serif;
 font-weight: 300;
    font: bold;
    letter-spacing: 1px;
    font-size: 1.6em;
    width: 300px;
    background-color: #c3b3a3;
    margin:2.5rem auto 0 auto;
    padding: 0.6rem 1.5rem;
       -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border: 1px solid #000;
}

.btn a {
    color: #000;
    }

.btn div:hover {
    background-color :#b09f8b;
    border: 1px solid #fff;
    color: #fff;
    }

.btn a:hover {
    color: #000;
    }

.icon {
   margin: 0 auto;
    text-align: center;
    padding-bottom: 10rem
}

.icon img{
    width: 50px;
    padding:0 1rem;
}


.footer{
    font-family: 'Noto Serif JP', serif;
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%; 
}

.footer p{
    padding: 0;
    line-height: 180%;
    margin: 0;
    color: #2d2d2d;
    font-size: 0.5em
}



@media screen and (min-width:1500px) {
    /*　画面サイズが1500pxからはここを読み込む　*/
    body{
    font-size: 18px;
        
}
    
    
.amberset{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5em 0; 
    width: 70%; 
    max-width: 1100px;
    min-width: 700px;
}

.amberp{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 3em 0 12em 0; 
    width: 90%; 
    max-width: 1400px;
    min-width: 700px;
}

.mainitem{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5em 0; 
    width: 80%; 
    max-width: 1400px;
    min-width: 700px;
}

.sapphire{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1em 0; 
    width: 80%; 
    max-width: 1200px;
    min-width: 850px;
}


.green{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5em 0; 
    width: 95%; 
    max-width: 1400px;
    min-width: 700px;
}


.ring{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5em 0; 
    width: 85%; 
    max-width: 1250px;
    min-width: 700px;
}

 
    

}
