@charset "utf-8";


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic&display=swap');



/*keyframes.cssの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");



body{
	color: #26211E;
	font-family: Verdana, Geneva, "sans-serif";
	margin:0;
	background-image: url("../img/bg-07.png");
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
	height:100%;
}



/*文字など
---------------------------------------------------------------------------*/
h1{
	margin-bottom: 15px;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
  
}

h3 {
	font-size: 32px;
	color: olive;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.75;
	font-weight: bold;
	
}


p{
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.75;
	font-weight: bold;
}

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






/*戻るボタン--------------------------------------------------------------------------*/
/* ここから下がボタンのCSS　*/
.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #FFCE12;
  border: 2px solid #26211E;
  font-size: 16px;
  color: #26211E;
  text-decoration: none;
  padding: 10px 24px;
  border-radius:4px;
  position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}



.container{
	margin: 100px auto;
}


/*TOPへ戻るボタン
---------------------------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 70px;
  right: 70px;
	z-index: 1;
}

 

#pageTop i {
  padding-top: 6px
}

 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  text-align: center;
}

 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


.container{
	margin:100px auto;
	display: flex;
}

/*フェードイン
---------------------------------------------------------------------------*/

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}


/*ふわふわ
---------------------------------------------------------------------------*/
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
/*  background: url(../img/ico-apple.svg) no-repeat center center / 20px auto;*/
  display: inline-block;
  transition: 1.5s ease-in-out;
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, -2px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(2deg);
  }
}




.wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
　　margin: auto;
	width: 100%;

}

.wrapper h1{
	font-size: 3.2rem;
}



/*パララックス画面全体の設定---------------------------------------------------------------------------*/
body,
html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
	width: 100%;
}




div {
	box-sizing: border-box;
  	align-items: center;
  	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	
}



/*影がつきます*/
.hover4 {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.hover4:hover {
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
  transform: translateY(-0.1875em);
}




.hover1 {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.hover1:hover {
  opacity: 0.6;
}







/*ヘッター
---------------------------------------------------------------------------*/
header{
	padding-top: 60px;

}

.topimage{
	width: 100%;
max-width: 1000px;
}


.pagetitle h1 {
font-size: 3rem;
}


.pagetitle{
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	
}


/*キャラクター
---------------------------------------------------------------------------*/

.chara{
	display: flex;
}


.child{
	order: 1;
}

.child_2{
  order: 2;
}


/*ポトフ部分*/

.potofu{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	float: left;
	display: flex;
}

.curl{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	display: flex;
	
	
	
}



@media(max-width:800px) {
	.potofu{
		display: block;
		width: 360px;
	}
	
	.curl{
		display: block;
		width: 360px;
		
		
	}
	.child{
		order: 1;
	}
	
	
	.chara{
		width: 340px;
		margin-bottom: 10px;
	}
	
	.infobox p{
		width: 340px;
	}
	
	.infobox{
	margin-left: 0;
		margin-right: 0;
		text-align: center;
		margin-top: 40px;
}

	
	.infobox h3{
	text-align: center;
		
	}
	
	.takesan-text{
	text-align: center;
		width: 340px;
	}
}


.infobox{
	margin: auto 0 auto 0px;
	width: 300px;
	display: block;
  vertical-align: middle;
	
}



.infobox h3{
	font-weight: normal;
	font-size: 32px;
	color: olive;
	margin-bottom: 8px;
	
	
}


h3{
	font-weight: normal;
	margin-bottom: 8px;
}


.takesan{
	border:0;
	height: 60px;
	background-image: url("../img/take2.png");
	background-repeat: repeat;
	margin-bottom: 20px;
}

.takesan-text{
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 40px;
		display: block;
  vertical-align: middle;
	
}


/*ゆかいな仲間たち部分
---------------------------------------------------------------------------*/

.friend h1{
	font-weight: normal;
	font-size: 24px;
	color: olive;
	text-align: center;
	
}

.friend{
	overflow: hidden;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

ul{
	list-style-type: none;
	padding-left: 0;
}
.table-cell{
	display: table;
	margin: auto;
}

.table-cell li{
	display: table-cell;
}
.friend li{
	width: 150px;
	text-align: center;
	float:left;
	list-style: none;
	margin: 20px;
}

.friend h2{
	font-weight: normal;
	font-size: 24px;
	color: olive;
}


/*ギャラリー
---------------------------------------------------------------------------*/

.gallery{
	overflow: hidden;
/*	margin-bottom: 80px;*/
	max-width: 1200px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	
	
}

/*
@media(max-width:800px) {
  .gallery{
	max-width: 324px;
  }
}
*/


.gallery li{
	margin: 2px;
	text-align: center;
/*	float:left; インラインブロックで横並びにしているのでなくてもよい*/
	list-style: none;
	display: inline-block;

	
	
}



.gallery img{
	border-radius:10px;
	
}

.wrapper ul{
	margin: 0;
}



/*Goodsページ
---------------------------------------------------------------------------*/


.shopbox{
	
	margin-bottom: 30px;
	
}



.arrowBounce {
	margin-bottom: 30px;
	margin-top: 120px;
    position: relative;
    animation: bounce 2s infinite;
}

.arrowBounce svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill:black;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}


@media(max-width:800px) {
	.shopbox img{
	width: 340px;
	
}

	
	}
	



/*フッター
---------------------------------------------------------------------------*/

footer{
	height: 380px;
	background-image: url("../img/foot.png");
	background-repeat: repeat;
	margin-top: 60px;
	bottom:0 ;
}


.foot{
    text-align: center;
    font-size: 14px;
    color: #fff;
	background-color: #a2cb6b;

}


* {
  margin: 0;
}

footer .container {
		
  max-width: 1200px;
  padding-top:80px;
  margin: auto;
	display:block;
}



/* ----------------------------- */

.footB {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footB ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footB a {
  display: block;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  margin-right: 0px;
  line-height: 20px;
  transition: 0.5s;
  letter-spacing: 3px;
}

.footB a:hover {
  border-bottom: 3px solid #fff;
}

@media(min-width:800px) {
  .footB ul {
    display: flex;
  }

  .footB a {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
	


}

/* ----------------------------- */

.footC {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
margin-bottom: 20px;	
}

.footC ul {
  display: flex;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footC a {
  display: block;
  border-radius: 20px;
  padding: 5px;
  font-size: 25px;
  color: #fff;
  width: 30px;
  height: 30px;
}

.footC a {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}

/* ハンバーガー----------------------------- */

a{
text-decoration: none;
color: #333333;
font-family:'M PLUS Rounded 1c', sans-serif;
}

/*ナビのスタイル*/
nav.NavMenu{
position: fixed;
z-index: 12;
top: 0;
left: 0;
background: #FFCE12;
text-align: center;
width: 100%;
height: 100%;
display: none;
}

nav.NavMenu ul{
width: 100%;
margin: 0 auto;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li{
font-size: 24px;
list-style-type: none;
width: 100%;
padding-bottom: 0px;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
}

nav.NavMenu ul li a{
display: block;
color: #fff;
padding: 15px 0;
font-weight: bold;
font-size: 18px;
}

/*ボタンのスタイル*/
.Toggle {
position: fixed;
right:18px;
top: 3px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 13;
display: block;
}

.Toggle span {
display: block;
position: absolute;
width: 35px;
border-bottom: solid 2px #26211E;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

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

.Toggle span:nth-child(2) {
top: 20px;
}

.Toggle span:nth-child(3) {
top: 31px;
}

.Toggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px #C1C1C1;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px #C1C1C1;
}


