

@charset "UTF-8";

/*-------共通部分--------*/


html{
    font-size: 0.625rem;
    letter-spacing: normal;
}

body {
    padding-top: 3rem;
    color: #3c3c3c;
    line-height: 1.7;
    font-size: 1.4rem;
    font-family: 'Zen Maru Gothic', sans-serif;  
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #3c3c3c;
}


.wrapper {
    max-width: 1000px;
    margin-left:auto ;
    margin-right:auto;
    width: 98%;
}

.margin-30{
    margin-top: 3rem;
}

.margin-50{
    margin-top: 5rem;
}

.margin-100{
    margin-top: 10rem;
}




/*------見出し------*/


h1 {
    text-align: center;
    font-size: 3.5rem;
    font-family:"Klee One", cursive;
    font-weight: normal;
}
    
h1 span {
    font-size: 2.5rem;
}

h2 {
    font-size: 3.2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin-bottom:5rem ;
}

h2 span{
    font-size: 3rem;
    font-family: 'Zen Maru Gothic', sans-serif; 
}


h3 {
    font-size: 2.8rem;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    letter-spacing: 0.1rem;
    
}

h3 span {
    font-size: 1.8rem;
    font-family: 'Raleway', sans-serif;
    line-height: 1;

}


h4 {
    font-size: 1.7rem;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;

}

h5 {
    font-size: 1.6rem;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

figure{
    margin: 1em 10px;
    max-width: 100%;
}





/*---キービジュアル---*/



.keyvisual{
    
    position: relative;
}

.keyvisual-image { 
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    
}

.keyvisual-image img {
   max-width: 100%; 
   height: auto ;
   border-radius: 30px;
}

.keyvisual-message {
    position: absolute;
    bottom:250px ;
    right:5%;
    text-align: center;
}



/*------タイトルの設定------*/


.title {  

    display: flex;
    align-items: center;    
} 

.title-1 {
    
    display: flex;
    align-items: center;  
    margin-top: 10rem; 
} 






/*------タイトルの横線------*/


.title::before {
    content:"" ;
    height: 1px;
    flex-grow:0.3;
    background-color: #3c3c3c;
    margin-right: 3rem;

}

.title-1::before {
    content:"" ;
    height: 1px;
    flex-grow:0.5;
    background-color: #3c3c3c;
    margin-right: 3rem;

}

.title-1::after {
    content:"" ;
    height: 1px;
    flex-grow:0.5;
    background-color: #3c3c3c;
    margin-left: 3rem;

}





/*--------product-----------*/


.product {
      margin-top: 15rem;
}


.product-pattern {
    display: flex;
    justify-content:space-around;   
}


.product-zakka {
    display: flex;
    justify-content:space-around;
    flex-direction: row-reverse;
    
}

.product-message {
    width: 40%;
}




/*------productの1枚画像------*/



.pattern-image {
    width: 460px;
    margin-left: 3rem;
}

.pattern-image img {
    max-width: 100% ;
    height: auto;
    border-radius: 30px;
    
}


.zakka-image {
    width: 460px;
    margin-right: 3rem;
}

.zakka-image img {
    max-width: 100%;
    height: auto ;
    border-radius: 30px;
}



/*---prductの画像3枚並び---*/


.product-catalogue-detail  {
    display: flex;  
    justify-content: space-around;
}  

.product-item-image{
    margin-top: 3rem;
    margin-left: 1rem;
    width: 280px;
}


.product-item-image img {

    max-width: 100%;
    height: auto;
    border-radius: 30px;
}





/*---view more ボタン----*/


.button {
    padding-top: 5rem;
    padding-bottom:20rem ;
    
}

.button  a {
    line-height: 58px;
    display: block;
    width: 60rem;
    height: 6rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
    color: #3c3c3c;
    background-color: #f3f3f3;
    text-align: center;
    border-radius: 100vh;
    width: 100%;
    
}

.button a:hover {
    background-color: #f6efdb;
    color: #fff;
}




/*------information------*/



.information-contents li{
    width: 100%;
    height: 100px;
}

.information-contents li ol li{
    width: 100%;
    height: 30px;
}




/*------about------*/





.about-contents{
    display: flex;
    justify-content:space-around;
    align-items: center;
}

.about-menu li{
    height: 30px;
    font-size: 1.4rem;
  }

.about-menu a{
    display: block;
}

.about-image {
    width: 100px;
    height: auto;
}

.about-image img {
    max-width: 100%;

}




/*-------footer------*/



footer {
    background-color: #006400;
    margin-top: 5rem;
    text-align: center;
    padding: 2px;
}

footer p {
    font-size: 1rem;
    color: #fff;
}



/*--ここから各ページの
はじまり--*/


/*---パターンのページ共通---*/


main {
    width: 78%;
}

aside {
    font-size: 1.3rem;
    width: 20%;
}




/*------a side------*/


.sub-menu {
    position: sticky;
    top: 0;
    max-width: 100%;
}

.sub-menu ul{
    align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
}

.sub-menu li {
    background-color: #f3f3f3;
    font-weight: normal;
    margin-right: 0;
    font-size:1.3rem ;
    max-width: 100%;
    min-width: 60%;
    height: 4rem;
    border-radius: 20px;
    padding-top: 0.7rem;
    padding-left: 0.5em;
}

.sub-menu li a {
    display: block;
    padding-left: 1rem;
}

.sub-menu li a:hover{
    color:#fff;
}



/*--aboutBLUEMOON--*/


.tokutei{
    color: #18a5c1;
}

.tokutei-item{
    font-weight: normal;
    color: #333;
}



/*--カタログのページの
　　　　        　flexの設定--*/



.pattern-catalogue-frame {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto ;
    margin-top: 10rem;
}




/*---about pattern---*/


.about-pattern{
    position: relative;
    width: auto;  
}

.about-pattern-message {
    position: absolute;
    top:5%;
    left:10vw;
}

.about-pattern-image {
    width:500px;
    height: auto;
    margin-left: auto ;   
}

.about-pattern-image img {
    max-width:100% ;
    border-radius: 30px;
}

.about-pattern-information{
    margin-left: 10%;
    margin-top: 10%;
}

.syouyou-message{
    font-size:1.6rem ;
    font-weight: bold;
    color:#18a5c1
    ;
}




/*---kororin bagページ---*/

/*--top--*/



.kororinbag-top{ 
   height: auto;  
}

.kororinbag-topvisual-flex{
    width: auto;
    position: relative;
}

.kororinbag-topvisual-message{
    position: absolute;
    top: 10vh;
    left: 5vw;
}

.kororinbag-topvisual-image{
    width: 500px;
    height: auto;
    margin-left: auto;
}

.kororinbag-topvisual-image img{
    max-width: 100%;
   border-radius: 30px;
}





/*--カート--*/

.cart-form{
    margin-top: 3rem;
    text-align: right;
}





/*--各々のページ  カテゴリー--*/


.kororinbag-category-contents{
    height:auto ;
    border-radius: 30px;
}


.kororin-category-image {
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
}


.kororin-category-image img{
    margin-left: 5rem;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.kororin-type-image{
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
}
    

.kororin-type-image img{
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}




/*--リスト--*/


.kororin-detail-list {
    margin-top: 2rem;
    max-width: 100%; 
    background-color: #f2f2f2;
    display: flex;
    justify-content:space-between;
    border-radius: 30px;
    padding-left: 0;
}

.kororin-detail-list li{
    width: 30vW;
    padding-inline-start: 1rem;
    text-align: center;
}

.kororin-detail-list  li:not(:last-child){
    border-right: 1px solid #333;
}



/*--リストその２--*/


.kororin-detail-secondary{
    margin-top: 2rem;
    max-width: 100%; 
    background-color: #f2f2f2;
    display: flex;
    justify-content:flex-end;
    border-radius: 30px;
    padding-left: 0;
}

.kororin-detail-secondary li{
    width: 48vW ;
    padding-inline-start: 1rem;
    text-align: center;
}


.kororin-detail-secondary  li:not(:last-child){
    border-right: 1px solid #333;
}



/*--リストその３--*/


.kororin-type-list {
    background-color: #f2f2f2;
    margin-top: 2rem;
    display: flex;
    justify-content:space-between;
    border-radius: 30px;
}

.kororin-type-list li{
    padding-top: 1rem;
    padding-right: 5rem;
    padding-left: 3rem;
}


.kororin-type-list  li:not(:last-child){
    border-right: 1px solid #333;
}


.happa-icon img{
    width: 20px;
    height: auto;
}

.kororin-detail-message{
    width: 600px;
    margin-left: auto;
    margin-right: auto;  
    margin-top: 3rem; 
}

.kororinbag-top-message {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom:5rem;
}


/*---alley36---*/


.pattern-catalogue{
    position: relative;
    width: auto;  
}

.pattern-catalogue-message {
    position: absolute;
    top:5%;
    left:10vw;
}

.pattern-catalogue-image {
    width:500px;
    height: auto;
    margin-left: auto ;   
}

.pattern-catalogue-image img {
    max-width:100% ;
    border-radius: 30px;
}


.alley-category-image{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}


.alley-category-image img{
    max-width: 100%;
    height: auto;
    border-radius: 30px;

}


/*--ボタン--*/

.detail-button{
    margin-top: 5rem;
    margin-left: 2rem;
    width: 90px;
    height: 25px;
    font-size:1.3rem ;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    background: #f2d541;
    border-radius: 20px;
}

.item-button{
    margin-top: 5rem;
    margin-left: 2rem;
    width: 120px;
    height: 25px;
    font-size:1.3rem ;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    background: #ea9;
    border-radius: 15px;
}

.caption-button{
    margin-top: 5rem;
    margin-left: 2rem;
    width: 120px;
    height: 25px;
    font-size:1.3rem ;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    background: #9b8;
    border-radius: 15px;
}

.label-button{
    margin-top: 5rem;
    margin-left: 2rem;
    width: 120px;
    height: 25px;
    font-size:1.3rem ;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    background: #888;
    border-radius: 15px;
}

.item-button p{
    padding-top: 0.1rem;
}

.caption-button p{
    padding-top: 0.1rem;
}

.puka-detail-message{
    margin-top: 2rem;
    margin-bottom: 10rem;
    margin-left:auto;
    margin-right:auto;
    width: 60rem;
    font-size:1.1rem ;
    font-weight: normal;
    letter-spacing: .1em;
    color: #333;
    text-align: center;
    background: #f3f3f3;
    border-radius: 30px;
}



/*---pukaのコーナー---*/

.puka-category-image{
    background-color: #006400;
    margin-top: 10rem;
    width: 75rem;
}

.puka-category-image img{
    max-width: 100%;
}




/*---雑貨カタログ---*/



.zakka-catalogue-category-contents{
    height:auto ;
    border-radius: 30px;
}

.zakka-catalogue-category-image {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
}


.zakka-catalogue-category-image img{
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}



.zakka-catalogue-type-list {
    background-color: #f2f2f2;
    margin-top: 2rem;
    display: flex;
    justify-content:space-between;
    border-radius: 30px;
}

.zakka-cataogue-type-list li{
    padding-top: 1rem;
    padding-right: 5rem;
    padding-left: 3rem;
}


.zakka-catalogue-type-list  li:not(:last-child){
    border-right: 1px solid #333;
}







/*-------レスポンシブ-------*/





@media (max-width:600px){

body    {
    font-size:1.2rem ;
}
   
h1{
    font-size: 2.5rem;
}
h1 span {
    font-size: 1.5rem;
}
h2{
    font-size: 2.2rem;
}

h2 span{
    font-size: 1.8rem;
     
}
h3{
    font-size: 1.8rem;
}

h3 span{
    font-size:0.8rem ;
}

h4{
    font-size:0.8rem ;
}

h5{
    font-size:0.6rem ;
}


.keyvisual-message {
    position: absolute;
    bottom:50% ;
    right:10%;
    text-align: center;
}


.syouyou-message{
    font-size: 1rem;
}

.product-pattern {
        flex-direction :column
    }

.product-zakka{
        flex-direction :column
}

.product{
    margin-top:5rem ;
}

.product-message{
    width: 100%;
}

.pattern-image {
   max-width: 80%;
   margin-left: auto;
   margin-right: auto;
   margin-top:1rem ;
}

.zakka-image{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.button {
    padding-top: 5rem;
    padding-bottom:10rem ;
    
}

.product-message{
    text-align: left;
    
}

.pattern-catalogue-sub-menu{
    display: none;
}

.about-pattern-message {
    position: absolute;
    top:5%;
    left:2vw;
}

.about-pattern-image{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.about-pattern-information{
    margin-top: 10%;
    margin-left: 0;
}

.kororinbag-topvisual-image{

    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.kororinbag-topvisual-message{
    position: absolute;
    top:70%;
    left: 5vw;
}

.kororinbag-top-message {
    margin-top: 5rem;
    margin-bottom: 5rem;
    max-width: 100%;
}

.kororin-category-image{
    width: 100%;
}

.kororin-category-image img{
    margin-left: 2.8rem;
    max-width: 90%;
    
}

.zakka-catalogue-category-image {
    width: 100%;
}


.zakka-catalogue-category-image img{
    max-width: 100%;
    
}



.kororin-type-image{
    width: 100%;
}

.kororin-type-image img{
    max-width: 100%;
}

.kororin-detail-message{
    max-width: 100%;
}

.kororin-detail-list li{
    padding-right: 1rem;
    padding-top: 0;
    font-size: 1rem;
}

.kororin-detail-secondary li{
    padding-inline-start: 0;
    font-size: 1rem;
}

.kororin-detail-secondary li:not(:last-child){
    border: none;
}



.kororin-type-list {
    flex-direction: column;
}


.kororin-type-list li{
    padding-right: 2rem;
    padding-left: 2rem;
}

.kororin-type-list li:not(:last-child){
    border: none;
}



main{
    width:100%;
}

.pattern-catalogue-message{
    position: absolute;
    top: 75%;
    left:2vw ;
}

.pattern-catalogue-image{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.puka-detail-message{
    font-size: 1rem;
    width: 90%;
}
}


@media (min-width:901px){
.bager-button{
    display:none;
    }
}

@media (max-width:900px){

aside{

    display:none;
    }

main{
        width: 100%;
    }
}



 @media (max-width:400px){

.keyvisual-message {  
    position: absolute;
    bottom:45% ;
    right:5%;
    text-align: right;
}

 }

 







/*--
ハンバーガーメニュー--*/


.bager-button{
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius:3px ;
    cursor: pointer;
    z-index: 9999;
    position: relative;
}



.bager-button span{
    display: inline-block;
    width: 50%;
    height: 2px;
    background-color: black;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) ;
    position: absolute;
    transition: all .6s;
}



.bager-button span:nth-of-type(1){
    top: 11px;
}

.bager-button span:nth-of-type(2){
    top: 19px;
}

.bager-button span:nth-of-type(3){
    top: 27px;
}


.sub-menu-secondary{
    width: 90%;
    height: 100vh;
    background-color:#dddddd;
    z-index: 999;
    position: fixed;
    top: -120%;
    left: 0;
    transition: all .6s;
}


.sub-menu-secondary ul{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.sub-menu-secondary li {
    padding: 0.8rem;
    border-radius: 20px;
    width: 150px;
    font-weight: bold;
}


.sub-menu-secondary li ol li {
    padding: 0.8rem;
    border-radius: 20px;
    background-color: #fff;
    font-weight: normal;
}


.sub-menu-secondary li a {
    padding-left: 1rem;
    display: block;
}

.sub-menu-secondary li a:hover{
    color:#c0c0c0;
}

.bager-button.is-active span:nth-of-type(1){
    transform:translate(-11px,8px) rotate(-45deg) ;
}

.bager-button.is-active span:nth-of-type(2){
    display: none;
}

.bager-button.is-active span:nth-of-type(3){
    transform:translate(-11px,-8px) rotate(45deg) ;
}

/*is-activeがついているとき*/

.sub-menu-secondary.is-active{
    top: 0;
}



