/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
}

a {
  color: #314da5;
  text-decoration: none;
}
a:visited {
  color: #314da5;
  text-decoration: none;
}
a:hover {
  color: #314da5;
  text-decoration: underline;
}
a:active {
  color: #314da5;
  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;
  text-align: right;
}
header .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  header .inner {
    overflow: hidden;
    padding: 10px;
  }
}
header .logo {
  padding-top: 13px;
}
header .logo img {
  width: auto;
}
@media screen and (max-width: 768px) {
  header .logo {
    padding: 0;
  }
}

/*-------------------------------------------------------
	mainvisual
-------------------------------------------------------*/
.mainvisual {
  margin: 30px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    margin: 0 0 50px;
  }
}
.mainvisual-read {
  width: 599px;
  height: 58px;
  background: url(../images/img_mainvisual_txt.png) no-repeat 0 0;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .mainvisual-read {
    width: 100%;
    background-position: center center;
    background-size: 100% auto;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual-img {
    padding-top: 20px;
    width: 100%;
  }
}

/*-------------------------------------------------------
	arrange
-------------------------------------------------------*/
.arrange {
  margin-bottom: 120px;
  width: 100%;
}
.arrange img {
  width: 100%;
}
.arrange img .pc {
  display: block;
}
.arrange img .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .arrange img .pc {
    display: none;
  }
  .arrange img .sp {
    display: block;
  }
}

/*-------------------------------------------------------
	recipe
-------------------------------------------------------*/
.recipe {
  margin: 50px 0;
}
.recipe h2 {
  color: #f00;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
}

.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% 5% 0;
}
@media screen and (max-width: 768px) {
  .recipe-list li {
    width: auto;
    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;
}

/*-------------------------------------------------------
	osusume
-------------------------------------------------------*/
.osusume {
  margin-bottom: 60px;
}
.osusume-ttl-h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .osusume-ttl-h2 {
    top: -35px;
    height: 70px;
  }
  .osusume-ttl-h2 img {
    width: auto;
    height: 100%;
  }
}
.osusume-ttl-h2 img {
  display: block;
  margin: 0 auto;
}
.osusume-ttl-h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.osusume-icon {
  position: absolute;
  top: -80px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .osusume-icon {
    display: none;
  }
}
.osusume-box {
  position: relative;
  padding: 0px 20px 0px;
  /*border: 1px solid #555;
  @include border-radius(10px);*/
}
.osusume-list li {
  float: left;
  width: 448px;
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .osusume-list li {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.osusume-list li:nth-child(2n) {
  margin-right: 0;
}
.osusume-list-ttl {
  font-size: 18px;
}
.osusume-list-img {
  float: left;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .osusume-list-img {
    width: 35%;
    margin-right: 5%;
  }
}
.osusume-list-txt {
  float: left;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .osusume-list-txt {
    width: 60%;
  }
}
/*-------------------------------------------------------
	cake-s
-------------------------------------------------------*/
.inner {
  width: 100%;
  max-width: 980px;
}
.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;
}
.bg-cakes {
  background: url(../images/bg-cakes.png) repeat-x bottom;
  padding-bottom: 80px;
}
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;
  }
}
@media screen and (max-width: 480px) {
  .bg-cakes {
    background: url(../images/bg-cakes_sp.png) repeat-x bottom;
    padding-bottom: 80px;
  }
}
/*-------------------------------------------------------
	footer
-------------------------------------------------------*/
.center {
  text-align: center;
}

footer {
  background: #f00;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  margin-top: 0px;
  /*.copy {
  	margin-top: 20px;
  	font-size: 12px;
  	color: #fff;
  	padding: 20px;
  	background: #d8041b;
  }*/
}
@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 {
  display: inline-block;
  vertical-align: middle;
}
*/
.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;
}