@charset "UTF-8";
/*------------------------------------------------------------------------
■ 初期化
------------------------------------------------------------------------*/
.contents1 {
  overflow: hidden;
}
.contents1__inner {
  padding: 0;
  width: 100%;
}
.contents1__inner--small {
  width: auto;
  max-width: 100%;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

/*------------------------------------------------------------------------
  ■ 共通
  ------------------------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/*------------------------------------------------------------------------
  ■ 767px以下 
  ------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .contents1__inner {
    padding: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*------------------------------------------------------------------------
■ フォント・カラー
------------------------------------------------------------------------*/
.oatmeal_r {
  color: #4A4A4A;
  background-color: #FFFDFA;
}

.en {
  font-family: "Pangolin", cursive;
}

/*------------------------------------------------------------------------
■ インナー
------------------------------------------------------------------------*/
.kv {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.inner {
  max-width: 930px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}
.inner > *:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------
■ 767px以下 
------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .inner {
    max-width: 600px;
  }

  .kv {
    margin-bottom: 15px;
  }
  .kv__inner {
    padding: 0 10px;
  }
  .kv__img {
    padding: 0;
  }
}
/*------------------------------------------------------------------------
■ level1-ttl
------------------------------------------------------------------------*/
.level1-ttl {
  text-align: center;
  position: relative;
  padding-top: 100px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
.level1-ttl::after {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  width: 99px;
  height: 95px;
  background-image: url(../../contents/oatmeal_r/section-icon.png);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.level1-ttl__main {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.level1-ttl__sub {
  display: block;
  color: #f6bd21;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .level1-ttl {
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .level1-ttl::after {
    width: 70px;
    height: 67px;
  }
  .level1-ttl__main {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .level1-ttl__sub {
    font-size: 20px;
  }
}
.aotmeal-btn {
  display: inline-block;
  background-color: #f6bd21;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px;
  border: 2px solid transparent;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  font-weight: bold;
  border-radius: 100px;
}
.aotmeal-btn:focus, .aotmeal-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #f6bd21;
}
.aotmeal-btn--about {
  display: block;
  max-width: 550px;
  padding: 23px 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 20px;
}
.aotmeal-btn--about::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 2.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.aotmeal-btn--popular {
  display: block;
  max-width: 450px;
  padding: 20px 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 100px;
}
.aotmeal-btn--popular::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 2.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-cart--kit {
  justify-content: inherit;
}
.add-cart .select_quantity {
  margin-right: 10px;
}
.add-cart select {
  margin-bottom: 0;
  height: 45px;
  width: 50px;
  padding: 0 25px 0 13px;
}
.add-cart__btn {
  display: inline-block;
  font-weight: bold;
  max-width: 190px;
  width: 100%;
  padding: 15px 5px;
  font-size: 16px;
  background-color: #f6bd21;
  color: #ffffff;
  border: 2px solid transparent;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  position: relative;
}
.add-cart__btn--kit {
  max-width: 230px;
}
.add-cart__btn:hover {
  border: 2px solid #f6bd21;
  color: #f6bd21;
  background-color: #ffffff;
}
.add-cart--recommended .add-cart__btn {
  font-size: 16px;
}
.add-cart--recommended .select_quantity {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .aotmeal-btn {
    font-size: 16px;
  }
  .aotmeal-btn--about {
    font-size: 16px;
    padding: 20px 5px;
  }
  .aotmeal-btn--about::after {
    right: 1.5em;
  }
  .aotmeal-btn--popular {
    margin-bottom: 70px;
  }
  .aotmeal-btn--popular::after {
    right: 2em;
  }

  .add-cart__btn {
    font-size: 14px;
  }
  .add-cart .select_quantity {
    margin-right: 5px;
  }
  .add-cart select {
    width: 45px;
    padding: 0 22px 0 10px;
  }
}
.intro {
  padding: 0 15px;
  margin-bottom: 30px;
}
.intro__txt {
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.1em;
}

.mokuji {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.mokuji-item {
  max-width: 24.33333%;
  width: 100%;
}
.mokuji-item__link {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #f6bd21;
  color: #4A4A4A;
  padding: 16px 3px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: 0.25s;
}
.mokuji-item__link:hover {
  color: #ffffff;
  background-color: #f6bd21;
  border: 2px solid transparent;
}
.mokuji-item__link:hover .mokuji-item__sub {
  color: #ffffff;
}
.mokuji-item__main {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
}
.mokuji-item__sub {
  transition: 0.25s;
  display: block;
  color: #f6bd21;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 0 25px;
    margin-bottom: 20px;
  }
  .intro__txt {
    font-size: 16px;
    line-height: 1.8;
  }

  .mokuji {
    flex-wrap: wrap;
  }

  .mokuji-item {
    max-width: 49%;
    margin-bottom: 2%;
  }
  .mokuji-item:nth-of-type(3) .mokuji-item__link {
    padding: 10px 5px;
  }
  .mokuji-item__link {
    padding: 20px 5px;
    height: 100%;
  }
  .mokuji-item__main {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
  .mokuji-item__sub {
    font-size: 12px;
    font-weight: normal;
  }
}
.inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ------------------------------------------------
■ オートミールとは
------------------------------------------------*/
.about__txt {
  font-size: 18px;
  line-height: 2.4;
  text-align: center;
  margin-bottom: 30px;
}
.about__img-wrap {
  margin-bottom: 40px;
}

/* ------------------------------------------------
■ 人気レシピ
------------------------------------------------*/
.popular-ttl {
  font-size: 25px;
  text-align: center;
  border-top: 2px solid #f6bd21;
  border-bottom: 2px solid #f6bd21;
  padding: 20px 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.popular-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.popular-item__img-wrap {
  flex: 0 1 46.66666%;
  margin-right: 4.44444%;
}
.popular-item__img {
  border-radius: 16px;
  width: 100%;
}
.popular-item__body {
  flex: 1;
}
.popular-item__difficulty {
  border: 1px solid #f6bd21;
  border-radius: 100px;
  display: inline-block;
  padding: 13px 20px;
  background-color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}
.popular-item__level {
  border-right: 1px solid #f6bd21;
  padding-right: 12px;
  margin-right: 12px;
}
.popular-item__time {
  position: relative;
  padding-left: 22px;
}
.popular-item__time::after {
  content: "\f017";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.popular-item__material {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}
.popular-item__material a {
  text-decoration: underline;
}
.popular-item__material a:hover {
  text-decoration: none;
}
.popular-item__desc {
  background: #ffffff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 30px;
  border-radius: 16px;
}

/* ------------------------------------------------
■ レシピ一覧
------------------------------------------------*/
.recipe__inner {
  max-width: 945px;
  padding-bottom: 40px;
}

.cate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.cate-list__item {
  width: 100%;
  max-width: 19.5%;
}
.cate-list__item--all {
  max-width: 100%;
  margin-bottom: 0.8%;
}
.cate-list__link {
  background-color: #ffffff;
  border: 2px solid #f6bd21;
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #f6bd21;
  transition: 0.1s;
}
.cate-list__link:focus, .cate-list__link:hover, .cate-list__link--active {
  background-color: #f6bd21;
  border-color: currentColor;
  color: #ffffff;
}

.recipe-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

.recipe-item {
  max-width: 31.695%;
  margin-left: 0.81967%;
  margin-right: 0.81967%;
  margin-bottom: 40px;
}
.recipe-item__img {
  border-radius: 8px;
  margin-bottom: 10px;
}
.recipe-item__name {
  text-align: center;
  line-height: 1.4;
  color: #4A4A4A;
  font-weight: bold;
}

.is-none {
  display: none;
  opacity: 0;
}

.is-animate {
  display: block;
  opacity: 1;
  -webkit-animation: 0.6s zoom-in;
          animation: 0.6s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* ------------------------------------------------
■ 関連商品
------------------------------------------------*/
.product-items {
  display: flex;
  flex-wrap: wrap;
}

.product-item {
  max-width: 32.22222%;
  margin-right: 1.66666%;
  width: 100%;
  margin-bottom: 50px;
}
.product-item:nth-of-type(3n) {
  margin-right: 0;
}
.product-item__img-wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #e6e6e6;
  background-color: #ffffff;
}
.product-item__img-wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  top: 0;
  left: 0;
}
.product-item__name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
.product-item__price {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.product-item__price .__sales_price {
  font-size: 20px;
}
.product-item__tax {
  font-size: 16px;
}

/* ------------------------------------------------
■ オートミールキット
------------------------------------------------*/
.kit-item {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 16px #e5e5e5;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.kit-item__img-wrap {
  flex: 0 1 43%;
}
.kit-item__body {
  flex: 1;
  padding: 50px;
}
.kit-item__name {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.kit-item__price {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 25px;
}
.kit-item__unit {
  font-size: 18px;
}
.kit-item__tax {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 15px;
  }
  .about__img-wrap {
    margin-bottom: 25px;
  }

  .popular-recipe__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popular-ttl {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
    padding: 15px 5px;
    letter-spacing: 0.05em;
  }

  .popular-item {
    display: block;
    margin-bottom: 20px;
  }
  .popular-item__img-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .popular-item__difficulty {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 12px 17px;
  }
  .popular-item__time {
    padding-left: 18px;
  }
  .popular-item__material {
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .popular-item__desc {
    padding: 17px 23px;
  }

  .cate-list {
    padding: 10px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .cate-list__item {
    max-width: 49.5%;
    margin-bottom: 1%;
  }
  .cate-list__item--all {
    max-width: 100%;
  }
  .cate-list__link {
    font-size: 14px;
  }

  .recipe__inner {
    padding-bottom: 20px;
    max-width: 600px;
  }

  .recipe-items {
    justify-content: space-between;
  }

  .recipe-item {
    margin-left: 0;
    margin-right: 0;
    max-width: 49%;
    margin-bottom: 30px;
  }
  .recipe-item__name {
    font-size: 14px;
  }
  .recipe-item__name br {
    display: none;
  }

  .product-items {
    justify-content: space-between;
  }

  .product-item {
    max-width: 49%;
    margin-right: 0;
  }
  .product-item__img-wrap {
    margin-bottom: 10px;
  }
  .product-item__name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .product-item__name br {
    display: none;
  }
  .product-item__price .__sales_price {
    font-size: 16px;
  }
  .product-item__tax {
    font-size: 12px;
  }

  .kit-item {
    display: block;
  }
  .kit-item__img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .kit-item__body {
    padding: 25px 30px 30px;
  }
  .kit-item__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .kit-item__price {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .kit-item__unit {
    font-size: 16px;
  }
}
/*# sourceMappingURL=oatmeal_r.css.map */