@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  width: 100%;
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
html {
  overflow-x: hidden;
}
BODY {
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
}
.min {
  font-family: 'Shippori Mincho', serif;
}
p {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  padding: 0 0 15px 0;
  margin: 0;
}
.main-visual {
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  background-image: url("../img/back.jpg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.main-visual h2 {
  position: absolute;
  top: 30px;
  left: 70px;
  width: 160px;
}
section#top {
  width: 1200px;
  margin: 0 auto;
}
.main-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding: 220px 0 0 0;
}
.rice-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
/* 落下用 */
.grain {
  position: absolute;
  top: -250px;
  width: 200px;
  opacity: 0;
  animation: windFall 4s cubic-bezier(.4, .1, .6, .9) forwards;
}
/* 中の画像は回転専用 */
.grain img {
  width: 100%;
  display: block;
  animation: spin 1.2s linear infinite;
}
/* 風で流れる落下（速め） */
@keyframes windFall {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(200px, 120vh);
  }
}
/* 滑らか回転 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 位置とディレイ */
.g1 {
  left: 5%;
  animation-delay: 0s;
}
.g2 {
  left: 15%;
  animation-delay: 0.2s;
}
.g3 {
  left: 25%;
  animation-delay: 0.4s;
}
.g4 {
  left: 40%;
  animation-delay: 0.1s;
}
.g5 {
  left: 55%;
  animation-delay: 0.6s;
}
.g6 {
  left: 65%;
  animation-delay: 0.3s;
}
.g7 {
  left: 75%;
  animation-delay: 0.5s;
}
.g8 {
  left: 85%;
  animation-delay: 0.7s;
}
.g9 {
  left: 30%;
  animation-delay: 0.9s;
}
.g10 {
  left: 60%;
  animation-delay: 0.4s;
}
/* 顔を中央に配置（必要なら調整） */
.recipe-wrap {
  display: inline-block;
  perspective: 1000px;
  padding: 20px 0;
}
.recipe-wrap img {
  width: 580px;
}
/* ゆらゆらアニメ */
@keyframes sway {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(3deg) scale(1.02);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  75% {
    transform: rotate(-3deg) scale(1.02);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
/* 適用 */
.yura {
  animation: sway 5s ease-in-out infinite;
}
#recipe {
  width: 1200px;
  margin: 0 auto;
}
#recipe h2 {
  width: 514px;
  margin: 0 auto;
  padding: 125px 0 100px 0;
  line-height: 1;
}
#recipe h3 {
  font-size: 36px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0 0 0 0;
  line-height: 1;
}
#recipe p {
  font-size: 20px;
  line-height: 2em;
  padding: 40px 0 40px 0;
}
.recipebox {
  width: 1200px;
  overflow: hidden;
  padding: 0 0 50px 0;
}
.recipe-left {
  width: 590px;
  float: left;
}
.recipe-tx {
  width: 440px;
  float: right;
  padding: 120px 150px 0 0;
}
.recipe-right {
  width: 590px;
  float: right;
}
.recipe-tx2 {
  width: 440px;
  float: left;
  padding: 120px 0 0 150px;
}
#top {
  width: 1200px;
  margin: 0 auto;
}
#top h3 {
  width: 698px;
  margin: 0 auto;
  padding: 150px 0 70px 0;
  line-height: 1;
}
#top h4 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 26px;
  line-height: 2em;
  padding: 0 0 0 0;
}
.button2 {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  margin: 0 0 0 0;
  border-radius: 40px;
}
.button2::before, .button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2, .button2::before, .button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 60px;
  overflow: hidden;
  font-size: 26px;
  letter-spacing: 0.1em;
  background-color: #000;

  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.button2:hover {
  color: #000 !important;
  letter-spacing: 0.2em;
  text-decoration: none !important;

	background: #fff;
}
.button2::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #EFCD00;
  color: #333;
}
.link {
  width: 380px;
  margin: 0 0 0 0;
}
hr {
  width: 1200px;
  margin: 0 auto;
  background-image: url("../img/bar.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 11px;
}
#footbox {
  width: 700px;
  margin: 150px auto 0;
  position: relative;
}
.link-buy {
  width: 380px;
  position: absolute;
  top: 640px;
  left: 150px;
}
.link-buy-top {
  width: 430px;
  margin: 0 auto;
  padding: 70px 0 140px 0;
}
footer {
  width: 100%;
  background-image: url("../img/foot-back2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 1200px;
  padding: 350px 0 50px 0;
  margin: 0 0 0 0;
}
#foot {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
#page-top {
  position: absolute;
  top: -153px;
  left: 397px;
  font-size: 77%;
}
#page-top a {
  text-decoration: none;
  width: 106px;
  height: 106px;
  padding: 0 0 0 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.copy {
  text-align: center;
  font-size: 12px;
  color: #333;
  padding: 50px 0 0 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#foot-link {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link7 {
  width: 364px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
#conte {
  width: 100%;
  background-color: #fcf0e6;
  padding: 130px 0 100px 0;
}
#conte h3 {
  width: 690px;
  margin: 0 auto;
  line-height: 1;
  padding: 0 0 60px 0;
}
.con01 {
  text-align: center;
  line-height: 2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 24px;
  padding: 0 0 60px 0;
}
.con02 {
  text-align: left;
  line-height: 2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 24px;
  padding: 0 0 0 60px;
}
.contener {
  width: 1060px;
  position: relative;
  margin: 0 auto;
  background-image: url("../img/man2.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 440px 0 0 0;
}
.aichi {
  position: absolute;
  top: 700px;
  right: 25px;
  width: 450px;
}

.link-buy-sp {
	display: none;
}

/*スマホ==========================================================================================================*/
@media screen and (max-width: 480px) {
  BODY {
    min-width: 100%;
  }
	p {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  padding: 0 0 15px 0;
  margin: 0;
}
.main-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/main-back-sp.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.main-visual h2 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15%;
}
section#top {
  width: 100%;
  margin: 0 auto;
}
.main-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding: 90px 0 0 0;
	margin: 0 auto;
}
.rice-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
/* 落下用 */
.grain {
  position: absolute;
  top: -100px;
  width: 80px;
  opacity: 0;
  animation: windFall 4s cubic-bezier(.4, .1, .6, .9) forwards;
}
/* 中の画像は回転専用 */
.grain img {
  width: 100%;
  display: block;
  animation: spin 1.2s linear infinite;
}
/* 風で流れる落下（速め） */
@keyframes windFall {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(200px, 120vh);
  }
}
/* 滑らか回転 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 位置とディレイ */
.g1 {
  left: 5%;
  animation-delay: 0s;
}
.g2 {
  left: 15%;
  animation-delay: 0.2s;
}
.g3 {
  left: 25%;
  animation-delay: 0.4s;
}
.g4 {
  left: 40%;
  animation-delay: 0.1s;
}
.g5 {
  left: 55%;
  animation-delay: 0.6s;
}
.g6 {
  left: 65%;
  animation-delay: 0.3s;
}
.g7 {
  left: 75%;
  animation-delay: 0.5s;
}
.g8 {
  left: 85%;
  animation-delay: 0.7s;
}
.g9 {
  left: 30%;
  animation-delay: 0.9s;
}
.g10 {
  left: 60%;
  animation-delay: 0.4s;
}
/* 顔を中央に配置（必要なら調整） */
.recipe-wrap {
  display: inline-block;
  perspective: 100%;
  padding: 20px 0;
}
.recipe-wrap img {
  width: 90%;
}
/* ゆらゆらアニメ */
@keyframes sway {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(3deg) scale(1.02);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  75% {
    transform: rotate(-3deg) scale(1.02);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
/* 適用 */
.yura {
  animation: sway 5s ease-in-out infinite;
}
#recipe {
  width: 100%;
  margin: 0 auto;
}
#recipe h2 {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0 50px 0;
  line-height: 1;
}
#recipe h3 {
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0 0 0 0;
  line-height: 1;
	text-align: center;
}
#recipe p {
  font-size: 16px;
  line-height: 2em;
  padding: 20px 0 20px 0;
	text-align: center;
}
.recipebox {
  width: 100%;
  overflow: hidden;
  padding: 0 0 50px 0;
}
.recipe-left {
  width: 90%;
  float: none;
	margin: 0 0 0 10%;
}
.recipe-tx {
  width: 100%;
  float: none;
  padding: 10px 0 0 0;
}
.recipe-right {
  width: 90%;
  float: none;
	margin: 0 0 0 10%;
}
.recipe-tx2 {
  width: 100%;
  float: none;
  padding: 10px 0 0 0;
}
#top {
  width: 100%;
  margin: 0 auto;
}
#top h3 {
  width: 50%;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  line-height: 1;
}
#top h4 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 15px;
  line-height: 2em;
  padding: 0 0 0 0;
}
.button2 {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  margin: 0 0 0 0;
  border-radius: 10px;
}
.button2::before, .button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2, .button2::before, .button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  font-size: 20px;
  letter-spacing: 0.1em;
  background-color: #000;
  border: 1px solid #000;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.button2:hover {
  color: #000 !important;
  letter-spacing: 0.2em;
  text-decoration: none !important;
  border: 1px solid #000;
}
.button2::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #ff0;
  color: #333;
}
.link {
  width: 70%;
  margin: 0 auto 0;
}
hr {
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/bar.png");
  background-position: center;
  background-repeat: no-repeat;
	background-size: 100%;
  height: 10px;
}
#footbox {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}
.link-buy {
display: none;
}
	.link-buy-sp {
  width: 70%;
		margin: 0 auto;
		display: block;
}
	
	
.link-buy-top {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0 70px 0;
}
footer {
  width: 100%;
  background-image: url("../img/foot-back-sp.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 200px 0 50px 0;
  margin: 0 0 0 0;
}
#foot {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#page-top {
  position: absolute;
  top: -100px;
  left: 42%;
  font-size: 77%;
}
#page-top a {
  text-decoration: none;
  width: 60%;
  padding: 0 0 0 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.copy {
  text-align: center;
  font-size: 12px;
  color: #333;
  padding: 50px 0 0 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#foot-link {
  width: 70%;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link7 {
  width: 100%;
	margin: 0 0 15px 0;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
#conte {
  width: 100%;
  background-color: #fcf0e6;
  padding: 60px 0 50px 0;
}
#conte h3 {
  width: 90%;
  margin: 0 auto;
  line-height: 1;
  padding: 0 0 30px 0;
}
.con01 {
  text-align: center;
  line-height: 1.8em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 15px;
  padding: 0 0 15px 0;
}
.con02 {
  text-align: center;
  line-height: 1.8em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 15px;
  padding: 0 0 30px 0;
}
.contener {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-image: url("../img/man-sp.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 240px 0 0 0;
}
.aichi {
  position: relative;
  top: 0;
  right: 0;
  width: 84%;
	margin: 0 auto;
}
}