.recipe-contest-result {
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  letter-spacing: 1px;
}
.mt3em{margin-top: 3em;}
@media screen and (min-width: 751px) {
  .contest__image__list {
    margin-top: 15px;
    display: flex;
    gap: 0 15px;
    align-items: baseline;
    list-style: none;
  }
  .contest__image__item {
    width: calc(33.3% - 15px) !important;
    list-style: none !important;
  }
  .contest__image {
    object-fit: cover;
    height: 204px !important;
  }
  .recipe__text {
    margin: 30px 0;
    padding: 0 50px;
    font-size: 1.1rem;
  }
  .top__wrapper__text {
    margin-top: 0 !important;
    font-size: 14px;
  }

  .gold-prize__image {
    width: 50%;
	padding: 35px 35px 35px 0;  
  }
  .prize__recipe__image {
    display: flex;
    justify-content: space-between;
  }
  .gold-prize__recipe__link {
    width: 60%;
  }
  .image__item {
    object-fit: cover;
  }
  .recipe__image {
    width: 52% !important;
    object-fit: contain;
  }
  .prize {
    font-weight: 700;
    margin-top: 3em;
    font-size: 20px;
  }
  .icon {
    width: 3.5%;
  }
  .prize.gold-icon {
    color: #e5bd54;
    font-size: 26px;
  }
  .prize__image__area {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /*gap: 0 15px;*/
    margin-top: 15px;
  }
  .prize__recipe__image {
    display: flex;
    justify-content: space-between;
  }
  .gold-prize {
    align-items: flex-end;
    justify-content: space-evenly;
	background-color: #f8f3e8;
    align-items: center;  
  }
  .gold {
    background-color: #f8f3e8;
    padding: 35px;
  }
  .name__area {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .gold-prize__name {
    font-size: 18px;
  }
  .bold {
    font-weight: 700;
  }
  .prize__image {
    width: 85% !important;
	border-radius: 50%;  
  }
  .prize.silver {
    color: #848788;
    font-size: 24px;
  }
  .silver-prize {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #e8e8e8;
    padding: 20px;
    margin-top: 0 !important;
  }
  .silver-prize__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding-left: 0 !important;
    margin-top: 15px;
  }
  .silver-prize__image__area {
    width: 48%;
  }
  .silver-prize__item {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .silver__name__area {
    width: 52%;
  }
  .silver-prize__recipe__image {
    width: 44% !important;
    object-fit: cover;
  }
  .image__area {
    width: 45%;
  }
  .runner-up__name {
    line-height: 1.7;
    font-size: 14px;
  }
  .runner-up__image {
    width: 80% !important;
    object-fit: cover;
	border-radius: 50%;  
  }
  .supplement {
    margin-top: 15px;
    font-size: 1rem;
  }
  .chairman__profile {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5em;
    margin-bottom: 30px;
  }
  .chainman__image__area {
    width: 30%;
  }
  .chairman__name {
    margin-top: 5px;
    font-size: 1rem;
    text-align: center;
  }
  .profile__text__area {
    width: 67% !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0121/5689/5290/files/border.png?v=1719813697);
    padding: 20px 40px;
    background-repeat: round;
  }
  .profile__heading {
    font-weight: 500;
  }
  .profile__text {
    margin-top: 0 !important;
    font-size: 15px;
  }
  .shop {
    margin-top: 30px;
    font-size: 0.95rem;
  }
  .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
  }
  .video iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 100%;
  }

  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    max-width: 450px;
    margin: auto;
    padding: 0 5%;
  }
  .recipe__text {
    margin-top: 15px;
    padding: 0 5%;
    font-size: 1rem;
  }
  .contest__image__list {
    margin-top: 15px;
    list-style: none;
    padding-left: 0 !important;
  }
  .contest__image__item {
    list-style: none !important;
  }
  .contest__image__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .contest__image {
    object-fit: cover;
  }
  .top__wrapper__text {
    margin-top: 0 !important;
  }
  .gold-prize__image {
    width: 100%;
  }
  .image__item {
    object-fit: cover;
  }
  .recipe__image {
    width: 52% !important;
    object-fit: contain;
  }
  .icon {
    width: 6%;
  }
  .prize {
    font-weight: 700;
    margin-top: 2em;
    font-size: 20px;
  }

  .prize.gold-icon {
    color: #e5bd54;
  }

  .prize.silver {
    color: #848788;
    font-size: 24px;
  }

  .prize__image__area {
    margin-top: 15px;
  }
  .prize__recipe__image {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .gold {
    margin-bottom: 15px;
    background-color: #f8f3e8;
    padding: 15px;
  }
  .name__area {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .bold {
    font-weight: 700;
  }
  .prize__image {
    width: 85% !important;
	border-radius:50%;  
  }
  .prize.silver {
    color: #848788;
    font-size: 24px;
  }
  .silver-prize {
    display: flex;
    justify-content: space-between;
    background-color: #e8e8e8;
    padding: 15px;
    margin-top: 0 !important;
  }
  .silver-prize__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
    padding-left: 0 !important;
    margin-top: 15px;
  }
  .silver-prize__item {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 48%;
  }
  .silver__name__area {
    width: 50%;
  }
  .silver-prize__recipe__image {
    width: 44% !important;
    object-fit: cover;
  }
  .image__area {
    width: 45%;
  }
  .runner-up__name {
    line-height: 1.7;
    font-size: 14px;
  }
  .runner-up__image {
    width: 80% !important;
    object-fit: cover;
    border-radius: 50%;  
  }
  .supplement {
    font-size: 1rem;
    margin-top: 5px;
  }
  .chairman__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
  }
  .chainman__image__area {
    text-align: center;
  }
  .chairman__image {
    width: 70% !important;
    max-width: 300px !important;
    margin-bottom: 5px !important;
  }
  .profile__text__area {
    background-image: url(https://cdn.shopify.com/s/files/1/0121/5689/5290/files/border_sp.png?v=1719813697);
    background-size: cover;
    background-repeat: round;
    max-width: 450px;
    padding: 20px 30px;
    margin-top: 20px;
  }
  .chairman__name {
    font-size: 1rem;
    margin-top: 5px;
  }
  .profile__text {
    margin-top: 0 !important;
  }
  .profile__heading {
    font-size: 16px;
    font-weight: 500;
  }
  .shop {
    font-size: 1rem;
    margin-top: 15px;
  }
  .video {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 0px;
    height: 0;
    overflow: hidden;
  }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .pc-only {
    display: none;
  }
}

