:root {
  --color-white: #fff;
  --color-beige: #f0e6d2;
  --color-black: #000;
  --color-brown: #76572f;
  --color-purple: #72459b;
  --color-red: #c50018;
  --color-blue: #003893;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow: auto;
}

html.of, html.open {
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  color: var(--color-black);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
  background-color: var(--color-white);
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

h1, h2, h3, h4 {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul>li, ol>li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

table, th, td {
  margin: 0;
  padding: 0;
}

a {
  color: var(--color-black);
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

picture {
  display: block;
}

svg path, svg polygon, svg rect {
  fill-rule: evenodd;
  clip-rule: evenodd;
}

br.pc {
  display: inline;
}

@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media (max-width: 767px) {
  br.sp {
    display: inline;
  }
}

.momoya-whg__cmn_content {
  position: relative;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_content.jpg");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_content.jpg") 1x, url("/page/50th_tieup/_assets/img/common/bg_content@2x.jpg") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_content.jpg") 1x, url("/page/50th_tieup/_assets/img/common/bg_content@2x.jpg") 2x);
  background-size: 1920px 1453px;
  background-repeat: repeat;
  background-position: center top;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
}

.momoya-whg__cmn_content::after {
  pointer-events: none;
  position: absolute;
  top: 180px;
  left: -50%;
  right: -50%;
  z-index: 0;
  height: calc(100% - 180px);
  content: "";
  background-position: center top;
  background-repeat: repeat-y;
  margin: auto;
}

.momoya-whg__cmn_content.breakfast::after {
  width: 1462px;
  background-image: url("/page/50th_tieup/_assets/img/breakfast/bg_content.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/breakfast/bg_content.png") 1x, url("/page/50th_tieup/_assets/img/breakfast/bg_content@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/breakfast/bg_content.png") 1x, url("/page/50th_tieup/_assets/img/breakfast/bg_content@2x.png") 2x);
  background-size: 1462px 3777px;
}

.momoya-whg__cmn_content.stayplan::after {
  width: 1343px;
  background-image: url("/page/50th_tieup/_assets/img/stayplan/bg_content.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/stayplan/bg_content.png") 1x, url("/page/50th_tieup/_assets/img/stayplan/bg_content@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/stayplan/bg_content.png") 1x, url("/page/50th_tieup/_assets/img/stayplan/bg_content@2x.png") 2x);
  background-size: 1343px 3548px;
}

.momoya-whg__cmn_content.recipecontest::after {
  width: 1462px;
  background-image: url("/page/50th_tieup/_assets/img/recipecontest/bg_content.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/recipecontest/bg_content.png") 1x, url("/page/50th_tieup/_assets/img/recipecontest/bg_content@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/recipecontest/bg_content.png") 1x, url("/page/50th_tieup/_assets/img/recipecontest/bg_content@2x.png") 2x);
  background-size: 1462px 4269px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__cmn_content {
    background-size: 160vw 121.0833333333vw;
  }

  .momoya-whg__cmn_content::after {
    top: 15vw;
    height: calc(100% - 15vw);
  }

  .momoya-whg__cmn_content.breakfast::after {
    width: 121.8333333333vw;
    background-size: 121.8333333333vw 314.75vw;
  }

  .momoya-whg__cmn_content.stayplan::after {
    width: 111.9166666667vw;
    background-size: 111.9166666667vw 295.6666666667vw;
  }

  .momoya-whg__cmn_content.recipecontest::after {
    width: 121.8333333333vw;
    background-size: 121.8333333333vw 355.75vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__cmn_content {
    background-image: url("/page/50th_tieup/_assets/img/common/bg_content_sp.jpg");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_content_sp.jpg") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_content_sp.jpg") 1x);
    background-size: 100vw 1269.6vw;
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }

  .momoya-whg__cmn_content::after {
    top: 126vw;
    height: calc(100% - 126vw);
  }

  .momoya-whg__cmn_content.breakfast::after {
    width: 111.4666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png") 1x);
    background-size: 111.4666666667vw 334.6666666667vw;
  }

  .momoya-whg__cmn_content.stayplan::after {
    width: 111.4666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png") 1x);
    background-size: 111.4666666667vw 334.6666666667vw;
  }

  .momoya-whg__cmn_content.recipecontest::after {
    width: 111.4666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png") 1x);
    background-size: 111.4666666667vw 334.6666666667vw;
  }
}

.momoya-whg__cmn_menu {
  position: relative;
  z-index: 1;
  width: 1040px;
  height: 80px;
  text-align: center;
  border-radius: 40px;
  background-color: var(--color-white);
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
}

.momoya-whg__cmn_menu>span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.momoya-whg__cmn_menu ul {
  font-size: 0;
}

.momoya-whg__cmn_menu ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 36px;
}

.momoya-whg__cmn_menu ul li::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  content: "";
  width: 2px;
  height: 20px;
  background-color: var(--color-brown);
  margin: auto;
}

.momoya-whg__cmn_menu ul li:last-child::after {
  display: none;
}

.momoya-whg__cmn_menu ul li a {
  display: block;
  position: relative;
  color: var(--color-brown);
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.momoya-whg__cmn_menu ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: var(--color-brown);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.momoya-whg__cmn_menu ul li a:hover::after {
  opacity: 1;
}

.momoya-whg__cmn_menu ul li a.display::after {
  opacity: 1;
}

.momoya-whg__cmn_menu.top {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__cmn_menu {
    width: 90vw;
    height: 6.6666666667vw;
    border-radius: 3.3333333333vw;
    margin-bottom: 6.25vw;
  }

  .momoya-whg__cmn_menu ul li {
    padding: 0 1.6666666667vw;
  }

  .momoya-whg__cmn_menu ul li a {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .momoya-whg__cmn_menu {
    width: 94.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 40px;
    margin-bottom: 8vw;
  }

  .momoya-whg__cmn_menu ul {
    width: 100%;
  }

  .momoya-whg__cmn_menu ul li {
    width: calc(25% - 0.2666666667vw);
    padding: 0;
  }

  .momoya-whg__cmn_menu ul li:nth-of-type(1) {
    width: 12vw;
  }

  .momoya-whg__cmn_menu ul li:nth-of-type(2), .momoya-whg__cmn_menu ul li:nth-of-type(3), .momoya-whg__cmn_menu ul li:nth-of-type(4) {
    width: 26vw;
  }

  .momoya-whg__cmn_menu ul li::after {
    right: -0.2666666667vw;
    width: 0.2666666667vw;
    height: 6.6666666667vw;
  }

  .momoya-whg__cmn_menu ul li a {
    display: inline-block;
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }

  .momoya-whg__cmn_menu ul li a::after {
    bottom: -0.2666666667vw;
    height: 0.1333333333vw;
  }

  .momoya-whg__cmn_menu ul li a:hover::after {
    opacity: 0;
  }

  .momoya-whg__cmn_menu ul li a.display::after {
    opacity: 1;
  }

  .momoya-whg__cmn_menu.top ul li {
    width: auto;
    padding: 0 1.3333333333vw;
  }

  .momoya-whg__cmn_menu.top ul li a {
    font-size: 2.4vw;
  }
}

.momoya-whg__cmn_title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.momoya-whg__cmn_title-img {
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.momoya-whg__cmn_title-img.breakfast {
  width: 1040px;
}

.momoya-whg__cmn_title-img.stayplan {
  width: 1040px;
}

.momoya-whg__cmn_title-img.recipecontest {
  width: 1040px;
}

.momoya-whg__cmn_title-img img {
  width: 100%;
}

.momoya-whg__cmn_title-line {
  width: 634px;
  height: 14px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line01.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line01.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line01@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line01.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line01@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.momoya-whg__cmn_title-text {
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.12em;
  line-height: 1.5833333333;
  text-align: center;
}

.momoya-whg__cmn_title-photo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 652px;
  border: 6px solid var(--color-white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  margin: 40px auto;
}

.momoya-whg__cmn_title-photo img {
  width: 100%;
}

.momoya-whg__cmn_title-btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 480px;
  height: 80px;
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  border-radius: 40px;
  background-color: var(--color-brown);
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__cmn_title-btn.end {
  font-size: 2rem;
}

.momoya-whg__cmn_title-btn.margin {
  margin-bottom: 40px;
}

.momoya-whg__cmn_title-btn>span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.momoya-whg__cmn_title-btn a {
  display: block;
  isolation: isolate;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  color: var(--color-red);
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.02em;
  text-align: center;
  border: 3px solid var(--color-red);
  border-radius: 40px;
  background-color: var(--color-white);
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__cmn_title-btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.momoya-whg__cmn_title-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--color-red);
  opacity: 0;
  -webkit-transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__cmn_title-btn a::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_red.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin: auto;
}

.momoya-whg__cmn_title-btn a:hover {
  color: var(--color-white);
  background-color: var(--color-red);
}

.momoya-whg__cmn_title-btn a:hover::before {
  width: 100%;
  opacity: 1;
}

.momoya-whg__cmn_title-btn a:hover::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_white.svg");
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__cmn_title {
    margin-bottom: 4.1666666667vw;
  }

  .momoya-whg__cmn_title-img {
    margin-bottom: 2.9166666667vw;
  }

  .momoya-whg__cmn_title-img.breakfast {
    width: 86.6666666667vw;
  }

  .momoya-whg__cmn_title-img.stayplan {
    width: 86.6666666667vw;
  }

  .momoya-whg__cmn_title-img.recipecontest {
    width: 86.6666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__cmn_title {
    margin-bottom: 6.6666666667vw;
  }

  .momoya-whg__cmn_title-img {
    margin-bottom: 4.6666666667vw;
  }

  .momoya-whg__cmn_title-img.breakfast {
    width: 85.3333333333vw;
  }

  .momoya-whg__cmn_title-img.stayplan {
    width: 85.3333333333vw;
  }

  .momoya-whg__cmn_title-img.recipecontest {
    width: 85.3333333333vw;
  }

  .momoya-whg__cmn_title-line {
    width: 85.3333333333vw;
    height: 2.2666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line01_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line01_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line01_sp.png") 1x);
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__cmn_title-text {
    width: 86.6666666667vw;
    font-size: 4.2666666667vw;
    margin-right: auto;
    margin-left: auto;
  }

  .momoya-whg__cmn_title-photo {
    width: 85.3333333333vw;
    border: 0.8vw solid var(--color-white);
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.6);
    margin: 5.3333333333vw auto;
  }

  .momoya-whg__cmn_title-btn {
    width: 85.3333333333vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    border-radius: 6vw;
  }

  .momoya-whg__cmn_title-btn.end {
    font-size: 2.8vw;
  }

  .momoya-whg__cmn_title-btn.margin {
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__cmn_title-btn a {
    height: 12vw;
    font-size: 3.4666666667vw;
    border: 0.5333333333vw solid var(--color-red);
    border-radius: 6vw;
  }

  .momoya-whg__cmn_title-btn a::before {
    display: none;
  }

  .momoya-whg__cmn_title-btn a::after {
    right: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }

  .momoya-whg__cmn_title-btn a:hover {
    color: var(--color-red);
    background-color: var(--color-white);
  }

  .momoya-whg__cmn_title-btn a:hover::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_red.svg");
  }
}

.momoya-whg__cmn_inpage {
  position: relative;
  z-index: 1;
  width: 1060px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.momoya-whg__cmn_inpage-btn {
  display: inline-block;
  width: calc(50% - 21px);
  vertical-align: middle;
  margin: 0 10px;
}

.momoya-whg__cmn_inpage-btn a {
  display: block;
  isolation: isolate;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  color: var(--color-black);
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.02em;
  text-align: center;
  border: 3px solid var(--color-brown);
  border-radius: 30px;
  background-color: var(--color-white);
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__cmn_inpage-btn a>span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.momoya-whg__cmn_inpage-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--color-brown);
  opacity: 0;
  -webkit-transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__cmn_inpage-btn a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url("/page/50th_tieup/_assets/img/common/icon_arrow_brown.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
}

.momoya-whg__cmn_inpage-btn a:hover {
  color: var(--color-white);
  background-color: var(--color-brown);
}

.momoya-whg__cmn_inpage-btn a:hover::before {
  width: 100%;
  opacity: 1;
}

.momoya-whg__cmn_inpage-btn a:hover::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_arrow_white.svg");
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__cmn_inpage {
    width: 88.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }

  .momoya-whg__cmn_inpage-btn {
    width: calc(50% - 1.75vw);
    margin: 0 0.8333333333vw;
  }

  .momoya-whg__cmn_inpage-btn a {
    height: 5vw;
    font-size: 1.5833333333vw;
    border: 0.25vw solid var(--color-brown);
    border-radius: 2.5vw;
  }

  .momoya-whg__cmn_inpage-btn a::after {
    right: 1.6666666667vw;
    width: 1vw;
    height: 1.6666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__cmn_inpage {
    width: 85.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__cmn_inpage-btn {
    display: block;
    width: 100%;
    margin: 0;
  }

  .momoya-whg__cmn_inpage-btn:nth-of-type(1) {
    margin-bottom: 2.6666666667vw;
  }

  .momoya-whg__cmn_inpage-btn a {
    height: 10.6666666667vw;
    font-size: 3.4666666667vw;
    border: 0.5333333333vw solid var(--color-brown);
    border-radius: 5.3333333333vw;
  }

  .momoya-whg__cmn_inpage-btn a::before {
    display: none;
  }

  .momoya-whg__cmn_inpage-btn a::after {
    right: 2.6666666667vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }

  .momoya-whg__cmn_inpage-btn a:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }

  .momoya-whg__cmn_inpage-btn a:hover::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_arrow_brown.svg");
  }
}

.momoya-whg__cmn_foot {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.momoya-whg__cmn_foot-btn {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__cmn_foot-btn a {
  display: block;
  isolation: isolate;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  color: var(--color-black);
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 40px;
  background-color: var(--color-white);
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__cmn_foot-btn a>span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.momoya-whg__cmn_foot-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--color-brown);
  opacity: 0;
  -webkit-transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__cmn_foot-btn a::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin: auto;
}

.momoya-whg__cmn_foot-btn a:hover {
  color: var(--color-white);
}

.momoya-whg__cmn_foot-btn a:hover::before {
  width: 100%;
  opacity: 1;
}

.momoya-whg__cmn_foot-btn.btn01 {
  margin-bottom: 40px;
}

.momoya-whg__cmn_foot-btn.btn01 a {
  border: 4px solid var(--color-purple);
}

.momoya-whg__cmn_foot-btn.btn01 a::before {
  background-color: var(--color-purple);
}

.momoya-whg__cmn_foot-btn.btn01 a::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_purple.svg");
}

.momoya-whg__cmn_foot-btn.btn01 a:hover {
  background-color: var(--color-purple);
}

.momoya-whg__cmn_foot-btn.btn01 a:hover::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_white.svg");
}

.momoya-whg__cmn_foot-btn.btn02 a {
  border: 4px solid var(--color-blue);
}

.momoya-whg__cmn_foot-btn.btn02 a::before {
  background-color: var(--color-blue);
}

.momoya-whg__cmn_foot-btn.btn02 a::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_blue.svg");
}

.momoya-whg__cmn_foot-btn.btn02 a:hover {
  background-color: var(--color-blue);
}

.momoya-whg__cmn_foot-btn.btn02 a:hover::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_white.svg");
}

@media (max-width: 767px) {
  .momoya-whg__cmn_foot {
    padding-top: 10.6666666667vw;
  }

  .momoya-whg__cmn_foot-btn {
    width: 85.3333333333vw;
  }

  .momoya-whg__cmn_foot-btn a {
    height: 12vw;
    font-size: 3.4666666667vw;
    border-radius: 6vw;
  }

  .momoya-whg__cmn_foot-btn a::before {
    display: none;
  }

  .momoya-whg__cmn_foot-btn a::after {
    right: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }

  .momoya-whg__cmn_foot-btn a:hover {
    color: var(--color-black);
  }

  .momoya-whg__cmn_foot-btn.btn01 {
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__cmn_foot-btn.btn01 a {
    border: 0.5333333333vw solid var(--color-purple);
  }

  .momoya-whg__cmn_foot-btn.btn01 a::before {
    background-color: var(--color-purple);
  }

  .momoya-whg__cmn_foot-btn.btn01 a::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_purple.svg");
  }

  .momoya-whg__cmn_foot-btn.btn01 a:hover {
    background-color: var(--color-white);
  }

  .momoya-whg__cmn_foot-btn.btn01 a:hover::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_purple.svg");
  }

  .momoya-whg__cmn_foot-btn.btn02 a {
    border: 0.5333333333vw solid var(--color-blue);
  }

  .momoya-whg__cmn_foot-btn.btn02 a::before {
    background-color: var(--color-blue);
  }

  .momoya-whg__cmn_foot-btn.btn02 a::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_blue.svg");
  }

  .momoya-whg__cmn_foot-btn.btn02 a:hover {
    background-color: var(--color-white);
  }

  .momoya-whg__cmn_foot-btn.btn02 a:hover::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_blue.svg");
  }
}

.momoya-whg__top_keyvisual--wrap {
  height: 100vh;
  text-align: center;
}

.momoya-whg__top_keyvisual img {
  height: 100vh;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__top_keyvisual--wrap {
    width: 100%;
    height: 100%;
  }

  .momoya-whg__top_keyvisual img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .momoya-whg__top_keyvisual--wrap {
    height: 100%;
  }

  .momoya-whg__top_keyvisual img {
    width: 100%;
    height: 100%;
  }
}

.momoya-whg__top_lead {
  position: relative;
  width: 100%;
  background-image: url("/page/50th_tieup/_assets/img/top/bg_lead.jpg");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/top/bg_lead.jpg") 1x, url("/page/50th_tieup/_assets/img/top/bg_lead@2x.jpg") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/top/bg_lead.jpg") 1x, url("/page/50th_tieup/_assets/img/top/bg_lead@2x.jpg") 2x);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0 120px 0;
}

.momoya-whg__top_lead--wrap {
  width: 698px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__top_lead--wrap img {
  pointer-events: none;
  width: 100%;
}

@media (max-width: 767px) {
  .momoya-whg__top_lead {
    background-image: url("/page/50th_tieup/_assets/img/top/bg_lead_sp.jpg");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/top/bg_lead_sp.jpg") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/top/bg_lead_sp.jpg") 1x);
    padding: 10.6666666667vw 0;
  }

  .momoya-whg__top_lead--wrap {
    width: 93.6vw;
  }
}

.momoya-whg__top_content {
  position: relative;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_content.jpg");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_content.jpg") 1x, url("/page/50th_tieup/_assets/img/common/bg_content@2x.jpg") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_content.jpg") 1x, url("/page/50th_tieup/_assets/img/common/bg_content@2x.jpg") 2x);
  background-size: 1920px 1453px;
  background-repeat: repeat;
  background-position: center top;
  padding-top: 120px;
  padding-bottom: 120px;
}

.momoya-whg__top_content::after {
  pointer-events: none;
  position: absolute;
  top: 65px;
  left: -50%;
  right: -50%;
  z-index: 0;
  width: 1614px;
  height: calc(100% - 65px);
  content: "";
  background-image: url("/page/50th_tieup/_assets/img/top/bg_content.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/top/bg_content.png") 1x, url("/page/50th_tieup/_assets/img/top/bg_content@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/top/bg_content.png") 1x, url("/page/50th_tieup/_assets/img/top/bg_content@2x.png") 2x);
  background-size: 1614px 1225px;
  background-position: center top;
  background-repeat: repeat-y;
  margin: auto;
}

.momoya-whg__top_content-goods {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 133px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__top_content-goods img {
  width: 100%;
}

.momoya-whg__top_content--wrap {
  position: relative;
  z-index: 1;
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__top_content--wrap>h2 {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.momoya-whg__top_content--wrap>h2 img {
  pointer-events: none;
  width: 100%;
}

.momoya-whg__top_content-title.title01 {
  width: 838px;
  padding-top: 75px;
}

.momoya-whg__top_content-title.title02 {
  width: 612px;
  padding-top: 60px;
}

.momoya-whg__top_content-title.title03 {
  width: 783px;
  padding-top: 60px;
}

.momoya-whg__top_content-detail {
  width: 896px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.momoya-whg__top_content-detail::after {
  display: block;
  content: "";
  clear: both;
}

.momoya-whg__top_content-detail.detail01 .momoya-whg__top_content-detail-photo {
  float: left;
  margin-right: 30px;
}

.momoya-whg__top_content-detail.detail01 .momoya-whg__top_content-detail-text {
  float: right;
}

.momoya-whg__top_content-detail.detail02 .momoya-whg__top_content-detail-photo {
  float: right;
  margin-left: 30px;
}

.momoya-whg__top_content-detail.detail02 .momoya-whg__top_content-detail-text {
  float: left;
}

.momoya-whg__top_content-detail.detail03 .momoya-whg__top_content-detail-photo {
  float: left;
  margin-right: 30px;
}

.momoya-whg__top_content-detail.detail03 .momoya-whg__top_content-detail-text {
  float: right;
  margin-bottom: 0;
}

.momoya-whg__top_content-detail-photo, .momoya-whg__top_content-detail-text {
  vertical-align: middle;
}

.momoya-whg__top_content-detail-photo {
  width: 544px;
}

.momoya-whg__top_content-detail-photo img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid var(--color-white);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.momoya-whg__top_content-detail-text {
  width: 322px;
  margin-top: 40px;
}

.momoya-whg__top_content-detail-text p {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

.momoya-whg__top_content-detail-text p span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 5px;
}

.momoya-whg__top_content-detail-text p span.end {
  color: #e60011;
  font-size: 1.6rem;
  font-weight: 500;
}

.momoya-whg__top_content-detail-text div {
  width: 100%;
}

.momoya-whg__top_content-detail-text div a {
  display: block;
  isolation: isolate;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  color: var(--color-black);
  font-size: 2rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.12em;
  text-align: center;
  border: 3px solid var(--color-brown);
  border-radius: 30px;
  background-color: var(--color-white);
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__top_content-detail-text div a>span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.momoya-whg__top_content-detail-text div a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background-color: var(--color-brown);
  -webkit-transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__top_content-detail-text div a::after {
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url("/page/50th_tieup/_assets/img/common/icon_arrow_brown.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin: auto;
}

.momoya-whg__top_content-detail-text div a:hover {
  color: var(--color-white);
  background-color: var(--color-brown);
}

.momoya-whg__top_content-detail-text div a:hover::before {
  width: 100%;
  opacity: 1;
}

.momoya-whg__top_content-detail-text div a:hover::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_arrow_white.svg");
}

.momoya-whg__top_content-line {
  width: 634px;
  height: 14px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line01.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line01.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line01@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line01.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line01@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.momoya-whg__top_content-line.detail {
  margin-bottom: 0;
}

.momoya-whg__top_content-foot {
  margin-top: 120px;
}

.momoya-whg__top_content-foot-btn {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__top_content-foot-btn a {
  display: block;
  isolation: isolate;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  color: var(--color-black);
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 40px;
  background-color: var(--color-white);
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000), background-color 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__top_content-foot-btn a>span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.momoya-whg__top_content-foot-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.momoya-whg__top_content-foot-btn a::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: background-image 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin: auto;
}

.momoya-whg__top_content-foot-btn a:hover {
  color: var(--color-white);
}

.momoya-whg__top_content-foot-btn a:hover::before {
  width: 100%;
  opacity: 1;
}

.momoya-whg__top_content-foot-btn.btn01 {
  margin-bottom: 40px;
}

.momoya-whg__top_content-foot-btn.btn01 a {
  border: 4px solid var(--color-purple);
}

.momoya-whg__top_content-foot-btn.btn01 a::before {
  background-color: var(--color-purple);
}

.momoya-whg__top_content-foot-btn.btn01 a::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_purple.svg");
}

.momoya-whg__top_content-foot-btn.btn01 a:hover {
  background-color: var(--color-purple);
}

.momoya-whg__top_content-foot-btn.btn01 a:hover::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_white.svg");
}

.momoya-whg__top_content-foot-btn.btn02 a {
  border: 4px solid var(--color-blue);
}

.momoya-whg__top_content-foot-btn.btn02 a::before {
  background-color: var(--color-blue);
}

.momoya-whg__top_content-foot-btn.btn02 a::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_blue.svg");
}

.momoya-whg__top_content-foot-btn.btn02 a:hover {
  background-color: var(--color-blue);
}

.momoya-whg__top_content-foot-btn.btn02 a:hover::after {
  background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_white.svg");
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__top_content {
    background-size: 160vw 121.0833333333vw;
  }

  .momoya-whg__top_content::after {
    top: 5.4166666667vw;
    width: 134.5vw;
    height: calc(100% - 5.4166666667vw);
    background-size: 134.5vw 102.0833333333vw;
  }

  .momoya-whg__top_content--wrap {
    width: 86.6666666667vw;
  }

  .momoya-whg__top_content-title.title01 {
    width: 69.8333333333vw;
    padding-top: 6.25vw;
  }

  .momoya-whg__top_content-title.title02 {
    width: 51vw;
    padding-top: 5vw;
  }

  .momoya-whg__top_content-title.title03 {
    width: 65.25vw;
    padding-top: 5vw;
  }

  .momoya-whg__top_content-detail {
    width: 74.6666666667vw;
  }

  .momoya-whg__top_content-detail.detail01 .momoya-whg__top_content-detail-photo {
    margin-right: 2.5vw;
  }

  .momoya-whg__top_content-detail.detail02 .momoya-whg__top_content-detail-photo {
    margin-left: 2.5vw;
  }

  .momoya-whg__top_content-detail.detail03 .momoya-whg__top_content-detail-photo {
    margin-right: 2.5vw;
  }

  .momoya-whg__top_content-detail.detail03 .momoya-whg__top_content-detail-text {
    margin-top: 2.5vw;
  }

  .momoya-whg__top_content-detail-photo {
    width: 45.3333333333vw;
  }

  .momoya-whg__top_content-detail-photo img {
    border: 0.5vw solid var(--color-white);
    border-radius: 1.6666666667vw;
    -webkit-box-shadow: 0 0 5vw rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5vw rgba(0, 0, 0, 0.2);
  }

  .momoya-whg__top_content-detail-text {
    width: calc(100% - 47.8333333333vw);
    margin-top: 3.75vw;
  }

  .momoya-whg__top_content-detail-text p {
    font-size: 1.6rem;
    margin-bottom: 3.3333333333vw;
  }

  .momoya-whg__top_content-detail-text p span {
    font-size: 2.2rem;
    padding-bottom: 0.4166666667vw;
  }

  .momoya-whg__top_content-detail-text p span.end {
    font-size: 1.6rem;
  }

  .momoya-whg__top_content-detail-text div a {
    height: 5vw;
    font-size: 1.6666666667vw;
    border: 0.25vw solid var(--color-brown);
    border-radius: 2.5vw;
  }

  .momoya-whg__top_content-detail-text div a::after {
    right: 2.5833333333vw;
    width: 1vw;
    height: 1.6666666667vw;
  }

  .momoya-whg__top_content-line {
    margin-bottom: 5vw;
  }

  .momoya-whg__top_content-foot {
    margin-top: 10vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__top_content {
    background-image: url("/page/50th_tieup/_assets/img/common/bg_content_sp.jpg");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_content_sp.jpg") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_content_sp.jpg") 1x);
    background-size: 100vw 1269.6vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }

  .momoya-whg__top_content::after {
    top: 26.6666666667vw;
    width: 111.4666666667vw;
    height: calc(100% - 26.6666666667vw);
    background-image: url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_content02_sp.png") 1x);
    background-size: 111.4666666667vw 334.6666666667vw;
  }

  .momoya-whg__top_content-goods {
    top: -8vw;
    width: 12.7333333333vw;
  }

  .momoya-whg__top_content--wrap {
    width: 100%;
  }

  .momoya-whg__top_content--wrap>h2 {
    margin-bottom: 6.6666666667vw;
  }

  .momoya-whg__top_content-title.title01 {
    width: 93.3333333333vw;
    padding-top: 10vw;
  }

  .momoya-whg__top_content-title.title02 {
    width: 68vw;
    padding-top: 8vw;
  }

  .momoya-whg__top_content-title.title03 {
    width: 85.0666666667vw;
    padding-top: 8vw;
  }

  .momoya-whg__top_content-detail {
    width: 85.3333333333vw;
    margin-bottom: 8vw;
  }

  .momoya-whg__top_content-detail::after {
    display: block;
    content: "";
    clear: both;
  }

  .momoya-whg__top_content-detail.detail01 .momoya-whg__top_content-detail-photo {
    float: none;
    margin-right: 0;
  }

  .momoya-whg__top_content-detail.detail01 .momoya-whg__top_content-detail-text {
    float: none;
  }

  .momoya-whg__top_content-detail.detail02 .momoya-whg__top_content-detail-photo {
    float: none;
    margin-left: 0;
  }

  .momoya-whg__top_content-detail.detail02 .momoya-whg__top_content-detail-text {
    float: none;
  }

  .momoya-whg__top_content-detail.detail03 .momoya-whg__top_content-detail-photo {
    float: none;
    margin-right: 0;
  }

  .momoya-whg__top_content-detail.detail03 .momoya-whg__top_content-detail-text {
    float: none;
    margin-top: 5.3333333333vw;
  }

  .momoya-whg__top_content-detail-photo {
    width: 100%;
  }

  .momoya-whg__top_content-detail-photo img {
    border: 0.8vw solid var(--color-white);
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0 8vw rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8vw rgba(0, 0, 0, 0.2);
  }

  .momoya-whg__top_content-detail-text {
    width: 100%;
    margin-top: 5.3333333333vw;
  }

  .momoya-whg__top_content-detail-text p {
    font-size: 3.2vw;
    margin-bottom: 6.6666666667vw;
  }

  .momoya-whg__top_content-detail-text p span {
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }

  .momoya-whg__top_content-detail-text p span.end {
    font-size: 3.2vw;
  }

  .momoya-whg__top_content-detail-text div {
    width: 53.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }

  .momoya-whg__top_content-detail-text div a {
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    border: 0.5333333333vw solid var(--color-brown);
    border-radius: 5.3333333333vw;
  }

  .momoya-whg__top_content-detail-text div a::before {
    display: none;
  }

  .momoya-whg__top_content-detail-text div a::after {
    right: 2.8vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }

  .momoya-whg__top_content-detail-text div a:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }

  .momoya-whg__top_content-detail-text div a:hover::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_arrow_brown.svg");
  }

  .momoya-whg__top_content-line {
    width: 85.3333333333vw;
    height: 2.1333333333vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line01_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line01_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line01_sp.png") 1x);
    margin-bottom: 8vw;
  }

  .momoya-whg__top_content-foot {
    margin-top: 13.3333333333vw;
  }

  .momoya-whg__top_content-foot-btn {
    width: 85.3333333333vw;
  }

  .momoya-whg__top_content-foot-btn a {
    height: 12vw;
    font-size: 3.4666666667vw;
    border-radius: 6vw;
  }

  .momoya-whg__top_content-foot-btn a::before {
    display: none;
  }

  .momoya-whg__top_content-foot-btn a::after {
    right: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }

  .momoya-whg__top_content-foot-btn a:hover {
    color: var(--color-black);
  }

  .momoya-whg__top_content-foot-btn.btn01 {
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__top_content-foot-btn.btn01 a {
    border: 0.5333333333vw solid var(--color-purple);
  }

  .momoya-whg__top_content-foot-btn.btn01 a::before {
    background-color: var(--color-purple);
  }

  .momoya-whg__top_content-foot-btn.btn01 a::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_purple.svg");
  }

  .momoya-whg__top_content-foot-btn.btn01 a:hover {
    background-color: var(--color-white);
  }

  .momoya-whg__top_content-foot-btn.btn01 a:hover::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_purple.svg");
  }

  .momoya-whg__top_content-foot-btn.btn02 a {
    border: 0.5333333333vw solid var(--color-blue);
  }

  .momoya-whg__top_content-foot-btn.btn02 a::before {
    background-color: var(--color-blue);
  }

  .momoya-whg__top_content-foot-btn.btn02 a::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_blue.svg");
  }

  .momoya-whg__top_content-foot-btn.btn02 a:hover {
    background-color: var(--color-white);
  }

  .momoya-whg__top_content-foot-btn.btn02 a:hover::after {
    background-image: url("/page/50th_tieup/_assets/img/common/icon_blank_blue.svg");
  }
}

.momoya-whg__breakfast_content--wrap {
  position: relative;
  z-index: 1;
  width: 1040px;
  border-radius: 40px;
  background-color: var(--color-white);
  padding: 80px 0;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__breakfast_content--wrap.wrap01 {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__breakfast_content--wrap {
    width: 86.6666666667vw;
    border-radius: 3.3333333333vw;
    padding: 6.6666666667vw 0;
  }

  .momoya-whg__breakfast_content--wrap.wrap01 {
    margin-bottom: 3.3333333333vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__breakfast_content--wrap {
    width: 85.3333333333vw;
    border-radius: 5.3333333333vw;
    padding: 12vw 0;
  }

  .momoya-whg__breakfast_content--wrap.wrap01 {
    margin-bottom: 5.3333333333vw;
  }
}

.momoya-whg__breakfast_content-title {
  position: relative;
  padding-bottom: 30px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.momoya-whg__breakfast_content-title.title01 {
  width: 679px;
}

.momoya-whg__breakfast_content-title.title02 {
  width: 292px;
}

.momoya-whg__breakfast_content-title.title03 {
  width: 818px;
}

.momoya-whg__breakfast_content-title img {
  width: 100%;
}

.momoya-whg__breakfast_content-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 116px;
  height: 10px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line02.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__breakfast_content-title.title01 {
    width: 56.5833333333vw;
  }

  .momoya-whg__breakfast_content-title.title02 {
    width: 24.3333333333vw;
  }

  .momoya-whg__breakfast_content-title.title03 {
    width: 68.1666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__breakfast_content-title {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__breakfast_content-title.title01 {
    width: 73.8666666667vw;
  }

  .momoya-whg__breakfast_content-title.title02 {
    width: 32.5333333333vw;
  }

  .momoya-whg__breakfast_content-title.title03 {
    width: 60vw;
  }

  .momoya-whg__breakfast_content-title::after {
    width: 19.3333333333vw;
    height: 1.4666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 2x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 2x);
  }
}

.momoya-whg__breakfast_content-text {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__breakfast_content-text {
    padding: 0 5vw;
    margin-bottom: 4.1666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__breakfast_content-text {
    font-size: 3.2vw;
    line-height: 1.625;
    letter-spacing: 0.04em;
    margin-bottom: 5.3333333333vw;
  }
}

.momoya-whg__breakfast_content-recipe {
  width: 910px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.momoya-whg__breakfast_content-recipe.last {
  margin-bottom: 80px;
}

.momoya-whg__breakfast_content-recipe-photo, .momoya-whg__breakfast_content-recipe-detail {
  display: inline-block;
  vertical-align: middle;
}

.momoya-whg__breakfast_content-recipe-photo {
  width: 512px;
}

.momoya-whg__breakfast_content-recipe-photo.left {
  margin-right: 35px;
}

.momoya-whg__breakfast_content-recipe-photo.right {
  margin-left: 35px;
}

.momoya-whg__breakfast_content-recipe-photo.pc {
  display: inline-block;
}

.momoya-whg__breakfast_content-recipe-photo.sp {
  display: none;
}

.momoya-whg__breakfast_content-recipe-photo img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid var(--color-beige);
  border-radius: 20px;
}

.momoya-whg__breakfast_content-recipe-detail {
  width: 360px;
}

.momoya-whg__breakfast_content-recipe-detail h4 {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.momoya-whg__breakfast_content-recipe-detail h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 360px;
  height: 6px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line03.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line03.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line03@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line03.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line03@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__breakfast_content-recipe-detail h4 img {
  width: 100%;
}

.momoya-whg__breakfast_content-recipe-detail p {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__breakfast_content-recipe {
    width: 75.8333333333vw;
    margin-bottom: 3.3333333333vw;
  }

  .momoya-whg__breakfast_content-recipe.last {
    margin-bottom: 6.6666666667vw;
  }

  .momoya-whg__breakfast_content-recipe-photo {
    width: 42.6666666667vw;
  }

  .momoya-whg__breakfast_content-recipe-photo.left {
    margin-right: 2.9166666667vw;
  }

  .momoya-whg__breakfast_content-recipe-photo.right {
    margin-left: 2.9166666667vw;
  }

  .momoya-whg__breakfast_content-recipe-photo img {
    border: 0.5vw solid var(--color-beige);
    border-radius: 1.6666666667vw;
  }

  .momoya-whg__breakfast_content-recipe-detail {
    width: calc(100% - 45.75vw);
  }

  .momoya-whg__breakfast_content-recipe-detail h4 {
    font-size: 2.5vw;
  }

  .momoya-whg__breakfast_content-recipe-detail h4::after {
    width: 30vw;
    height: 0.5vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__breakfast_content-recipe {
    width: 74.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }

  .momoya-whg__breakfast_content-recipe.last {
    margin-bottom: 21.3333333333vw;
  }

  .momoya-whg__breakfast_content-recipe-photo, .momoya-whg__breakfast_content-recipe-detail {
    display: block;
  }

  .momoya-whg__breakfast_content-recipe-photo {
    width: 100%;
  }

  .momoya-whg__breakfast_content-recipe-photo.left {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__breakfast_content-recipe-photo.right {
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__breakfast_content-recipe-photo.pc {
    display: none;
  }

  .momoya-whg__breakfast_content-recipe-photo.sp {
    display: block;
  }

  .momoya-whg__breakfast_content-recipe-photo img {
    border: 0.8vw solid var(--color-beige);
    border-radius: 2.6666666667vw;
  }

  .momoya-whg__breakfast_content-recipe-detail {
    width: 100%;
  }

  .momoya-whg__breakfast_content-recipe-detail h4 {
    font-size: 4.8vw;
    padding-bottom: 3.6vw;
    margin-bottom: 5.4666666667vw;
  }

  .momoya-whg__breakfast_content-recipe-detail h4::after {
    width: 74.8vw;
    height: 1.0666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line03_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line03_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line03_sp.png") 1x);
  }

  .momoya-whg__breakfast_content-recipe-detail p {
    font-size: 3.2vw;
  }
}

.momoya-whg__breakfast_content-series-photo {
  width: 910px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.momoya-whg__breakfast_content-series-photo img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid var(--color-beige);
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__breakfast_content-series-photo {
    width: 75.8333333333vw;
    margin-bottom: 6.6666666667vw;
  }

  .momoya-whg__breakfast_content-series-photo img {
    border: 0.5vw solid var(--color-beige);
    border-radius: 1.6666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__breakfast_content-series-photo {
    width: 74.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }

  .momoya-whg__breakfast_content-series-photo img {
    border: 0.8vw solid var(--color-beige);
    border-radius: 2.6666666667vw;
  }
}

.momoya-whg__breakfast_content-institution {
  position: relative;
  width: 910px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__breakfast_content-institution.institution02 {
  margin-top: 40px;
}

.momoya-whg__breakfast_content-institution::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line04.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__breakfast_content-institution ul {
  position: relative;
  font-size: 0;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.momoya-whg__breakfast_content-institution ul.first {
  padding-top: 25px;
}

.momoya-whg__breakfast_content-institution ul.last {
  margin-bottom: 0;
}

.momoya-whg__breakfast_content-institution ul::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line04.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__breakfast_content-institution ul li {
  display: inline-block;
  width: 303px;
  text-align: center;
  vertical-align: middle;
}

.momoya-whg__breakfast_content-institution ul li:nth-of-type(1), .momoya-whg__breakfast_content-institution ul li:nth-of-type(3) {
  width: 302px;
}

.momoya-whg__breakfast_content-institution ul li a {
  position: relative;
  color: var(--color-black);
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.momoya-whg__breakfast_content-institution ul li a::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: -6px;
  content: "";
  width: calc(100% + 12px);
  height: 2px;
  opacity: 0;
  background-color: var(--color-brown);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin: auto;
}

.momoya-whg__breakfast_content-institution ul li a:hover {
  color: var(--color-brown);
}

.momoya-whg__breakfast_content-institution ul li a:hover::after {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__breakfast_content-institution {
    width: 75.8333333333vw;
  }

  .momoya-whg__breakfast_content-institution.institution02 {
    margin-top: 3.3333333333vw;
  }

  .momoya-whg__breakfast_content-institution::before {
    height: 0.5vw;
  }

  .momoya-whg__breakfast_content-institution ul {
    padding-bottom: 2.0833333333vw;
    margin-bottom: 1.6666666667vw;
  }

  .momoya-whg__breakfast_content-institution ul.first {
    padding-top: 2.0833333333vw;
  }

  .momoya-whg__breakfast_content-institution ul::after {
    height: 0.5vw;
  }

  .momoya-whg__breakfast_content-institution ul li {
    width: 33.3333333333%;
  }

  .momoya-whg__breakfast_content-institution ul li:nth-of-type(1), .momoya-whg__breakfast_content-institution ul li:nth-of-type(3) {
    width: calc(33.3333333333% - 0.1666666667vw);
  }

  .momoya-whg__breakfast_content-institution ul li a {
    font-size: 1.75vw;
    line-height: 1.3;
  }

  .momoya-whg__breakfast_content-institution ul li a::after {
    display: none;
  }

  .momoya-whg__breakfast_content-institution ul li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .momoya-whg__breakfast_content-institution {
    width: 74.6666666667vw;
  }

  .momoya-whg__breakfast_content-institution.institution02 {
    margin-top: 5.3333333333vw;
  }

  .momoya-whg__breakfast_content-institution::before {
    width: 74.8vw;
    height: 1.0666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png") 1x);
  }

  .momoya-whg__breakfast_content-institution ul {
    padding-bottom: 3.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }

  .momoya-whg__breakfast_content-institution ul.first {
    padding-top: 3.3333333333vw;
  }

  .momoya-whg__breakfast_content-institution ul::after {
    width: 74.8vw;
    height: 1.0666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png") 1x);
  }

  .momoya-whg__breakfast_content-institution ul li {
    width: calc(33.3333333333% - 0.1333333333vw);
  }

  .momoya-whg__breakfast_content-institution ul li:nth-of-type(1), .momoya-whg__breakfast_content-institution ul li:nth-of-type(3) {
    width: calc(33.3333333333% - 0.2666666667vw);
  }

  .momoya-whg__breakfast_content-institution ul li a {
    font-size: 2.8vw;
    line-height: 1.3;
  }

  .momoya-whg__breakfast_content-institution ul li a.ls {
    letter-spacing: -0.1em;
  }

  .momoya-whg__breakfast_content-institution ul li a::after {
    display: none;
  }

  .momoya-whg__breakfast_content-institution ul li a:hover {
    color: var(--color-black);
  }
}

.momoya-whg__stayplan_content--wrap {
  position: relative;
  z-index: 1;
  width: 1040px;
  border-radius: 40px;
  background-color: var(--color-white);
  padding: 80px 0;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__stayplan_content--wrap.wrap01 {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__stayplan_content--wrap {
    width: 86.6666666667vw;
    border-radius: 3.3333333333vw;
    padding: 6.6666666667vw 0;
  }

  .momoya-whg__stayplan_content--wrap.wrap01 {
    margin-bottom: 3.3333333333vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__stayplan_content--wrap {
    width: 85.3333333333vw;
    border-radius: 5.3333333333vw;
    padding: 12vw 0;
  }

  .momoya-whg__stayplan_content--wrap.wrap01 {
    margin-bottom: 5.3333333333vw;
  }
}

.momoya-whg__stayplan_content-title {
  position: relative;
  padding-bottom: 30px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.momoya-whg__stayplan_content-title.title01 {
  width: 612px;
  margin-bottom: 40px;
}

.momoya-whg__stayplan_content-title.title02 {
  width: 290px;
}

.momoya-whg__stayplan_content-title.title03 {
  width: 748px;
}

.momoya-whg__stayplan_content-title img {
  width: 100%;
}

.momoya-whg__stayplan_content-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 116px;
  height: 10px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line02.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__stayplan_content-title.title01 {
    width: 51vw;
    margin-bottom: 3.3333333333vw;
  }

  .momoya-whg__stayplan_content-title.title02 {
    width: 24.1666666667vw;
  }

  .momoya-whg__stayplan_content-title.title03 {
    width: 62.3333333333vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__stayplan_content-title {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__stayplan_content-title.title01 {
    width: 68vw;
  }

  .momoya-whg__stayplan_content-title.title02 {
    width: 32.2666666667vw;
  }

  .momoya-whg__stayplan_content-title.title03 {
    width: 74.2666666667vw;
  }

  .momoya-whg__stayplan_content-title::after {
    width: 19.3333333333vw;
    height: 1.4666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 2x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 2x);
  }
}

.momoya-whg__stayplan_content-text {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__stayplan_content-text {
    padding: 0 3.3333333333vw;
    margin-bottom: 4.1666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__stayplan_content-text {
    font-size: 3.2vw;
    line-height: 1.625;
    letter-spacing: 0.04em;
    margin-bottom: 5.3333333333vw;
  }
}

.momoya-whg__stayplan_content-room-photo {
  width: 910px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.momoya-whg__stayplan_content-room-photo.last {
  margin-bottom: 80px;
}

.momoya-whg__stayplan_content-room-photo img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid var(--color-beige);
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__stayplan_content-room-photo {
    width: 75.8333333333vw;
    margin-bottom: 3.3333333333vw;
  }

  .momoya-whg__stayplan_content-room-photo.last {
    margin-bottom: 6.6666666667vw;
  }

  .momoya-whg__stayplan_content-room-photo img {
    border: 0.5vw solid var(--color-beige);
    border-radius: 1.6666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__stayplan_content-room-photo {
    width: 74.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__stayplan_content-room-photo.last {
    margin-bottom: 10.6666666667vw;
  }

  .momoya-whg__stayplan_content-room-photo img {
    border: 0.8vw solid var(--color-beige);
    border-radius: 2.6666666667vw;
  }
}

.momoya-whg__stayplan_content-plan-photo {
  width: 910px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.momoya-whg__stayplan_content-plan-photo img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid var(--color-beige);
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__stayplan_content-plan-photo {
    width: 75.8333333333vw;
    margin-bottom: 1.6666666667vw;
  }

  .momoya-whg__stayplan_content-plan-photo img {
    border: 0.5vw solid var(--color-beige);
    border-radius: 1.6666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__stayplan_content-plan-photo {
    width: 74.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }

  .momoya-whg__stayplan_content-plan-photo img {
    border: 0.8vw solid var(--color-beige);
    border-radius: 2.6666666667vw;
  }
}

.momoya-whg__stayplan_content-plan-text {
  width: 910px;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__stayplan_content-plan-text {
    width: 75.8333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__stayplan_content-plan-text {
    width: 74.6666666667vw;
    font-size: 3.2vw;
    margin-bottom: 10.6666666667vw;
  }
}

.momoya-whg__stayplan_content-institution {
  position: relative;
  width: 910px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__stayplan_content-institution::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line04.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__stayplan_content-institution ul {
  position: relative;
  font-size: 0;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.momoya-whg__stayplan_content-institution ul.first {
  padding-top: 25px;
}

.momoya-whg__stayplan_content-institution ul.last {
  margin-bottom: 0;
}

.momoya-whg__stayplan_content-institution ul::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line04.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__stayplan_content-institution ul li {
  display: inline-block;
  width: 303px;
  text-align: center;
  vertical-align: middle;
}

.momoya-whg__stayplan_content-institution ul li:nth-of-type(1), .momoya-whg__stayplan_content-institution ul li:nth-of-type(3) {
  width: 302px;
}

.momoya-whg__stayplan_content-institution ul li a {
  position: relative;
  color: var(--color-black);
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.momoya-whg__stayplan_content-institution ul li a::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: -6px;
  content: "";
  width: calc(100% + 12px);
  height: 2px;
  opacity: 0;
  background-color: var(--color-brown);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin: auto;
}

.momoya-whg__stayplan_content-institution ul li a:hover {
  color: var(--color-brown);
}

.momoya-whg__stayplan_content-institution ul li a:hover::after {
  opacity: 1;
}

.momoya-whg__stayplan_content-institution.rows2 ul li {
  width: calc(50% - 1px);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__stayplan_content-institution {
    width: 75.8333333333vw;
  }

  .momoya-whg__stayplan_content-institution.institution02 {
    margin-top: 3.3333333333vw;
  }

  .momoya-whg__stayplan_content-institution::before {
    height: 0.5vw;
  }

  .momoya-whg__stayplan_content-institution ul {
    padding-bottom: 2.0833333333vw;
    margin-bottom: 1.6666666667vw;
  }

  .momoya-whg__stayplan_content-institution ul.first {
    padding-top: 2.0833333333vw;
  }

  .momoya-whg__stayplan_content-institution ul::after {
    height: 0.5vw;
  }

  .momoya-whg__stayplan_content-institution ul li {
    width: 33.3333333333%;
  }

  .momoya-whg__stayplan_content-institution ul li:nth-of-type(1), .momoya-whg__stayplan_content-institution ul li:nth-of-type(3) {
    width: calc(33.3333333333% - 0.1666666667vw);
  }

  .momoya-whg__stayplan_content-institution ul li a {
    font-size: 1.75vw;
    line-height: 1.3;
  }

  .momoya-whg__stayplan_content-institution ul li a::after {
    display: none;
  }

  .momoya-whg__stayplan_content-institution ul li a:hover {
    text-decoration: underline;
  }

  .momoya-whg__stayplan_content-institution.rows2 ul li {
    width: calc(50% - 0.1666666667vw);
  }
}

@media (max-width: 767px) {
  .momoya-whg__stayplan_content-institution {
    width: 74.6666666667vw;
    margin-top: 5.3333333333vw;
  }

  .momoya-whg__stayplan_content-institution::before {
    width: 74.8vw;
    height: 1.0666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png") 1x);
  }

  .momoya-whg__stayplan_content-institution ul {
    padding-bottom: 3.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }

  .momoya-whg__stayplan_content-institution ul.first {
    padding-top: 3.3333333333vw;
  }

  .momoya-whg__stayplan_content-institution ul::after {
    width: 74.8vw;
    height: 1.0666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png") 1x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04_sp.png") 1x);
  }

  .momoya-whg__stayplan_content-institution ul li {
    width: calc(33.3333333333% - 0.1333333333vw);
  }

  .momoya-whg__stayplan_content-institution ul li:nth-of-type(1), .momoya-whg__stayplan_content-institution ul li:nth-of-type(3) {
    width: calc(33.3333333333% - 0.2666666667vw);
  }

  .momoya-whg__stayplan_content-institution ul li a {
    font-size: 2.8vw;
    line-height: 1.3;
  }

  .momoya-whg__stayplan_content-institution ul li a.ls {
    letter-spacing: -0.1em;
  }

  .momoya-whg__stayplan_content-institution ul li a::after {
    display: none;
  }

  .momoya-whg__stayplan_content-institution ul li a:hover {
    color: var(--color-black);
  }

  .momoya-whg__stayplan_content-institution.rows2 ul li {
    width: calc(50% - 0.2666666667vw);
  }
}

.momoya-whg__recipecontest_content--wrap {
  position: relative;
  z-index: 1;
  width: 1040px;
  border-radius: 40px;
  background-color: var(--color-white);
  padding: 80px 0;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__recipecontest_content--wrap.wrap01, .momoya-whg__recipecontest_content--wrap.wrap02, .momoya-whg__recipecontest_content--wrap.wrap03 {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content--wrap {
    width: 86.6666666667vw;
    border-radius: 3.3333333333vw;
    padding: 6.6666666667vw 0;
  }

  .momoya-whg__recipecontest_content--wrap.wrap01, .momoya-whg__recipecontest_content--wrap.wrap02, .momoya-whg__recipecontest_content--wrap.wrap03 {
    margin-bottom: 3.3333333333vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content--wrap {
    width: 85.3333333333vw;
    border-radius: 5.3333333333vw;
    padding: 12vw 0;
  }

  .momoya-whg__recipecontest_content--wrap.wrap01, .momoya-whg__recipecontest_content--wrap.wrap02, .momoya-whg__recipecontest_content--wrap.wrap03 {
    margin-bottom: 5.3333333333vw;
  }
}

.momoya-whg__recipecontest_content--accordion {
  display: none;
}

.momoya-whg__recipecontest_content-title {
  position: relative;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-title.title01.accordion, .momoya-whg__recipecontest_content-title.title02.accordion {
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.momoya-whg__recipecontest_content-title.title01.accordion img, .momoya-whg__recipecontest_content-title.title02.accordion img {
  width: 147px;
}

.momoya-whg__recipecontest_content-title.title01.accordion::after, .momoya-whg__recipecontest_content-title.title02.accordion::after {
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  content: "";
  width: 26px;
  height: 41px;
  background-image: url("/page/50th_tieup/_assets/img/recipecontest/icon_accordion_arrow.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/recipecontest/icon_accordion_arrow.png") 1x, url("/page/50th_tieup/_assets/img/recipecontest/icon_accordion_arrow@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/recipecontest/icon_accordion_arrow.png") 1x, url("/page/50th_tieup/_assets/img/recipecontest/icon_accordion_arrow@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  margin: auto;
}

.momoya-whg__recipecontest_content-title.title01.accordion.open::after, .momoya-whg__recipecontest_content-title.title02.accordion.open::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.momoya-whg__recipecontest_content-title.title03 {
  width: 248px;
}

.momoya-whg__recipecontest_content-title img {
  width: 100%;
}

.momoya-whg__recipecontest_content-title::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 116px;
  height: 10px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line02.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content-title.title01.accordion img, .momoya-whg__recipecontest_content-title.title02.accordion img {
    width: 12.25vw;
  }

  .momoya-whg__recipecontest_content-title.title03 {
    width: 20.6666666667vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content-title {
    padding-bottom: 5.3333333333vw;
  }

  .momoya-whg__recipecontest_content-title.title01.accordion img, .momoya-whg__recipecontest_content-title.title02.accordion img {
    width: 21.7333333333vw;
  }

  .momoya-whg__recipecontest_content-title.title01.accordion::after, .momoya-whg__recipecontest_content-title.title02.accordion::after {
    right: 8vw;
    width: 3.4666666667vw;
    height: 5.4666666667vw;
  }

  .momoya-whg__recipecontest_content-title.title03 {
    width: 37.3333333333vw;
  }

  .momoya-whg__recipecontest_content-title::before {
    width: 19.3333333333vw;
    height: 1.4666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 2x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 2x);
  }
}

.momoya-whg__recipecontest_content-text {
  position: relative;
  width: 910px;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-top: 15px;
  padding-bottom: 46px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-text.end {
  padding-bottom: 0;
  margin-bottom: 0;
}

.momoya-whg__recipecontest_content-text.end::after {
  display: none;
}

.momoya-whg__recipecontest_content-text span {
  font-size: 1.8rem;
}

.momoya-whg__recipecontest_content-text span.item {
  display: block;
  color: var(--color-brown);
  font-weight: 600;
  margin-bottom: 10px;
}

.momoya-whg__recipecontest_content-text span.sizeL {
  font-weight: 500;
}

.momoya-whg__recipecontest_content-text a {
  color: var(--color-brown);
  text-decoration: underline;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.momoya-whg__recipecontest_content-text a:hover {
  opacity: 0.7;
}

.momoya-whg__recipecontest_content-text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line04.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line04.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line04@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content-text {
    width: 75.8333333333vw;
  }

  .momoya-whg__recipecontest_content-text::after {
    height: 0.5vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content-text {
    width: 74.6666666667vw;
    font-size: 2.6666666667vw;
    padding-top: 2vw;
    padding-bottom: 6.1333333333vw;
    margin-bottom: 3.3333333333vw;
  }

  .momoya-whg__recipecontest_content-text span {
    font-size: 3.7333333333vw;
    line-height: 1.3;
  }

  .momoya-whg__recipecontest_content-text span.item {
    margin-bottom: 1.3333333333vw;
  }

  .momoya-whg__recipecontest_content-text::after {
    width: 74.8vw;
    height: 1.0666666667vw;
    background-size: auto;
  }

  .momoya-whg__recipecontest_content-text a:hover {
    opacity: 1;
  }
}

.momoya-whg__recipecontest_content-endtext {
  width: 910px;
  color: #e60011;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content-endtext {
    width: 75.8333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content-endtext {
    width: 74.8vw;
    font-size: 2.6666666667vw;
    padding-top: 2vw;
    padding-bottom: 3.3333333333vw;
  }
}

.momoya-whg__recipecontest_content-result-title {
  position: relative;
  width: 910px;
  text-align: center;
  padding-bottom: 35px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-result-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line05.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line05.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line05@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line05.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line05@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-result-title img {
  width: 309px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content-result-title {
    width: 75.8333333333vw;
    padding-bottom: 2.9166666667vw;
    margin-bottom: 4.1666666667vw;
  }

  .momoya-whg__recipecontest_content-result-title img {
    width: 28.5vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content-result-title {
    width: 74.6666666667vw;
    padding-bottom: 4.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }

  .momoya-whg__recipecontest_content-result-title::after {
    height: 0.5vw;
  }

  .momoya-whg__recipecontest_content-result-title img {
    width: 55.2vw;
  }
}

.momoya-whg__recipecontest_content-result-recipe {
  width: 910px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-result-recipe::after {
  display: block;
  content: "";
  clear: both;
}

.momoya-whg__recipecontest_content-result-recipe-title {
  position: relative;
  padding-bottom: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-result-recipe-title.title01 {
  width: 217px;
}

.momoya-whg__recipecontest_content-result-recipe-title.title02 {
  width: 219px;
}

.momoya-whg__recipecontest_content-result-recipe-title.title03 {
  width: 171px;
}

.momoya-whg__recipecontest_content-result-recipe-title img {
  width: 100%;
}

.momoya-whg__recipecontest_content-result-recipe-title::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 116px;
  height: 10px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line02.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-result-recipe-photo {
  width: 512px;
  border: 6px solid #f4e7d2;
  border-radius: 10px;
  overflow: hidden;
}

.momoya-whg__recipecontest_content-result-recipe-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.momoya-whg__recipecontest_content-result-recipe-detail {
  width: 360px;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div {
  position: relative;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div:nth-child(1) {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div:nth-child(3) {
  padding-bottom: 0;
  margin-bottom: 0;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div:nth-child(3)::after {
  display: none;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 360px;
  height: 6px;
  background-image: url("/page/50th_tieup/_assets/img/common/bg_line03.png");
  background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line03.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line03@2x.png") 2x);
  background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line03.png") 1x, url("/page/50th_tieup/_assets/img/common/bg_line03@2x.png") 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div .icon {
  width: 98px;
  margin-bottom: 10px;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div .icon img {
  width: 100%;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div .name {
  font-size: 3rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div .text, .momoya-whg__recipecontest_content-result-recipe-detail>div .comment {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.momoya-whg__recipecontest_content-result-recipe-detail>div .text span, .momoya-whg__recipecontest_content-result-recipe-detail>div .comment span {
  display: block;
  color: var(--color-brown);
}

.momoya-whg__recipecontest_content-result-recipe.left .momoya-whg__recipecontest_content-result-recipe-photo {
  float: left;
  margin-right: 35px;
}

.momoya-whg__recipecontest_content-result-recipe.left .momoya-whg__recipecontest_content-result-recipe-detail {
  float: right;
}

.momoya-whg__recipecontest_content-result-recipe.right .momoya-whg__recipecontest_content-result-recipe-photo {
  float: right;
  margin-left: 35px;
}

.momoya-whg__recipecontest_content-result-recipe.right .momoya-whg__recipecontest_content-result-recipe-detail {
  float: left;
}

.momoya-whg__recipecontest_content-result-recipe.recipe01 .momoya-whg__recipecontest_content-result-recipe-detail {
  margin-top: 25px;
}

.momoya-whg__recipecontest_content-result-recipe.recipe02 .momoya-whg__recipecontest_content-result-recipe-detail {
  margin-top: 10px;
}

.momoya-whg__recipecontest_content-result-recipe.recipe03 .momoya-whg__recipecontest_content-result-recipe-detail {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content-result-recipe {
    width: 75.8333333333vw;
    margin-bottom: 5vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title {
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title.title01 {
    width: 18.0833333333vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title.title02 {
    width: 18.25vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title.title03 {
    width: 14.25vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-photo {
    width: 42.6666666667vw;
    border: 0.5vw solid #f4e7d2;
    border-radius: 0.8333333333vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail {
    width: 30vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div:nth-child(1) {
    padding-bottom: 2.5vw;
    margin-bottom: 1.6666666667vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div:nth-child(2) {
    padding-bottom: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div::after {
    width: 30vw;
    height: 0.5vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div .name {
    font-size: 2.5vw;
  }

  .momoya-whg__recipecontest_content-result-recipe.left .momoya-whg__recipecontest_content-result-recipe-photo {
    margin-right: 2.9166666667vw;
  }

  .momoya-whg__recipecontest_content-result-recipe.right .momoya-whg__recipecontest_content-result-recipe-photo {
    margin-left: 2.9166666667vw;
  }

  .momoya-whg__recipecontest_content-result-recipe.recipe01 .momoya-whg__recipecontest_content-result-recipe-detail {
    margin-top: 2.0833333333vw;
  }

  .momoya-whg__recipecontest_content-result-recipe.recipe02 .momoya-whg__recipecontest_content-result-recipe-detail {
    margin-top: 0.8333333333vw;
  }

  .momoya-whg__recipecontest_content-result-recipe.recipe03 .momoya-whg__recipecontest_content-result-recipe-detail {
    margin-top: 0.8333333333vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content-result-recipe {
    width: 74.8vw;
    margin-bottom: 8vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title.title01 {
    width: 37.2vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title.title02 {
    width: 37.4666666667vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title.title03 {
    width: 29.4666666667vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-title::before {
    width: 19.3333333333vw;
    height: 1.4666666667vw;
    background-image: url("/page/50th_tieup/_assets/img/common/bg_line02@2x.png");
    background-image: -webkit-image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 2x);
    background-image: image-set(url("/page/50th_tieup/_assets/img/common/bg_line02.png") 2x);
  }

  .momoya-whg__recipecontest_content-result-recipe-photo {
    width: 100%;
    border: 0.8vw solid #f4e7d2;
    border-radius: 1.3333333333vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail {
    width: 100%;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div:nth-child(1) {
    padding-bottom: 4vw;
    margin-bottom: 2.6666666667vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div:nth-child(2) {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div::after {
    width: 100%;
    height: 0.8vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div .icon {
    width: 18.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div .name {
    font-size: 5.6vw;
  }

  .momoya-whg__recipecontest_content-result-recipe-detail>div .text, .momoya-whg__recipecontest_content-result-recipe-detail>div .comment {
    font-size: 3.7333333333vw;
  }

  .momoya-whg__recipecontest_content-result-recipe.left .momoya-whg__recipecontest_content-result-recipe-photo {
    float: none;
    margin-right: 0;
    margin-bottom: 4vw;
  }

  .momoya-whg__recipecontest_content-result-recipe.left .momoya-whg__recipecontest_content-result-recipe-detail {
    float: none;
  }

  .momoya-whg__recipecontest_content-result-recipe.right .momoya-whg__recipecontest_content-result-recipe-photo {
    float: none;
    margin-bottom: 4vw;
    margin-left: 0;
  }

  .momoya-whg__recipecontest_content-result-recipe.right .momoya-whg__recipecontest_content-result-recipe-detail {
    float: none;
  }

  .momoya-whg__recipecontest_content-result-recipe.recipe01 .momoya-whg__recipecontest_content-result-recipe-detail {
    margin-top: 0;
  }

  .momoya-whg__recipecontest_content-result-recipe.recipe02 .momoya-whg__recipecontest_content-result-recipe-detail {
    margin-top: 0;
  }

  .momoya-whg__recipecontest_content-result-recipe.recipe03 .momoya-whg__recipecontest_content-result-recipe-detail {
    margin-top: 0;
  }
}

.momoya-whg__recipecontest_content-result-photo {
  width: 910px;
  border: 6px solid #f4e7d2;
  border-radius: 10px;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-result-photo img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content-result-photo {
    width: 75.8333333333vw;
    border: 0.5vw solid #f4e7d2;
    border-radius: 0.8333333333vw;
    margin-bottom: 2.5vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content-result-photo {
    width: 74.8vw;
    border: 0.8vw solid #f4e7d2;
    border-radius: 1.3333333333vw;
    margin-bottom: 4vw;
  }
}

.momoya-whg__recipecontest_content-result-text {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 40px;
}

.momoya-whg__recipecontest_content-result-text span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content-result-text {
    margin-bottom: 3.3333333333vw;
  }

  .momoya-whg__recipecontest_content-result-text span {
    margin-top: 0.8333333333vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content-result-text {
    width: 74.8vw;
    font-size: 3.4666666667vw;
    margin-right: auto;
    margin-bottom: 5.3333333333vw;
    margin-left: auto;
  }

  .momoya-whg__recipecontest_content-result-text span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

.momoya-whg__recipecontest_content-result-endtext {
  width: 642px;
  margin-right: auto;
  margin-left: auto;
}

.momoya-whg__recipecontest_content-result-endtext img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .momoya-whg__recipecontest_content-result-endtext {
    width: 53.5vw;
  }
}

@media (max-width: 767px) {
  .momoya-whg__recipecontest_content-result-endtext {
    width: 69.7333333333vw;
  }
}

.recipecontest .btn::after {
  display: none;
}

.recipecontest .btn a {
  margin-top: 15px;
  display: block;
  background: var(--color-red);
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 15px 15px 17px;
  font-size: 2rem;
  border-radius: 60px;
  position: relative;
}

.recipecontest .btn a::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media (max-width: 767px) {
  .recipecontest .btn a {
    font-size: 1.6rem;
  }
}