﻿@charset "utf-8";
/* CSS Document */


body {
    position: relative;
    color: #000000;
    height: 100%;
    word-break: break-all;
    line-height: 1.875;
    letter-spacing: 0.04rem;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
    margin: 0 auto;
}


            
        
      div {
	margin: 0 auto;
}
img {
	margin: 0 auto;
	width: 100%;
	display: block;
}




a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

p {
    font-size: 1.8rem;
    line-height: 1.875;
    letter-spacing: 1px;
} 
        
        
        
 @media screen and (min-width: 1px) and (max-width: 960px) {       
        
p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1px;
}      
        }

/*---ベース---*/

section {
	width: 100%;
	display:inline-block;
    position: relative;
}

  
        

        
        
        
        
        .container {
            width: 100%;
            background-color: #f1f1f1;
        }
      
  
  
		
		
		
section#intro {
    background-color: #861921;
    width: 100%;
}  
        




 /*--クレジット---*/       
        
ul.credit {
    display: block;
    margin: 2rem 0;
    font-size: 1.2rem;
    line-height: 1.7;
    /* float: left; */
}        
p.midashi {
    font-size: 3.3rem;
    margin: 1rem 0;
    font-family: 'HuiFontP109';
    letter-spacing: 0.2em;
}     
.credit li {
    float: left;
    margin-right: 0.5rem;
}
        
        
        
    /*---個々のテキスト---*/  
        

        
 
  
   /*---ヘッダー---*/    
    

  header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 15px 3% 10px;
    background-color:#861921;
}
div.logo {
    width: 15%;
    max-width: 120px;
    line-height: 100px;
    margin-left: 5px;
    float: left;
}
div.menu {
	float: right;
}
ul.header_ul {
	margin: 0;
	padding: 0;
}
ul.header_ul li {
display: inline-block;
    margin: 0px 10px;
    font-size: 20px;
}

ul.header_ul li a {
    color: #dec6a0;
}
    
   /*---アイテムリスト---*/    
    
.item-list {
}
     
    
    
.item-list ul {
    list-style: none;
    display: inline-block;
         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;
}

    
    
.item-list ul li {
    float: left;
    width: 25%;
margin : 0 -1px -1px 0;
}


.item-list img {
    width: 100%;
}

        

        
        
   /*---フッター---*/

.footer {
    width: 100%;
    background-color:#861921;
    font-size: 12px;
	color: #dec6a0;
    text-align: center;
    margin: 0;
    padding: 50px 0;
	color: #dec6a0;

}    
    
/*Topへボタン*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
display: block;
    z-index: 999;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background-color: #9FD6D2;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    padding: 10px 10px;
    letter-spacing: 2px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}



    
    
button.filter {
    background-color: #861921;
    font-size: 20px;
    margin-right: 1em;
    color: #dec6a0;
}
    
    
    
        /*---イントロ---*/
    
    section.intro {
    display: block;
    margin-top: 60px;
    padding: 60px 0;
        background-color: #861921;
        color: #dec6a0;
}

    
.intro h1 {
    text-align: center;
    width: 50%;
    max-width: 160px;
    margin: 0 auto;
}    
    
.intro h2 {
    text-align: center;
    line-height: 2;
    margin: 1em;
    font-size: 2.6rem;
}
.intro p {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    text-align: justify;
    line-height: 2;
	font-size: 1.5rem;
    /* display: inline-block; */
}
    
    
    /*---フロントページギャラリー---*/
    
        .thumnail {
    width: 25%;
    float: left;
}
    .container .mix,
.container .gap {
	display:inline-block;
}

#container .mix {

}    

             @media screen and (min-width: 1px) and (max-width: 640px) {       
        
        .thumnail {
    width: 50%;
    float: left;
}
		 }
        

   /*---ここから詳細ページー---*/


    .item-container {
        position: relative;
} 
.close-btn {
display: block;
    background-color: antiquewhite;
    position: fixed;
    top: 0;
    right: 0;
    height: 80px;
    width: 80px;
    /* margin-top: -310px; */
    /* margin-left: 350px; */
    z-index: 99999;
}

    
    
        /*---アイテム詳細---*/
    
.item-detail {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    max-width: 460px;
    display: block!important;
    font-weight: 600;
    letter-spacing: 0.1rem;
}


    .item-detail dl dt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin: 2rem 4rem;

}
     
    
    .item-name {
    display: block;
    text-align: center;
    line-height: 2;
    margin: 4rem auto;
}
    
    
   .item-name h4 {
    font-size: 2rem;
    line-height: 1;
} 
    
          @media screen and (min-width: 1px) and (max-width: 640px) {       
	.item-detail {
		max-width:100%;
    margin: 0 auto 80px;
    padding: 0;
}

.item-detail dl dt {
    font-size: 1.3rem;
    line-height: 1.75;
    margin: 2rem 3rem;
}
    
   .item-name {
	   padding:2em;
}
    
	  }
    
    
            /*---アイテムボタン---*/
    

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-svg {
  font-weight: 700;
  line-height: 54px;
margin: 2rem auto;

  width: 204px;
  height: 54px;
  padding: 0;

  cursor: pointer;
  text-decoration: none;

  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;

  stroke: #b9ad81;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.btn-svg span {
  color: #b9ad81;
}

 /*---閉じるボタン---*/

.batsu {
    display: block;
    width: 50px;
    height: 50px;
    /* background: #CCC; */
    position: fixed;
    top: 0;
    right: 0;
    margin: 2rem;
    z-index: 99999;
}
.batsu::before, .batsu::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 2px;/*バツ線の太さ*/
    background: #000;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.batsu::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
    


    
         
        
        