

body{
overflow-x: hidden;
}


/* TICKER */
.news-ticker {
  width: 100%;
  overflow: hidden;
  background-color: #ffed44;
  position: relative;
}

.news-ticker__content {
  display: flex;
  white-space: nowrap;
}

.ticker-loop {
  animation: ticker 30s linear infinite;
  animation-play-state: running;
}

.news-ticker:hover .ticker-loop {
  animation-play-state: paused;
}

.news-ticker a {
  display: inline-block;
  padding: 10px 50px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}




.news-ticker__content em{
font-size: 150%;
border-bottom: dashed 2px #e53904;
margin: 0 5px;
font-weight: bold;
}


#contents{
margin: 0 !important;
padding-top: 0 !important;
}

#contents .inner{
width: 900px;
}

#footer{
margin-top: 0 !important;
}

section p{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 120%;
}


p{
	font-size: 16px;
	line-height: 1.8;
}
p.right{
	text-align: right;
}

p.caution{
font-size: 100% !important;
line-height: 1.6;
color: #000;
}

.centering {
    display: flex;
    align-items: center;
}


section{
	border: none !important;
    position: relative;
}


.sp{
	display: none;
}


p.red,
p.red a{
	color: #F30 !important;
}


div.images img{
height: 250px;
border-radius: 15px;
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
z-index: 999;
position: absolute;}

section.intro .image_1{ top: 0px; right: -250px;}
section.intro .image_2{ top: 550px; left: -260px; height: 300px;}
section.intro .image_3{ top: 980px; right: -5%; height: 200px;}
section.intro .image_4{ top: 1200px; left: -50px; height: 200px}


section.craft-town .image_1{ top: 80px; right: -100px;}
section.craft-town .image_2{ top: 500px; left: -50px; height: 180px;}
section.craft-town .image_3{ bottom: 100px; right: 50px; height: 200px;}

section.user .image_1{ top: 100px; right: 0; height: 200px;}
section.user .image_2{ top: 280px; left: -300px; height: 300px;}
section.user .image_3{ bottom: 10px; right: 0px;}

section.contents .image_1{ top: 100px; right: -50px; height: 220px;}
section.contents .image_2{ bottom: 80px; left: 5%;}


section.intro .movie_1{
position: absolute;
right: 50px;
bottom: 30px;
}
section.intro .movie_1 iframe,
section.intro .movie-wrap iframe{
border-radius: 20px;
}
section.intro .movie-wrap{
margin: 60px 5px 10px 5px;
}



section.intro{
background-color: #e53904;
}
section.intro .inner{
background: url(../images/intro_bg.png) no-repeat center top;
background-size: 100%;
padding: 120px 50px 600px 100px !important;
}
section.intro .title img{
width: 500px;
}
section.intro p{
text-align: center;
line-height: 2;
}



section.craft-town{
background-color: #bfd8d5;
z-index: 1;
position: relative;
}
section.craft-town .inner{
background: url(../images/craft-town_bg.png) no-repeat center top;
background-size: 100%;
padding: 320px 100px 250px 0px !important;
}
section.craft-town p{
text-align: center;
line-height: 2;
}

section.craft-town p.button img{
height: 50px;
}


section.user{
background-color: #e53904;
}
section.user .inner{
background: url(../images/user_bg.png) no-repeat center top;
background-size: 100%;
padding: 260px 100px 280px 0px !important;
}
section.user p{
text-align: center;
line-height: 1.6 !important;
}

section.user p.button{
margin: 30px 0 0 -50px;
}
section.user p.button img{
height: 100px;
}


section.user p.lottery img{
height: 180px;
}




section.contents{
background-color: #bfd8d5;
padding: 100px 50px;
}



section.contents p.title img{
height: 150px;
}

section.contents div.box.menu{
text-align: center;
}


section.contents ul.navi li{
padding: 20px;
box-sizing: border-box;
}

section.contents ul.navi li.sec3{
padding: 0;
}

section.contents ul.navi li.sec5{
margin-top: 30px;

}



section.contents article{
padding: 50px;
border: solid 5px #e53904;
border-radius: 30px;
background: #FFF;
margin-bottom: 60px;
font-size: 95%;
}

section.contents article p.catch{
font-size: 140%;
margin-bottom: .5em;
line-height: 1.5;
}

section.contents article p.num{
margin: 0 0 2em 0;
}

section.contents article p.num img{
height: 80px;
}

section.contents article p.ttl img{
height: 100px;
}

section.contents article div.block{
padding: 0 0px 20px 0px;
}


section.contents article.sec1 p.button img{
height: 80px;
}


section.contents article.sec2 .column{
margin-bottom: 0 !important;
}

section.contents article.sec2 ul.item.box.column_2 li img{
height: 140px;
}
section.contents article.sec2 ul.item.box.column_2 li{
margin-bottom: 20px;
}


section.contents article.sec3 div.block{
padding: 0 30px 20px 30px;
}


section.contents article.sec3 div.foods ul li{
padding: 10px;
margin-bottom: 20px;
}


section.contents article.sec3 div.block{
margin-top: 30px;
}


section.contents article.sec4 div.column{
margin: 0 0 60px 0;
}

section.contents article.sec4 div.column p.button img{
height: 40px;
}

section.contents article.sec4 div.column .main{
/*padding-left: 60px;*/
}
section.contents article div.column.intro .main{
padding-left: 0px !important;
}

section.contents article.sec4 .sub{
text-align: center;
}

section.contents article.sec4 .sub img.image2{
width: 80%;
}

section.contents article.sec4 .printing .sub,
section.contents article.sec4 .aroma .sub{
text-align: right;
}
section.contents article.sec4 .printing .sub img.image1,
section.contents article.sec4 .aroma .sub img.image1{
width: 78%;
}


section.contents article.sec4 .column:last-child{
margin-bottom: 0 !important;
}

section.contents article.sec4 div.column ul.button li{
margin-right: 10px;
margin-bottom: 10px;
width: 29%;
box-sizing: border-box;
}




section.contents article.sec5 div.mc ul p.title{
font-size: 150%;
font-weight: bold;
margin-bottom: 10px !important;
}

section.contents article.sec5 div.mc ul li div.image{
padding: 0 30px;
}


section.contents article.sec5 div.column .main {
    padding-left: 0px;
}
section.contents article.sec5 table.artist td{
width: 50%;
vertical-align: top;
}

section.contents article.sec5 table.artist td ul.item.list li div.content{
padding-left: 15px;
}

section.contents article.sec5 table.artist td p.logo img{
width: 80%;
}

section.contents article.sec5 table.artist td p.logo{
margin-bottom: 10px !important;
}

ul.box_social{
margin: 1em 0;
}

ul.box_social li{
display: inline-block;
margin: 0 10px 0 0;
}
ul.box_social li img{
height: 40px;
}

section.contents article.sec6 div.goods{
padding: 0 0px; 
margin: 0 auto;
}

section.contents article.sec6 div.goods ul{
margin-top: 40px;
}




section.entry{
background: #e53904;
}

.entry ul li{
padding: 20px;
}

.entry ul li p.caution{
font-size: 13px !important;
}

.entry .box_caution{
background: #fff9ed;
margin: 0 auto;
width: 550px;
border-radius: 20px;
padding: 50px;
}
.entry .box_caution p{
font-size: 100%;
}


.movie{
text-align: center;
}

.movie p.catch{
width: 600px;
margin: 0 auto;
}

.movie p.title{
font-size: 30px;
}





.goods ul li p{
text-align: center;
line-height: 1.4;
font-weight: bold;
}


@media screen and (max-width: 800px) {

body{
font-size: 65%;
}

.pc{
display: none;
}
.sp{
display: inherit;
}



#contents .inner{
width: 100%;
}


.main_slider{
margin: 50px 0px 0 0px;
}
.main_slider img{
border-radius: 15px;
padding: 0 5px;
}


div.images img,
.movie_1{
display: none;
}



.entry .box_caution{
width: 100%;
}


section.intro{
padding: 0 0 20px 0 !important;
}

section.intro .inner{
background: url(../images/intro_bg_sp.png) no-repeat center top;
background-size: 120%;
padding: 170px 20px 0 20px !important;
}

section.intro p{
text-align: center;
line-height: 1.5;
font-size: 13px;
}

section.intro p.title img{
width: 250px;
}

section.contents div.box.menu{
margin-bottom: 120px;
}

section.contents ul.navi li {
    padding: 10px;
    box-sizing: border-box;
    margin: 0 !important;
}

section.contents ul.navi li img{
height: 165px;
width: auto;
}

section.craft-town{
background-color: #bfd8d5;
}

section.craft-town .main_slider{
margin: 100px 0px 0 0px;
}

section.craft-town .inner{
background: url(../images/craft-town_bg_sp.png) no-repeat 55% 0;
background-size: 130%;
padding: 180px 20px 0px 20px !important
}
section.craft-town p{
text-align: center;
line-height: 1.5;
}

section.craft-town p.button img{
height: 40px;
}

section.user{
background-color: #e53904;
}
section.user .inner{
background: url(../images/user_bg_sp-5.png) no-repeat center top;
background-size: 150%;
padding: 220px 20px 0px 20px !important;
}
section.user p{
text-align: center;
line-height: 1.4;
}
section.user p.button{
margin: 15px 20px 0 0;
}
section.user p.button img{
height: 60px;
}
section.user p.lottery{
margin: 0px 20px 0 0;
}
section.user p.lottery img{
height: 120px;
}

section.user .main_slider{
margin-top: 30px;
}


/*
section.contents{
background-color: #bfd8d5;
}
section.contents .inner{
background: url(../images/contents_bg_sp-3.png) no-repeat center top;
background-size: 110%;
padding: 170px 20px 0px 20px !important;
}
*/


section.contents{
padding: 40px 10px;
}

section.contents p.title img {
    height: 80px;
}

section.contents .column.intro .sub,
section.contents .column.intro2 .sub{
text-align: right;
/*margin-top: -100px !important;*/
}

section.contents .column.intro2 .sub img{
width: 50%;
}



section.contents article{
padding: 15px;
margin-bottom: 130px;

}
section.contents article p.num img {
    height: 50px;
}

section.contents article.sec1 p.ad{
margin: 1.5em 0;
}

section.contents article.sec2 ul.column_2 li{
width: 100%;
margin-bottom: 10px !important;
}

section.contents article.sec2 ul.column_2 li img{
height: 110px !important; 
}

section.contents article p.ttl img{
    height: 60px;
}

section.contents article.sec3 div.block {
    padding: 0 0px 20px 0px;
}
section.contents article.sec3 div.foods ul li{
width: 49% !important;
margin-bottom: 10px !important;
}


section.contents article.sec4 div.column .main {
    padding-left: 0px;
}
section.contents article.sec4 div.column .sub{
text-align: right;
}
section.contents article.sec4 div.column .sub img.image1{
text-align: right;
margin-bottom: -70px !important;
width: 70%;
}

section.contents article div.column.intro .sub img{
position: absolute;
top: -130px;
right: -25px;
width: 75%;
}
section.contents article.sec2 div.column.intro .sub img{
width: 60%;
}

section.contents article.sec4 div.column.printing .sub img.image1,
section.contents article.sec4 div.column.aroma .sub img.image1{
width: 60%;
}

section.contents article div.column{
position: relative;
}

section.contents article.sec4 div.column{
margin-bottom: 10px;
}
section.contents article.sec4 div.column .sub img.image2{
position: absolute;
bottom: 0;
right: 0;
}
section.contents article.sec4 div.column .sub img.image2{
width: 40%;
}

section.contents article.sec4 div.column ul.button li{
margin-right: 10px !important;
margin-bottom: 10px !important;
width: 30%;
box-sizing: border-box;
}



section.contents article.sec5 div.mc ul li div.image{
padding: 0;
}
section.contents article.sec5 div.column .main{
padding-left: 0;
}
section.contents article.sec5 table.artist td{
width: 100% !important;
display: block;
padding: 10px 0;
}


section.entry{
background: #e53904;
}

section.entry .inner{
padding: 0 20px !important;
}

.entry ul li{
padding: 0px 20px;
width: 100% !important;
margin-bottom: 40px;
}

.entry .box_caution{
width: 100%;
padding: 20px;
margin-top: 20px;
}

.entry .box_caution p{
font-size: 90%;
}


section.contents article:last-child{
margin-bottom: 0;
}



}