@charset "utf-8";
/* CSS Document */


/* animation　module
====================================*/
.animeated-block span.animated,
.arrow-box span.animated {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  height: 0;
  width: 0;
  text-align: center;
  box-sizing: border-box;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  font-size: calc(40px + 0.25vw);
  color: #7e8d99;
  z-index: 10;
}
.animeated-block span.animated {
  padding: 20px 0 0;
}
.animeated-block .animated {
  animation-duration: 1.5s;
}
.animated.animation-delay {
  animation-delay: .3s;
}
.animated.bounce.infinit {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

/* scrollevent 関連
-------------------------*/
.scroll-one {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 30px 0 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
  background: rgb(240,249,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scroll-two {
  position: relative;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 50px 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scroll-one h1,
.scroll-two h1 {
  display: block;
  text-align: center;
  font-size: calc(40px + 0.25vw);
  line-height: 1em;
  letter-spacing: 1.5px;
  color: #7e8d99;
}

.scroll-one .animated,
.scroll-two .animated {
  opacity: 0;
}

.scroll-one .animated.bounceInDown,
.scroll-one .animated.bounceInLeft,
.scroll-one .animated.fadeInLeft,
.scroll-two .animated.fadeInRight,
.scroll-one h1 span.animated,
.scroll-two h1 span.animated {
  opacity: 1;
  animation-duration: 2.5s;
}

/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  max-width: 1024px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto 0;
}
.contents-scroll-event-wrap {
    position: relative;
    width: 100%;
}
.recipe-wrap {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 30px;
}
.preview-wrap {
  border-top: 1px solid #ebddcd;
  margin: 30px 0;
}
.preview-photo-wrap {
  display: flex;
  align-items: flex-start;
}
/* レイアウト 関連
-------------------------*/
.head-block {
  width: 100%;
  max-height: 420px;
  margin: 0 0 50px 0;
  position: relative;
  background: #052226;
  display: block;
  background: url(../images/header-bg.jpg) repeat-x;
}
.sp-slides-container {
  background: #333;
  /* box-shadow 
  box-shadow:0px 4px 10px 0px rgba(105,105,105,0.48);
  -moz-box-shadow:0px 4px 10px 0px rgba(105,105,105,0.48);
  -webkit-box-shadow:0px 4px 10px 0px rgba(105,105,105,0.48);*/
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1),
              0 1px 6px rgba(0, 0, 0, 0.05),
              0 8px 8px rgba(0, 0, 0, 0.1),
              0 16px 16px rgba(0, 0, 0, 0.1),
              8px 32px 32px rgba(0, 0, 0, 0.15),
              8px 64px 64px rgba(0, 0, 0, 0.15);
}
#main-visual {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.intro-text {
  max-width: 1080px;
  margin: 0 auto 30px;
  color: #534741;
  font-size: calc(13px + 0.25vw);
  line-height: 2.0rem;
  letter-spacing: 1.5px;
}
.intro-text p {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.gest-info-wrap {
  max-width: 1080px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
.gest-box {
  max-width: 33.3%;
  width: 100%;
  display: block;
  margin: 0 0 30px;
  box-sizing: border-box;
  padding: 0 10px;
}
.gest-photo {
  max-width: 100px;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
}
.gest-photo-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 10px;
}
.gast-name-box {
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.recipe-bg {
  background: #D5E7D9;
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0 0 30px;
}
.recipe-box {
  max-width: 1080px;
  margin: 0 auto;
}
.dish-photo {
  max-width: 300px;
  width: 100%;
  margin: 0 30px 0 0;
  border-radius: 300px;
}
.dish-box {
  width: 100%;
}
.preview-block {
  max-width: 1080px;
  width: 100%;
  margin: 30px auto 0;
}
.preview-photo {
  max-width: 300px;
  width: 100%;
  margin: 0 0 10px;
}
.preview-photo-box {
  max-width: 33.3%;
  width: 100%;
  margin: 20px 60px 0 0;
}
.preview-photo-box:last-child {
  margin: 20px 0 0 0;
}
.footer-block {
  background: #534741;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 50px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: calc(10px + 0.25vw);
  line-height: 2.0rem;
  letter-spacing: 1.5px;
}

/* タイトル周り　デザイン
-------------------------*/
.h1-main-title {
  position: absolute;
  top: 10%;
  left: 4%;
  z-index: 20;
  -webkit-transform: translate(0%, -50%); /* Safari用 */
  transform: translate(0%, -50%);
  color: #534741;
  font-size: calc(40px + 0.25%);
  font-weight: bold;
  letter-spacing: 1.5px;
  text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
.title-ruby {
  position: absolute;
  top: 16%;
  left: 4%;
  z-index: 10;
  color: #534741;
  font-size: calc(14px + 0.25%);
  font-weight: bold;
  text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
.h1-title.anime-style {
  font-size: calc(20px + 0.25vw);
  box-sizing: border-box;
  padding-bottom: 5px;
  margin-bottom: 50px;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  border-left: solid 5px #69c6b3;
  color: #333;
}
.h1-title.anime-style::after {
  border-bottom: dotted 1px #69c6b3;
}
.h3-title.anime-style::before {
  background: #69c6b3;
}
.h3-title.anime-style::before {
  top: 33%;
}
.h1-gest-title {
  max-width: 1080px;
  margin: auto;
  text-align: center;
  color: #EB827B;
  font-size: calc(28px + 0.25vw);
  line-height: 1.5rem;
  border-bottom: 1px dashed #C7B299;
  box-sizing: border-box;
  padding: 0 0 15px 0;
}
.gest-jobname {
  color: #534741;
  font-size: calc(10px + 0.25vw);
  line-height: 1.2rem;
}
.h3-gest-name {
  color: #EB827B;
  line-height: 1.5rem;
  font-size: calc(16px + 0.25vw);
}

.h1-recipeinfo-title {
  background: #534741;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: calc(26px + 0.25vw);
  line-height: 2.8rem;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}
.dish-name {
  color: #534741;
  line-height: 2.0rem;
  font-size: calc(20px + 0.25vw);
  letter-spacing: 1.5px;
  border-bottom: 1px dashed #534741;
  margin: 0 0 20px;
  box-sizing: border-box;
  padding: 0 0 5px;
}
.zakoku-blend {
  display: inline-block;
  font-size: 80%;
}
.h4-recipe-min-title {
  font-size: calc(13px + 0.25vw);
  line-height: 1.8rem;
  margin: 0 0 5px;
}
.h4-recipe-min-title p {
  display: inline-block;
}
.preview-title {
  font-size: calc(26px + 0.25vw);
  color: #EB827B;
  text-align: center;
}
.preview-endtext {
  font-size: calc(18px + 0.25vw);
  line-height: 2.0rem;
  text-align: center;
  color: #EB827B;
  margin: 50px 0 0;
  box-sizing: border-box;
  padding: 0 10px;
}



/* 雑穀教室
===================================*/
strong.blossom {
  color: #EB827B;
}
.gest-profile {
  line-height: 1.5rem;
  font-size: calc(11px + 0.25vw);
  color: #534741;
}
.dish-text p {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 5px;
}
.dish-text p strong {
  font-size: calc(15px + 0.25vw);
  position: relative;
  top: 1px;
}
.dish-text {
  color: #534741;
  font-size: calc(12px + 0.25vw);
  line-height: 1.6rem;
  margin: 0 0 20px;
}
.dish-text:last-child {
  margin: 0;
}
.preview-bodycopy {
  text-align: center;
  font-size: calc(12px + 0.25vw);
  color: #534741;
  border-bottom: 1px dashed #534741;
  box-sizing: border-box;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.preview-cap {
  max-width: 300px;
  width: 100%;
  font-size: calc(10px + 0.25vw);
}

/* スライダーカスタマー
===================================*/
.slider-pro h3.sp-layer.h3-slide {
  width: 350px;
  font-size: calc(16px + 0.25%);
  line-height: 1.5em;
  letter-spacing: 1.5px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.slider-pro p.sp-layer {
  font-size: calc(13px + 0.25%);
  line-height: 1.5em;
  margin: 0;
  text-align: justify; /* 両端揃え(均等割り付け) */
}
span.makura {
  font-size: calc(12px + 0.25%);
  letter-spacing: 1px;
  line-height: 1.5rem;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1200px) {
/* wrap 関連
-------------------------*/
.preview-photo-wrap {
  box-sizing: border-box;
  padding: 0 10px;
}
/* レイアウト 関連
-------------------------*/
.head-block {
  max-height: 420px;
  margin: 0 0 20px 0;
}
.intro-text {
  max-width: 1080px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 0 20px;
}
.recipe-box {
  max-width: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0 10px;
}

}
@media screen and (max-width: 980px) {
/* タイトル周り　デザイン
-------------------------*/
.preview-endtext {
  font-size: calc(16px + 0.25vw);
  line-height: 2.0rem;
}
.h1-main-title {
  top: 15%;
}
.title-ruby {
  top: 22%;
}
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
/* レイアウト 関連
-------------------------*/

/* タイトル周り　デザイン
-------------------------*/
.h1-main-title {
  top: 12%;
  font-size: calc(32px + 0.25%);
}
.title-ruby {
  top: 18%;
  font-size: calc(14px + 0.25%);
}
.h1-gest-title {
  font-size: calc(26px + 0.25vw);
}
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
/* wrap 関連
-------------------------*/
.recipe-wrap {
  display: block;
}
.preview-wrap {
  border-top: 1px solid #efe7dd;
  margin: 10px 0 30px;
}
.preview-photo-wrap {
  display: block;
}
/* レイアウト 関連
-------------------------*/
.gest-info-wrap {
  max-width: 100%;
  display: block;
}
.gest-box {
  max-width: 100%;
  border-bottom: 1px solid #dbd7d2;
  padding: 0 10px 10px;
  margin: 0 0 20px;
}
.gest-box:last-child {
  border-bottom: none;
}
.dish-photo {
  margin: 0 auto 20px;
}
.preview-block {
  box-sizing: border-box;
  padding: 0 10px;
}
.preview-photo-box {
  max-width: 100%;
  margin: 30px 0 0 0;
}
.preview-photo {
  max-width: 100%;
}

/* 雑穀教室
===================================*/
.gest-profile {
  line-height: 1.2rem;
  font-size: calc(12px + 0.25vw);
}
.dish-text {
  font-size: calc(13px + 0.25vw);
  line-height: 1.4rem;
  margin: 0 0 10px;
}
.preview-cap {
  max-width: 100%;
  font-size: calc(14px + 0.25vw);
  line-height: 1.5rem;
}

/* タイトル周り　デザイン
-------------------------*/
.h1-main-title {
  top: 12%;
  font-size: calc(20px + 0.25%);
}
.title-ruby {
  top: 18%;
  font-size: calc(10px + 0.25%);
  transform: scale(0.7);
  transform-origin: left center; 
}
.h1-gest-title {
  font-size: calc(20px + 0.25vw);
  line-height: 1.0rem;
  padding: 0 0 10px 0;
}
.intro-text {
  line-height: 1.5rem;
}
.h1-recipeinfo-title {
  font-size: calc(17px + 0.25vw);
  line-height: 2.0rem;
}
.h4-recipe-min-title {
  font-size: calc(13px + 0.25vw);
  line-height: 1.8rem;
  margin: 0 0 5px;
}
.h4-recipe-min-title {
  font-size: calc(14px + 0.25vw);
}
.preview-title {
  font-size: calc(20px + 0.25vw);
}
/* scrollevent 関連
-------------------------*/
.scroll-one,
.scroll-two {
  height: inherit;
}
.scroll-one {
padding: 30px 20px 50px;
}
.scroll-two {
padding: 50px 20px 50px;
}
/* wrap 関連
-------------------------*/
.contents-wrap {
  padding: 0 20px;
}
}
@media screen and (max-width: 375px) {
/* タイトル周り　デザイン
-------------------------*/
.h1-main-title {
  top: 14%;
  font-size: calc(20px + 0.25%);
}
.title-ruby {
  top: 20%;
  font-size: calc(10px + 0.25%);
  transform: scale(0.6);
  transform-origin: left center; 
}
.h1-recipeinfo-title {
  font-size: calc(15px + 0.25vw);
  line-height: 2.0rem;
}
.preview-title {
  font-size: calc(18px + 0.25vw);
}
.preview-endtext {
  font-size: calc(13px + 0.25vw);
  line-height: 1.5rem;
  margin: 20px 0;
}
}

