/* ==========================================================================
	 * mainvisual
========================================================================== */
.mainvisual__movie-sp {
  display: block;
}
.mainvisual__movie-pc {
  display: none;
}
.mainvisual__movie video {
  width: 100%;
  height: auto;
}
.mainvisual__container {
  position: relative;
  padding: 8vw 6.6666666667vw 25.3333333333vw;
}
.mainvisual__title {
  font-size: 4.5333333333vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 5.3333333333vw;
}
.mainvisual__bodycopy {
  font-size: 3.4666666667vw;
  line-height: 2;
}
.mainvisual__img {
  position: absolute;
  right: 10.6666666667vw;
  bottom: 8vw;
}
.mainvisual__img img {
  width: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .mainvisual__movie {
    position: relative;
    height: 450px;
  }
  .mainvisual__movie-sp {
    display: none;
  }
  .mainvisual__movie-pc {
    display: block;
  }
  .mainvisual__movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .mainvisual__movie-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .mainvisual__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 50px;
    max-width: 900px;
  }
  .mainvisual__title {
    font-size: 2.1rem;
    letter-spacing: 0.2em;
    margin-bottom: 3rem;
  }
  .mainvisual__bodycopy {
    font-size: 1.5rem;
    text-align: center;
  }
  .mainvisual__img {
    top: 5rem;
    right: 16rem;
  }
  .mainvisual__img img {
    width: 9rem;
  }
}

/* ==========================================================================
	 * award
========================================================================== */
.award {
  color: #fff;
  background-color: #331e09;
  margin-bottom: 90px;
}
.award__container {
  padding: 70px 0;
}
.award__title {
  line-height: 1;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-content: center;
  gap: 0.75rem 1rem;
}
.award__title:before {
  content: "";
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/home/awards_icon_wh.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 5.3rem;
  aspect-ratio: 53/60;
  grid-row: 1/span 2;
  grid-column: 1/span 1;
}
.award__title span.l1 {
  font-size: 1.8rem;
  font-weight: 500;
  align-self: end;
  text-align: center;
}
.award__title span.l2 {
  font-size: 2.6rem;
  font-weight: bold;
}
.award__title__bodycopy {
  font-size: 1.2rem;
  line-height: 1.5;
}
.award__logo-list {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.award__logo-img {
  background-color: #fff;
  border-radius: 0.6rem;
  width: 22.4rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.award__logo-img.wca2025 img {
  width: 19rem;
}
.award__logo-img.wccc img {
  width: 19.5rem;
}
.award__bodycopy {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 3rem;
}
.award__bodycopy strong {
  font-weight: bold;
  border-bottom: 0.3rem solid #ffd200;
  padding-bottom: 0.3rem;
}
.award__more {
  font-size: 1.5rem;
  margin-top: 3.5rem;
  padding-right: 1.2em;
  padding-left: 1.8em;
}
@media screen and (max-width: 767.9px) {
  .award {
    margin-bottom: 16vw;
  }
  .award__container {
    padding: 12vw 0;
  }
  .award__title:before {
    width: 9.3333333333vw;
  }
  .award__title span.l1 {
    font-size: 3.2vw;
  }
  .award__title span.l2 {
    font-size: 4.5333333333vw;
  }
  .award__logo-list {
    margin-top: 8vw;
    gap: 5.3333333333vw;
  }
  .award__logo-img {
    width: 34.6666666667vw;
  }
  .award__logo-img.wca2025 img {
    width: 29.3333333333vw;
  }
  .award__logo-img.wccc img {
    width: 30vw;
  }
  .award__bodycopy {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    margin-top: 6.1333333333vw;
  }
  .award__bodycopy strong {
    border-width: 1px;
    padding-bottom: 0.1em;
  }
  .award__more {
    font-size: 3.4666666667vw;
    margin-top: 3.2vw;
    left: -0.5em;
  }
}

/* ==========================================================================
	 * menu
========================================================================== */
.menu {
  margin: 0 auto 8rem;
  width: 80rem;
}
.menu__main-link, .menu__sub-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.menu__main-link_txt, .menu__sub-link_txt {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.menu__main-link_txt_summary, .menu__sub-link_txt_summary {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 0.5rem;
}
.menu__main-link_txt_title, .menu__sub-link_txt_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.menu__main-link_btn, .menu__sub-link_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.menu__main {
  margin-bottom: 60px;
}
.menu__main-link_txt {
  width: 52rem;
  height: 18rem;
  left: 14rem;
  top: 6rem;
}
.menu__main-link_txt_title {
  font-size: 2.6rem;
}
.menu__main-link_txt:before, .menu__main-link_txt::after {
  content: "";
  border: 1px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu__main-link_txt::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.menu__main-link_txt::after {
  width: calc(100% - 26px);
  height: calc(100% - 26px);
}
.menu__main-link_btn {
  top: 26.5rem;
}
.menu__sub {
  display: flex;
  justify-content: space-between;
}
.menu__sub-link {
  width: 37rem;
}
.menu__sub-link_txt {
  width: 28rem;
  height: 20rem;
  left: 4.5rem;
  top: 4.5rem;
}
.menu__sub-link_btn {
  top: 27rem;
}
@media screen and (max-width: 767.9px) {
  .menu {
    margin-bottom: 6rem;
    margin-bottom: 16vw;
    width: 100%;
  }
  .menu__main-link_txt_title, .menu__sub-link_txt_title {
    font-size: 4vw;
  }
  .menu__main {
    margin-bottom: 5.3333333333vw;
  }
  .menu__main-link_txt {
    width: 77.3333333333vw;
    height: 48vw;
    left: 11.3333333333vw;
    top: 10.6666666667vw;
  }
  .menu__main-link_txt_summary {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 0.6em;
  }
  .menu__main-link_txt_title {
    font-size: 5.3333333333vw;
  }
  .menu__main-link_txt::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
  .menu__main-link_txt::after {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
  .menu__main-link_btn {
    top: 62.6666666667vw;
  }
  .menu__sub {
    justify-content: space-evenly;
  }
  .menu__sub-link {
    width: 45.8666666667vw;
  }
  .menu__sub-link_txt {
    width: 38.6666666667vw;
    height: 25.3333333333vw;
    left: 3.7333333333vw;
    top: 3.7333333333vw;
  }
  .menu__sub-link_btn {
    top: 33.3333333333vw;
  }
}

/* ==========================================================================
	 * main-content
========================================================================== */
.main-content {
  margin-bottom: 40px;
}

.lead {
  width: 100%;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/home/recipe_bg_sp.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lead__container {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 50px;
  border-top: 1px solid #ffd200;
}

.lead__bodycopy {
  padding-bottom: 15px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .lead {
    margin-right: auto;
    margin-left: auto;
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/home/recipe_bg.png);
  }
  .lead__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 150px;
    max-width: 900px;
  }
  .lead__bodycopy {
    padding-bottom: 60px;
    font-size: 1.8rem;
  }
}
/* ==========================================================================
	 * recipe
========================================================================== */
.recipe {
  margin-bottom: 20px;
  background-color: #f4f4f2;
}

.recipe__container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.recipe__title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.recipe__title:before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 5px;
  content: "";
  display: block;
  width: 160px;
  height: 55px;
  transform: translateX(-50%);
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/home/recipe_title_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.recipe__title span {
  padding-right: 0.8em;
  padding-left: 0.8em;
  font-size: 110%;
  color: #ffd200;
}

.recipe__bodycopy {
  margin-bottom: 28px;
  padding-right: 35px;
  padding-left: 35px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.recipe__bodycopy:after {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #000;
}

.recipe__cheese {
  display: none;
}

.recipe__list {
  margin-bottom: 25px;
}

.recipe__item {
  margin-right: 10px;
  margin-left: 10px;
}

.recipe__link {
  display: block;
}

.recipe__img {
  position: relative;
}

.recipe__text {
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #fff;
}

.recipe__level {
  padding-top: 0.6em;
  padding-right: 0.8em;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #ffd200;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.recipe__picture {
  overflow: hidden;
}

.recipe__picture img {
  width: 100%;
}

.recipe__name {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.recipe__more {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.7em;
  padding-right: 0.5em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  display: block;
  max-width: 120px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

.recipe__more:hover {
  color: #fff;
}

.recipe__more:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s;
}

.recipe__more:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.recipe__more:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0.5em;
  vertical-align: -2px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_right_yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .recipe {
    margin-bottom: 10px;
  }
  .recipe__container {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .recipe__title {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
  .recipe__title:before {
    left: 52%;
    bottom: 2px;
    width: 237px;
    height: 80px;
    transform: translateX(-52%);
  }
  .recipe__bodycopy {
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: center;
  }
  .recipe__bodycopy:after {
    margin-top: 28px;
    height: 2px;
  }
  .recipe__cheese {
    position: absolute;
    top: 12%;
    right: 7%;
    display: block;
    width: 120px;
    height: 120px;
  }
  .recipe__item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .recipe__text {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .recipe__level {
    padding-top: 0.8em;
    padding-right: 1.4em;
    padding-bottom: 0.6em;
    padding-left: 0.8em;
  }
  .recipe__name {
    font-size: 1.4rem;
  }
  .recipe__more {
    padding-top: 0.8em;
    padding-bottom: 0.9em;
    max-width: 140px;
  }
}
@media screen and (min-width: 1201px) {
  .recipe__cheese {
    right: 17%;
  }
}
/* ==========================================================================
	 * basic
========================================================================== */
.basic {
  margin-bottom: 40px;
  background-color: #f4f4f2;
}

.basic__container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.basic__title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.basic__title:before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 5px;
  content: "";
  display: block;
  width: 160px;
  height: 55px;
  transform: translateX(-50%);
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/home/basic_title_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.basic__title span {
  padding-right: 0.8em;
  padding-left: 0.8em;
  font-size: 110%;
  color: #ffd200;
}

.basic__bodycopy {
  margin-bottom: 28px;
  padding-right: 35px;
  padding-left: 35px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.basic__bodycopy:after {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #000;
}

.basic__cheese {
  display: none;
}

.basic__list {
  margin-bottom: 25px;
}

.basic__item {
  margin-right: 10px;
  margin-left: 10px;
}

.basic__link {
  display: block;
}

.basic__img {
  position: relative;
}

.basic__text {
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #fff;
}

.basic__level {
  padding-top: 0.6em;
  padding-right: 1.8em;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #ffd200;
  font-family: "Averia Serif Libre", cursive;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}

.basic__level span {
  color: #fff;
}

.basic__picture {
  overflow: hidden;
}

.basic__picture img {
  width: 100%;
}

.basic__month {
  margin-bottom: 0.1em;
  font-size: 1.2rem;
}

.basic__name {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.basic__more {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.7em;
  padding-right: 0.5em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  display: block;
  max-width: 120px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

.basic__more:hover {
  color: #fff;
}

.basic__more:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s;
}

.basic__more:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.basic__more:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0.5em;
  vertical-align: -2px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_right_yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .basic {
    margin-bottom: 70px;
  }
  .basic__container {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .basic__title {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
  .basic__title:before {
    left: 52%;
    bottom: 0;
    width: 237px;
    height: 80px;
    transform: translateX(-52%);
  }
  .basic__bodycopy {
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: center;
  }
  .basic__bodycopy:after {
    margin-top: 28px;
    height: 2px;
  }
  .basic__cheese {
    position: absolute;
    top: 8%;
    left: 15%;
    display: block;
    width: 103px;
    height: 93px;
  }
  .basic__item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .basic__text {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .basic__level {
    padding-top: 0.6em;
    padding-right: 1.8em;
    padding-bottom: 0.7em;
    padding-left: 0.8em;
    font-size: 1.3rem;
  }
  .basic__name {
    font-size: 1.4rem;
  }
  .basic__more {
    padding-top: 0.8em;
    padding-bottom: 0.9em;
    max-width: 140px;
  }
}
@media screen and (min-width: 1201px) {
  .basic__cheese {
    left: 21%;
  }
}
/* ==========================================================================
	 * cheese-test
========================================================================== */
.cheese-test {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: 40px;
}

.cheese-test__link {
  display: block;
  overflow: hidden;
}

.cheese-test__picture {
  text-align: center;
}

.cheese-test__btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.cheese-test__btn img {
  width: 90px;
  height: 20px;
  transition: 0.4s;
}

.float {
  animation: float 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 479px) and (max-width: 768px) {
  .cheese-test {
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .cheese-test {
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    max-width: 900px;
  }
  .cheese-test__btn {
    bottom: 7%;
  }
  .cheese-test__btn img {
    width: 142px;
    height: 34px;
  }
}
/* ==========================================================================
	 * result
========================================================================== */
.result {
  margin-bottom: 160px;
}

.result__container {
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

.result__title {
  padding-bottom: 25px;
  border-bottom: 1px solid #ffd200;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.result__item {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-bottom: 1px solid #ffd200;
}

.result__item-link {
  margin-bottom: 8px;
  display: block;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  transition: 0.4s;
}

.result__item-link:hover {
  opacity: 0.7;
}

.result__item-title {
  position: relative;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #382ea8;
  text-decoration: underline;
}

.result__item-title:before {
  position: absolute;
  left: -20px;
  top: -3px;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 50px;
  height: 48px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/home/icon_cheese.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.result__item-bodycopy {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .result {
    margin-bottom: 230px;
  }
  .result__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    max-width: 960px;
  }
  .result__title {
    padding-bottom: 40px;
    font-size: 2.4rem;
  }
  .result__item {
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 70px;
  }
  .result__item-title {
    position: relative;
    font-size: 2rem;
  }
  .result__item-title:before {
    left: -30px;
    top: -6px;
    width: 52px;
    height: 50px;
  }
  .result__item-bodycopy {
    font-size: 1.4rem;
  }
}