@charset "UTF-8";

/*
カラー（ライト版）
------------------------------------- */
body h2 {
  color: #000;
}

/* メインカラー */
#contest-period {
  background: #34a78a;
  background: -webkit-linear-gradient(to right bottom, #47b599, #087e60);
  background: radial-gradient(circle at 50% 0%, #47b599, #087e60);
  color: #fff;
}
body #contest-period h2,
body #contest-period h3 {
  color: #fff;
}
#howtoenter {
  background: #34a78a;
  background: -webkit-linear-gradient(to right bottom, #47b599, #087e60);
  background: radial-gradient(circle at 50% 0%, #47b599, #087e60);
  color: #fff;
}
#howtoenter .figure1,
#howtoenter .figure2,
#howtoenter .figure3 {
  box-shadow: 0px 10px 15px rgba(2, 72, 61, 0.3);
}
#hashtag-block .hashtag {
    border: 4px solid #34a78a;
}
#hashtag-block h2 {
  color: #000;
}
#hashtag-block h3{
  color: #000;
}
#hashtag-block .hashtag-basic {
  background: #34a78a;
  color: #fff;
}
#hashtag-block .hashtag-plus{
    color: #000;
}
#hashtag-block .hashtag-category{
    border: 2px solid #34a78a;
    color: #000;
}
#hashtag-container-a h3,
#hashtag-container h3,
#hashtag-container .subhashtag-list span {
  background: #34a78a;
  color: #000;
}
#prize {
  background: #ecedf0;
  background: -webkit-linear-gradient(to right bottom, #ffffff, #ecedf0);
  background: radial-gradient(circle at 50% 0%, #ffffff, #ecedf0);
}
#award h3 {
  background: #34a78a;
}
#application h2 {
  color: #000;
}
#application .application-container {
  box-shadow: 0px 0px 20px #cccccc;
}
#application .application-container h3 {
  background: #34a78a;
  color: #fff;
}
body #application .inquiry {
  border: 1px solid #a6b4be;
}
footer,
footer .footer_pageTop {
  background: #1b1b1b;
  color: #fff;
}

/* ベースカラー・通常変更しない */
#overview {
  background: #fff;
  color: #333;
}
#hashtag-block {
  background: #fff;
   color: #333;
}
#hashtag-block .hashtag {
    background: #fff;
}
#hashtag-block .hashtag-category{
    background: #fff;
}
#award {
  background: #fff;
    color: #333;
}

/* 応募要項用ベースカラー */
#application {
  background: #ecedf0;　/* or 明るいベージュ #f7f3ec */
    color: #333;
}
@media screen and (max-width:640px) {
  #application {
    background: #fff;
    background: linear-gradient(#ffffff, #ecedf0);
  }
  #application .application-container {
    box-shadow: 0px 0px 0px;
  }
  #award {
    background: #fff;
    background: linear-gradient(#ffffff 70%, #ecedf0 100%);
  }
}


/* リンク */
a {
  display: inline;
  color: #015d4f;
}
a:hover {
  text-decoration: none;
}


/*
ヘッダー
------------------------------------- */
header {
  background: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
header img {
  max-height: 100px;
}

@media screen and (max-width:640px) {
  header {
    width: 100%;
    height: auto;
  }
  header img {
    width: 100%;
    margin: 0 0;
  }
}


/*
メインビジュアル
------------------------------------- */
#mainvisual {
  position: relative;
}
#mainvisual h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainvisual h1 img {
  height: 75%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.slide-box {
  display: flex;
}

@media screen and (min-width:729px) {
  .swiper {
    width: 100%;
    max-height: 640px;
    aspect-ratio: 3 / 1;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }
  .slide-img {
    position: relative;
    width: 50%;
    max-height: 640px;
    aspect-ratio: 3 / 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .slide-img-01 {
    background-image: url(../img/bg-slide-img-01.webp);
  }
  .slide-img-02 {
    background-image: url(../img/bg-slide-img-02.webp);
  }
  .slide-img-03 {
    background-image: url(../img/bg-slide-img-03.webp);
  }
  .slide-img-04 {
    background-image: url(../img/bg-slide-img-04.webp);
  }
  .slide-img-05 {
    background-image: url(../img/bg-slide-img-05.webp);
  }
  .slide-img-06 {
    background-image: url(../img/bg-slide-img-06.webp);
  }
  .slide-img-07 {
    background-image: url(../img/bg-slide-img-07.webp);
  }
  .slide-img-08 {
    background-image: url(../img/bg-slide-img-08.webp);
  }
  .slide-img-09 {
    background-image: url(../img/bg-slide-img-09.webp);
  }
  .slide-img-10 {
    background-image: url(../img/bg-slide-img-10.webp);
  }
  .slide-icon {
    width: 40px;
    position: absolute;
    bottom: 20px;
  }
  .slide-icon-01,
  .slide-icon-03,
  .slide-icon-05,
  .slide-icon-07,
  .slide-icon-09 {
    left: 20px;
  }
  .slide-icon-02,
  .slide-icon-04,
  .slide-icon-06,
  .slide-icon-08,
  .slide-icon-10 {
    right: 20px;
  }
}
@media screen and (min-width:1921px) {
  .slide-img {
    max-height: 640px;
    aspect-ratio: 3 / 2;
    background-size: cover;
  }
}
@media screen and (max-width:728.98px) {
  #mainvisual h1 img {
    width: 54%;
    height: auto;
  }
  .swiper {
    width: 100%;
    height: 80vh;
    aspect-ratio: unset;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }
  .slide-box {
    display: flex;
    flex-direction: column;
  }
  .slide-03 {
    flex-direction: column-reverse;
  }
  .slide-02,
  .slide-04 {
    flex-direction: row;
  }
  .slide-img {
    position: relative;
    width: 100%;
    height: 40vh;
    aspect-ratio: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .slide-02 .slide-img,
  .slide-04 .slide-img {
    height: 80vh;
  }
  .slide-img-01 {
    background-image: url(../img/bg-slide-img-sp-01.webp);
  }
  .slide-img-02 {
    background-image: url(../img/bg-slide-img-sp-02.webp);
  }
  .slide-img-03 {
    background-image: url(../img/bg-slide-img-sp-03.webp);
  }
  .slide-img-04 {
    background-image: url(../img/bg-slide-img-sp-04.webp);
  }
  .slide-img-05 {
    background-image: url(../img/bg-slide-img-sp-05.webp);
  }
  .slide-img-06 {
    background-image: url(../img/bg-slide-img-sp-06.webp);
  }
  .slide-img-07 {
    background-image: url(../img/bg-slide-img-sp-07.webp);
  }
  .slide-img-08 {
    background-image: url(../img/bg-slide-img-sp-08.webp);
  }
  .slide-img-09 {
    background-image: url(../img/bg-slide-img-sp-09.webp);
  }
  .slide-img-10 {
    background-image: url(../img/bg-slide-img-sp-10.webp);
  }
  .slide-icon {
    width: 32px;
    position: absolute;
  }
  .slide-icon-01,
  .slide-icon-04,
  .slide-icon-06,
  .slide-icon-08,
  .slide-icon-09 {
    top: 12px;
    right: 12px;
  }
  .slide-icon-02,
  .slide-icon-03,
  .slide-icon-05,
  .slide-icon-07,
  .slide-icon-10 {
    bottom: 12px;
    left: 12px;
  }
  /* .slide-icon-07 {
    top: 12px;
    left: 12px;
  }
  .slide-icon-08 {
    bottom: 12px;
    right: 12px;
  } */
}


#visualcredits {
  padding-top: 10px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #666;
}
@media screen and (max-width:640px) {
  #visualcredits {
    width: 90%;
    margin: 0 auto 30px;
    text-align: justify;
    line-height: 1.4em;
  }
  #visualcredits br {
    display: none;
  }
}


/*
結果発表ページ
------------------------------------- */
#resultspage {
  background: #fff;
    border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 80px 0 80px 0;
  text-align: center;
}
#resultspage .inner {
  max-width: 960px;
}
#resultspage h2 {
  color: #000;
}
#resultspage p{
  margin: 0 auto 30px auto;
  padding-top: 30px;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.8em;
}
#resultspage .btn a {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  border-radius: 100px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #000000;
  text-decoration: none;
  font-size: 1.8em;
  font-family: "Noto Sans JP", san-serif;
  color: #ffffff !important;
  font-weight: bold;
}

@media screen and (max-width:960px) {
  #resultspage {
    padding: 3% 0 8% 0;
  }
  #resultspage p {
    width: 90%;
    margin: 0 auto;
    padding: 2% 0 5% 0;
    text-align: left;
  }
  #resultspage p br.sp {
    display: none;
  }
}

@media screen and (max-width:640px) {
  #resultspage {
    margin: 0 0 5% 0;
    padding: 10% 0 10% 0;
  }
  #resultspage h2 {
    height: auto;
    width: 90%;
    background: none;
    margin: 0 auto 3% auto;
    text-indent: 1px;
    text-align: center;
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.4em;
    color: #000;
  }
  #resultspage p {
    font-size: 1.6em;
  }
  #resultspage .btn a {
    width: 60%;
    margin: 0 auto 2%;
    padding: 4.8% 0;
    font-size: 1.6em;
  }
}


/*
開催概要
------------------------------------- */
#overview .inner {
  max-width: 960px;
  margin: 0 auto;
}
#overview p.intro {
  margin-bottom: 10px;
}
#overview p span.small {
  font-size: 0.9em;
}
#overview ol {
  max-width: 960px;
  margin: 0px auto 10px 4em;
}
#overview ol li {
  line-height: 1.6em;
  font-size: 1.8em;
}

@media screen and (max-width:640px) {
  #overview p.intro {
    margin-bottom: 5px;
  }
  #overview p.subnote {
    margin: 0 auto 5% auto;
    font-size: 1.4em;
  }
  #overview p span.small {
    font-size: 0.8em;
  }
  #overview ol {
    max-width: 90%;
    margin: 0px 5% 5px 13%;
  }
  #overview ol li {
    font-size: 1.5em;
  }
}



/*
ハッシュタグ
------------------------------------- */
#hashtag-block {
  background: #ecedf0;
  background: linear-gradient(#ffffff 50%, #ecedf0 100%);
}
#hashtag-block h3 br.sp {
  display: none;
}
body #hashtag-block p.intro {
  text-align: justify;
}
#hashtag-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 0;
  max-width: 960px;
  margin: 0 auto 60px;
}
#hashtag-container .hashtag-card {
  border-top: 6px solid #34A78A;
  border-radius: 3px;
  box-shadow: 0 5px 20px rgb(219,213,202,1);
  background: #fff url(../img/bg-category2.png) no-repeat top center;
  background-size: contain;
}
#hashtag-container .hashtag-card:first-child {
  background: #fff url(../img/bg-category1.png) no-repeat bottom center;
  background-size: contain;
}
#hashtag-container .hashtag-card h3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0px;
  background: transparent;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 2.4em;
}
#hashtag-container h3 br.sp {
  display: none;
}
#hashtag-container .hashtag-card .hashtag-outline {
  padding: 24px 0;
}
#hashtag-container .hashtag-card .hashtags {
  width: 100%;
  font-family: "Noto Sans JP", san-serif;
  margin-bottom: 30px;
}

#hashtag-container .hashtag-card .hashtag-basic {
  width: calc(100% - 40px);
  border-radius: 3px;
  margin: 0 20px;
  padding: 20px 0;
  background: #34A78A;
  line-height: 1.2;
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
}
#hashtag-container .hashtag-card .hashtag-fs {
  width: calc(100% - 40px);
  border-radius: 3px;
  margin: 0 20px;
  padding: 20px 0;
  background: #34A78A;
  line-height: 1.2;
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
}
#hashtag-container .hashtag-card .hashtag-category {
  width: calc(100% - 40px);
  border: 2px solid #34A78A;
  border-radius: 3px;
  margin: 0 20px;
  padding: 18px 0;
  background: #fff;
  line-height: 1;
  font-size: 1.8em;
  font-weight: bold;
}
#hashtag-container .hashtag-card .hashtag-basic span,
#hashtag-container .hashtag-card .hashtag-category span {
  font-size: 0.8em;
  font-weight: normal;
}
#hashtag-container .hashtag-card .hashtag-plus {
  margin: 4px auto 6px;
  text-align: center;
  line-height: 1;
  font-size: 3.2em;
  font-weight: bold;
}
#hashtag-container .hashtag-card .hashtag-outline {
  margin: 0 20px 0px;
  text-align: justify;
  line-height: 1.6;
  font-size: 1.6em;
}
#hashtag-container .hashtag-card .comingsoon {
  font-size: 2em;
}

#hashtag-container .hashtag-card:nth-child(2) {
  border-top-color: #bb0025;
}
#hashtag-container .hashtag-card:nth-child(2) .hashtag-basic,
#hashtag-container .hashtag-card:nth-child(2) .hashtag-fs {
  background: #bb0025;
}
#hashtag-container .hashtag-card:nth-child(2) .hashtag-category {
  border-color: #bb0025;
}

@media screen and (max-width:960px) {
  #hashtag-container {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #hashtag-container .hashtag-card h3 {
    margin: 20px auto 0;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 2em;
  }
  #hashtag-container .hashtag-card .hashtag-basic,
  #hashtag-container .hashtag-card .hashtag-category {
    width: calc(100% - 40px);
  }
  #hashtag-container .hashtag-card .hashtag-outline {
    margin: 0 20px 0px;
    line-height: 1.5;
  }
}
@media screen and (max-width:768px) {
  #hashtag-block h3 br.sp {
    display: block;
  }
  #hashtag-container {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 16%;
  }
  #hashtag-container .hashtag-card {
    background: #fff;
  }
  #hashtag-container .hashtag-card:first-child {
    background: #fff;
  }
  #hashtag-container .hashtag-card h3 {
    margin: 30px auto 0;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 2em;
  }
  #hashtag-container h3 br.pc {
    display: none;
  }
  #hashtag-container h3 br.sp {
    display: block;
  }
  #hashtag-container .hashtag-card .hashtag-basic,
  #hashtag-container .hashtag-card .hashtag-fs,
  #hashtag-container .hashtag-card .hashtag-category {
    width: calc(100% - 40px);
    line-height: 1.4;
    font-size: 1.6em;
  }
  #hashtag-container .hashtag-card .hashtag-outline {
    margin: 0 20px 0;
    line-height: 1.6;
    font-size: 1.6em;
  }
}


/* サブハッシュタグ
------------------------------------- */
body #subhashtag-container p.subhashtag {
  width: 100%;
  margin: 0px auto 40px;
  text-align: justify;
  line-height: 1.6;
  font-size: 1.8em;
}
body #subhashtag-container .subhashtag-list span {
  background: #fff;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border-radius: 3px;
  margin: 0 0.75% 1.5% 0.75%;
  padding: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif !important;
}
body #subhashtag-container .subhashtag-list span br.sp {
  display: none;
}
body #subhashtag-container .subhashtag-list .provia {
  background: #ade9ae url(../img/bg-provia.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .velvia {
  background: #dc4f8f url(../img/bg-velvia.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .astia {
  background: #feddfd url(../img/bg-astia.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .acros {
  background: #404040 url(../img/bg-acros.jpg) no-repeat center right;
  color: #fff;
}
body #subhashtag-container .subhashtag-list .classicchrome {
  background: #cee1f2 url(../img/bg-classicchrome.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .proneghi {
  background: #ffd966 url(../img/bg-proneghi.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .pronegstd {
  background: #fff2cc url(../img/bg-pronegstd.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .eternacinema {
  background: #7f7f7f url(../img/bg-eternacinema.jpg) no-repeat center right;
  color: #fff;
}
body #subhashtag-container .subhashtag-list .eternabb {
  background: #bab8b8 url(../img/bg-eternabb.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .classicneg {
  background: #e2efd9 url(../img/bg-classicneg.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .nostalgicneg {
  background: #d68b58 url(../img/bg-nostalgicneg.jpg) no-repeat center right;
}
body #subhashtag-container .subhashtag-list .realaace {
  background: #896de5 url(../img/bg-realaace.jpg) no-repeat center center;
}
body #subhashtag-container .subhashtag-list .monochrome {
  background: #000000 url(../img/bg-monochrome.jpg) no-repeat center right;
  color: #fff;
}
body #subhashtag-container .subhashtag-list .sepia {
  background: #f9d8c1 url(../img/bg-sepia.jpg) no-repeat center right;
}

@media screen and (max-width:980px) {
  body #subhashtag-container {
    width: 90%;
    margin: 0px auto;
  }
}
@media screen and (max-width:640px) {
  body #subhashtag-container p.subhashtag {
    line-height: 1.6;
    font-size: 1.5em;
  }
  body #subhashtag-container .subhashtag-list span {
    flex-direction: column;
    background: #fff;
    width: 48%;
    height: 48px;
    border-radius: 3px;
    margin: 0 0.75% 8px 0.75%;
    line-height: 1;
    font-weight: bold;
    font-size: 1.4em;
  }
  body #subhashtag-container .subhashtag-list span br.sp {
    display: block;
  }
}


/* FSレシピメーカー
------------------------------------- */
.fsrecipe {
  max-width: 960px;
  border-top: 1px solid #ddd;
  margin: 80px auto;
  padding: 50px 0 0;
  text-align: center;
}
.fsrecipe h4 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2em;
  font-size: 2.8em;
}
.fsrecipe > p {
  margin: 0 auto 30px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.8;
  font-size: 1.8em;
}
.fsrecipe__viewer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
.fsrecipe__frame {
  position: relative;
  width: 32%;
  max-width: 380px;
}
.fsrecipe__frame img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.fsrecipe__frame[data-label="BEFORE"] img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  border-radius: 1px;
}
.fsrecipe__arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: #bb0025;
}
.fsrecipe__frame::after {
  content: attr(data-label);
  position: absolute;
  top: 1rem;
  left: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  background: #bb0025;
  color: #ffffff;
}
.fsrecipe .btn a {
  display: inline-block;
  border: 0;
  border-radius: 100px;
  padding: 18px 40px;
  background: #bb0025;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.fsrecipe .btn a:hover {
  opacity: 0.85;
}

@media screen and (max-width:960px) {
  .fsrecipe {
    width: 90%;
    margin: 8% auto;
    padding: 12% 0 4%;
  }
  .fsrecipe h4 {
    margin-bottom: 5%;
    font-size: 2.3em;
  }
  .fsrecipe > p {
    font-size: 1.5em;
    line-height: 1.6;
  }
  .fsrecipe__frame {
    width: 44%;
  }
  .fsrecipe__arrow {
    width: 28px;
    height: 28px;
  }
  .fsrecipe .btn a {
    padding: 14px 30px;
    font-size: 1.5em;
  }
}
@media screen and (max-width:480px) {
  .fsrecipe__viewer {
    gap: 10px;
  }
  .fsrecipe__arrow {
    width: 22px;
    height: 22px;
  }
  .fsrecipe__frame::after {
    padding: 0.2rem 0.5rem;
    font-size: 0.6rem;
  }
}


/* ハッシュタグ機能
------------------------------------- */
#hashtag-block #hashtagGenerator {
  max-width: 960px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 50px auto;
  padding: 50px 0;
}
.generateMsg {
  display: none;
}
#hashtag-block #hashtagGenerator h4 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2em;
  font-size: 2.8em;
}
#hashtag-block #hashtagGenerator p {
  margin: 0 auto 30px auto;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.8;
  font-size: 1.8em;
}
#hashtag-block #hashtagGenerator .categoryRadio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
  text-align: center;
}
#hashtag-block #hashtagGenerator .categoryRadio label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(45% - 12px);
  max-width: calc(350px - 12px);
  padding: 12px 0;
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  color: #1b1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#hashtag-block #hashtagGenerator .categoryRadio label:hover {
  background: #000;
  color: #fff;
}
#hashtag-block #hashtagGenerator .categoryRadio label:has(input[type="radio"]:checked) {
  border-color: #34a78a;
  background: #34a78a;
  color: #fff;
  cursor: default;
}
#hashtag-block #hashtagGenerator .categoryRadio label:has(input[value="fsrecipe"]) {
  border-color: #999;
  color: #1b1b1b;
}
#hashtag-block #hashtagGenerator .categoryRadio label:has(input[value="fsrecipe"]):hover {
  background: #000;
  color: #fff;
}
#hashtag-block #hashtagGenerator .categoryRadio label:has(input[value="fsrecipe"]:checked) {
  border-color: #bb0025;
  background: #bb0025;
  color: #fff;
}
#hashtag-block #hashtagGenerator .categoryRadio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
#hashtag-block #hashtagGenerator select::-ms-expand {
  display: none;
}
#hashtag-block #hashtagGenerator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 700px;
  width: 90%;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 30px 8px 10px;
  background-image: url(../img/icon_pulldown.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4em;
  cursor: pointer;
}
#hashtag-block #hashtagGenerator option {
  cursor: pointer;
}
#hashtag-block #hashtagGenerator option:checked {
  font-weight: bold;
}
#hashtag-block #hashtagGenerator #hashtagList {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 700px;
  width: 90%;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 16px;
  resize: none;
  text-align: center;
  height: calc( 1.7em * 3 );
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8em;
  font-weight: bold;
}
#hashtag-block #hashtagGenerator #generate {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 100px;
  padding: 12px 40px;
  background: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#hashtag-block #hashtagGenerator .btnArea {
  height: 50px;
  text-align: center;
}
#hashtag-block #hashtagGenerator .btnArea p#generateMsg {
  text-align: center;
  font-size: 1.6em;
  margin: 0 auto 0px auto;
  padding-top: 10px;
}
#hashtag-block #hashtagGenerator .btnArea p#selectMsg {
  text-align: center;
  font-size: 1.6em;
  margin: 0 auto 0px auto;
  padding-top: 10px;
}

@media screen and (max-width:960px) {
  #hashtag-block #hashtagGenerator {
    width: 90%;
    margin: 8% auto;
    padding: 12% 0 4%;
  }
  #hashtag-block #hashtagGenerator h4 {
    margin-bottom: 5%;
    line-height: 1em;
    letter-spacing: -1px;
    font-size: 2.3em;
  }
  #hashtag-block #hashtagGenerator p {
    font-size: 1.5em;
    line-height: 1.6;
  }
  #hashtag-block #hashtagGenerator #hashtagList {
    width: 100%;
    padding: 10px;
    height: calc( 1.3em * 4 );
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
  }
  #hashtag-block #hashtagGenerator .btnArea {
    height: 70px;
  }
  #hashtag-block #hashtagGenerator #generate {
    padding: 10px 30px;
    background: #000000;
    font-size: 1.5em;
  }
  #hashtag-block #hashtagGenerator .categoryRadio {
    gap: 8px;
    margin-bottom: 20px;
  }
  #hashtag-block #hashtagGenerator .categoryRadio label {
    padding: 8px 16px;
    font-size: 1.3em;
    width: calc(50% - 4px);
  }
  #hashtag-block #hashtagGenerator select {
    width: 100%;
    font-size: 1.4em;
  }
  #hashtag-block #hashtagGenerator .btnArea p#generateMsg {
    font-size: 1.4em;
  }
}

@media screen and (min-width:640px) {
  #hashtag-block #hashtagGenerator .categoryRadio br.sp {
    display: none;
  }
}



/*
応募方法
------------------------------------- */
#howtoenter h2 {
  color: #fff !important;
}
#howtoenter h2 br.sp {
  display: none;
}
#howtoenter p {
  color: #fff;
}
@media screen and (max-width:640px) {
  #howtoenter h2 {
    line-height: 1.2em;
  }
  #howtoenter h2 br.sp {
    display: block;
  }
}


/*
賞品
------------------------------------- */
#prize {
  margin: 0;
  padding: 80px 0 20px 0;
  text-align: center;
}
#prize h2 {
  margin-bottom: 10px;
}
#prize .inner {
  max-width: 960px;
}
#prize p {
  margin-bottom: 50px;
  padding-top: 30px;
  text-align: justify;
  line-height: 1.6em;
  font-size: 1.8em;
}
#prize p.intro {
  margin: 0 auto 0px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  font-weight: bold;
  font-size: 2.2em;
}
#prize p.comingsoon {
  margin: 0 auto 0px;
  text-align: center;
  font-weight: 400;
  font-size: 2em;
}
#prize p.intro-sub {
  text-align: justify;
}
#prize .prizes {
  margin-bottom: 60px;
  padding-top: 30px;
}
#prize .prizes img {
  width: 100%;
  border: 1px solid #e8e8ea;
  border-radius: 4px;
  margin-bottom: 36px;
}
#prize .item {
  text-decoration: none;
}
#prize .item h4 {
  margin-bottom: 24px;
  font-size: 2em;
  font-weight: bold;
  color: #000;
}
#prize .prizes span {
  max-width: 200px;
  display: block;
  background: #000;
  border-radius: 100px;
  margin: 0 auto;
  padding: 16px 0px 14px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", san-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}
#prize h3 {
  padding: 12px 12px 16px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  font-size: 2.4em;
  line-height: 1.2;
}
#prize .note {
  margin: 30px auto 0;
  font-size: 1.4em;
  text-align: center;
  padding-left: 3px;
  line-height: 1.6em;
  color: #ee0000;
}
#prize br.sp {
  display: none;
}

@media screen and (max-width:960px) {
  #prize {
    padding: 8% 0 0.1% 0;
  }
  #prize p {
    width: 94%;
    margin: 0 auto 8% auto;
    padding-top: 3%;
    text-align: left;
  }
  #prize h3 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #prize .prizes img {
    width: 90%
  }
  #prize .note {
    width: 94%;
    text-align: justify;
  }
}
@media screen and (max-width:640px) {
  #prize h2 {
    height: auto;
    background: none;
    margin: 0 auto 0 auto;
    text-indent: 1px;
    text-align: center;
    font-size: 2.8em;
    font-weight: normal;
    line-height: 1.4em;
    color: #000;
  }
  #prize h3 {
    width: 90%;
    margin-bottom: 3%;
    font-size: 1.8em;
  }
  #prize p{
    width: 90%;
    font-size: 1.6em;
  }
  #prize p.intro {
    line-height: 1.4;
    font-size: 2em;
  }
  #prize p.intro-sub {
    text-align: justify;
  }
  #prize br.sp {
    display: block;
  }
  #prize br.pc {
    display: none;
  }
}


/*
賞品
------------------------------------- */
body #award h3 {
  color: #fff;
}
body #award p {
  width: 90%;
  margin: 0 auto 60px;
  padding-top: 30px;
  text-align: left;
}
body #award p.intro {
  margin: 0 auto 0px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  font-weight: bold;
  font-size: 2.4em;
}
body #award p.intro span {
  font-size: 1.2em;
}
body #award br.sp {
  display: none;
}
body #award h3 {
  line-height: 1.2em;
}
body #award h3 span {
  font-size: 0.8em;
}
body #award h4 {
  width: 90%;
  border-top: 1px solid #ddd;
  margin: 0 auto 30px;
  padding-top: min(10%, 60px);
  line-height: 1.4em;
  font-size: 2.4em;
}
#award .photo {
  width: 90%;
  max-width: 640px;
  border-radius: 4px;
  margin-bottom: min(10%, 60px);
}
#award .btn {
  margin-bottom: min(10%, 60px);
  text-align: center;
}
#award .btn a {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #000000;
  text-decoration: none;
  font-size: 1.8em;
  border-radius: 100px;
  color: #ffffff !important;
  font-weight: bold;
}
#award p.note {
  text-align: center;
}

@media screen and (max-width:960px) {
  body #award p.intro {
    font-feature-settings: "palt";
  }
  body #award h3 {
    line-height: 1.4em;
  }
}
@media screen and (max-width:640px) {
  body #award p.intro {
    font-size: 2em;
  }
  body #award h4 {
    font-size: 1.8em;
  }
  body #award p {
    text-align: left;
  }
  body #award br.sp {
    display: block;
  }
  #award .btn a {
    width: 70%;
    margin: 0 auto 2%;
    padding: 4% 0;
    font-size: 1.5em;
  }
}
