/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
}

a {
  color: #9d5e2c;
  text-decoration: none;
}
a:visited {
  color: #9d5e2c;
  text-decoration: none;
}
a:hover {
  color: #9d5e2c;
  text-decoration: underline;
}
a:active {
  color: #9d5e2c;
  text-decoration: underline;
}

.inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 10px;
  }
  .inner .mainvisual img {
    width: 100%;
  }
  .inner .btn {
    width: auto;
  }
}

.indent-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.clear {
  *zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

ul {
  list-style: none;
}

.red {
  color: #df3042;
}

.purple {
  color: #7e308e;
}

.note {
  margin: 0 0 30px 20px;
}
.note span {
  margin-left: -20px;
}

/*-------------------------------------------------------
	header
-------------------------------------------------------*/
header {
  border-top: 10px solid #d8041b;
}
header .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  header .inner {
    overflow: hidden;
    padding: 10px;
  }
}
header .logo {
  padding-top: 8px;
  padding-left: 10px;
}
header .logo img {
  width: auto;
}
@media screen and (max-width: 768px) {
  header .logo {
    padding: 0;
  }
}


.container {
  background: url(../images/cake_2023_bg.png) repeat-x left 0px top 10px, center;
}
.mainvisual {
  background: url(../images/cake_main_2024.png) no-repeat top center;
  height: 970px;
  margin-bottom: 100px;
}
.mainvisual + .inner{
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .container {
    background: none;
  }
  .mainvisual {
    background: none;
    height: auto;
    margin-bottom: 20px;
  }
  .mainvisual + .inner{
    flex-wrap: wrap;
  }
}

.center {
  text-align:center;
}




.cakepack{
  float:left;
}
.takagirecipe {
  float:left;
  margin-left:21px;
  margin-bottom:50px;
}
.takagirecipe img{
  margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
  .cakepack {
    float:none;
    margin:0 auto;
    text-align:center;
  }
  .cakepack img{
    width:50%;
    margin-bottom:20px;
  }
  .takagirecipe img{
    width:100%;
  }
  .takagirecipe {
    float:none;
    margin-left:0px;
  }
}



/*-------------------------------------------------------
	recipe
-------------------------------------------------------*/
.recipe {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
	.recipe {
		margin-bottom: 40px;
	}
}

.recipe h2 {
  color: #f00;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.recipe p.yotei {
  text-align: center;
  margin-bottom: 40px;
}

.recipe-list {
  overflow: hidden;
}
.recipe-list li {
  overflow: hidden;
  float: left;
  width: 47%;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .recipe-list li {
    width: auto;
    min-height: 160px;
    margin: 0 0 5%;
  }
}
.recipe-list li:nth-child(2n) {
  margin: 0 0 5% 0;
}
.recipe-img {
  width: 40%;
  float: left;
}
.recipe-img img {
  width: 100%;
}
.recipe-txt {
  width: 56%;
  float: left;
  margin-left: 4%;
}
.recipe-txt h3 {
  font-weight: 18px;
  margin-bottom: 20px;
}
.recipe-btn {
  text-align: center;
}
.recipe-btn a {
  border: 1px solid #000;
  border-radius: 10px;
  color: #f00;
  font-weight: bold;
  padding: 20px 15px;
  width: 200px;
  display: inline-block;
}


/*-------------------------------------------------------
	cake
-------------------------------------------------------*/
.inner {
  width: 100%;
  max-width: 980px;
}
.img-mv {
	margin-bottom:50px;
}
.img-mv,.img-mv-2 {
  max-width: 100%;
}
.img-mv-txt {
  display: block;
  text-align: right;
  padding-right: 8%;
  padding-bottom: 2%;
  margin-top: -2%;
}
.img-mv-txt img{
  max-width: 285px;
}
.recipe__img-ttl {
	max-width: 275px;
	padding-bottom:50px;
}
header .logo {
  text-align: left;
  position: absolute;
}
.recipe-list__ttl {
  color: #c14c1d;
}
.recipe-list__txt {
  color: #000;
}
@media screen and (max-width: 768px) {
  .img-mv-txt {
    max-width: 285px;
    padding: 0 0 2% 0;
    margin: 1em 0 1em auto;
  }
  .img-mv-txt img {
    width: 100%;
  }
  header .logo {
    position: static;
  }
}


.cmmv {
	margin-bottom:50px;
}
.mvlist {
  text-align: center;
}
.mvlist li {
	margin:0 10px;
}
.mvlist li .movie {
	margin-bottom: 20px;
	position: relative;
}
.mvlist li .movie .icon {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -43px 0 0 -43px;
	width:80px;
}
@media only screen and (max-width: 736px) {
	.mvlist li .movie .icon {
		display: none;
	}
	.mvlist li {
		float:none;
		margin:0;
	}
}



/*-------------------------------------------------------
	footer
-------------------------------------------------------*/
.center {
  text-align: center;
}

footer {
  background: #f00;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  footer img {
    width: 200px;
  }
}




.recipe ul li h3.mTitle {
	text-align:center;
	margin-bottom:10px;
	color:#8e6700;
}
.recipe ul li .movie {
	margin-bottom: 20px;
	position: relative;
}
.recipe ul li .movie .icon {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
}
.recipe ul li .movie:hover {
  opacity: 0.8;
}
.recipe ul li .movie.pc {
  display: block;
}
.recipe ul li .movie.sp {
  display: none;
}

@media only screen and (max-width: 736px) {
  .recipe ul li .movie.sp {
    display: block;
    min-height: 180px;
  }
  .recipe ul li .movie.pc {
    display: none;
  }
  .recipe ul li .movie video {
    width: 100%;
    height: auto;
  }
}



.snsList-special {
  margin-bottom:20px;
}
.snsList-special__item {
  display: inline-block;
  margin: 0 10px;
}
.pointList-special {
  margin:18px 0;
}
.pointList-special__item {
  display: inline-block;
  margin: 0 1px;
}

.bnr-recipeAndPoint-special {
  display: inline-block;
  vertical-align: middle;
}
.mb-60 {
  margin-bottom: 60px;
}
.footer {
  margin-top: 0;
}

a:hover {
  opacity: .7;
}






.insta-img {
	margin:0 auto;
}

.insta-img li{
	float: left;
	width: 20%;
}
.insta-img li img{
	margin: 8px;
	width: 90%;
}

.insta {
	text-align: center;
}

.recipe-btn a {
border: 1px solid #666;
border-radius: 10px;
color: #f00;
font-weight: bold;
padding: 10px 15px;
width: 200px;
display: inline-block;
}

@media only screen and (max-width: 736px) {
  .insta-img li {
    padding: 0;
    margin: 0;
    width: 33%;
  }
  .insta-img li img {
    width:100px;
    margin: 5px;
  }
}

.recipe-btn2 {
  text-align: center;
  margin:20px 0 150px 0;
}
.recipe-btn2 a {
  border: 1px solid #000;
  border-radius: 10px;
  color: #f00;
  font-weight: bold;
  padding: 10px 15px;
  width: 200px;
  display: inline-block;
}



.campbnr {
	margin:80px 0;
}
.campbnr img{
	margin: 0 auto;
}
@media only screen and (max-width: 736px) {
	.campbnr img{
		width:100%;
	}
	.campbnr {
		margin:40px 0;
	}
}
