@charset "utf-8";
/* CSS Document */

header{
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

header img{
	width: 150px;
}

/*右のバナー用*/
#top_btn
{
  z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80px;
  
  border-radius: 6px;
  padding: 6px 3px;
}
/*右のバナー用 終わり*/

.bkg {
	background-image:url("../image/back_images.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
  min-height: 100vh;
	display: flex;
}

img{
	width: 100%;
}

#wrap{
	width: 70%;	   /*全体の幅を指定する*/  
 	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	background-color: #FFFFFF;
}

.top{
	text-align: center;
}

section{
	text-align: center;
}

.name{
    margin-left: 10px;
    margin-top: -9px;
    margin-right: 10px;
    padding-left: 0px;
    padding-right: 33px;
}

.img_center{
	width: 50%;
	display: flex;
}

/*テキスト*/
.text_main{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text{
	font-size:10px;
}

.cat_text{
	text-align: center;
}

.slider_text{
    font-family: "Kokoro";
    font-size: 30px;
}

.slider_text_2{
    font-family: "Kokoro";
    font-size: 20px;
    margin-top: 30px;
}

.slider_text_2 img{
	width: 80%;
}

.slider_text_3{
    font-family: "Hannari";
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
}

/*各ストアアイコン*/
.BtArea {
	width: 100%;
	text-align:center;
}
.BtArea div {
	width: 40px;
	display: inline-block;
	margin: 0 5px;
}
.BtArea div a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
}
.BtArea .GoToR a {
	background: url(../image/icon_r.png) no-repeat center center #dbdad5;
	background-size: 30px;
}
.BtArea .GoToY a {
	background: url(../image/icon_y.png) no-repeat center center #dbdad5;
	background-size: 30px;
}
.BtArea .GoToW a {
	background: url(../image/icon_w.png) no-repeat center center #dbdad5;
	background-size: 30px;
}
.BtArea .GoToA a {
	background: url(../image/icon_a.png) no-repeat center center #dbdad5;
	background-size: 30px;
}
.BtArea .GoToO a {
	background: url(../image/icon_o.png) no-repeat center center #dbdad5;
	background-size: 30px;
}

/* PC用CSSここから */

/* 画像 */
.nyatanpobox{
    display: flex;
    height: 120px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.nyatanpobox .image img{
	width:100px;
	height:auto;
}

.nyatanpobox p{
    margin-left: 5px;
    margin-right: -32px;
}

.copy_right {
    background: #DBDAD5;
    padding:20px;
    color: #666;
    font-size: 14px;
    line-height:150%;
}

/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
    line-height: 2;
    text-align: center;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

.col3 span {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	margin-bottom: 8px;
}

.inner{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec04 {
	padding-top: 40px;

}

#sec04_02{
	background: url(../image/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

/*フェード*/

.box{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;
}

.fadeUpTrigger{
opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* END  SEC04 BRAND
------------------------------------------------------------*/

.logo{
	width: 200px;
	margin: auto;
}

@media screen and (min-width:740px){

	#wrap{
	width: 640px;	   /*全体の幅を指定する*/  
 	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	background-color: #FFFFFF;
}
	
	.nyatanpobox{
    display: flex;
    width: 500px;
    height: 100px;
    margin-left: 85px;
    margin-top: 50px;
}
	
/*右のバナー用*/
#top_btn
{
  z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100px;
  
  border-radius: 6px;
  padding: 6px 3px;
}
/*右のバナー用 終わり*/	
	
	.thumbnail img{
    width: 50%;
    margin-bottom: 20px;
	}
	
.slider_text{
    font-family: "Kokoro";
    font-size: 40px;
}	
	
.slider_text_2{
    font-family: "Kokoro";
    font-size: 25px;
    margin-top: 30px;
}	
	
.text{
	font-size:15px;
}
	
	
}
