@charset "utf-8";
/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0; 
}

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;
  padding: 0; 
}

.red {
  color: #df3042;
}

.purple {
  color: #7e308e;
}

.note {
  margin: 0 0 30px 20px;
}
.note span {
  margin-left: -20px;
}

a:hover {
  opacity: .7;
}


/*-------------------------------------------------------
	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 {
  margin: 0;
}
.logo-left {
  padding: 10px 0 0 10px;
}
.logo-right {
  padding: 10px 10px 0 0;
}

/*-------------------------------------------------------
	mainvisual
-------------------------------------------------------*/

.container {
  background: url(../images/bg.jpg) repeat-x top center;
}
.backimg {
  background: url(../images/bg2.jpg) no-repeat top center;
}

.mainvisual {
  margin-bottom:100px;
  text-align: center;
}

.mainvisual .title {
  margin-top: -30px;
}
.mainvisual .pkg {
  margin-top: 55px;
}
.mainvisual .about {
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .container {
    background: none;
  }
  .mainvisual .inner {
    padding-bottom: 20px;
  }
  .mainvisual {
    margin-bottom:50px;
  }
  .mainvisual img {
    width: 100%;
  }
  .mainvisual .title {
    margin-top: 0px;
  }
  .mainvisual .pkg {
    margin-top: 50px;
  }
}



/*-------------------------------------------------------
	recipe
-------------------------------------------------------*/

.recipe h2 {
  color: #ce9f3b;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.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 {
  margin: 0;
}
.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;
}

.color-pasta .recipe-list__ttl {
  color: #ce1f84;
}
.color-macaroni .recipe-list__ttl-maca{
  color: #2cb551;
}

.recipe {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .recipe {
    margin-bottom: 100px;
  }
}




/*-------------------------------------------------------
	footer
-------------------------------------------------------*/

.foot_oil {
  background: url(../images/oil_bg_foot.jpg) no-repeat bottom right;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .foot_oil {
    background-size: 130%;
    background-position: bottom 30% right;
    height: 300px;
  }
  .foot_oil img {
    width: 90%;
  }
}


.footer {
  margin-top: 0;
}

.center {
  text-align: center;
}

footer {
  background: #f00;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  margin-top: 80px;
  /*.copy {
  	margin-top: 20px;
  	font-size: 12px;
  	color: #fff;
  	padding: 20px;
  	background: #d8041b;
  }*/
}
@media screen and (max-width: 768px) {
  footer img {
    width: 200px;
  }
}




.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;
}









/*-------------------------------------------------------
  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: 5px;
}

.tab-label p{
  font-weight: bold;
  font-size: 18px;
}

.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: 14px;
  }
  .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_link {
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
  line-height: 50px;
}
.recipe_link img {
  margin-right:10px;
  vertical-align:middle;
}

