@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
}

body{
	background: #ecdecd;
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	overflow: hidden;
}

#hero{
	width: 100%;
	margin: 0 auto;
}

.hero_box{
	position: relative;	
}

video{
	display: block;
	width: 100%;
} 

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
 
.audio_a{
	display: block;
	width: 104px;
	margin:0 0 0 auto;
	padding-right: 20px;
}

.audio_btn{
	width: 84px;
	margin-top: 10px;
}

h1{
	margin: 0;
}

img{
	width: 100%;
}


.arrow{
	position: absolute;
    display: inline-block;
    bottom: 2vw;
    left: 46%;
    padding: 2vw;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-decoration: none;
	transition: 0.3s;
}

.arrow span{
    display: inline-block;
	width: 20px;
    height: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.arrow:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

img.title-img {
    position: fixed;
    left: 50%;
    top: 50px;
	z-index: 30;
	transform: translate(-50%, 0);
	max-width: 100%;
	height: auto;
	padding: 0 15%;
}

.small{
    top: 20px!important;
}

img.rabbit-img{
	height: 32%;
	width: 32%;
	position: absolute;
	top: 0;
	right: 2%;	
}

img.title-sec{
	max-width: 100%;
	margin: 12% 0 8%;
	padding: 0 8%;	
}

img.title-sec02{
	display: block;
	margin: 12% auto 5%;
	width: 80%;
}

img.title-item{
	margin-top: -5.5%;
}

.sec_txtbox{
	font-size: 0.85em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 10%;
	padding: 0 4%;	
}

.letter_box{
	background: #fff;
	position: relative;
}

.sec_imgbox{
	margin-bottom: 10%;
	padding: 4%;		
}

.sec_imgbox img{
	position: relative;
	top: -10px;	
}

.sec_imgbox video{
	display: flex;
	margin: 0;
	padding: 0;
}

.item_box{
	padding: 0 8% 5%;
	text-align: left;
}

.item_box img{
	display: block;
	margin: 0 auto;
	width: 70%;	
}

img.price{
	margin: 10% 0 5%;
	width: 100%;
}

img.shopping{
	margin: 7% auto;	
	width: 100%;
}

#sec03{
	background: #fff;
}

#sec04 p{
	font-size: 0.55em;
	margin-top: 2%;
	text-align: center;
	}

.sec04_video{
	margin-left: auto;
	width: 72%;
}

.sec04_img{
	margin: 10% 0;
	width: 72%;
}

.sec04_txt{
	display: block;
	margin: 20% auto;
	width: 50%;
}

#sec05{
	background: #46331f;
	color: #fff;
	padding: 8%;	
}

#sec05 p{
	font-size: 0.85em;
	line-height: 2em;
}

#sec05 h2{
	font-size: 1.5em;
	font-weight: bold;
}

.profile{
	background: #fff;
	background-image: url("../image/profile_img.png") ;
	background-repeat: no-repeat;
	background-size: 32%;
	background-position: 95% 70%;  
	color: #595757;
	font-size: 0.8em;
	padding: 8% 4% 8% 8%;
}

.profile span{
	font-weight: bold;
}

.profile p{
	margin-top: 10%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 960px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


@media screen and (min-width:961px) {
.container{
	margin: 0 auto;
	width: 1200px;
}
	
.audio_a{
    display: inline;
	text-align: left;
	padding-right: 0;
}

.audio_btn{
	width: 84px;
	margin-top: 20px;
	text-align: right;
}

.arrow{
	bottom: 2vw;
}
	
.arrow span{
	width: 34px;
    height: 34px;
}
	
img.title-img {
	position: fixed;
    left: 50%;
    top: 50px;
    z-index: 30;
    transform: translate(-50%, 0);
    width: 600px;
    height: 115px;
    padding: 0;
}


img.title-sec{
	margin: 100px 0 0;	
}
	
.sec_txtbox{
	font-size: 0.9em;	
	}

#sec02{
	margin-top: -200px;
	position:relative;
}
	
.sec02_txtbox{
	margin-bottom: 0;
	position: relative;
	top: -600px;
	padding: 0 8%;
	text-align: left;	
}
	
#letter{
	background: #fff;
}
	
.letter_box	{	
	width: 800px;
	margin: 0 auto;	
	padding: 100px 50px 100px 0;
}
	
.letter_boxs picture{
	width: auto!important;
}
	
img.rabbit-img {
   height: 40%;
   width: 40%;
   position: absolute;
   top: 15px;
   right: -190px;
}
	
.title-sec02{
	margin: 0 auto 60px!important;
	width: 100%!important;
}

#sec02 h2{
	width: 570px;
	margin: auto;
}
	
#sec06{
	margin-bottom: 100px;
	}
	
#sec06 video,#sec06 img{
	width: 600px;
}
	
#sec06 img{
	position: absolute;
    left: 50%;
}
	
.flex_video{
	margin-top: 130px;
}
	
.flexbox{
	display: flex;		
	position:relative;
	width:100%;
	overflow:hidden;
	margin:auto;
	margin-bottom:8px;
}
	
.flexbox:before {
   content:"";
   display:block;
   padding-top: 53.88%;
}

.video_content {
   position:absolute;
   top:50%;
   left:25%;
   margin:auto;
   transform: translate(-50%,-50%);
   width:100%;
}
	
#sec03{
	background:linear-gradient(to right, #fff 0%, #fff 85%, #ecdecd 85%, #ecdecd 100%);
	padding-bottom: 245px;
	}
	
.item_title{
	width: 152px!important;
	margin: 0 auto;
}
	
.item_title img{
	margin-top: -50px!important;
	padding: 0;
}
.item_box{
	display: flex;
	padding: 0;
    margin: 60px auto 0;
    max-width: 1000px;
}
	
.item_phot{
	display: block;
	width: 367px;
}
	
.item_phot img{
	text-align: center;
	width: 100%;
}
	
.item_price{
	display: block;
	width: 394px;		
	}
	
.item_price img{
	width: 100%!important;
}	
	
.item_box p{
	display: block;
	padding-bottom: 50px;
	}
	
.price_box{
	margin: 0 auto;
	padding-top: 50px;
    padding-right: 100px;
	}
.shopping{
		width: auto;
	}

#sec04{
	margin-top: -100px;
	}
	
#sec04 p{
	font-size: 0.85em;
	margin-top: 2%;
	text-align: center;
	}
	
.sec04_video,.sec04_img{
	width: 800px;
}

.sec04_txt{
	display: block;
	width: auto;
}
	
.sec04_coming{
		margin: 0 auto;
		width: 219px; 
}
	
#sec05{
	margin: 0 auto;
	padding: 100px;
}
	
#sec05 p{
	padding-top: 12px;
	font-size: 17px;
	}
	
#sec05 h2{
	font-size: 2em;
    margin-top: -12px;
}
	
.profile_box{
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	}
	
.profile_box img{
	width: 100%;
}	
		
.sec05_left{
	width: 480px;
}
	
.sec05_right{
	padding-left: 60px;
	width: 670px;
}

.profile{
	color: #595757;
	font-size: 1em;
	padding: 0 8% 50px; 
	position: relative;	
	background-image: none;
	}
	
.profile div{
	/*width: 1200px;*/ 
    margin: -220px auto 0;
}
	
.profile p{
	width: 1200px;
	margin-top: 2%;
}
	
.footer_img{
	position: relative;
	top: -20px;
    margin-left: auto;
    width: 307px;
	}
	
/* shopping btn */
.effect-color {
	/*background: #ffafbd;*/
}
.effect-color img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.effect-color img:hover {
	opacity: .8;
}
}
@media screen and (min-width:1280px) {
#sec03{
	background:linear-gradient(to right, #fff 0%, #fff 78%, #ecdecd 78%, #ecdecd 100%);
	}
}
