/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  background: url(../images/bg_gray_2103.png) repeat-x 0 0;
}
@media screen and (max-width: 768px) {
  body{
    background: none;
  }
}

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;
}
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: 1000px) {
  header .logo {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    padding: 0;
  }
}

.container{
  background: url(../images/bg_2202.png) no-repeat center 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container{
  background: url(../images/bg_2202.png) no-repeat center -200px;
  }
}

/*-------------------------------------------------------
	mainvisual
-------------------------------------------------------*/
.mainvisual {
  margin:0;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    margin: 0 0 20px;
    text-align: center;
  }
}

.mainvisual .inner .img-mv1{
  margin: -35px auto 0 auto;
}
.mainvisual .inner .img-mv2{
	margin: 100px auto 70px;
}
.main {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainvisual .inner .img-mv1{
    width: 70%;
    margin: 0;
  }
  .mainvisual .inner .img-mv2{
    width: 100%;
    margin: 20px 0 0;
  }
  .mainvisual .inner .img-mv2.sp{
    max-width: 500px;
    margin:20px auto 0;
  }
  .img-mvsp1 {
    width: 50%;
    margin: -10px 0 0 -10px;
  }
  .img-mvsp2 {
    width: 100%;
  }
}

.movie{
  text-align: center;
}
.movie-txt{
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .movie{
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
  }
  .movie iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}


/*-------------------------------------------------------
	recipe
-------------------------------------------------------*/
.recipe {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .recipe {
    margin: 100px 0;
  }
}
.recipe h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #cc9933;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .recipe h2 img{
    width: 70%;
  }
}
.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: 10px;
  font-weight: bold;
  color: #e62e8b;
}
.color-mame .recipe-txt h3 {
  font-weight: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #b28141;
}
.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;
}


/*-------------------------------------------------------
	footer
-------------------------------------------------------*/
.center {
  text-align: center;
}

footer {
  background: #f00;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  margin-top: 0px;
}




.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;
}





/*-------------------------------------------------------
  tab
-------------------------------------------------------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.tab-label {
  color: Gray;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid #ccc;
  padding: 20px 5px;
}

.tab-label p{
  font-weight: bold;
  font-size: 22px;
}

.tab-label:hover {
  background: rgba(200, 160, 60,.1);
}

@media only screen and (max-width: 736px) {
  .tab-label {
    width: 25%;
  }
  .tab-label p{
    font-size: 20px;
  }
  .tab-label:hover {
    background: none;
  }
}

.tab-switch:checked + .tab-label {
  color: #ce9f3b;
}

.tab-label::after {
  background: #ce9f3b;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
  width: 100%;
  z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-content {
  height:0;
  opacity:0;
  padding: 0;
  pointer-events:none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 100%;
}

.tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events:auto;
  transform: translateX(0);
}

.tab-wrap::after {
  content: '';
  height: 20px;
  order: -1;
  width: 100%;
}

.tab-switch {
  display: none;
}



.recipe_label {
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}
.recipe_label01 {
  font-weight: bold;
  font-size: 22px;
  padding: 10px;
  width: 490px;
  border-bottom: solid 4px #ce9f3b;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .recipe_label {
    border-bottom: none;
  }
  .recipe_label01 {
    width: 100%;
  }
}
