@charset "utf-8";

:root {
  --green: #006230;
}

.zmg {
  font-family: "Zen Maru Gothic", sans-serif;
}

#contest {
  font-size: 18px;
  line-height: 1.83;
  background: #F2ECE1;
  font-family: "Noto Sans JP", sans-serif;
}
#contest .mv {
  position: relative;
  line-height: 0;
  text-align: center;
  background: #F9C3D8;
}
#contest .intro {
  text-align: center;
  padding: calc(3/32 * 100% - 50px) 0 130px;
  background: url(../../../img/usr/tokyodo_contest2026/bg_intro.png) no-repeat top 30% center;
}
#contest .inner {
  max-width: 1484px;
  padding: 0 30px;
}
#contest .intro .ttl {
  margin: 0 0 45px;
}
#contest .intro .logo {
  line-height: 0;
  margin: 0 0 25px;
}
#contest .intro .logo img {
  width: 156px;
}
#contest .intro h1 {
  color: var(--green);
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
  font-family: "Noto Sans JP", sans-serif;
}
#contest .intro .message {
  margin: 0 0 60px;
}
#contest .intro .message p {
  font-size: 18px;
  line-height: inherit;
  margin: 0 0 20px;
  padding: 0;
}
#contest .intro .message p:last-child {
  margin: 0;
}
#contest .intro .guest {
  position: relative;
  background: rgba(255, 255, 255, .67);
  border-radius: 13px;
  padding: 25px 0 20px;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
#contest .intro .guest .head {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  background: #C1B6A4;
  border-radius: 15px;
  color: #FFF;
  font-size: 16px;
}
#contest .intro .guest ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
#contest .intro .guest figure {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  height: 84px;
  margin: 0 auto 2px;
}
#contest .intro .guest li:nth-child(1) figure {
  width: 108px;
}
#contest .intro .guest li:nth-child(2) figure {
  width: 85px;
}
#contest .intro .guest li p {
  font-size: 13px;
  line-height: 1.3;
}
#contest .intro .guest li span {
  font-size: 11px;
}
#contest .btn {
  display: block;
  width: 400px;
  margin: 0 auto;
  color: #FAF8E2;
  font-size: 21px;
  font-weight: bold;
  background: var(--green);
  border-radius: 5px;
  text-align: center;
  padding: 22px 0;
}
#contest .intro .btn {
  margin-top: 80px;
}
#contest .summary {
  display: flex;
  align-items: center;
}
#contest .summary .img {
  width: 60%;
  line-height: 0;
}
#contest .summary .summary-contents {
  flex-shrink: 0;
  width: 47%;
  color: #FAF8E2;
  margin-left: -7%;
  padding: 56px 250px 56px 50px;
  background: var(--green) url(../../../img/usr/tokyodo_contest2026/bg_summary.png) repeat-y right top;
}
@media screen and (max-width: 1855px) {
  #contest .summary .summary-contents {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1750px) {
  #contest .summary .summary-contents {
    padding-right: 150px;
  }
}
@media screen and (max-width: 1640px) {
  #contest .summary .summary-contents {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1350px) {
  #contest .summary .summary-contents {
    padding-right: 50px;
  }
}
#contest .summary h2 {
  line-height: 0;
  margin: 0 0 15px;
}
#contest .summary h2 img {
  width: clamp(60%, 21vw, 348px);
}
#contest .summary .theme {
  margin: 0 0 20px;
}
#contest .summary .theme dt {
  font-size: clamp(26px, 2.36vw, 34px);
  font-weight: bold;
}
#contest .summary .theme dd {
  font-size: clamp(27px, 2.45vw, 39px);
  line-height: 1.6;
  text-indent: -4%;
}
#contest .summary .message {
  font-size: clamp(15px, 1.36vw, 18px);
  margin: 0 0 45px;
}
#contest .summary .schedule dl {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0 0 5px;
}
#contest .summary .schedule dl:last-child {
  margin: 0;
}
#contest .summary .schedule dt {
  font-size: clamp(20px, 1.82vw, 26px);
  font-weight: bold;
}
#contest .summary .schedule dd {
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1;
}
#contest .summary .schedule dd span {
  font-size: clamp(12px, 1.1vw, 16px);
}
#contest .step {
  padding: 200px 0 110px;
  background: url(../../../img/usr/tokyodo_contest2026/bg_step01.png) no-repeat center top 20px, url(../../../img/usr/tokyodo_contest2026/bg_step02.png) no-repeat left 25px top 62%;
}
#contest .step .inner {
  padding-bottom: 90px;
  background: url(../../../img/usr/tokyodo_contest2026/bg_step03.png) no-repeat right 40px bottom;
}
#contest .step h2 {
  line-height: 0;
  text-align: center;
  margin: 0 0 120px;
}
#contest .step .step-lists {
  display: flex;
  gap: 25px;
}
#contest .step .step-item {
  position: relative;
  max-width: 458px;
  flex: 1;
  list-style: none;
  background: #FFF;
  border-radius: 38px;
  border: 2px solid #D4D3D0;
  padding: 54px 30px 40px;
  margin: 0;
}
#contest .step .step-item .num {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
}
#contest .step .step-item .img {
  line-height: 0;
  margin: 0 0 40px;
}
#contest .step .step-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--green);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
#contest .step .step-item h3 span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#contest .step .step-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contest .step .step-item p { 
  font-size: clamp(14px, 1.27vw, 16px);
  text-align: center;
  padding: 0;
}
#contest .step .step-item p a {
  color: var(--green);
  text-decoration: underline;
}
#contest .step .step-item p a:hover {
  text-decoration: none;
  opacity: 1;
}
#contest .requirements {
  margin: 24px 0 0;
  padding: 40px 185px;
  border-radius: 30px;
  background: #EEECD5;
}
#contest .requirements .ttl {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 0 35px;
  margin: 0 0 5px;
}
#contest .requirements .ttl:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: var(--green);
}
#contest .requirements li:not(:last-child) {
  margin: 0 0 2px;
}
#contest .requirements .ttl-note {
  color: var(--green);
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 3px;
}
#contest .step .btn {
  margin-top: 40px;
}
#contest .prize {
  padding: 150px 0;
  background: #FDFCFB;
}
#contest .prize h2 {
  line-height: 0;
  text-align: center;
  margin: 0 0 60px;
}
#contest .prize ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#contest .prize li {
  max-width: 460px;
  flex: 1;
  background: #FAF8E2;
  padding: 40px;
}
/* #contest .prize li:nth-child(2) {
  background: #F8F5D3;
} */
#contest .prize li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B662E;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#contest .prize li:nth-child(2) h3 {
  font-size: 25px;
  margin: 0 -10px;
}
#contest .prize li .qty {
  color: #A2A190;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#contest .prize li .img {
  line-height: 0;
  text-align: center;
  border-top: 1px solid #D2CFB1;
  padding: 30px 0 25px;
  margin: 10px 0 0;
}
#contest .prize li .img img {
  width: 167px;
}
#contest .prize li .label {
  width: 80px;
  margin: 0 auto 6px;
  padding: 2px 0;
  background: #6B662E;
  border-radius: 40px;
  color: #FAF8E2;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#contest .prize li h4 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px;
}
#contest .prize li p {
  font-size: 14px;
  padding: 0;
}
#contest .prize .note {
  font-size: 16px;
  text-align: center;
  margin: 20px 0 0;
}
#contest .product {
  padding: 200px 0 85px;
  background: url(../../../img/usr/tokyodo_contest2026/bg_product.png) no-repeat left calc(50% - 750px) top 115px;
}
#contest .product h2 {
  line-height: 0;
  text-align: center;
  margin: 0 0 60px;
}
#contest .product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
#contest .product li {
  max-width: 344px;
  width: calc((100% - 60px) / 4);
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
#contest .post {
  padding: 115px 0 240px;
  background: url(../../../img/usr/tokyodo_contest2026/bg_post01.png) no-repeat right calc(50% - 700px) top, url(../../../img/usr/tokyodo_contest2026/bg_post02.png) no-repeat left calc(50% - 730px) bottom 135px;
}
#contest .post h2 {
  line-height: 0;
  text-align: center;
  margin: 0 0 60px;
}
#contest .post .hacobune-app-container {
  background: none;
  padding: 0;
  max-width: 100%;
}
#contest .post .hacobune-mix-list-item {
  background: none;
  padding: 0;
  line-height: 0;
}
#contest .post .hacobune-mix-search {
  display: none;
}
#contest .post .hacobune-layout-base {
  width: 100%;
}
#contest .post .hacobune-grid-row {
  gap: 15px;
}
#contest .post .hacobune-grid-col.hacobune-grid-col--tile {
  max-width: 344px !important;
  width: calc((100% - 60px) / 4);
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 1;
  flex: unset !important;
}
#contest .post .hacobune-mix-list-item-title,
#contest .post .hacobune-mix-list-item-description {
  display: none;
}
#contest .post .hacobune-mix-load-more-button {
  width: 300px;
  height: 60px;
  margin: 60px auto 0;
  padding: 11px 0;
  text-align: center;
  background: var(--green);
  border-radius: 40px;
  cursor: pointer;
}
#contest .post .hacobune-mix-load-more-button:before {
  content: 'もっと見る';
  display: inline-block;
  color: #FAF8E2;
  font-size: 21px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
}
#contest .post .hacobune-mix-load-more-button div {
  display: none;
}
#contest .caution {
  padding: 100px 0;
  background: #FDFCFB;
}
#contest .caution .inner,
#contest .faq .inner {
  max-width: 1040px;
}
#contest .caution h2,
#contest .faq h2 {
  line-height: 0;
  text-align: center;
  margin: 0 0 35px;
}
#contest .caution dt,
#contest .faq dt {
  position: relative;
  border-bottom: 1px solid var(--green);
  padding: 25px 60px 14px 40px;
  cursor: pointer;
}
#contest .caution dt:after,
#contest .faq dt:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 36px;
  transform: skew(-5deg, -5deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  rotate: 45deg;
}
#contest .caution dt.open:after,
#contest .faq dt.open:after {
  right: 37px;
  rotate: -135deg;
}
#contest .caution dt h3 {
  font-size: 17px;
  line-height: 1.5;
}
#contest .caution dd,
#contest .faq dd {
  display: none;
  padding: 20px 30px 15px;
}
#contest .caution dd li {
  font-size: 13px;
  line-height: 2;
  text-indent: -13px;
  padding: 0 0 0 13px;
}
#contest .faq {
  padding: 0 0 100px;
  background: #FDFCFB;
}
#contest .faq dt {
  font-size: 17px;
  line-height: 1.5;
}
#contest .faq dd {
  font-size: 13px;
  text-indent: -11px;
  padding: 20px 65px 15px 65px;
}
#contest .faq dt span,
#contest .faq dd span {
  display: inline-block;
  color: var(--green);
  font-size: 17px;
  margin: 0 8px 0 0;
}
#contest .faq dt span {
  transform: translateY(-1px);
}
#contest .contact {
  padding: 0 0 180px;
  background: #FDFCFB;
}
#contest .contact h2 {
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}
#contest .contact .text {
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
}
#contest .contact .text a {
  color: #0077FF;
  text-decoration: underline;
}
#contest .contact .text a:hover {
  text-decoration: none;
  opacity: 1;
}

/* PC */
@media screen and (min-width: 768px) {
  #contest .sp {
    display: none;
  }
  #contest .mv:after {
    content: '';
    position: absolute;
    top: 96%;
    left: 0;
    width: 100%;
    aspect-ratio: 32/3;
    background: url(../../../img/usr/tokyodo_contest2026/mv_bottom.png) no-repeat left bottom / 100%;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #contest {
    font-size: 14px;
    line-height: 1.7;
  }
  #contest .pc {
    display: none;
  }
  #contest .mv {
    background: none;
    margin: 0 0 15px;
  }
  #contest .inner {
    padding: 0;
  }
  #contest .intro {
    position: relative;
    padding: 0 15px 80px;
    background: url(../../../img/usr/tokyodo_contest2026/bg_intro02_sp.png) no-repeat left 22px bottom 28px / 40px;
    z-index: 1;
  }
  #contest .intro:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 2.5%;
    width: 95%;
    height: 100%;
    background: url(../../../img/usr/tokyodo_contest2026/bg_intro01_sp.png) no-repeat center top / 100%;
    z-index: -1;
  }
  #contest .intro .ttl {
    margin: 0 0 20px;
  }
  #contest .intro .logo {
    margin: 0 0 15px;
  }
  #contest .intro .logo img {
    width: calc(96/393 * 100vw);
  }
  #contest .intro h1 {
    font-size: clamp(16px, 4.27vw, 18px);
  }
  #contest .intro .message {
    margin: 0 0 40px;
  }
  #contest .intro .guest {
    width: 100%;
  }
  #contest .intro .btn {
    margin: 40px 0 0;
  }
  #contest .intro .guest ul {
    padding: 0 0 0 7%;
  }
  #contest .intro .message p {
    font-size: 14px;
    margin: 0 0 20px;
  }
  #contest .btn {
    width: 95%;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 18px 0;
  }
  #contest .summary {
    display: block;
    margin: 0 0 70px;
  }
  #contest .summary h2 {
    text-align: center;
    margin: 0 0 24px;
  }
  #contest h2 img {
    width: auto !important;
    height: 41px;
  }
  #contest .summary .img {
    width: 100%;
  }
  #contest .summary .summary-contents {
    position: relative;
    width: calc(100% - 30px);
    margin: -30px 15px 0;
    padding: 15px 15px 23px;
    background: var(--green) url(../../../img/usr/tokyodo_contest2026/bg_summary_sp.png) repeat-x center bottom / auto 191px;
  }
  #contest .summary .theme {
    text-align: center;
    margin: 0 0 8px;
  }
  #contest .summary .theme dt {
    font-size: 18px;
  }
  #contest .summary .theme dd {
    font-size: 18px;
    text-indent: 0;
  }
  #contest .summary .message {
    font-size: 12px;
    margin: 0 0 16px;
  }
  #contest .summary .schedule dl {
    display: block;
    text-align: center;
    margin: 0 0 20px;
  }
  #contest .summary .schedule dl:last-child {
    margin: 0;
  }
  #contest .summary .schedule dt {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 7px;
  }
  #contest .summary .schedule dd {
    font-size: 16px;
  }
  #contest .summary .schedule dd span {
    display: inline-block;
    font-size: 11px;
    margin: 20px 0 0;
  }
  #contest .step {
    margin: 0 0 55px;
    padding: 0 15px;
    background: none;
  }
  #contest .step .inner {
    padding: 0;
    background: none;
  }
  #contest .step h2 {
    margin: 0 0 60px;
  }
  #contest .step .step-lists {
    display: block;
  }
  #contest .step .step-item {
    max-width: none;
    margin: 0 0 54px;
    padding: 18px 18px 24px;
    border-radius: 30px;
  }
  #contest .step .step-item:last-child {
    margin: 0;
  }
  #contest .step .step-item .num {
    top: -42px;
    width: 123px;
  }
  #contest .step .step-item .img {
    margin: 0 0 18px;
  }
  #contest .step .step-item h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #contest .step .step-item p {
    font-size: 15px;
  }
  #contest .requirements {
    margin: 20px 0 0;
    padding: 20px 15px;
    border-radius: 0;
  }
  #contest .requirements .ttl {
    font-size: 16px;
    padding: 0 0 0 22px;
    margin: 0 0 2px;
  }
  #contest .requirements .ttl:before {
    top: 9px;
    width: 12px;
    height: 12px;
  }
  #contest .requirements li {
    font-size: 12px;
  }
  #contest .requirements .ttl-note {
    font-size: 16px;
    margin: 15px 0 2px;
  }
  #contest .step .btn {
    margin-top: 30px;
  }
  #contest .prize {
    padding: 60px 15px 55px;
  }
  #contest .prize h2 {
    margin: 0 0 20px;
  }
  #contest .prize ul {
    display: block;
  }
  #contest .prize li {
    padding: 24px 15px;
    margin: 0 0 12px;
  }
  #contest .prize li:last-child {
    margin: 0;
  }
  #contest .prize li h3 {
    font-size: 24px;
    margin: 0 0 12px;
  }
  #contest .prize li:nth-child(2) h3 {
    font-size: 19px;
    margin: 0 0 3px;
  }
  #contest .prize li .qty {
    font-size: 15px;
  }
  #contest .prize li .label {
    font-size: 15px;
    padding: 3px 0;
  }
  #contest .prize li .img {
    border: 0;
    padding: 0;
    margin-bottom: 25px;
  }
  #contest .prize li h4 {
    font-size: 19px;
    margin: 0 0 10px;
  }
  #contest .prize li p {
    font-size: 13px;
    line-height: 1.53;
  }
  #contest .prize .note {
    font-size: 12px;
    line-height: 1.58;
    margin: 15px 0 0;
    text-align: left;
  }
  #contest .product {
    padding: 80px 15px 70px;
  }
  #contest .product h2,
  #contest .post h2 {
    margin: 0 0 20px;
  }
  #contest .product li {
    width: calc((100% - 15px) / 2);
  }
  #contest .post {
    padding: 0 15px 60px;
  }
  #contest .post .hacobune-app-container {
    width: 100%;
  }
  #contest .post .hacobune-grid-col.hacobune-grid-col--tile {
    width: calc((100% - 15px) / 2);
  }
  #contest .post .hacobune-mix-load-more-button {
    width: 50%;
    height: 48px;
    margin-top: 40px;
  }
  #contest .post .hacobune-mix-load-more-button:before {
    font-size: 16px;
    letter-spacing: 1px;
  }
  #contest .caution {
    padding: 65px 15px 60px;
  }
  #contest .caution h2 {
    margin: 0 0 15px;
  }
  #contest .caution dt,
  #contest .faq dt {
    padding: 10px 35px 5px 5px;
  }
  #contest .caution dt:after,
  #contest .faq dt:after {
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
  }
  #contest .caution dt.open:after,
  #contest .faq dt.open:after {
    right: 15px;
  }
  #contest .caution dt h3 {
    font-size: 14px;
    font-weight: bold;
  }
  #contest .caution dd {
    padding: 8px 0px 10px;
  }
  #contest .caution dd li {
    font-size: 12px;
    line-height: 1.7;
    text-indent: -12px;
    padding: 0 0 0 12px;
  }
  #contest .faq {
    padding: 0 15px 60px;
  }
  #contest .faq h2 {
    margin: 0 0 15px;
  }
  #contest .faq dt {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: bold;
  }
  #contest .faq dt span {
    flex-shrink: 0;
    transform: none;
    font-weight: 500;
  }
  #contest .faq dd {
    font-size: 12px;
    padding: 8px 0 10px 30px;
  }
  #contest .contact {
    padding: 0 15px 80px;
  }
  #contest .contact h2 {
    margin: 0 0 20px;
  }
  #contest .contact .text {
    font-size: 14px;
  }
}