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

/* g-recipe-contest */
.g-recipe-contest {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 1.75;
  margin: 0 auto 50px;
  /* common的なやつ */
  /* contents */
  /* accordion */
  /* bg */
  /* ttl */
  /* list */
  /* top-btn */
  /* footer-bnr */
  /* archive-bnr */
}

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

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

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

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

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

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

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

.g-recipe-contest__contents {
  margin: 50px 0;
}

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

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

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

.g-recipe-contest__accordion {
  display: none;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest__accordion {
    padding: 0 3%;
    line-height: 2;
  }
}

.g-recipe-contest__txt {
  margin-bottom: 30px;
}

.g-recipe-contest__accordion__btn {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #4D4D4D;
  color: #fff;
  border-radius: 10px;
  padding: 5px 13px;
  position: relative;
  padding: 15px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest__accordion__btn {
    width: 70%;
    margin: calc(60 / 1000 * 100%) auto;
    padding: 7px 13px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.g-recipe-contest__accordion__btn::before, .g-recipe-contest__accordion__btn::after {
  display: inline-block;
  background-color: #fff;
  content: "";
  position: absolute;
}

.g-recipe-contest__accordion__btn::before {
  width: 20px;
  height: 2px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .g-recipe-contest__accordion__btn::before {
    width: 15px;
    right: 13px;
  }
}

.g-recipe-contest__accordion__btn::after {
  width: 2px;
  height: 20px;
  top: calc(50% - 10px);
  right: 29px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest__accordion__btn::after {
    height: 15px;
    top: calc(50% - 8px);
    right: 19.5px;
  }
}

.g-recipe-contest__accordion__btn[data-panel="open"]::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.g-recipe-contest__bg {
  opacity: 1;
  background-image: url("../../../Contents/ImagesPkg/beauty/g-recipe/g-recipe-contest/20260601/20260601_img_bg.jpg");
  background-repeat: repeat;
  background-size: 3%;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest__bg {
    background-size: 8%;
  }
}

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

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

.g-recipe-contest__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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-recipe-contest__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__item__ttl__style01 {
  width: 380px;
}

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

.g-recipe-contest__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__item__ttl__style01 {
    width: 100%;
  }
  .g-recipe-contest__item__ttl__style01 > li {
    font-size: 18px;
  }
}

.g-recipe-contest__item__ttl__style02 {
  width: 280px;
}

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

.g-recipe-contest__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__item__ttl__style02 {
    width: 100%;
  }
  .g-recipe-contest__item__ttl__style02 > li {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

.g-recipe-contest__inventor__style02 > dt > span {
  font-size: 14px;
  color: #C7536A;
  font-weight: bold;
}

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

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

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

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

.g-recipe-contest__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__top-btn > a {
  color: #fff;
}

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

.g-recipe-contest__footer-bnr {
  width: calc(400 / 1000 * 100%);
  margin: 0 auto 3%;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest__footer-bnr {
    width: 90%;
  }
}

.g-recipe-contest__archive-bnr {
  width: 140px;
  display: block;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .g-recipe-contest__archive-bnr {
    width: 15%;
    bottom: 65px;
  }
}
