@charset "UTF-8";
img {
  max-width: 100%;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.visible-mobile {
  display: none;
}

.visible-desktop {
  display: block;
}

@media screen and (max-width: 480px) {
  body, html {
    overflow-x: hidden;
  }
  .visible-mobile {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
#background {
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/grandprix-background.jpg) top center repeat;
  padding-bottom: 0;
}

#main-header-wrapper {
  width: 100%;
  background-color: #fff;
}

.container, .background-wrapper {
  width: 100% !important;
  background-color: unset;
}
.container header, .background-wrapper header {
  max-width: 940px !important;
  margin-left: auto;
  margin-right: auto;
}

.full-line {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  #background {
    overflow: hidden;
  }
  .container, .background-wrapper {
    width: auto !important;
  }
  .deploy-test-bg > .container {
    padding: 0;
  }
}
#main-footer-wrapper .container {
  max-width: 940px;
}

.top-bar {
  background: #006428;
  padding: 0 20px;
  line-height: 1;
}
.top-bar p {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 0;
  line-height: 3;
  color: #fff;
  font-size: 10px;
}

.grandprix-header {
  text-align: center;
}
.grandprix-header figure {
  margin: 0;
}

.red_bottom_banner {
  background-color: #FFFC91;
  border-bottom: 1px solid #006428;
  margin-bottom: 20px;
}
.red_bottom_banner ul {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
}
.red_bottom_banner ul li {
  width: 360px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  border-right: 1px solid #006428;
}
.red_bottom_banner ul li:first-child {
  width: 220px;
  border-left: 1px solid #006428;
}
.red_bottom_banner ul li a {
  position: relative;
  width: 100%;
  display: block;
  padding: 15px 0 17px;
  text-align: center;
}
.red_bottom_banner ul li a span {
  display: inline-block;
  position: relative;
  color: #006428;
}
.red_bottom_banner ul li a span:before {
  content: "";
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
}
.red_bottom_banner ul li a:hover, .red_bottom_banner ul li a.active {
  background-color: #006428;
}
.red_bottom_banner ul li a:hover span, .red_bottom_banner ul li a.active span {
  color: #fff;
}
.red_bottom_banner ul li a:hover:after, .red_bottom_banner ul li a.active:after {
  content: "";
  width: 0;
  height: 0;
  border: transparent solid 10px;
  border-top-color: #006428;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}
.red_bottom_banner ul li a.grandprix_home span:before {
  width: 20px;
  height: 18px;
  top: 1px;
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/home_off.png);
}
.red_bottom_banner ul li a.grandprix_home:hover span:before, .red_bottom_banner ul li a.grandprix_home.active span:before {
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/home_on.png);
}
.red_bottom_banner ul li a.grandprix_camera span:before {
  width: 20px;
  height: 18px;
  top: 2px;
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/camera_off.png);
}
.red_bottom_banner ul li a.grandprix_camera:hover span:before, .red_bottom_banner ul li a.grandprix_camera.active span:before {
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/camera_on.png);
}
.red_bottom_banner ul li a.grandprix_star span:before {
  width: 20px;
  height: 18px;
  top: 2px;
  left: -21px;
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/star_off.png);
}
.red_bottom_banner ul li a.grandprix_star:hover span:before, .red_bottom_banner ul li a.grandprix_star.active span:before {
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/star_on.png);
}

@media screen and (max-width: 480px) {
  .grandprix-header figure {
    margin: 0;
  }
  .red_bottom_banner {
    border-top: 1px solid #006428;
  }
  .red_bottom_banner ul li {
    width: 140px;
    border-right: none;
    border-left: 1px solid #006428;
  }
  .red_bottom_banner ul li a {
    padding: 7px 0;
  }
  .red_bottom_banner ul li a span {
    font-size: 12px;
  }
  .red_bottom_banner ul li a.grandprix_home span:before {
    background-size: 80%;
    left: -20px;
  }
  .red_bottom_banner ul li:first-child {
    width: 100px;
    border-left: none;
  }
}
.grandprix-main {
  width: 100%;
  margin: 0 auto;
}

.main_image {
  text-align: center;
}

.main-message {
  margin-bottom: 50px;
}
.main-message p {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.2;
}
.main-message p.present-ataru {
  font-size: 3em;
}

@media screen and (max-width: 480px) {
  .main-message {
    margin-bottom: 20px;
  }
  .main-message p {
    font-size: 1.4em;
  }
}
.recipes-section {
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/recipe-back.png);
  position: relative;
  padding: 20px 0 10px;
}
.recipes-section:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 18px;
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/recipe_back_top.png) repeat-x;
}
.recipes-section:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 18px;
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/recipe_back_bottom.png) repeat-x;
}
.recipes-section > section {
  max-width: 940px;
  margin: 20px auto 30px;
}
.recipes-section > section h2 {
  text-align: center;
}
.recipes-section .readmore-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .recipes-section {
    padding: 1px 10px 10px;
  }
  .recipes-section h2 {
    width: 84%;
    margin: 0 auto;
  }
  .recipes-section .happy-recipe-check h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .recipes-section .happy-recipe-check .happy-items {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  .recipes-section .happy-recipe-check .happy-items > div {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 10px;
  }
  .recipes-section .happy-recipe-check .happy-items > div a {
    display: block;
    height: 100%;
    padding: 15px 20px 10px;
  }
  .recipes-section .happy-recipe-check .happy-items > div a img {
    display: block;
    margin-bottom: 10px;
  }
}
.happy-recipe-check {
  text-align: center;
}
.happy-recipe-check h2 {
  margin-bottom: 40px;
}

.happy-items {
  width: 813px;
  margin: 20px auto 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.happy-items > div {
  width: 228px;
  min-height: 230px;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 10px;
}
.happy-items > div a {
  display: block;
  height: 100%;
  color: #C10025;
}
.happy-items > div p {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: middle;
}
.happy-items > div::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: 91px;
  height: 66px;
  z-index: 10;
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/photo_accessory_top.png);
  background-repeat: no-repeat;
}
.happy-items > div::after {
  position: absolute;
  content: "";
  bottom: -32px;
  right: -32px;
  width: 91px;
  height: 66px;
  z-index: 10;
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/photo_accessory_bottom.png);
  background-repeat: no-repeat;
}

.posthow-section {
  margin-bottom: 100px;
  padding: 150px 0 0;
}
.posthow-section .posthow-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 40px 50px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.168627) -3px 9px 9px -3px;
  background-color: #fff;
}
.posthow-section .posthow-title {
  width: 360px;
  margin: 0 auto 50px;
}
.posthow-section .posthow-title img {
  display: inline-block;
  margin-top: -40px;
}
.posthow-section .posthow-steps-wrap {
  text-align: center;
}
.posthow-section .posthow-steps-wrap .step-lead {
  display: inline-block;
  padding-bottom: 8px;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
  color: #761f22;
  font-size: 16px;
  font-weight: bold;
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/post-border.png) center bottom repeat-x;
}
.posthow-section .posthow-step {
  width: 600px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 30px;
}
.posthow-section .posthow-step .text {
  display: none;
}
.posthow-section .posthow-step > div a {
  display: block;
  width: 270px;
  height: 167px;
  background-size: 200% 100%;
}
.posthow-section .posthow-step > div a:hover {
  background-position: 100% 0;
}
.posthow-section .posthow-step .flow-1 a {
  background: transparent url(/wp-content/themes/yamasa-cms/dist/images/grandprix/posthow_step_flow1.png) 0 0 no-repeat;
}
.posthow-section .posthow-step .flow-2 a {
  background: transparent url(/wp-content/themes/yamasa-cms/dist/images/grandprix/posthow_step_flow3.png) 0 0 no-repeat;
}
.posthow-section .posthow-gifts-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 170px;
  position: relative;
}
.posthow-section .posthow-gifts-wrap:before {
  content: "";
  display: block;
  width: 140px;
  height: 132px;
  background: transparent url(/wp-content/themes/yamasa-cms/dist/images/grandprix/posthow_gift_voice.png) 0 0 no-repeat;
  position: absolute;
  left: 15px;
  top: 70px;
  opacity: 0;
  z-index: 0;
}
.posthow-section .posthow-gifts-wrap .gift-item {
  width: 312px;
  margin: 30px 15px 20px;
}
.posthow-section .posthow-gifts-wrap.animation:before {
  animation: voice-move-left 3s ease-out infinite;
  -webkit-animation: voice-move-left 3s ease-out infinite;
}

@media screen and (max-width: 480px) {
  .posthow-section {
    padding: 100px 10px 10px;
    margin-bottom: 40px;
  }
  .posthow-section .posthow-content {
    padding: 0 30px 20px;
  }
  .posthow-section .posthow-title {
    width: 90%;
    margin-bottom: 10px;
  }
  .posthow-section .posthow-step {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .posthow-section .posthow-step .flow-1 {
    margin-bottom: 30px;
  }
  .posthow-section .posthow-gifts-wrap {
    padding-left: 0;
  }
  .posthow-section .posthow-gifts-wrap:before {
    content: none;
  }
  .posthow-section .posthow-gifts-wrap .gift-item {
    width: 100%;
    margin: 10px 0;
  }
  .posthow-section .posthow-gifts-wrap .gift-item p {
    line-height: 1.5;
  }
}
.related-items-section {
  margin-bottom: 100px;
}
.related-items-section .related-items-wrap {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.related-items-section .related-content-headline {
  text-align: right;
}
.related-items-section .related-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.related-items-section .related-item .item-image {
  width: 250px;
}
.related-items-section .related-item .item-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 246px;
  padding: 15px;
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/recommend_waku.png) center center no-repeat;
}
.related-items-section .related-item .item-image a img {
  height: auto;
  max-height: 188px;
}
.related-items-section .related-item .item-description {
  width: 330px;
}
.related-items-section .related-item .item-description h3 {
  font-size: 20px;
  line-height: 1.4;
}
.related-items-section .related-item .item-lead {
  font-size: 16px;
  line-height: 1.5;
}
.related-items-section .related-item .item-button a {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 10px 60px 10px 35px;
  border: solid 3px #439799;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #439799;
}
.related-items-section .related-item .item-button a:after {
  content: "";
  width: 0;
  height: 0;
  border: transparent solid 6px;
  border-left-color: #439799;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
  text-decoration: none;
}
.related-items-section .related-item .item-button a:hover {
  background-color: #439799;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .related-items-section {
    margin-bottom: 10px;
  }
  .related-items-section .related-item {
    display: block;
    padding: 10px 30px;
    margin-bottom: 10px;
  }
  .related-items-section .related-item .item-image {
    width: auto;
  }
  .related-items-section .related-item .item-image a {
    padding-left: 0;
    padding-bottom: 0;
  }
  .related-items-section .related-item .item-description h3 {
    font-size: 16px;
  }
  .related-items-section .related-item .item-description .item-lead {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .related-items-section .related-item .item-description .item-button {
    text-align: center;
  }
}
.summary-section {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 0 50px;
  display: flex;
  justify-content: space-between;
}
.summary-section > div {
  max-width: 450px;
}
.summary-section > div p {
  font-size: 12px;
}
.summary-section > div p.application_period {
  font-size: 1.6em;
}
.summary-section h3 {
  display: inline-block;
  margin: 40px 0 10px;
  padding: 6px 15px;
  background-color: #006428;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.summary-section h4 {
  font-weight: bold;
}
.summary-section .summary-list {
  list-style-type: disc;
}
.summary-section .summary-list li {
  margin-left: 1.6em;
  text-indent: -0.5em;
}

@media screen and (max-width: 480px) {
  .summary-section {
    display: block;
    padding: 20px;
  }
  .summary-section h3 {
    margin: 20px 0 10px;
    padding: 3px 10px;
    font-size: 14px;
  }
  .summary-section h4 {
    font-size: 13px;
  }
  .summary-section > div p {
    line-height: 1.6;
  }
  .summary-section > div p.application_period {
    font-size: 1.3em;
  }
}
.past_grandprix_section {
  background: #f8f1df;
  padding: 50px 0;
}

.past_grandprix {
  max-width: 940px;
  margin: 0 auto;
}
.past_grandprix h2 {
  margin-bottom: 40px;
  text-align: center;
}
.past_grandprix .button-content {
  text-align: center;
}
.past_grandprix .button-content .faq-btn {
  padding-top: 5px;
}
.past_grandprix .button-content .faq-btn a {
  position: relative;
  display: inline-block;
  width: 260px;
  padding: 10px 0;
  font-size: 17px;
  color: #fff;
  background-color: #439799;
  border-radius: 4px;
  border: solid 3px #72b1b3;
  text-align: center;
}
.past_grandprix .button-content .faq-btn a:after {
  content: "";
  width: 0;
  height: 0;
  border: transparent solid 6px;
  border-left-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.past_grandprix .button-content .faq-btn a:hover {
  text-decoration: none;
  background-color: #2b7e80;
  border-color: #2b7e80;
}

.past_grandprix_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.past_grandprix_list li {
  width: 168px;
  margin: 0 10px 20px;
}

@media screen and (max-width: 480px) {
  .past_grandprix_section {
    padding: 30px 20px 30px;
  }
  .past_grandprix h2 {
    margin-bottom: 30px;
  }
  .past_grandprix > .container {
    padding: 0;
  }
  .past_grandprix_list {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .past_grandprix_list li {
    width: 49%;
    margin: 0 0 8px;
  }
}
.fullwidth.mmform-back {
  background-color: #62b1b3;
  padding: 30px 0;
}
.fullwidth.mmform-back .background-wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.fullwidth.mmform-back .theme-index .mmform-content-wrap {
  position: relative;
}
.fullwidth.mmform-back .theme-index .mmform-content {
  display: flex;
}
.fullwidth.mmform-back .theme-index .mmform-content .mmform-words {
  margin: 7px 0 0 40px;
  width: 390px;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  line-height: 22px;
  position: relative;
}
.fullwidth.mmform-back .theme-index .mmform-content .mmform-words:after {
  content: "";
  display: block;
  width: 27px;
  height: 31px;
  background: transparent url(/wp-content/themes/yamasa-cms/dist/images/grandprix/mmform_arrow.png) 0 0 no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -16px;
}
.fullwidth.mmform-back .theme-index .mmform-content .mmform-form .mmform-form-title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.fullwidth.mmform-back .theme-index .mmform-content .mmform-form .wrapper-form {
  margin: 0 0 18px;
}
.fullwidth.mmform-back .theme-index .mmform-content .mmform-form .mmform-form-input {
  margin: 0;
  padding: 10px;
  width: 380px;
  height: 26px;
  line-height: 26px;
  color: #555555;
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.fullwidth.mmform-back .theme-index .mmform-content .mmform-form .mmform-form-submit {
  margin: 0;
  padding: 10px;
  width: auto;
  line-height: 26px;
  color: #fff;
  background-color: #387e80;
  border: none;
  box-shadow: none;
  border-radius: 0;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .fullwidth.mmform-back {
    padding: 20px;
  }
  .fullwidth.mmform-back .theme-index .mmform-content {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .fullwidth.mmform-back .theme-index .mmform-content .mmform-words {
    width: auto;
    margin: 0 auto 15px;
    font-size: 12px;
  }
  .fullwidth.mmform-back .theme-index .mmform-content .mmform-words:after {
    content: none;
  }
  .fullwidth.mmform-back .theme-index .mmform-content .mmform-form .mmform-form-title {
    margin-bottom: 4px;
  }
  .fullwidth.mmform-back .theme-index .mmform-content .mmform-form .mmform-form-input {
    width: 200px;
  }
}
@keyframes voice-move-left {
  0% {
    margin-left: 20px;
    opacity: 0;
  }
  30% {
    margin-left: 0px;
    opacity: 1;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes voice-move-up {
  0% {
    margin-top: 7px;
    opacity: 0;
  }
  30% {
    margin-top: 0px;
    opacity: 1;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
.grandprix_result_wrap {
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/result-back.png);
  padding: 20px 0 50px;
}
.grandprix_result_wrap .grandprix_result_content {
  max-width: 940px;
  margin: 0 auto;
}

.grandprix_over_header {
  margin-bottom: 40px;
  text-align: center;
}
.grandprix_over_header .result_message {
  display: inline-block;
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/text-underline.png);
  line-height: 2.1;
  font-size: 14px;
}

.grandprix_over_information {
  max-width: 940px;
  margin: 30px auto 30px;
}
.grandprix_over_information p.red {
  font-size: 18px;
}
.grandprix_over_information .grandprix_over_information_message {
  padding: 13px 20px;
  border: 1px solid #c70025;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.4px;
}

.result_wrap {
  margin-bottom: 40px;
}
.result_wrap h3 {
  margin-bottom: 30px;
  text-align: center;
}

.result_recipes {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.result_recipes .each_recipe {
  width: 300px;
}
.result_recipes .each_recipe .winning_recipe {
  padding: 12px;
  background: #fff;
  box-shadow: 0px 0px 5px -1px #dedede;
  margin-bottom: 15px;
}
.result_recipes .each_recipe .winning_recipe h4 {
  margin: 12px 0;
  min-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.result_recipes .each_recipe .winning_recipe .winning_user {
  border-top: 2px solid #ccc;
  padding-top: 5px;
  font-weight: normal;
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
}
.result_recipes .each_recipe .yamasa_comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result_recipes .each_recipe .yamasa_comment .yamasa_maru {
  width: 50px;
  height: 50px;
}
.result_recipes .each_recipe .yamasa_comment .yamasa_comment_body {
  position: relative;
  display: inline-block;
  width: 222px;
  margin-left: 20px;
  padding: 16px 12px;
  border: 1px solid #c70025;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #3d280d;
}
.result_recipes .each_recipe .yamasa_comment .yamasa_comment_body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #c70025 transparent transparent;
  translate: -100% -50%;
}
.result_recipes .each_recipe .yamasa_comment .yamasa_comment_body::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 9px 18px 9px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

.result-score-area {
  overflow: hidden;
  height: 40px;
  width: 276px;
  margin: 0 auto;
  padding: 4px 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  display: block;
  border-bottom: 2px solid #a1a1a1;
}
.result-score-area span {
  color: #bc0032;
  letter-spacing: 1px;
}
.result-score-area .place {
  font-size: 24px;
  display: inline-block;
  float: left;
  padding-left: 45px;
  padding-top: 7px;
  position: relative;
}
.result-score-area .place:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
}
.result-score-area .place.no_1:before {
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/crown_no1.png) center center no-repeat;
}
.result-score-area .place.no_2:before {
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/crown_no2.png) center center no-repeat;
}
.result-score-area .place.no_3:before {
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/crown_no3.png) center center no-repeat;
}
.result-score-area .votes {
  font-size: 14px;
  padding-top: 12px;
  float: right;
  display: inline-block;
}

.result_hosoku {
  margin-bottom: 30px;
}
.result_hosoku p {
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  color: #3d280d;
}

@media screen and (max-width: 480px) {
  .grandprix_result_wrap .grandprix_result_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grandprix_over_information p.grandprix_over_information_message {
    padding: 10px;
    margin-bottom: 20px;
  }
  .grandprix_over_header h2 {
    width: 90%;
    margin: 0 auto 10px;
  }
  .grandprix_over_header .result_message {
    font-size: 12px;
    background: none;
  }
  .result_recipes {
    display: block;
  }
  .result_recipes .each_recipe {
    width: 100%;
  }
  .result_recipes .each_recipe .winning_recipe h4 {
    min-height: 20px;
    font-size: 14px;
  }
  .result_recipes .each_recipe .winning_user {
    font-size: 12px;
  }
  .result_recipes .each_recipe .yamasa_comment {
    margin-bottom: 20px;
  }
  .result_recipes .each_recipe .yamasa_comment .yamasa_maru {
    width: 40px;
    height: 40px;
  }
  .result_recipes .each_recipe .yamasa_comment .yamasa_comment_body {
    width: calc(100% - 92px);
    padding: 10px;
    font-size: 12px;
  }
  .result_recipes .each_recipe .result-score-area .place {
    padding-left: 42px;
    font-size: 18px;
  }
  .result_recipes .each_recipe .result-score-area .place:before {
    transform: scale(0.8);
  }
  .result_wrap h3 {
    width: 90%;
    margin: 0 auto 20px;
  }
  .result_hosoku p {
    line-height: 1.5;
    font-size: 12px;
  }
}
/*
rankingページ
*/
.grandprix-new-recipes {
  max-width: 940px;
  margin: 0 auto 100px;
  padding-top: 40px;
}

.grandprix_result_wrap.newandpopular {
  padding-bottom: 0;
}

@media screen and (max-width: 480px) {
  .grandprix-new-recipes {
    margin-bottom: 10px;
    padding: 20px;
  }
  .grandprix-new-recipes h2 {
    width: 90%;
  }
}
/*
アーカイブページ
*/
.grandprix-archive-main {
  background: url(/wp-content/themes/yamasa-cms/dist/images/grandprix/archive-background.jpg) top center repeat;
}
.grandprix-archive-main .past_grandprix_section {
  background: unset;
}

.archive-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 50px;
}
.archive-title .archive-shokubunka-logo {
  width: 258px;
}
.archive-title .archive-title-text {
  width: 611px;
}
.archive-title .archive-title-text img {
  display: inline-block;
  margin: 5px 0 20px;
}

@media screen and (max-width: 480px) {
  .archive-title {
    display: block;
    margin-bottom: 30px;
  }
  .archive-title .archive-shokubunka-logo {
    width: 50%;
    margin: 0 auto 20px;
  }
  .archive-title .archive-title-text {
    width: 100%;
  }
}/*# sourceMappingURL=grandprix.css.map */