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

html {	
  height: 100%;
}
body {
  margin: 0;
  padding:0;
  height:100vh;
font-family: 'Kaisei Opti', serif;}
*{
    /*box-sizing:border-box; 余白や線を幅や高さに含める*/
text-decoration: none;
}
a:hover{color:#D54596!important;}
.logo {
    width: 300px;
	height: auto;
	display: flex;
	align-items: center;}
img{
    max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
    height:auto;
}
ul li{list-style: none;}
/* 全体 */
header {
  width: 100%;
	top:0;
	padding:0;
	margin: 0;
	position: fixed;
	align-items: center;
	display:flex;
	 justify-content:space-between;  /*両端に配置*/
	 background: linear-gradient(rgba(250,250,250,0.9),rgba(250,250,250,0.5));
	box-shadow : 5px 5px 5px rgba(242,242,242, 0.25);
	z-index: 1;
}
header img{width:250px; height:auto;}
header h1{margin:10px 10px 0px 10px ;}
/* メニュー要素 */
.slidein-top {
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
}
main input.button{margin:0 10%;}
dd{padding-bottom:5px; }
dt{border-bottom: solid 1px rgba(166,123,124,1.00); color:  rgba(166,123,124,1.00);}
@keyframes slide-in-top {
  0% {
	 -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
	    -webkit-transform: translateY(0);
    transform: translateY(0);
	  opacity: 1;
  }

}
@-webkit-keyframes slide-in-top {
  0% {
	 -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
	    -webkit-transform: translateY(0);
    transform: translateY(0);
	  opacity: 1;
  }

}
/* ヘッダー要素 */
/* メインコンテンツ */
main {padding:10% 0; min-height: 100%;}
.toph1{position: absolute;  padding-left: 5%; margin-left:5%;}
#contents{ position:relative;}
#contents h1{top:40%; font-size: 2em;}
#contents img{width:70%; position: absolute;
top:10%; left:15%; box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.1);}
.about{padding-top:10px; }
.absec{padding-top:10%;}
.section{position:relative; padding:10% 0; min-height:100%;}
.box{ bottom:10%;
    padding: 50% 10% 10% 10%;
}
section h1{margin-left: 5%; margin-right: 5%}
section h2{margin-left: 5%; margin-right: 5%}
section p{margin-left: 5%; margin-right: 5%}
section dl{margin-left: 5%; margin-right: 5%}
.grid {
  position: relative;
	width:80%;
	max-width:100%;
	margin:0 auto;
}

.item-content a{color: #000!important;}
/*並び替えボタン*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:20px;
}

.sort-btn li{
	background:#eee;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
}

.sort-btn li:hover{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:#ccc;	
}
.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:rgba(226,148,150,1.00);	
}
/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 0;
list-style:none;
	padding:0.1%;
	
}
.item-content img{border-radius: 5px;box-shadow : 1px 1px 2px 2px rgba(242,242,242, 0.6);}
/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
 text-align: center;	
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
	
}

footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  background:#EEABAC;
}
footer .menu{display: flex;
	justify-content: center; align-items: center; background:#EEABAC;}
footer .menu a{color: #fff; padding:0;margin:0;}
footer .copy p{text-align: center; padding:0; margin:0;
	font-size: 0.8em;
color: #fff;
background-color: #888;}

/* フッター要素 */

/* ダークモード要素 */
@media (prefers-color-scheme: dark) {
　body {
　　background-color: #1d1e20;
　　color: #fff;
	}}

/*PCブラウザ専用*/
@media screen and (min-width: 768px) { 
.icon img{display: none;}
.nav{
 text-decoration: none;
	width:70%;	
	justify-content:space-between; 
	
text-align: center;}
.nav-list{display: flex;
list-style: none;
	 justify-content:flex-end;  
}
.nav li{padding:0 2% ;
	font-size:1rem;
	list-style: none;
	text-decoration: none;
 }
nav a{text-decoration:none;
color:#555555;}
.menu-trigger{display: none;}
#check{display: none;}
	.sns-i1{display:none;}
ul.menu-li{display: block; width: 40%; padding:0; left:0;}
ul.menu-li2{display: block; width: 40%;  padding:0;  right:0; height:160px;}	
	.menu-li2 li{display: inline-block;}
	.sns{color:#fff; padding:0;margin:0; width:40px; height:40px;}
	.sns-i{ color:#fff; width:40px; height:40px;padding:8px; border-radius: 30px; }
	.sns-i a:hover{ width:40px; height:40px; padding:12px 8px 0px 8px; margin:-8px -8px 8px -8px; background: rgba(197,101,136,1.00); border-radius: 30px; }
	.sns-i img{width:25px; height:25px;  }
	.menu-li h2{padding-left:10px;}
.menu-li li{padding:0 3% 0 3%;z-index: 1; }	
section{
	margin:0;
	padding-bottom:10%;
	width: 100%;
}
.chilt{position: absolute;  
  top:20%;
  right: 0;
  left: 0;
  width: 100%;
  height:40%;
  background: rgba(209,153,154,0.3);
  z-index: -1;
  transform: skewY(4deg);
  transform-origin: top right;}
.chilt2{position:absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgba(184,184,184,0.3);
  z-index: -1;
  transform: skewY(-4deg);
  transform-origin: top left;}
.chilt6{position:absolute;
  top: 75%;
  right: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(184,184,184,0.3);
  z-index: -1;
  transform: skewY(-4deg);
  transform-origin: top left;}
.chilt3{position:absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#EEABAC;
  z-index: -100;
  transform: skewY(-2deg);
  transform-origin: top left;}
 .chilt4{position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(154,154,154,0.73);
  z-index: -100;
  transform: skewY(2deg);
  transform-origin: top right;}

	footer .menu{height:200px; padding-bottom:10px; }
	.back-to-top {
  position: absolute;
display: block;
		width:100px;
		height: auto;
	justify-content:center;
 text-align: center;
  bottom: 195px;
  left: 43%;
  padding: 0%;
  text-decoration: none;
	z-index: -101;
		transition-duration: .2s;}
	.back-to-top:hover{ transform: translateY(-10px);}
	.bounce-in-bottom {
	-webkit-animation: bounce-in-bottom 2s;
	        animation: bounce-in-bottom 2s;
		  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
}
 	@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@media only screen and (max-width: 430px) {
.sort-btn{
	justify-content: center;
}
	
.sort-btn li{
	width:80%;
	margin:0 0 10px 0;
	text-align:center;
	}	
}
