@charset "utf-8";
/* CSS Document */
html,body{
	overflow-x:hidden;
}
#mainimg{
	background:url(../img/mainimg_bg.jpg) center top repeat-x;
	text-align:center;
	height:503px;
	-webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -2530px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2530px 0;
    }
}

#mainimg h1 {
    margin-bottom: 0;
	position:relative;
}
#mainimg h1 .potta{
	position:absolute;
	right:-20rem;
	bottom:-8rem;
}

.lead{
	text-align:center;
	background:url(../img/lead_bg.png) center center repeat-x;
	padding:3.5rem 0;
	margin-top:0.3rem;
}

#about{
	background:url(../img/about_bg.png) 0 0 repeat;
	padding:8rem 0;
}
#about .inner{
	max-width:960px;
}
#about h2{
	text-align:center;
}
#about h2 + p{
	font-size:2rem;
	text-align:center;
}
#about .box{
	align-items:flex-end;
}
#about .box img{
	width:36.563%;
}
#about .box dl{
	width:57.8%;
	background-color:#FFF;
	border-radius:2em;
	padding:3rem;
	margin-top:3rem;
}
#about .box dl .flex{
	justify-content:flex-start;
	margin-bottom:1em;
	flex-wrap:nowrap;
}
#about .box dl .flex:last-child{
	margin-bottom:0px;
}
#about .box dl dt{
	background-color:#a6731b;
	border-radius:3em;
	padding:0.2em 0;
	min-width:7em;
	text-align:center;
	color:#FFF;
	margin-right:1em;
}
#about .box dl dd{
	padding-top:0.2em;
}

#prologue{
	background:url(../img/prologue_bg.jpg) center 0 no-repeat;
	padding:8rem 0;
}
#prologue h2{
	text-align:center;
	margin-bottom:0.5em;
}
#prologue .movie{
	max-width:1033px;
	margin:0 auto;
	height:683px;
	background:url(../img/movie_bg.png) center top/contain no-repeat;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
#prologue .movie .potta{
	position:absolute;
	right:20%;
	top:-9rem;
}

#diary{
	background:url(../img/about_bg.png) 0 0 repeat;
	padding:8rem 0;
	position:relative;
}
#diary .camera{
	position:absolute;
	right:0px;
	top:-6rem;
}
#diary .inner{
	max-width:960px;
}

#diary h2{
	text-align:center;
}
#diary h2 + p{
	font-size:2rem;
	text-align:center;
	position:relative;
}
#diary h2 + p .potta{
	position:absolute;
	left:1em;
	bottom:-0.5em;
}
#diary .text{
	margin-top:2rem;
}
#diary .text span{
	display:inline-block;
	background-color:#FFF;
	border:solid 2px;
	padding:0.5em 1em;
	margin-bottom:0.8em;
	font-weight:bold;
}
#diary ul.flex{
	margin:2rem 0 0rem 0;
	justify-content:flex-start;
	width:105%;
}
#diary .flex li{
	font-size:0px;
	line-height:0;
	width: 29.763%;
	margin-right:3%;
	margin-bottom:3%;
}
#diary .flex li img{
	width:100%;
}
#diary .btn{
	text-align:center;
	margin-top:3rem;
	padding-bottom:3.5rem;
	margin-bottom:3rem;
}
#diary .tab_btn{
	border-bottom:3px solid #a8ca5a;
	padding-bottom:1rem;
	margin-bottom:2em;
}


#diary .tab_btn p{
	font-size:2rem;
	width:32.5%;
	text-align:center;
	color:#a8ca5a;
	background-color:#FFF;
	border:solid 2px;
	cursor:pointer;

}

#diary .tab_btn p a{
	width:100%;
	display:block;
	padding:0.5em 0;
}

#diary .tab_btn p.active{
	color:#000;
	background-color:#a8ca5a;
	border:solid 2px #a8ca5a;
}

#diary .tab_btn p a:hover{
	color:#000;
	background-color:#a8ca5a;
	transition-duration:0.3s;
}

#diary .product + .inner .tab_btn{
margin-top:5rem;
}


.product{
	background:url(../img/product_bg.png) 0 0 repeat;
	padding:13rem 0 10rem 0;
	position:relative;
}
.product .inner{
	max-width:960px;
}
.product .left{
	width:40.8%;
	background-color: #FFF;
    border-radius: 2em;
    padding: 5rem 0;
	text-align:center;
	position:relative;
}
.product .left .icon{
	position:absolute;
	left:2%;
	top:-6%;
	width: 34.725%;
}
.product .left .potta{
	position:absolute;
	right:-5%;
	top:-20%;
	width: 39.83%;
}
.product .left .ttl{
	/*color:#d52e01;*/
	color:#6b6b6b;
	font-size:2.4rem;
	text-align:center;
	margin-bottom:1.5em;
	font-weight:bold;
}

.product.new .left .ttl{
	color:#d52e01;
	font-size:2.4rem;
	text-align:center;
	margin-bottom:1.5em;
	font-weight:bold;
}

.product .left .ttl + img{
	width: 74.81%;
}

.product .right{
	width:53%;
}
.product .right .ttl{
	font-size:3.2rem;
	font-weight:bold;
	margin-bottom:0.5em;
}
.product .right .ttl span{
	font-size:2.2rem;
}
.product .right .txt{
	line-height:2;
	font-size:1.8rem;
	margin-bottom:1em;
}
.product .right table{
	width:100%;
	background-color:#FFF;
	margin-bottom:2rem;
}
.product .right table th{
	color:#65870f;
	width:33.33%;
	padding:0.5em 1em;
	border-bottom:1px solid #b0c077;
	text-align:center;
	white-space:nowrap;
}
.product .right table td{
	padding:1em 0;
	text-align:center;
}

.product .right .caption li{
	font-size:1.3rem!important;
	width:100%!important;
	line-height: 1.6!important;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0!important;
}
.product .jagabee01{
	position:absolute;
	left:-26rem;
	top:-2rem;
}
.product .jagabee02{
	position:absolute;
	right:-34rem;
	top:-8rem;
}


@media screen and (min-width: 768px) and (max-width: 1700px) {
#diary .camera {
    width: 17%;
}
}

@media screen and (min-width: 768px) and (max-width: 1033px) {
.inner {
    padding: 0em 5%;
}
#prologue .movie{
	height:60vw;
}
#prologue .movie iframe{
	width:80vw;
	height:45vw;
}
#prologue .movie .potta {
    right: 9%;
    top: -13rem;
}
#diary h2 + p .potta {
	width:15%;
	bottom: 2.5em;
}
}

@media screen and (max-width: 767px) {
main{
	padding-top:0px;
}
#mainimg{
	background:url(../img/mainimg_bg.jpg) center top/cover repeat-x;
	height:80vw;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -402.4vw 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -402.4vw 0;
    }
}

#mainimg h1 img{
	width:65%;
}
#mainimg h1 .potta {
    right: 0rem;
    bottom: -6rem;
    width: 26%;
}
.lead {
    background: url(../img/lead_bg_sp.png) center center/contain repeat-x;
    padding: 3rem 0;
	text-align:center;
}
.lead img{
	width:80%;
	margin:0 auto;
}
h2{
	margin-bottom:0.5em;
}
h2 img{
	height:12vw;
	width:auto;
}
#about {
    padding:5rem 0;
}
#about h2 + p {
    font-size: 1.6rem;
}
#about .box dl {
    width:100%;
}
#about .box img {
    width: 60%;
	margin:0 auto;
	margin-top:3rem;
	margin-left:10%;
}
#prologue .movie .potta {
    width: 20%;
    right: 2%;
    top: -6rem;
}
#prologue {
    background: url(../img/prologue_bg.jpg) center 0/cover no-repeat;
    padding: 5rem 0;
}
#prologue .movie{
	height:60vw;
}
#prologue .movie iframe{
	width:75vw;
	height:42vw;
}
#diary {
    padding: 5rem 0;
}
#diary h2 + p {
    font-size: 1.6rem;
}
#diary h2 + p .potta {
    left: -0.5em;
    bottom: 0em;
    width: 16%;
}
#diary .camera {
    right: 0px;
    top: -3rem;
	width:20%;
}
#diary ul{
	margin-top:3rem;
}
#diary .btn img{
	width:90%;
}
#diary #tabs .tab_btn p{
	font-size:2rem;
}
.product {
	padding-bottom:5rem;
}
.product .left {
    width: 100%;
    padding: 3rem 0;
	margin-bottom:3rem;
}
.product .left .icon {
    width: 28.725%;
}

.product .left .potta {
    right: -2.5%;
}

.product .right {
    width: 100%;
}

.product .right .txt {
    font-size: 1.6rem;
}
.product .right .ttl {
    font-size: 2.8rem;
}
.product .right table th {
	vertical-align:middle;
	font-size:1.4rem;
}
.product .right table td {
	font-size:1.4rem;
	padding: 1em;
	white-space:nowrap;
	vertical-align:middle;
}

  #diary .tab_btn p{
	font-size:3.5vw;
}
 
}


