@charset "UTF-8";
/* Vars
--------------------- */
/*
Noto Sans Japanese Weight
100	Thin
200	Light
300	DemiLight
400	Regular
500	Medium
700	Bold
900	Black

Fontawesome
&#x;
300 LIGHT   線が細いもの                   fal
400 REGULAR アウトラインをとったようなもの    far
400 BRANDS  Twitterなどのブランドロゴ       fab
900 SOLID   通常アイコン、白抜きのもの       fas
*/
/* ソースサイズ */
/* Mixin
--------------------- */
/* Media Queries */
/* Vendor Prefix */
/* Extend
--------------------- */
/* Clearfix */
/* Ellipsis */
/* PseudoTable */
/* Inner */
.top-sec2 > div, .top-sec1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
@media only screen and (max-width: 1168px) {
  .top-sec2 > div, .top-sec1 {
    padding-left: 2.0547945205%;
    padding-right: 2.0547945205%;
  }
}
@media screen and (max-width: 768px) {
  .top-sec2 > div, .top-sec1 {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

/* .layout */
.layout {
  background: #F1F1F1;
}

/* ..top-visual */
.top-visual {
  height: 560px;
}
@media screen and (max-width: 768px) {
  .top-visual {
    height: 200px;
  }
  .top-visual .visual-animate__layer ul {
    height: 200px;
  }
}
.top-visual .visual-animate__dot {
  bottom: 24px;
  left: 0;
  position: absolute;
}

/* .top-txt1 */
.top-txt1 {
  font-size: 2rem;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-txt1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

/* top-noslide-recipe */
.top-noslide-recipe{
  padding-top: 70px;
}
@media screen and (max-width: 768px){
  .top-noslide-recipe{
    padding-top: 40px;
  }
}
.top-noslide-recipe__hd{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.top-noslide-recipe > div {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
.noslide-recipe-itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.noslide-recipe-items li{
  list-style:none;
  width: 30.6%;
  margin-bottom: 55px;
  margin-right: 4%;
}
.noslide-recipe-items li:nth-child(3n + 3){
  margin-right: 0;
}
.noslide-recipe-items figure{
  border-radius: 2.2em;
  overflow: hidden;
}
.noslide-recipe-items a{
  text-decoration: none;
  position: relative;
  /* color: #DD0026;
  border: 1px solid #DD0026;
  padding: 3px 1.5em;
  border-radius: 1em; */
}
.noslide-recipe-items .rec-category-label{
  color: #DD0026;
  border: 1px solid #DD0026;
  padding: 3px 0.9em;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 1em;
  font-size: 1.5rem;
}
.noslide-recipe-items img{
  width: 100%;
}
.noslide-recipe-items__item__title {
  font-size: 17px;
  margin-top: 5px;
}
@media screen and (max-width: 768px){
  .top-noslide-recipe {
    padding: 40px 6.4vw;
  }
  .noslide-recipe-items li{
    width: 100%;
    margin-bottom: 29px;
  }
  .noslide-recipe-items li:nth-child(3n + 3){
    margin-right: 4%;
  }
  .noslide-recipe-items li:nth-child(2n + 2){
    margin-right: 0;
  }
  .noslide-recipe-items figure{
    border-radius: 1.5em;
  }
  .noslide-recipe-items__item__title{
    font-size: 14px;
  }
}
/* .top-slider */
.top-slider {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .top-slider {
    margin-bottom: 40px;
  }
}
.top-slider .visual-animate__layer ul {
  height: auto;
}
.top-slider .visual-animate__layer ul > li {
  margin-right: 24px;
}
.top-slider .visual-animate__layer ul > li a {
  display: block;
  text-decoration: none;
}
.top-slider .visual-animate__layer ul > li figure {
  display: block;
}
.top-slider .visual-animate__layer ul > li figure img {
  width: 100%;
}
.top-slider .visual-animate__bg__layer {
  background: #FFF;
  border: 1px solid #232323;
  border-radius: 4px;
}
.top-slider .visual-animate__layer__inner {
  overflow: visible;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .top-slider .visual-animate__layer__inner {
    max-width: 87.2%;
  }
}
.top-slider .visual-animate__bg__layer__inner {
  text-align: left;
  vertical-align: top;
}

.top-slider__title {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 16px 24px;
}

/* .top-txt2 */
.top-txt2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-txt2 {
    font-size: 2em;
  }
}

/* .top-btn-recipe */
.top-btn-recipe {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-btn-recipe {
    margin-bottom: 40px;
    padding: 0 6.4vw;
  }
}

/* .whats-new-items */
.top-whats-new {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .top-whats-new {
    padding: 40px 6.4vw;
  }
}
.top-whats-new > div {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}

.top-whats-new__btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-whats-new__btn {
    text-align: center;
  }
}
.top-whats-new__hd {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 24px;
}

/* .top-sec1 */
.top-sec1 {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-sec1 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.top-sec1__txt1 {
  font-size: 2rem;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sec1__txt1 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

.top-sec1__row, .top-sec1__row--2,
.top-sec1__row--4, .top-sec1__row--1,
.top-sec1__row--3 {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: auto 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-sec1__row, .top-sec1__row--2,
.top-sec1__row--4, .top-sec1__row--1,
.top-sec1__row--3 {
    background: 0;
    flex-direction: column !important;
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.top-sec1__row figure, .top-sec1__row--2 figure,
.top-sec1__row--4 figure, .top-sec1__row--1 figure,
.top-sec1__row--3 figure {
  position: relative;
  width: 55%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-sec1__row figure, .top-sec1__row--2 figure,
.top-sec1__row--4 figure, .top-sec1__row--1 figure,
.top-sec1__row--3 figure {
    width: 100%;
  }
}
.top-sec1__row figure img, .top-sec1__row--2 figure img,
.top-sec1__row--4 figure img, .top-sec1__row--1 figure img,
.top-sec1__row--3 figure img {
  width: 100%;
}

.top-sec1__row--1,
.top-sec1__row--3 {
  flex-direction: row-reverse;
}
.top-sec1__row--1 figure,
.top-sec1__row--3 figure {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-sec1__row--1 figure,
.top-sec1__row--3 figure {
    margin-top: 0;
  }
}
.top-sec1__row--1 .top-sec1__row__content > div::after,
.top-sec1__row--3 .top-sec1__row__content > div::after {
  left: 100%;
}

.top-sec1__row--2,
.top-sec1__row--4 {
  flex-direction: row;
}
.top-sec1__row--2 .top-sec1__row__content,
.top-sec1__row--4 .top-sec1__row__content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-sec1__row--2 .top-sec1__row__content,
.top-sec1__row--4 .top-sec1__row__content {
    margin-top: 0;
  }
}
.top-sec1__row--2 .top-sec1__row__content > div::after,
.top-sec1__row--4 .top-sec1__row__content > div::after {
  right: 100%;
}

.top-sec1__row--1 {
  background-image: url("../img/top/sec1_bg_01.svg");
}

.top-sec1__row--2 {
  background-image: url("../img/top/sec1_bg_02.svg");
}

.top-sec1__row--3 {
  background-image: url("../img/top/sec1_bg_03.svg");
}

.top-sec1__row--4 {
  background-image: url("../img/top/sec1_bg_04.svg");
}
@media screen and (max-width: 768px){
  .top-sec1__row--1,
  .top-sec1__row--2,
  .top-sec1__row--3,
  .top-sec1__row--4{
    background-image:none;
  }
}
.top-sec1__row__hd {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .top-sec1__row__hd{
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
.top-sec1__row__content {
  position: relative;
  width: 45%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-sec1__row__content {
    width: 100%;
  }
}
.top-sec1__row__content > div {
  background: #E2E2E2;
  min-height: 310px;
  padding: 4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-sec1__row__content > div {
    min-height: auto;
    padding: 6.4vw;
  }
}
.top-sec1__row__content > div::after {
  background: #E2E2E2;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .top-sec1__row__content > div::after {
    display: none;
  }
}

.top-sec1__row2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-sec1__row2 {
    flex-direction: column-reverse;
  }
}

.top-sec1__row2__content {
  padding-right: 4%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-sec1__row2__content {
    width: 100%;
  }
}

@media only screen and (max-width: 1168px) {
  .top-sec1__row2__col iframe {
    height: 25.6849315068vw;
  }
}
@media screen and (max-width: 768px) {
  .top-sec1__row2__col iframe {
    height: 48vw;
    margin-bottom: 24px;
  }
}

/* .top-sec2 */
.top-sec2 {
  background: url("../img/top/sec2_bg_01.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sec2 {
    padding: 40px 0;
  }
}
.top-sec2 > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-sec2 > div {
    flex-direction: column;
  }
}

.top-sec2__item {
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 40px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .top-sec2__item {
    margin-bottom: 24px;
    padding: 20vw 6.4vw;
    width: 100%;
  }
  .top-sec2__item:last-child {
    margin-bottom: 0;
  }
}

.top-sec2__item__hd {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .top-sec2__item__hd {
    font-size: 2.4rem;
    margin-bottom: 14vw;
  }
}

.top-sec2__item__btn a {
  min-width: 100%;
}

/* .top-sec3 */
.top-sec3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  padding: 0 0 80px 0;
  text-align: center;
}
.top-sec3 .top-sec1__row2{
  display: block;
}
.top-sec3 .top-sec1__row2__content,
.top-sec3 .top-sec1__row2__col{
  width: 80%;
  padding-right: 0;
  margin: 0 auto;
}
.top-sec3 .top-sec1__row2__col{
  margin-top: 50px;
}
.top-sec1__row2__col {
  width: 50%;
  aspect-ratio: 16 / 9;
}

.top-sec1__row2__col iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1168px){
  .top-sec3 {
    padding-left: 2.0547945205%;
    padding-right: 2.0547945205%;
  }
}
@media screen and (max-width: 768px){
  .top-sec3 .top-sec1__row2__col{
    margin-top: 30px;
  }
}
/* top-sec4 */
.top-sec4{
  text-align: center;
  padding-bottom: 80px;
  padding-top: 80px;
  background-image: url("../img/top/sec4_bg.jpg");
  background-size: cover;
  
}
.top-sec4__row3__col{
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;

}
.top-sec4__row3__col{
  display: flex;
  justify-content: space-between;
}
.top-sec4__row3_item {
  width: 30%;
  text-align: left;
}
.top-sec4__row3_img{
  margin-bottom: 10px;
}
.top-sec4__row3_img img{
  width: 100%;
}
.top-sec4__row3_movie{
  margin: 50px auto 0;
  max-width: 1168px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-sec4__row3_movieItem{
  width: 46%;
  margin: 0 2% 30px;
}
.top-sec4__row3_movieItem iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1168px){
  .top-sec4 {
    padding-left: 2.0547945205%;
    padding-right: 2.0547945205%;
  }
}
@media screen and (max-width: 768px){
  .top-sec4{
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .top-sec4__row3__col{
    flex-wrap: wrap;
  }
  .top-sec4__row3_item{
    width: 100%;
  }
  .top-sec4__row3_img{
    width: 85%;
    margin: 0 auto;
  }
  .top-sec4__row3_movieItem{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}