@charset "UTF-8";
html {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html, body, h1, h2, h3, h4, h5, h6, figure,
blockquote, p, ul, ol, dl, dt, dd, form {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #3c2007;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
  font-size: 0;
  line-height: 0;
  width: 100%;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  border-style: none;
  color: #3c2007;
}

a:visited {
  color: #3c2007;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .-pcOnly {
    display: none;
  }
.-tabletOnly{
	display: none;
}
.c-mv-inner h1 .c-mv-txt {
}
}

@media only screen and (min-width: 768px) {
  .-spOnly {
    display: none;
  }
	.-tabletOnly{
	display: none;
}
}

.js-fadeIn {
  -webkit-transition: 1s opacity, 1.5s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s opacity, 1.5s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s opacity, 1.5s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s opacity, 1.5s transform cubic-bezier(0.165, 0.84, 0.44, 1), 1.5s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.js-fadeIn.-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* ==========================================================================
   components
   ========================================================================== */
.c-mainWrap {
  background: linear-gradient(-45deg, rgba(21, 3, 3, 0.1), rgba(255, 255, 255, 0.1)), url("../img/bg-paper.jpg");
  background-repeat: no-repeat, repeat;
  max-width: 1920px;
  width: 100%;
  overflow-x: hidden;
}



@media only screen and (max-width: 767px) {
  .c-mainWrap {
    min-width: auto;
    width: 100%;
  }
}

.c-mv{
  -webkit-animation: mv01 2.5s ease forwards;
          animation: mv01 2.5s ease forwards;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-mv {
    -webkit-animation: mvsp01 2.5s ease forwards;
            animation: mvsp01 2.5s ease forwards;
    min-width: auto;
  }
}

.c-mv-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-mv-inner {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }
}

.c-mv-head {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  opacity: 0;
  -webkit-animation: mv02 1.5s ease 2.5s forwards;
          animation: mv02 1.5s ease 2.5s forwards;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-mv-logo {
  width: 167px;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .c-mv-logo {
    width: 25%;
    margin-left: 0%;
  }
}

.c-mv-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 112px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-mv-sns {
    width: 17.5%;
    margin-right: 6.25%;
  }
}

.c-mv-icon {
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .c-mv-icon {
    -webkit-transition: 0.14s;
    transition: 0.14s;
	      margin-bottom: 70px;
  }
  .c-mv-icon:hover {
    opacity: 0.76;
  }
}

@media only screen and (max-width: 767px) {
  .c-mv-icon {
width: 48%;
height: auto;
margin-bottom: 50px;
  }
}

.c-mv-img {
  position: absolute;
width: 660px;
top: 260px;
  left: 50%;
  -webkit-transform: translateX(-335px);
          transform: translateX(-335px);
  opacity: 0;
  -webkit-animation: mv02 1.5s ease 2s forwards;
          animation: mv02 1.5s ease 2s forwards;
}

@media only screen and (max-width: 767px) {
  .c-mv-img {
width: 88%;
top: 34%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-mv-txt {
  position: absolute;
width: 500px;
top: 80px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-animation: mv02 1.5s ease 2s forwards;
          animation: mv02 1.5s ease 2s forwards;
}

@media only screen and (max-width: 767px) {
  .c-mv-txt {
    width: 74%;
    top: 14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-mv-btn {
  position: absolute;
  width: 275px;
  bottom: 35px;
  left: calc(50% + 266px);
}

@media only screen and (max-width: 767px) {
  .c-mv-btn {
    width: 43%;
    left: auto;
    right: 0%;
    bottom: 2%;
  }
}

.c-mv-btnImg {
  opacity: 0;
  -webkit-animation: mv02 1.5s ease 2s forwards;
          animation: mv02 1.5s ease 2s forwards;
}

.c-mv-atnd {
  position: absolute;
  width: 114px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  -webkit-animation: mv02 1.5s ease 2s forwards;
          animation: mv02 1.5s ease 2s forwards;
}

@media only screen and (max-width: 767px) {
  .c-mv-atnd {
    width: 27.97%;
    right: auto;
    left: 2.34%;
    bottom: 2.34%;
  }
}

@-webkit-keyframes mv01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes mv01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes mvsp01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes mvsp01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes mv02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mv02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-aboutContainer {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/bg-green.png) no-repeat center;
  background-size: 1920px 500px;
  height: 500px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer {
    padding-bottom: 7%;
    background: url(../img/bg-green-sp.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center 0vw, top left;
    background-size: 100% auto, cover;
    height: 100%;
  }
}
.c-recipesContainer {
  max-width: 1920px;
  min-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-recipesContainer {
    max-width: 100%;
    min-width: auto;
    width: 100%;
	margin-bottom: 170px;
  }
}

.c-recipesContainer02 {
  max-width: 1920px;
  min-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 900px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-recipesContainer02 {
    max-width: 100%;
    min-width: auto;
    width: 100%;
	margin-bottom: 150px;
  }
}

.c-aboutContainer-ttl {
  width: 480px;
  position: absolute;
  left: calc(50% - 220px);
  top: 50px;
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer-ttl {
    position: relative;
    width: 55%;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding-top: 11.25%;
  }
}

.c-aboutContainer-txt {
  width: 380px;
  font-size: 1.7rem;
  line-height: 2;
  position: absolute;
  left: calc(50% - 162px);
  top: 140px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer-txt {
    position: relative;
    width: 84.38%;
    font-size: 3.75vw;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding-top: 61.56%;
    padding-bottom: 8.44%;
  }
}

.c-aboutContainer-btn {
  position: absolute;
  width: 275px;
  top: 70px;
  left: calc(50% + 258px);
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer-btn.-spOnly {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin-left: 6%;
  }
}

.c-productContainer {
  padding: 80px 50px;
}

@media only screen and (max-width: 767px) {
  .c-productContainer {
    padding: 80px 10px 20px;
  }
}

.c-productContainer-ttl {
  width: 140px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .c-productContainer-ttl {
    width: 36.88%;
    padding-bottom: 5%;
  }
}
.c-pointContainer-ttl {
  	width: 680px;
    margin: 0 auto;
    padding: 80px 0 40px;
}

@media only screen and (max-width: 767px) {
  .c-pointContainer-ttl {
    width: 75%;
    padding-bottom: 5%;
	padding-top: 50px;
  }
}
.c-recipesContainer-ttl {
  width: 420px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-recipesContainer-ttl {
   width: 79%;
    padding-bottom: 5%;
  }
}
.c-shareContainer {
  position: relative;
  padding-top: 42px;
}

@media only screen and (max-width: 767px) {
  .c-shareContainer {
    padding-top: 7.3%;
  }
}

.c-shareContainer-wrap {
  width: 542px;
  height: 327px;
  margin: 0 auto;
  background: url(../img/img-share.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .c-shareContainer-wrap {
    background-size: 100%;
    width: 90%;
    height: auto;
    min-height: 56vw;
  }
}

.c-shareContainer-ttl {
  width: 267px;
  margin: 0 auto;
  padding-top: 116px;
}

@media only screen and (max-width: 767px) {
  .c-shareContainer-ttl {
    width: 55%;
    padding-top: 20%;
  }
}

.c-footerContainer {
  padding: 43px 0 58px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-footerContainer {
    padding: 4.7% 0 24.06%;
  }
}

.c-footerContainer-link {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .c-footerContainer-link {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }
  .c-footerContainer-link:hover {
    opacity: 0.76;
  }
}

@media only screen and (max-width: 767px) {
  .c-footerContainer-link {
    font-size: 3.4vw;
  }
}

.c-footerContainer-link:last-child {
  margin-right: 0;
}

.c-footerContainer-copy {
  font-weight: bold;
  font-size: 1.0rem;
  padding-top: 18px;
}

@media only screen and (max-width: 767px) {
  .c-footerContainer-copy {
    padding-top: 3%;
    font-size: 3.1vw;
  }
}

.c-modal {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../img/bg-modal.jpg) no-repeat center;
  background-size: cover;
  min-width: 1280px;
  min-height: 718px;
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-modal {
    background: url(../img/bg-modal-sp.jpg) no-repeat center;
    background-size: cover;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-product {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .m-product {
    width: 100%;
    position: relative;
  }
}

.m-product.-item01 {
  background: url(../img/img-item01.png) no-repeat;
  background-position: 4px 0;
  background-size: 640px auto;
  height: 600px;
  padding-bottom:0px;
}

@media only screen and (max-width: 767px) {
  .m-product.-item01 {
    background: none;
    height: auto;
    padding-bottom: 5%;
  }
}

.m-product.-item02 {
  background: url(../img/img-item02.png) no-repeat;
  background-position: 440px 0;
  background-size: 640px auto;
  height: 630px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .m-product.-item02 {
    background: none;
    height: auto;
    /*! padding-bottom: 10%; */  }
}

.m-product.-item03 {
  background: url(../img/img-item03.png) no-repeat;
  background-position: 4px 0;
  background-size: 640px auto;
  height: 600px;
  padding-bottom:0px;
}

@media only screen and (max-width: 767px) {
  .m-product.-item03 {
    background: none;
    height: auto;
    padding-bottom: 14%;
  }
}
.m-product-item {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


.m-product-item.-item01 {
  position: absolute;
  top: 8%;
}

.m-product-ttl.-item01 {
  width: 200px;
  padding-top: 170px;
  padding-left: 565px;
}

@media only screen and (max-width: 767px) {
  .m-product-ttl.-item01 {
    width: 36%;
    padding-top: 106.4%;
    padding-left: 30%;
  }
}

.m-product-item.-item02 {
  position: absolute;
 /*! top: 8%; */
}

.m-product-ttl.-item02 {
  width: 300px;
  padding-top: 170px;
  padding-left: 190px;
}

@media only screen and (max-width: 767px) {
   .m-product-ttl.-item02 {
    width: 50%;
    padding-top: 96%;
    padding-left: 26%;
  }
}

.m-product-item.-item03 {
  position: absolute;
  top: 8%;
}

.m-product-ttl.-item03 {
  width: 320px;
  padding-top: 170px;
  padding-left: 565px;
}

@media only screen and (max-width: 767px) {
  .m-product-ttl.-item03 {
     width: 60%;
    padding-top: 106.4%;
    padding-left: 20%;
  }
}


.m-product-txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .m-product-txt {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.m-product-txt.-item01 {
  padding-top: 23px;
  padding-left: 565px;
}

@media only screen and (max-width: 767px) {
  .m-product-txt.-item01 {
    padding: 2.6% 10.94% 0;
  }
}
.m-product-txt.-item02 {
  padding-top: 23px;
  padding-left: 190px;
}

@media only screen and (max-width: 767px) {
  .m-product-txt.-item02 {
    padding: 2.6% 10.94% 0;
  }
}
.m-product-txt.-item03 {
  padding-top: 23px;
  padding-left: 565px;
}

@media only screen and (max-width: 767px) {
  .m-product-txt.-item03 {
    padding: 2.6% 10.94% 0;
  }
}

.m-product-note {
  position: absolute;
  bottom: 25px;
  right: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .m-product-note {
    bottom: 10%;
    left: auto;
    right: 3.43%;
    font-size: 2.81vw;
  }
}

.m-newItem {
  max-width: 1920px;
  min-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/bg-new-pc.png) no-repeat center;
  height: 438px;
}

@media only screen and (max-width: 767px) {
  .m-newItem {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .m-newItem {
    width: 100%;
    background-image: url(../img/bg-new-sp.png);
    background-position: center top;
    background-size: 100% auto;
    height: 138.125vw;
  }
}

.m-newItem-inner {
  width: 920px;
  margin: 0 auto;
  padding-top: 13px;
  padding-left: 70px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .m-newItem-inner {
    padding-left: 0;
    width: 84%;
    padding: 60% 8% 10.93%;
  }
}

.m-newItem-ttl {
  width: 274px;
  display: block;
  padding-bottom: 6px;
  padding-top: 84px;
}

.m-newItem-ttl.-spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .m-newItem-ttl {
    width: 48.125vw;
    padding-top: 20%;
  }
  .m-newItem-ttl.-pcOnly {
    display: none;
  }
  .m-newItem-ttl.-spOnly {
    display: block;
  }
}

.m-newItem-subTtl {
  width: 455px;
  padding-top: 33px;
}

@media only screen and (max-width: 767px) {
  .m-newItem-subTtl {
    width: 78.125vw;
    padding-top: 5%;
  }
}

.m-newItem-img {
  position: absolute;
  width: 413px;
  right: 30px;
  top: -76px;
}

@media only screen and (max-width: 767px) {
  .m-newItem-img {
    width: 72%;
    right: 3%;
    top: -9%;
  }
}

.m-newItem-txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  width: 460px;
  padding-top: 12px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .m-newItem-txt {
    font-size: 3.75vw;
    line-height: 1.5;
    width: 100%;
    padding-bottom: 3.59375vw;
    padding-top: 3.125vw;
  }
}

.m-newItem-txt sup {
  font-size: 1.2rem;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .m-newItem-txt sup {
    font-size: 2.8125vw;
  }
}

.m-newItem-item {
  position: absolute;
  width: 401px;
  right: 38px;
  top: -65px;
}

@media only screen and (max-width: 767px) {
  .m-newItem-item {
    width: 75%;
    right: auto;
    left: 50%;
    top: -7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.m-newItem .note {
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .m-newItem .note {
    font-size: 2.81vw;
  }
}

.m-share {
  width: 69px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .m-share {
    padding-top: 4%;
    width: 20%;
  }
}

.m-share-icon {
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .m-share-icon {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }
  .m-share-icon:hover {
    opacity: 0.76;
  }
}

@media only screen and (max-width: 767px) {
  .m-share-icon {
    width: 66%;
  }
}

.m-note {
  background: url(../img/modal-note.png) no-repeat center;
  background-size: cover;
  width: 1280px;
  height: calc(921 / 1290 * 1280px);
  margin: 0 auto;
  margin-top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .m-note {
    background: url(../img/modal-note-sp.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.m-note-close {
  position: absolute;
  width: 74px;
  height: 154px;
  top: 100px;
  right: 74px;
}

@media only screen and (max-width: 767px) {
  .m-note-close {
    width: 38%;
    height: auto;
    top: auto;
    right: 10vw;
    bottom: .3%;
  }
}

.m-note-wrap {
  width: 908px;
  left: 180px;
  top: 127px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .m-note-wrap {
    width: 76.09%;
    left: auto;
    top: 13%;
    margin: 0 auto;
  }
}

.m-note-ttl {
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
}

.m-note-ttl img {
  width: 370px;
  padding: 26px 0 23px;
}

@media only screen and (max-width: 767px) {
  .m-note-ttl img {
    width: 75.15%;
    padding: 5% 0;
  }
}

.m-note-ttl:before {
  content: '';
  position: absolute;
  background: url(../img/modal-bdrTop.png) no-repeat center;
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
}

.m-note-ttl:after {
  content: '';
  position: absolute;
  background: url(../img/modal-bdrMdl.png) no-repeat center;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .m-noteImgCintainer {
    height: 436px;
  }
}

@media only screen and (max-width: 767px) {
  .m-noteImgCintainer {
    height: 83.75vw;
  }
}

.m-note-tag {
  padding-top: 13px;
  position: relative;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .m-note-tag {
    padding-top: 3%;
    padding-left: 2%;
  }
}

.m-note-no {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .m-note-no {
    width: 50%;
  }
}

.m-note-img {
  height: 308px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .m-note-img {
    height: auto;
    padding: 6% 0;
  }
}

.m-note-img img {
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 880px;
}

@media only screen and (max-width: 767px) {
  .m-note-img img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 90%;
  }
}

.m-note-itemName {
  width: 212px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .m-note-itemName {
    width: 50%;
    margin-bottom: 3%;
  }
}

.m-note-itemtxt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .m-note-itemtxt {
    font-size: 3.75vw;
    padding-bottom: 5%;
    height: 15vw;
  }
}

.m-note-hr {
  border: none;
  position: relative;
  width: 100%;
  height: 1px;
}

.m-note-hr:before {
  content: '';
  position: absolute;
  background: url(../img/modal-bdrBtm.png) no-repeat center;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .m-note-flexWrap {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.m-note-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .m-note-list {
    padding-top: 1%;
    display: block;
    white-space: nowrap;
  }
}

.m-note-item {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .m-note-item {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }
  .m-note-item:hover {
    opacity: 0.76;
  }
}

@media only screen and (max-width: 767px) {
  .m-note-item {
    height: 17vw;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .m-note-item img {
    width: auto;
    height: 100%;
  }
}

.m-note-item.-select {
  position: relative;
}

.m-note-item.-select:before {
  content: '';
  position: absolute;
  background: url(../img/modal-thum-on.png) no-repeat center;
  background-size: contain;
  width: 50px;
  height: 47px;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .m-note-item.-select:before {
    width: 100%;
    height: 80%;
    top: 0px;
  }
}

/* ==========================================================================
   parts
   ========================================================================== */
.p-toTop {
	    width: 20px;
		position: absolute;
		top: -100%;
		right: 5%;
}

@media only screen and (min-width: 768px) {
  .p-toTop {
    -webkit-transition: 0.14s;
    transition: 0.14s;
  }
  .p-toTop:hover {
    opacity: 0.76;
  }
}

@media only screen and (max-width: 767px) {
  .p-toTopSp {
    display: inline-block;
    background: url(../img/bg-brown.png) no-repeat center;
    background-size: contain;
    width: 100%;
    padding: 4.6% 0;
    text-align: center;
    margin-top: 7%;
  }
  .p-toTopSp img {
    width: 31.25%;
  }
}

.point{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1280px;
	margin: 10px auto 0;
}

.point1 , .point2 , .point3{
	position: relative;
	padding: 0 10px;
    max-width: 20%;
    min-width: 190px;
}

.point__inner{
	width: 100%;
    height: auto;
}

.point1__img{
	position: absolute;
	right: -60px;
    top: 30px;
    width: 50%;
    height: auto;
}

.point2__img{
	position: absolute;
	right: -60px;
    top: 14px;
    width: 50%;
    height: auto;
}

.point3__img{
	position: absolute;
	right:0;
	bottom:0px;
}

.point4__img{
	position: absolute;
	right:0;
	bottom:0px;
}

@media screen and (max-width:767px){
	.point1 , .point2 , .point3 , .point4{
		width: 48%;
        padding: 10px 0 0;
        max-width: 100%;
        min-width: auto;
	}
	.point1__img{
right: -44px;
    top: 40px;
	}
	.point2__img{
    right: -44px;
    top: 20px;
	}

}
.recipes{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.recipes1 , .recipes2 , .recipes3{
	position: relative;
	width: 26%;
	padding: 0 10px;
}

.recipes__inner{
	width: 100%;
    height: auto;
}

.recipes1__img{
	position: absolute;
	right: -60px;
    top: 30px;
    width: 50%;
    height: auto;
}

.recipes3__img{
	position: absolute;
	right:0;
	bottom:0px;
}

.recipes4__img{
	position: absolute;
	right:0;
	bottom:0px;
}

@media screen and (max-width:767px){
	.recipes1 , .recipes2 , .recipes3{
		width: 60%;
		padding: 10px 0 0;
	}
	.recipes1__img{
		left: -30px;
		top: 45px;
	}
	.recipes3__img{
		right: -15px;
	    bottom: 30px;
	}
	.recipes4__img{
		right: -10px;
	    bottom: 30px;
	}
}

.youtube__title{
	padding: 20px 0;
}

.tobuy{
	padding: 70px 0 0;
	text-align: center;
}

@media screen and (max-width:767px){
	.tobuy{
		padding: 50px 10px 10px;
	}
}


.tobuy__btn{
	transition: all 0.3s ease 0s;
	width: 100%;
	height: auto;
	max-width: 600px;
}

.tobuy__btn:hover{
	opacity: 0.8;
}

.logo_nitto{
	transition: all 0.3s ease 0s;
	width: 100%;
	height: auto;
	max-width: 110px;
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome, .css_selector {
position: absolute;
top: 15px;
text-align: center;
}
}
/* margin */
.mgt2  {margin-top: 2px !important;}
.mgt3  {margin-top: 3px !important;}
.mgt4  {margin-top: 4px !important;}
.mgt5  {margin-top: 5px !important;}
.mgt7  {margin-top: 7px !important;}
.mgt8  {margin-top: 8px !important;}
.mgt10 {margin-top:10px !important;}
.mgt15 {margin-top:15px !important;}
.mgt20 {margin-top:20px !important;}
.mgt25 {margin-top:25px !important;}
.mgt30 {margin-top:30px !important;}
.mgt35 {margin-top:35px !important;}
.mgt40 {margin-top:40px !important;}
.mgt45 {margin-top:45px !important;}
.mgt50 {margin-top:50px !important;}
.mgt55 {margin-top:55px !important;}
.mgt60 {margin-top:60px !important;}



/*-----------------------------------------------------------------------------------------上記まで旧デザインのCSS（2022年まで）*/





/*-----------------------------------------------------------------------------------------下記からリニューアルデザイン（2023年以降）*/


/*見出し下追加*/
.c-productContainer-ttl02{
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #660000;
	padding-bottom: 75px;
}
/*商品ラインナップ*/
.new_productContainer{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.new_product_wrap{
	display: flex;
	justify-content: space-evenly;
	background-image: url("../img/lineup_bg01.jpg");
	padding: 65px 0 60px;
	margin: 30px 0 80px;
}
.new_product_wrap02{
	display: flex;
	justify-content: space-evenly;
	background-image: url("../img/lineup_bg02.jpg");
	padding: 65px 0 60px;
}
.new_product_inner{
	width: 17%;
}
.midashi_lineup{
	width: 25%;
    position: absolute;
    top: -9%;
    left: 37.5%;
}
.lineup_copy{
	height: 70px;
}
.lineup_copy p{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
	color: #660000;
	letter-spacing: 0.12em;
}
.new_pro{
	position: relative; 
}
.new_icon{
	width: 80px;
    position: absolute;
    left: -20%;
    top: -10%;
}
.product_name{
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
    color: #660000;
    line-height: 1.3;
    padding: 5px 0 15px;
    font-size: 17px;
	text-align: center;
}
.tm_linkbtn{
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
	display: block;
    background-color: #9b1a1e;
    width: 130px;
    margin: 0 auto;
    color: #fff !important;
    font-size: 17px;
	text-align: center;
    padding: 5px;
    border-radius: 5px;
}
.tm_linkbtn:hover{
	opacity: 0.7;
}





/*シーン*/
.c-sceneContainer{
	padding: 80px 50px;
}
.scene_icon{
	width: 140px;
	margin: 0 auto;
}
.scene_ttlWrap{
	display: flex;
    justify-content: center;
    font-size: 29px;
    margin: 25px auto 40px 0;
    position: relative;
}
.scene_ttlWrap02{
	display: flex;
    justify-content: center;
    font-size: 29px;
    margin: 25px auto 40px 0;
    position: relative;
}

.scene_ttl{
	font-weight: 600;
	color: #660000;
	letter-spacing: 0.07em;
	text-align: center;
}
.er_ill_wrap{
	position: relative;
}
.scene_ill_r_top{
	width: 110px;
	position: absolute;
	top: -20%;
	right: 20%;
}
.scene_ill_r{
	width: 110px;
	position: absolute;
	top: -20%;
	right: 20%;
}
.scene_ill_l{
	width: 110px;
	position: absolute;
	top: -20%;
	left: 20%;
}
.scene_stepWrap{
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
}

.stepImg{
	width: 470px;
	margin: 0 3%;
}
.dot_line{
	border-bottom: 2px dotted;
    width: 300px;
    color: #660000;
	margin: 60px auto;
}






/*レシピ*/
.new_recipesContainer{
    padding: 80px 50px;
    background-image: url(../img/bg_recipes.jpg);
    background-size: contain;
}
.new_recipesWrap{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
}
.new_recipesWrap02{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
}
.recipe_step{
	max-width: 430px;
}
.new_recipeTtl{
	color: #fb3161;
	font-size: 36px;
	text-align: center;
	letter-spacing: 0.07em;
	font-weight: bold;
	padding-bottom: 40px;
}
.new_recipeTtl02{
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #660000;
    padding-bottom: 8px;
}
.new_osusumeWrap{
	max-width: 1230px;
    margin: 50px auto 100px;
    padding: 35px 10px 0px;
    background-color: rgba(252, 248, 237, 0.9);
    border-radius: 20px;
    border: dotted 2px #660000;
}
.new_osusumeWrap02{
	max-width: 1230px;
    margin: 50px auto 100px;
    padding: 35px 10px 0px;
    background-color: rgba(252,248,237,0.9);
    border-radius: 20px;
    border: dotted 2px #660000;
}
.osusume_ttl{
	width: 360px;
    margin: 0 auto;
}
.pairling_text{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
    color: #660000;
    line-height: 1.43;
    padding: 30px 0;
    font-size: 17px;
    text-align: center;
}
.osusume_ttl02{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
    color: #660000;
    line-height: 1.43;
    padding: 30px 0;
    font-size: 17px;
    text-align: center;
}
.new_osusumeWrap_inner{
	display: flex;
	justify-content: space-evenly;
	margin-left: 1%;
}
.osusume_jam{
	width: 17%;
}
.osusume_fruit{
	width: 18%;
}

/*ペアリング*/
.pairingTtl{
	color: #fb3161;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.07em;
	font-weight: bold;
	padding-bottom: 60px;
}
.pairingWrap{
	max-width: 1400px;
	display: flex;
	margin: 40px auto 80px;
	flex-wrap: wrap;
	justify-content: center;
}
.pairing_img{
	max-width: 520px;
    margin: 0 auto 60px;
    padding: 36px 10px 10px;
    background-color: rgba(252, 248, 237, 0.9);
    border-radius: 20px;
    border: dotted 2px #660000;
}
.pairing_inner{
	display: flex;
	justify-content: center;
}
.paringTtl02{
	 font-size: 26px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	padding-bottom: 40px;
    line-height: 1.2;
}
.pairing_product{
	width: 160px;
	margin-left: 5%;
}
.pairing_cook{
	width: 46%;
}
.cook_ex{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.06em;
	color: #660000;
	line-height: 1.3;
	font-size: 17px;
	text-align: center;
    padding: 10px 0 0;
}
.x{
	font-size: 50px;
    position: relative;
    top: 100px;
    margin: 0 10px 0 17px;
}

/*SNSリンク*/
.new_snsWrap{
	display: flex;
	justify-content: space-between;
	width: 10%;
	margin: 0 auto;
}
.new_snsIcon{
	width: 55px;
}
.new_snsIcon a img:hover{
	opacity: 0.7;
}

/*ブランドサイトリンク*/
.bland_link{
	width: 130px;
    max-width: 100%;
    margin: 0 auto 10px;
}
.bland_link a:hover{
	opacity: 0.7;
}


/*日東紅茶のごくごくアイスティー予報*/

/* 点滅CSS */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* //点滅CSS */


.gokugoku-ttl{
	width: 45%;
    margin: 40px auto 0;
    padding: 60px 0 40px;
}
.gokugoku_linkbtn{
	max-width: 580px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
    display: block;
    background-color: #9b1a1e;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    padding: 11px;
    border-radius: 5px;
    margin: 40px auto 0;
}
.gokugoku_linkbtn:hover{
	opacity: 0.7;
}

/*キャンペーン*/
.campaign-ttl{
	width: 34%;
   	margin: 40px auto 0;
    padding: 20px 0 40px;
}
.campaignContainer{
	padding: 60px 0 120px;
}
.campaign_bnr{
	width: 80%;
	margin: 0 auto;
}
.campaign_bnr a:hover{
	opacity: 0.7;
}

.new_icon02{
	width: 85px;
    position: absolute;
    left: 4%;
    top: -6%;
    z-index: 2;
}
.cap_red{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	text-align: right;
    padding-right: 50px;
    font-size: 12px;
    color: #e60012;
	font-weight: bold;
}
.cap_black{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	color: #660000;
    text-align: left;
    font-size: 12px;
    width: 26%;
    margin: 0 0 0 auto;
	font-weight: bold;
	padding-left: 1em;
    text-indent: -1em;
}

/*POPUP情報*/

.popup-ttl{
	width: 34%;
    margin: 0 auto;
    padding: 60px 0 40px;
}
.popup_wrapper{
    width: 77%;
    margin: 0 auto;
    align-items: end;
    padding: 60px 30px;
    background-image: url(../img/bg_recipes.jpg);
    background-size: contain;
}
.popup_ttl{
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.04em;
    color: #660000;
    line-height: 1.43;
    padding: 30px 0 0;
    font-size: 23px;
}
.popup_ttl_wrap{
	max-width: 900px;
	margin:  0 auto;
}
.popup_inner{
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	justify-content: space-between;
}
.popup_text p{
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
    color: #660000;
    line-height: 1.7;
    padding: 30px 0 0;
    font-size: 17px;
}
.popup_image{
    width: 30%;
	padding-top: 60px;
}
.ttl_popup{
	width: 230px;
}
.event_link{
	color: #660000;
    border-bottom: 1px solid #660000;
}
.event_link:hover{
	opacity: 0.7;
}
.m-icon_link:after{
    display: inline-block;
    background: url("../img/ico-link01.png") 0 0 no-repeat;
    background-size: 100%;
    margin-left: 5px;
    width: 1em;
    height: 1em;
    vertical-align: baseline;
    line-height: 1em;
    content: "　";
}

/*-----------------------------------------------------------------------------------------タブレット（768〜1024px）*/
@media screen and (min-width:768px) and ( max-width:1024px) {
	.-tabletOnly{
		display: block;
	}
	.-tabletNone{
		display: none;
	}
	
	.c-mainWrap{
		min-width: 768px;
	}
	.c-mv{
		min-width: 768px;
	}
	.c-mv-inner{
		min-width: 768px;
	}
	.c-aboutContainer{
		height: 410px;
	}
	.point{
		max-width: 100%;
	}
	
	.gokugoku-ttl{
		width: 60%;
		margin: 75px auto 0;
		padding: 0 0 20px;
	}
	.gokugoku_linkbtn{
		margin: 30px auto;
    	width: 60%;
	}
	.campaign-ttl {
		width: 45%;
		margin: 0 auto;
		padding: 30px 0 20px;
	}
	.campaign_bnr{
		width: 90%;
		margin: 0 auto;
	}
	.campaignContainer{
		padding: 60px 0 80px;
	}
	.c-pointContainer-ttl{
		width: 67%;
		margin: 0 auto;
		padding: 60px 0 40px;
	}
	.midashi_lineup{
		width: 35%;
		top: -9%;
		left: 33%;
	}
	.c-productContainer{
		padding: 60px 20px 10px;
	}
	.c-productContainer-ttl02{
		padding-bottom: 50px;
	}
	.new_icon {
		width: 60px;
		position: absolute;
		left: -20%;
		top: -10%;
	}
	.new_product_inner{
		width: 21%;
	}
	.lineup_copy p{
		font-size: 18px;
	}
	.tm_linkbtn{
		width: 80%;
	}
	.product_name{
		font-size: 16px;
	}
	.scene_ill_r_top {
		width: 90px;
		right: 10%;
	}
	.scene_ill_l{
		width: 90px;
		position: absolute;
		top: -70%;
		left: 10%;
	}
	.scene_ill_r{
		width: 90px;
		position: absolute;
		top: -20%;
		right: 10%;
	}
	.scene_ttl{
		font-size: 24px;
	}
	.cap_black{
		width: 38%;
	}
	.scene_stepWrap{
		width: 100%;
	}

	.pairingWrap {
		width: 94%;
	}
	.pairing_img {
		width: 80%;
	}
	.c-chartContainer {
    	max-width: 100%;
		min-width: 80%;
	}
	.new_recipesContainer{
		max-width: 100%;
		min-width: 80%;
		padding: 80px 25px;
	}
	.new_recipesWrap{
		flex-wrap: wrap;
		width: 100%;
		margin-left: 1.7%;
	}
	.new_recipesWrap02{
		flex-wrap: wrap;
		width: 100%;
	}
	.new_recipeTtl{
		padding-bottom: 20px;
	}
	.recipe_step{
		max-width: 48%;
		margin: 0 auto 20px;
	}
	.c-sceneContainer{
		padding: 80px 10px;
	}
	.cap_black{
		width: 35%;
	}
	.new_recipesContainer{
		padding: 80px 10px;
	}
	.osusume_jam{
		width: 19%;
	}
	.osusume_ttl02{
		font-size: 15px;
	}
	.osusume_fruit{
		width: 19%;
	}
	.new_osusumeWrap{
		margin: 20px auto 80px;
	}
	.new_osusumeWrap02{
		margin: 20px auto 10px;
	}
	.popup-ttl{
		font-size: 20px;
		width: 45%;
        padding: 0 0 20px;
	}
	.popup_wrapper{
		width: 90%;
	}
	.popup_image{
		position: relative;
        margin: 30px auto 0;
        width: 60%;
	}
	.popup_inner{
		display: block;
		padding: 0 20px;
	}
	.popup_text dd{
		font-size: 16px;
	}
	
}

/*-----------------------------------------------------------------------------------------スマホ（〜767pxまで）*/
@media screen and (max-width:767px){
	
/*ごくごく予報*/
.gokugoku-ttl{
	width: 92%;
	margin: 0px auto 0;
	padding: 45px 0 20px;
}
.gokugoku_linkbtn{
	font-size: 16px;
	padding: 5px;
	margin: 25px auto 0;
	width: 85%;
}

/*キャンペーン*/
.campaignContainer{
	padding: 60px 0 60px;
}
.campaign-ttl{
	width: 76%;
	padding: 0 0 20px;
	margin: 0px auto 0;
}
.campaign_bnr{
	width: 90%;
}
	
	
/*LINEUP*/
.c-productContainer-ttl02{
	padding-bottom: 50px;
}	
.midashi_lineup{
    width: 65vw;
	position: absolute;
	top: -10vw;
	left: 15%;
}	
.new_product_wrap{
	display: block;
	background-size: contain;
	padding: 65px 0 10px;
    margin: 30px 0 60px;
}
.new_product_wrap02{
	display: block;
	background-size: contain;
	padding: 65px 0 10px;
    margin: 30px 0 0;
}	
.new_product_inner{
    width: 90%;
    margin: 0 auto 50px;
}
.new_icon{
	width: 65px;
	left: 10%;
	top: -7%;
}
.lineup_copy p{
	font-size: 18px;
}

.tm_linkbtn{
	width: 50%;
}
.lineup_copy{
	height: auto;
	padding-bottom: 10px;
}

.new_product_img{
	width: 50%;
	margin: 0 auto;
}	
.cap_red{
	text-align: right;
	padding-right: 0;
}
.cap_black{
	width: 70%;
    margin: 0 0 0 auto;
}
.mgt20{
	margin-top: 10px !important;
}	
	
	
	
/*ポイント*/
.point{
	padding: 0 10px 20px;
}
	
	
/*シーン*/
.c-sceneContainer{
	padding: 70px 10px 35px;
}

.scene_ttlWrap{
	display: block;
	margin: 15px auto 40px;
	font-size: 20px;
}

.scene_ttlWrap02{
	display: block;
	margin: 15px auto 40px;
	font-size: 20px;
}
.scene_ttl{
	font-size: 18px;
}
.scene_stepWrap {
	display: block;
	width: 100%;
}
.stepImg {	
	max-width: 90%;
    margin: 0 auto 25px;
}
.dot_line{
	margin: 70px auto;
	width: 77%;
}
.scene_ill_r_top{
    width: 20%;
    top: 0;
    right: 0;
}
.scene_ill_r{
    width: 20%;
	top: -80px;
	right: 0;
}	
.scene_ill_l{
    width: 20%;
    top: -70px;
    left: 0;
}	
	

	
	
/*レシピ*/
.new_recipesContainer {
	max-width: 100%;
	min-width: 80%;	
	padding: 70px 10px 1px;
	background-size: 193%;
}
.new_recipeTtl02{
	padding-bottom: 15px;
}
.new_recipeTtl {
	font-size: 28px;
	line-height: 1.2;
	padding-bottom: 25px;
}
.new_recipesWrap{
	display: block;
	width: 100%;
	margin-left: 1.7%;
}
.new_recipesWrap02{
	display: block;
	width: 100%;
}

.recipe_step {
	width: 100%;
	margin-bottom: 20px;
}
.osusume_ttl {
	width: 100%;
    margin: 0 0 10px;
}
.pairling_text{
	text-align: left;
	margin: 0 auto 20px;
	font-size: 16px;
	padding: 5px 10px;
}
.osusume_ttl02{
	margin-bottom: 20px;
	font-size: 16px;
	padding: 5px 10px;
}
.new_osusumeWrap {
	width: 90%;
	padding: 40px 15px 10px;
	margin: 30px auto 60px;
}
.new_osusumeWrap02 {
	width: 90%;
	margin: 30px auto 80px;
}
.new_osusumeWrap_inner {
	display: block;
}
.osusume_jam {
	width: 70%;
	max-width: 100%;
	margin: 0 auto 0 17.5%;
}
.osusume_fruit {
	width: 70%;
    margin: 0 auto;
}
.pdl_5{
	padding: 0;
}
.pdl_5_sp{
	padding-left: 5%;
}
/*ペアリング	*/
.pairingTtl{
    font-size: 20px;
    margin-top: -20px;
}
.pairingWrap{
    width: 100%;
    margin: 0 auto 50px;
}
.pairing_img{
    padding: 30px 10px 10px;
    margin-bottom: 30px;
}
.pairing_inner{
    display: block;
}
.pairing_product{
	margin: 0 auto;
	width: 43%;
}
.new_snsWrap{
    width: 25%;
}
.new_snsIcon{
    width: 40px;
}
.x{
	text-align: center;
	top: 0;
}
.pairing_cook{
    width: 60%;
    margin: -10px auto 0;
}
.cook_ex{
	font-size: 15px;
	padding: 0 0 15px;
}
.new_entry_product{
	width: 95%;
	left: 3%;
}
.new_icon02{
	width: 70px;
	left: 1%;
	top: -5%;
}
.paringTtl02 {
	line-height: 1.5;
	font-size: 21px;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
}

	
/*POPUP情報*/	
	.popup-ttl{
		width: 76%;
        padding: 0 0 20px;
	}	

	.popup_wrapper {
		width: 90%;
		background-size: 193%;
		padding: 60px 0;
	}
	.popup_image{
		width: 50%;
		padding-top: 0;
		margin: 30px auto 0;
	}
	.popup_inner{
		display: block;
		padding: 0 15px;
	}
	.popup_ttl{
		font-size: 19px;
	}
	.popup_text p{
		font-size: 16px;
	}
	.ttl_popup{
		width: 200px;
	}
	.popup_ttl_wrap{
		padding: 0 15px;
	}
	
	
	
	
	
}

