@charset "UTF-8";
#tblLayout {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  line-height: 1.5;
}

/* g-recipe-contest-archive */
.g-recipe-contest-archive {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 1.75;
  margin: 0 auto 50px;
  /* common的なやつ */
  /* mv */
  /* top-ttl */
  /* タブ切り替え */
  /* タブボタンの色味変更 記述 */
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/
  /* パネル切り替えのアニメーション */
  /* bg */
  /* ttl */
  /* list */
  /* contest-top-btn */
  /* top-btn */
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 30px;
  }
}

.g-recipe-contest-archive img {
  width: 100%;
  height: auto;
}

.g-recipe-contest-archive .only-desktop {
  display: block !important;
}

.g-recipe-contest-archive .only-mobile {
  display: none !important;
}

.g-recipe-contest-archive .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive img {
    width: 100%;
    height: auto;
  }
  .g-recipe-contest-archive .only-desktop {
    display: none !important;
  }
  .g-recipe-contest-archive .only-mobile {
    display: block !important;
  }
  .g-recipe-contest-archive .inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .g-recipe-contest-archive .only-narrow {
    display: block !important;
  }
}

.g-recipe-contest-archive__mv {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__mv {
    margin-bottom: 30px;
  }
}

.g-recipe-contest-archive__top-ttl {
  width: 650px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__top-ttl {
    width: 75%;
    margin: 0 auto 30px;
  }
}

.g-recipe-contest-archive__tab {
  width: 800px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__tab {
    width: 95%;
    margin: 0 auto 30px;
  }
}

.g-recipe-contest-archive__tab__btn {
  background-color: #fff;
  border-radius: 200px;
  border: 3px solid #6F5656;
  color: #6F5656;
  font-size: 35px;
  font-weight: 500;
  padding: 3px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__tab__btn {
    font-size: 20px;
    padding: 5px;
  }
}

.g-recipe-contest-archive .g-recipe-contest-archive__tab__btn.active {
  background-color: #6F5656;
  color: #fff;
}

.g-recipe-contest-archive .area {
  overflow: hidden;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.g-recipe-contest-archive .area.active {
  opacity: 1;
  height: auto;
  visibility: visible;
  -webkit-animation: panel-show .3s ease-in-out forwards;
          animation: panel-show .3s ease-in-out forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.g-recipe-contest-archive__bg {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__bg {
    margin-bottom: 30px;
  }
}

.g-recipe-contest-archive__bg--01 {
  background: url("../../../Contents/ImagesPkg/beauty/g-recipe/g-recipe-contest/20250901/img_bg_pc.jpg") top center/cover no-repeat;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__bg--01 {
    background: url("../../../Contents/ImagesPkg/beauty/g-recipe/g-recipe-contest/20250901/img_bg_sp.jpg") top center/cover no-repeat;
  }
}

.g-recipe-contest-archive__bg--02 {
  background: url("../../../Contents/ImagesPkg/beauty/g-recipe/g-recipe-contest/20251225/20251225_img_bg_pc.jpg") top center/cover no-repeat;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__bg--02 {
    background: url("../../../Contents/ImagesPkg/beauty/g-recipe/g-recipe-contest/20251225/20251225_img_bg_sp.jpg") top center/cover no-repeat;
  }
}

.g-recipe-contest-archive__wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__wrapper {
    margin: 0 10px;
    padding: 30px 0;
  }
}

.g-recipe-contest-archive__ttl {
  width: 500px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__ttl {
    width: 200px;
    margin: 0 auto 30px;
  }
}

.g-recipe-contest-archive__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__style01 {
    width: 100%;
    padding: 0 3%;
  }
}

.g-recipe-contest-archive__item__style02 {
  width: calc(380 / 800 * 100%);
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__style02 {
    width: 100%;
    padding: 0 3%;
    margin-top: 30px;
  }
}

.g-recipe-contest-archive__item__bg01 {
  width: 800px;
  background-color: #fff;
  padding: 40px 0;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__bg01 {
    width: 100%;
  }
}

.g-recipe-contest-archive__item__bg02 {
  width: 380px;
  background-color: #fff;
  padding: 40px 0;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__bg02 {
    width: 100%;
  }
}

.g-recipe-contest-archive__item__inner01 {
  width: 460px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__inner01 {
    width: 80%;
  }
}

.g-recipe-contest-archive__item__inner02 {
  width: 280px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__inner02 {
    width: 80%;
  }
}

.g-recipe-contest-archive__item__img__deco {
  width: 230px;
  margin: 0 auto;
}

.g-recipe-contest-archive__item__img__guranpuri {
  width: calc(348 / 460 * 100%);
  margin: 0 auto 20px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__img__guranpuri {
    width: 100%;
  }
}

.g-recipe-contest-archive__item__img {
  margin-bottom: 20px;
}

.g-recipe-contest-archive__item__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-recipe-contest-archive__item__ttl__style01 {
  width: 370px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__ttl__style01 {
    width: 100%;
  }
}

.g-recipe-contest-archive__item__ttl__style01 > li:first-child {
  width: calc(80 / 370 * 100%);
}

.g-recipe-contest-archive__item__ttl__style01 > li {
  width: calc(280 / 370 * 100%);
  font-size: 26px;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__ttl__style01 > li {
    font-size: 18px;
  }
}

.g-recipe-contest-archive__item__ttl__style02 {
  width: 280px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__ttl__style02 {
    width: 100%;
  }
}

.g-recipe-contest-archive__item__ttl__style02 > li:first-child {
  width: calc(60 / 280 * 100%);
}

.g-recipe-contest-archive__item__ttl__style02 > li {
  width: calc(210 / 280 * 100%);
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__item__ttl__style02 > li {
    font-size: 18px;
  }
}

.g-recipe-contest-archive__inventor {
  margin: 5%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__inventor {
    width: 100%;
    padding: 2%;
  }
}

.g-recipe-contest-archive__inventor__style01 > dt {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.3em;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__inventor__style01 > dt {
    font-size: 16px;
  }
}

.g-recipe-contest-archive__inventor__style01 > dt > span {
  font-size: 16px;
  color: #C7536A;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__inventor__style01 > dt > span {
    font-size: 14px;
  }
}

.g-recipe-contest-archive__inventor__style02 > dt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1.3em;
}

.g-recipe-contest-archive__inventor__style02 > dt > span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1.3em;
}

.g-recipe-contest-archive__btn {
  display: block;
  background-color: #FFD200;
  color: #4D4D4D;
  text-align: center;
  padding: 2%;
  border-radius: 10px;
  font-weight: 600;
}

.g-recipe-contest-archive__btn__style01 {
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__btn__style01 {
    font-size: 16px;
  }
}

.g-recipe-contest-archive__btn__style02 {
  font-size: 16px;
}

.g-recipe-contest-archive__contest-top-btn {
  width: 300px;
  background-color: #EA304D;
  border-radius: 30px;
  margin: 0 auto 2%;
  padding: 8px;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__contest-top-btn {
    width: 70%;
    margin: 0 auto 7%;
    padding: 5px;
  }
}

.g-recipe-contest-archive__contest-top-btn > a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 8px;
}

.g-recipe-contest-archive__top-btn {
  display: block;
  width: 220px;
  color: #fff;
  text-align: center;
  background-color: #3D3D3D;
  border-radius: 30px;
  margin: 0 auto 1%;
  padding: 12px;
}

.g-recipe-contest-archive__top-btn > a {
  color: #fff;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest-archive__top-btn {
    width: 50%;
    padding: 8px;
  }
}
