/*btn*/
/*------------------------------------------------------------------------------*/
.btn01 {
	display: inline-block;
}
.btn01 a {
	width: 144px;
	height: 44px;
	display: table;
	background: #f53b02;
	color: #FFF;
	text-align: center;
	border-radius: 7px;
	font-weight: bold;
}
.btn01 a .arr {
	padding-right: 12px;
	position: relative;
	display: inline-block;
}
.btn01 a .arr:after {
	content: '';
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
}
.btn01 a:hover {
	opacity: 0.7;
}

/*movie*/
/*------------------------------------------------------------------------------*/
.movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*p/span*/
/*------------------------------------------------------------------------------*/
.top_text01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

/*animation*/
/*------------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInbig {
  from {
    opacity: 0;
    transform: translateY(-550px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInbig {
  from {
    opacity: 0;
    transform: translateY(-550px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animation-fadeIn {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: 0;
}
.animation-fadeIn.big {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: 0;
}
.animation-fadeIn.is-animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animation-fadeIn.big.is-animated {
  -webkit-animation-name: fadeInbig;
  animation-name: fadeInbig;
}
.delay01 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#top_campaign dl:nth-child(2),
#top_box03 li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#top_campaign dl:nth-child(3),
#top_box03 li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}


/*rumble*/
/*------------------------------------------------------------------------------*/
.rumble:hover {
	animation: rumble 0.36s linear infinite;
}

@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}
}

/*mainimg*/
/*------------------------------------------------------------------------------*/
#mainimage {
	width: 100%;
	position: relative;
	padding-top: 25px;
}
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-dotted.slick-slider {
	margin-bottom: 45px;
}
.slider .slide {
	margin: 0 6px;
}
.slick-dots {
	bottom: -35px;
}
.slick-dots li {
	width: 18px;
	height: auto;
	vertical-align: middle;
}
.slick-dots li button {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background: #FFF;
}
.slick-dots li:hover button,
.slick-dots .slick-active button {
	background: #e60012;
	width: 18px;
	height: 18px;
}

#mainimage .slide img{
	border-radius: 15px;
}

#character01 {
	position: absolute;
	top: 40px;
	right: 22vw;
}
@media only screen and (max-width: 1200px) {
	#character01 {
		right: 17vw;
	}
}
@media only screen and (max-width: 979px) {
	#character01 {
		right: 15vw;
	}
}
#character01 .img100 {
	display: inline-block;
	height: 16.7vw;
}
#character01 img {
	max-height: 334px;
	height: 100%;
	width: auto;
}
#top_ranking {
	position: absolute;
	top: 0;
	right: 8vw;
	height: 25.25vw;
	width: 13.65vw;
	background: url(../image/top_ranking_bg_pc.png) no-repeat;
	background-size: contain;
	box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.3);
	padding-top: 5.75vw;
	text-align: center;
}
.top_ranking_in {
	position: relative;
	height: 4.7vw;
	padding: 2.7vw 0.25vw 0 1.25vw;
	margin-bottom: 0.5vw;
}
.top_ranking_in p {
	font-size: 1vw;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
#rank01 {
	height: 6vw;
	padding: 2.7vw 0.25vw 0 5vw;
}
#rank01:before {
	content: '';
	background: url(../image/top_ranking_label_pc.png) no-repeat;
	background-size: contain;
	width: 4.8vw;
	height: 2.25vw;
	position: absolute;
	top: 0;
	right: -1vw;
}
#rank01 .img100 {
	width: 6.1vw;
	height: 10.5vw;
	position: absolute;
	bottom: 0;
	left: -0.75vw;
}
#rank01 p {
	font-size: 1.5vw;
	line-height: 1;
}
#rank01 p .sub {
	display: block;
	font-size: 0.877vw;
	line-height: 1.2;
}
#rank02 .img100 {
	width: 7.75vw;
	height: 4vw;
	position: absolute;
	top: 0;
	right: 0.25vw;
}
#rank03 {
	padding: 2.25vw 0.25vw 0 1.25vw;
	margin-bottom: 1.25vw;
}
#rank03 .img100 {
	width: 6.5vw;
	height: 7vw;
	position: absolute;
	top: -1.25vw;
	right: 0.25vw;
}
#top_ranking a {
	display: inline-block;
	font-size: 0.8vw;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: top;
}
#top_ranking a:after {
	content: '';
	width: 0.6vw;
	height: 0.6vw;
	border-top: 2px solid #ff72be;
	border-right: 2px solid #ff72be;
	display: inline-block;
	transform: rotate(45deg);
}

/*top_box01*/
/*------------------------------------------------------------------------------*/
#top_box01 {
	margin-top: -15px;
}
#top_box01:after {
	content: '';
	display: block;
	clear: both;
}
#top_box01 p.text {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#top_search {
	float: left;
	position: relative;
	width: 50%;
	padding-top: 60px;
	background: url(../image/top_search_bg.png) no-repeat right top;
}
.summer #top_search {
	background: url(../image/top_search_bg_s.png) no-repeat center top;
}
#top_search h2 a {
	text-indent: -9999px;
	background: url(../image/top_h2_01.png) no-repeat left center;
	background-size: contain;
	width: 319px;
	height: 107px;
	margin-bottom: 10px;
	display: block;
}
.summer #top_search h2 a {
	background: url(../image/top_h2_01_s.png) no-repeat left center;
	background-size: contain;
}
.top_search_in {
	text-align: center;
	display: inline-block;
	float: right;
}
#top_search_box01 {
	clear: right;
	margin-right: -50px;
	text-align: right;
	float: right;
}
#top_search_box01 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 432px;
}
#top_search_box01 li:nth-child(1) {
	width: 29.16%;
}
#top_search_box01 li:nth-child(2) {
	margin-left: -40px;
	width: 20.6%;
}
#top_search_box01 li:nth-child(3) {
	width: 11.11%;
}
#top_search_box01 li:nth-child(4) {
	width: 25.23%;
}
#top_search_box01 li:nth-child(5) {
	width: 22.22%;
}
#top_search_box01 li:nth-child(6) {
	margin: -40px 0 0 0;
	width: 22.22%;
}
#top_search_box01 li:nth-child(7) {
	margin: -40px -50px 0 0;
	width: 22.22%;
}
#top_search p {
	position: absolute;
	bottom: 0;
	left: 60px;
}
#character02 {
	position: absolute;
	top: -50px;
	left: -72px;
}
#character02 img {
	max-width: 313px;
}
#top_store {
	float: right;
	width: 50%;
	padding-top: 60px;
	padding-left: 95px;
	position: relative;
}
#top_store h2 a {
	text-indent: -9999px;
	background: url(../image/top_h2_02.png) no-repeat left center;
	background-size: contain;
	width: 138px;
	height: 103px;
	margin-bottom: 20px;
	display: block;
}
.summer #top_store h2 a {
	background: url(../image/top_h2_02_s.png) no-repeat left center;
	background-size: contain;
}
#top_store p {
	margin-bottom: 10px;
}
#top_store .img100 {
	position: absolute;
	top: 30px;
	right: 5px;
}
#top_store .img100 img {
	max-width: 325px;
}
.top_recipe_h2 {
	clear: right;
	float: right;
	text-indent: -9999px;
	background: url(../image/top_recipe_title.png) no-repeat left center;
	background-size: contain;
	width: 427px;
	margin-right: 56px;
	height: 190px;
}
.summer .top_recipe_h2 {
	background: url(../image/top_recipe_title.png) no-repeat left center;
	background-size: contain;
}
.top_recipe {
	clear: both;
	text-align: right;
}
.top_recipe p {
	margin-bottom: 8px;
}
.top_recipe .btn01 {
	margin: -28px 28px 0 0;
	z-index: 1;
	position: relative;
}
.top_recipe .img100 {
	overflow: hidden;
	width: 1040px;
	height: 229px;
	border-radius: 25px;
}
.top_recipe img {
    transition: transform 0.3s linear;
}
.top_recipe img:hover {
    transform: scale(1.1);
}

/*top_box02*/
/*------------------------------------------------------------------------------*/
#top_box02 {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}
#top_umami {
	background: url("../image/top_umami_bg.png") no-repeat center center;
	background-size: cover;
	height: 443px;
	z-index: 1;
	position: relative;
}
#top_umami .top_umami_img {
	background: url("../image/top_umami_pc.png") no-repeat center center;
	height: 443px;
}
#top_umami .inner02 {
	padding-top: 30px;
}
#top_umami h2 {
	text-indent: -9999px;
	background: url(../image/top_umami_text01.png) no-repeat left center;
	width: 387px;
	height: 101px;
	margin-left: 85px;
}
#top_umami p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: -15px;
}
#top_campaign {
	margin-top: -100px;
	padding: 30px 0 20px;
	padding-bottom: 70px;
}
.default #top_campaign {
	background: #ffe111 url("../image/top_campaign_line.png") no-repeat bottom center;
}
.summer #top_campaign,
.winter #top_campaign {
	background: url("../image/top_campaign_line.png") no-repeat bottom center;
}
#top_campaign .wrap {
	position: relative;
	z-index: 1;
}
#top_campaign h2 {
	background: url(../image/top_campaign_icon.png) no-repeat left center;
	padding-left: ;
	padding: 10px 0 50px 120px;
}
#top_campaign h2 .main {
	text-indent: -9999px;
	background: url(../image/top_h2_03.png) no-repeat left center;
	width: 193px;
	display: inline-block;
	height: 69px;
	vertical-align: bottom;
	margin-right: 10px;
}
.summer #top_campaign h2 .main {
	background: url(../image/top_h2_03_s.png) no-repeat left center;
}
#top_campaign h2 .top_text01 {
	display: inline-block;
}
#top_campaign .inner02 {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#top_campaign dl {
	width: 32%;
	max-width: 330px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#top_campaign dd {
	text-align: left;
	padding: 15px 30px 15px 20px;
	position: relative;
}
#top_campaign dd:before {
	content: '';
	position: absolute;
    top: calc(50% - 8px);
    right: 15px;
	width: 14px;
    height: 14px;
    border-top: solid 4px #a38248;
    border-right: solid 4px #a38248;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#top_campaign dd a {
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	color: #a38248;
}
#top_campaign dt {
	overflow: hidden;
	width: 330px;
	height: 124px;
}
#top_campaign dl img {
    transition: transform 0.3s linear;
}
#top_campaign dl:hover img {
    transform: scale(1.1);
    opacity: 1;
}

/*top_box03*/
/*------------------------------------------------------------------------------*/
#top_box03 {
	background: #ffe111;
	padding-top: 50px;
}
.summer #top_box03,
.winter #top_box03 {
	background: none;
}
#top_box03 .inner03 {
	position: relative;
}
#top_box03 ul {
	margin-left: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1 1 auto;
	position: relative;
	z-index: 2;
}
#top_box03 #character03 {
	width: 258px;
	height: 334px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#top_box03 li {
	text-align: center;
}
#top_box03 .youtube {
	max-width: 443px;
	background: url(../image/youtube_bg.png);
	background-size: cover;
	border-radius: 15px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
#top_box03 .title {
	text-align: center;
	padding: 0 20px;
}
#top_box03 .title img {
	max-width: 402px;
	margin-top: -10px;
}
#top_box03 .youtube a {
	position: relative;
	display: block;
	padding: 20px 35px 20px 20px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
#top_box03 .youtube a:after {
    position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 3px solid #FFF;
	border-top: 3px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
	display: inline-block;
    top: 50%;
    right: 15px;
}
#top_box03 p {
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}
#top_box03 p a {
	color: #266dff;
	text-decoration: underline;
}
#top_box03 p img {
	max-width: 76px;
}
#top_box03 li:nth-child(2) img {
	max-width: 293px;
}
#top_box03 li:nth-child(3) img {
	max-width: 365px;
}
#top_box03 #top_dagashiya {
	width: 25.3%;
	min-height: 366px;
	transition: all .3s;
	padding-left: 15px;
}
#top_box03 #top_dagashiya dt {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
#top_box03 #top_dagashiya dd {
	background-color: #ff0000;
	border-radius: 0 0 20px 20px;
	padding-bottom: 15px;
}
#top_box03 #top_dagashiya dd,
#top_box03 #top_dagashiya dd a {
	color: #fff;
}
#top_box03 #top_dagashiya .unit {
	display: flex;
}
#top_box03 #top_dagashiya .unit img {
	max-width: 216px;
	margin: -30px 0 0 -15px;
}
#top_box03 #top_dagashiya  .unit .sub {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -0.5px;
	padding: 10px 0 0 3px;
}
#top_box03 #top_dagashiya p {
	padding: 10px;
	font-size: 12px;
}
#top_box03 #top_dagashiya .btn {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px;
	position: relative;
	padding-right: 25px;
}
#top_box03 #top_dagashiya .btn:before {
	content: '';
	position: absolute;
    top: calc(50% - 6px);
    right: 4%;
	width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
}
#top_box03 #top_dagashiya:hover {
	opacity: 0.7;
}
#top_box03 #top_dagashiya:hover img {
	opacity: 1;
}

/*top_box04*/
/*------------------------------------------------------------------------------*/
#top_box04 {
	padding: 100px 0 50px;
	background: #FFF url(../image/common/giza01.png) repeat-x center top;
}
.summer #top_box04 {
	background: #FFF url(../image/common/giza01_s.png) repeat-x center top;
}
.winter #top_box04 {
	background: #FFF url(../image/common/giza01_w.png) repeat-x center top;
}
#top_box04 .inner02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
#top_catalog {
	width: 50%;
	padding-right: 10%;
}
#top_catalog h3 {
	text-indent: -9999px;
	background: url(../image/top_h3_01.png) no-repeat left center;
	background-size: contain;
	width: 100%;
	max-width: 434px;
	height: 49px;
	margin: 0 auto 15px;
}
#top_box04 p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
#top_catalog .img100 img {
	max-width: 455px;
}
#top_campany {
	width: 50%;
	padding-left: 10%;
	border-left: 3px dotted #ff0000;
}
#top_campany h3 {
	text-indent: -9999px;
	background: url(../image/top_h3_02.png) no-repeat left top;
	background-size: contain;
	width: 100%;
	max-width: 332px;
	height: 71px;
	margin: -20px auto 12px;
}
#top_campany .img100 {
	margin-bottom: 15px;
}
#top_campany .img100 img {
	max-width: 438px;
}
#top_campany ul {
	display: flex;
	justify-content: center;
	flex: 1 1 auto;
}
#top_campany li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#top_campany li {
	margin: 0 5px;
}
#top_campany li a:before {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 2px solid #0ca4dd;
	border-top: 2px solid #0ca4dd;
	transform: rotate(45deg);
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

/*top_box05*/
/*------------------------------------------------------------------------------*/
#top_box05 {
	padding: 50px 0 35px;
	background: #eff0e6;
}
#top_box05 .inner02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_box05 .unit {
	width: 49%;
	padding-top: 60px;
	position: relative;
}
#top_news {
	position: relative;
	border: 5px solid #0ca4dd;
	border-radius: 30px;
	padding: 20px 0 20px 15px;
	background: #FFF;
	height: 450px;
}
#top_news:before {
	content: '';
	background: url(../image/character03.png) no-repeat;
	width: 140px;
	height: 127px;
	display: block;
	position: absolute;
	top: -50px;
	left: -80px;
}
#top_news h3 {
	text-indent: -9999px;
	background: url(../image/top_h3_03.png) no-repeat left center;
	background-size: contain;
	width: 100%;
	max-width: 187px;
	height: 39px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#top_news_in {
	overflow: auto;
	height: 360px;
	padding-right: 15px;
}
#top_news dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #0ca4dd;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#top_news .rss_date {
	color: #0ca4dd;
	margin-bottom: 10px;
}
#top_news .rss_title {
	height: 2.8em;
	overflow: hidden;
}
#top_news .rss_contents {
	display: none;
}
#top_news .btn {
	position: absolute;
	display: inline-block;
	top: 32px;
	right: 15px;
}
#top_news .btn a {
	color: #FFF;
	font-weight: bold;
	line-height: 1.4;
	padding: 5px 10px;
	background: #0ca4dd;
}
#top_news .btn a .sub:after {
	content: '';
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 5px;
}
#top_twetter {
	border: 5px solid #d0111b;
	border-radius: 30px;
	padding: 15px;
	background: #FFF;
}
#top_twetter h3 {
	text-indent: -9999px;
	background: url(../image/top_h3_04.png) no-repeat left center;
	background-size: contain;
	width: 100%;
	max-width: 406px;
	height: 119px;
	position: absolute;
	top: -85px;
	right: 15px;
}

/*top_bnr*/
/*------------------------------------------------------------------------------*/
#top_bnr {
	padding: 50px 0 100px;
	background: #FFF;
}
#top_bnr ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
#top_bnr li {
	width: 48%;
}
#top_bnr li:last-child {
	text-align: right;
}
#top_bnr li img {
	max-width: 495px;
}