@charset "UTF-8";

html{
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

*,*::before,*::after {
  box-sizing: border-box;
}

body {
  color: #1C1C1C;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
}

a:is(:link,:visited) {
  color: #1C1C1C;
}

button {
  color: #1C1C1C;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  height: 100%;
  display: block;
}

#wrap {
  background: #FFE2E1;
}

#contents {
  max-width: 500px;
  margin: 0 auto;
  background-size: auto auto;
  background-color: rgba(255, 247, 232, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 40px, rgba(255, 240, 218, 1) 40px, rgba(255, 240, 218, 1) 62px );

}

.main {
  overflow: hidden;
  padding-bottom: 100px;
}

.section__inner {
  padding: 0 20px;
}

@media screen and (min-width:769px) {
  #wrap {
    background: url(../images/bg.webp) center top / auto auto repeat,#FFE2E1;
    background-attachment: fixed;
  }

  .main {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
    padding-bottom: 50px;
  }
}

/*--------------------------------
  メインイメージ
--------------------------------*/
.section__hero {
  width: 100%;
  padding-top: 9%;
  padding-bottom: 10%;
  position: relative;
  z-index: 2;
}

.section__hero--bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section__hero--shufoologo {
  width: 88%;
  margin: -2.0% auto -14%;
}

.section__hero--particle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/section__hero--particle-result.png) left top / 100% auto no-repeat;
  opacity: 0;
}

.section__hero--particle.is-animation {
  animation-name: steps;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);

}

.section__hero .text {
  padding: 10px;
  color: #fff;
  text-align: center;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }

}
@keyframes steps {
  0% {
    opacity: 0;
    transform: scale(0);
    background-position: left top;
  }
  100% {
    background-position: left top;
    transform: scale(1);
    opacity: 1;
  }
}


.section__hero--catch {
  width: 89%;
  padding-top: 12.2%;
  margin: 0 auto;
}

.section__hero--titlelogo {
  width: 72.8%;
  margin: 0 auto -2.5%;
}

.section__hero--period {
  width: 75.3%;
  margin: 7.4% auto 0;
}

.section__hero--voted {
  width: 82.13%;
  margin: 7.4% auto 3%;
}

.section__hero--text {
  width: 100%;
  margin: 7.4% auto 0;
}

/*--------------------------------
  追従CTA
--------------------------------*/
.cta__fixed_sp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 8px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s transform 0s ease;
  transform: translateY(100%);
}

.cta__fixed_pc  {
  display: none;
}

.cta__fixed_sp.is-fixed {
  position: fixed;
  transform: translateY(0);
}

.cta__fixed_sp img {
  width: auto;
}


/*ナビゲーション*/
.cta__fixed--nav {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  border-top: 1px solid #DBAD69;
  border-bottom: 1px solid #DBAD69;
}

.cta__fixed--nav--item {
  width: 25%;
  height: 100%;
  background: #690201;
  border-right: 1px solid #DBAD69;
  flex: 1 1 25%;
}

.cta__fixed--nav--item:last-child {
  border: none;
}

.cta__fixed--nav--item img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 359px) {
  /* .cta__fixed_sp img {
    height: 67px;
  } */
}

@media screen and (min-width: 1024px) {
  .cta__fixed_pc  {
    display: block;
    position: fixed;
    top: 100px;
    right: 1%;
  } 
  .cta__fixed_pc img {
    margin-bottom: 10px;
  }
  .cta__fixed_pc .nav__ancher--baloon {
    margin-bottom: 0;
  }
  .cta__fixed_sp {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .cta__fixed_pc  {
    left: 50%;
    transform: translateX(325px);
  }
}

@media screen and (hover:hover) {
  .cta__fixed_pc a {
    transition: 0.3s opacity 0s ease;
  }
  .cta__fixed_pc a:where(:hover,:focus) {
    opacity: 0.7;
  }
}



/*--------------------------------
  レシートCPプレゼント
--------------------------------*/
.section__campaign--content {
  
}
.section__campaign--area {
  position: relative;
}
.section__campaign--area img.campaign--img-01 {
  width: 100%;
}
.section__campaign--area img.campaign--img-02 {
  width: 16%;
  height: auto;
  position: absolute;
  bottom: 22%;
  right: 0.5%;
}
.section__campaign--area img.campaign--img-03 {
  width: 100%;
}
.section__campaign--area a {
  position: absolute;
  top: 78.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
}


/*--------------------------------
  各賞
--------------------------------*/
.section__award {
  /*margin-top: -10%;
  padding-top: 10%;*/
  position: relative;
  z-index: 1;
}

.section__award--title {
  text-align: center;
  background: #690201;
  border: 3px solid #ccc;
  border-width: 3px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.section__award--title img {
  width: 100%;
}

.section__award--heading--sunrise--wrap {
  width: 100%;
  height: 0;
  padding-top: 47.2%;
  position: absolute;
  overflow: hidden;
  top: 0;
  margin-top: 0;
  z-index: 1;

}
.section__award--heading--sunrise {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.is-animation .section__award--heading--catch {
  animation-name: catch;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

.is-animation .section__award--heading--sunrise {
  animation-name: sunrise;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  transform-origin: center bottom;
}

@keyframes catch {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sunrise {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.section__award--confetti {
  width: 100%;
  height: 60%;
  max-height: 400px;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 2;
}

.section__award--radius-container {
  width: calc(100% - 40px);
  padding: 0 0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section__award--radius-container-title {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  background: #690201;
  line-height: 1;
  position:relative;
}

.section__award--radius-container-content {
  width: 100%;
  padding: 0 15px 0;
  background: #fff;
  border: 5px solid #DDBB4B;
}

.section__award--radius-container-title + .section__award--radius-container-content {
  border-top: none;
}

/*総合賞*/
.section__award--title-all {
  border-image: linear-gradient(to right, #DBAD69 0%, #FFE9C9 50%, #DCAF6D 100%);
  border-image-slice: 1;
}

.section__award--all-list {
  background: linear-gradient(270deg, #A01107 0%, #FF1403 50.5%, #A01107 100%);
}

.section__award--all-list-item {
  position: relative;
  padding-top: 26%;
  z-index: 3;
}

.section__award--all-list > li:last-child {
  padding-top: 10%;
  padding-bottom: 10%;
}

.section__award--all-list-content {
  width: calc(100% - 40px);
  padding: 40% 15px 0;
  border: 5px solid #DDBB4B;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  background:#fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section__award--all-list-item-2 .section__award--all-list-content {
  border-color: #B6C0CC;
}
.section__award--all-list-item-3 .section__award--all-list-content {
  border-color: #D68B67;
}

.section__award--all-list-content-rank {
  width: calc(100% + 40px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-37%);
}

.section__award--all-list-content-rank img {
  width: 100%;
}

.section__award--all--consecutive-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #F0172E;
  text-align: center;
}

.section__award--all-list-content-rank-text {
  width: 80%;
  margin: 0 auto;
  position: relative;
  line-height: 1.3;
}

.section__award--all-list-content-rank-text span {
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  /*font-size: 35px;*/
  color: #F0172E;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* word-break: keep-all; */
}

/*スーパー名が長い場合*/
.section__award--all-list-item-1 .section__award--all-list-content-rank-text span {
  font-size: 27px;
}
.section__award--all-list-item-2 .section__award--all-list-content-rank-text span {
  font-size: 34px;
}
.section__award--all-list-item-3 .section__award--all-list-content-rank-text span {
  font-size: 40px;
}

.section__award--all-list-content-rank-text .section__award--all--logo {
  width: auto;
  max-width: none;
  height: 50px;
  margin: 0 auto 0.1em;
}

.section__award--all-list-content-comment {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  padding: 25px 15px;
  background: #FDFBE2;
}

.section__award--all-list-content-comment-title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #76161B;
  color: #76161B;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.section__award--all-list-content-comment-list li {
  padding-left: 1em;
  color: #76161B;
  font-size: 0.875rem;
  position: relative;
}

.section__award--all-list-content-comment-list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.section__award--all-list-content-comment-btn {
  margin: 10px 0 20px;
  text-align: right;
}

.section__award--all-list-content-comment-btn a {
  /*display: flex;
  justify-content: flex-end;*/
  display: inline-block;
  max-width: 114px;
  width: 100%;
}

.section__award--all-list-content-comment-btn a p {
  min-width: 114px;
  border: 1px solid #690201;
  border-radius: 5px;
  padding: 0.4em 6px;
  text-align: center;
  color: #76161B;
  background: #FDED04;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  z-index: 0;
  box-shadow: 0 2px 0 #690201;
}

.section__award--all-list-content-chirashit {
  text-align: center;
}

.section__award--all-list-content-chirashit img {
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
}
    
.section__award--all-result {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.section__award--all-result-item {
  border-bottom: 1px solid #B0B0B0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.section__award--all-result-item:nth-child(even) {
  background: #EDE9E3;
}

.section__award--all-result-item-rank {
  padding: 10px 20px;
  flex: 0 0 85px;
  font-weight: 700;
}

.section__award--all-result-item-prefectures {
  padding: 10px 40px;
  flex: 0 0 170px;
  font-weight: 700;
}

.section__award--all-result-item-text {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  font-size: 1rem;
  font-weight: 700;
}

.section__award--all-result-item-button {
  height:auto;
  padding: 0.5em 0.5em;
  flex: 0 0 auto;
}

.section__award--all-result-item-button p {
  min-width: 88px;
  border: 1px solid #690201;
  border-radius: 100px;
  padding: 0.3em 10px;
  text-align: center;
  color: #690201;
  background: #FDFBE2;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  z-index: 0;
  box-shadow: 0 2px 0 #690201;
}

.section__award--all-result-item:where(.rank1,.rank2,.rank3) {
  color:#E22D34;
}

.section__award--all-result-item-rank span {
  font-size: 140%;
  font-weight: 700;
  position: relative;
  line-height: 1;
}

:where(.rank1,.rank2,.rank3) .section__award--all-result-item-rank span {
  display: inline-block;
  font-size: 150%;
}

:where(.rank1,.rank2,.rank3) .section__award--all-result-item-rank span::before {
  content: '';
  width: 13px;
  height: 7px;
  display: block;
  background: url(../images/crown_gold.svg) no-repeat center center / contain;
}

.rank2 span::before {
  background-image: url(../images/crown_silver.svg)
}
.rank3 span::before {
  background-image: url(../images/crown_bronz.svg)
}

.section__award--all .section__award--radius-container-content {
  border: none;
}


/*部門賞*/
.section__award--list {
  padding-top: 20px;
  background: linear-gradient(270deg, #A01107 0%, #FF1403 50.5%, #A01107 100%);
}

.section__award--list-item {
  position: relative;
  margin-top: 6.4%;
}

.section__award--list-item:last-child {
  padding-bottom: 9%;
}

.section__award--list-item::after {
  content: '';
  width: 68px;
  height: 68px;
  position: absolute;
  left: 25px;
  top: -6px;
  z-index: 2;
}

.section__award--list-item-meat::after {
  background: url(../images/medal_meat.png) no-repeat center center / contain;
}
.section__award--list-item-fish::after {
  background: url(../images/medal_fish.png) no-repeat center center / contain;
}
.section__award--list-item-vegitable::after {
  background: url(../images/medal_vegitable.png) no-repeat center center / contain;
}
.section__award--list-item-dish::after {
  background: url(../images/medal_dish.png) no-repeat center center / contain;
}
.section__award--list-item-cost::after {
  background: url(../images/medal_cost.png) no-repeat center center / contain;
}
.section__award--list-item-service::after {
  background: url(../images/medal_service.png) no-repeat center center / contain;
}
.section__award--list-item-assort::after {
  background: url(../images/medal_assort.png) no-repeat center center / contain;
}
.section__award--list-item-chirashi::after {
  background: url(../images/medal_chirashi.png) no-repeat center center / contain;
}

.section__award--dept--title {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  color: #E22D34;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
.section__award--dept--title .section__award--all--consecutive-text {
}

.section__award--dept--title span {
  font-size: 16px;
}

.section__award--dept--title .section__award--all--logo {
  width: auto;
  max-width: none;
  height: 25px;
  margin: 0 auto 0.5em;
}

.section__award--dept-list-content-comment {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  padding: 20px 16px;
  background: #FDFBE2;
}

/*エリア賞*/
.section__award--area--list {
  padding-top: 20px;
  background: linear-gradient(270deg, #A01107 0%, #FF1403 50.5%, #A01107 100%);
}

.section__award--radius-container-title-area {
  width: 100%;
  position:absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-25%);
  z-index: 2;
}

.section__award--radius-container-title-area img{
  width:70%;
  margin: 0 auto;
}

.section__award--area .section__award--radius-container-content {
  padding-top: 15px;
}

@media screen and (min-width:769px),print {
  .section__award--all-list-item-2 .section__award--all-list-content-rank-text span{
    font-size: 35px;
  }
}


/*--------------------------------
 よくある質問
--------------------------------*/
.section__faq {
}
.section__lead--title {
  padding-top: 28px;
  margin-bottom: 20px;
  font-size: 1.625rem;
  text-align: center;
}
.section__faq--list {
  margin: 0 auto;
}
.section__faq--list--item {
  margin-bottom: 5%;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.05);
  overflow: hidden;
}
.section__faq--list--item :where(dt,dd) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.section__faq--list--item :where(dt,dd) span{
  font-weight: 700;
}

.section__faq--list--item p {
  margin-left: 1em;
}
.section__faq--list--item dt {
  padding: 20px 18px;
  background: #EDE9E3;
  font-weight: 700;
}
.section__faq--list--item dd {
  padding: 20px 18px;
  background: #fff;
}

.section__faq--apply {
  margin-top: 9%;
  border: 1px solid #424242;
  border-radius: 6px;
  overflow: hidden;
}
.section__faq--apply--button {
  width: 100%;
  padding: 16px 8px;
  border-radius: 6px;
  background: #EDE9E3;
  border: none;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.section__faq--apply--button::before,
.section__faq--apply--button::after {
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  background:#000;
  position: absolute;
}
.section__faq--apply--button::before {
  transform: rotate(90deg);
  right: 20px;
  top: 50%;
}
.section__faq--apply--button::after {
  right: 20px;
  top: 50%;
}

.is-show .section__faq--apply--button::before {
  transform: rotate(45deg);
  right: 20px;
  top: 50%;
}
.is-show .section__faq--apply--button::after {
  transform: rotate(-45deg);
  right: 20px;
  top: 50%;
}
.section__faq--apply--content {
  width: 100%;
  height: 230px;
  padding: 16px 16px;
  font-size: 0.875rem;
  background: #fff;
  text-align: left;
  overflow-y: auto;
}


.notice {
  margin-top: 9%;
  font-size: 0.875rem;
}

.notice a {
  text-decoration: underline;
}

.link-campaign-url {
  display: none;
}


/*--------------------------------
 バナー
--------------------------------*/
.banner {
  margin-top: 40px;
  text-align: center;
}

.banner a {
  display: block;
  max-width: 300px;
  margin: 20px auto 0;
}

.banner img {
  width: 100%;
  height: auto;
}


/*--------------------------------
 フッター
--------------------------------*/
.footer {
  padding-top: 30px;
}

.footer a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #1C1C1C;
  text-decoration: underline;
}

.footer small {
  margin-left: -40px;
  margin-right: -40px;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 1rem;
}

/*--------------------------------
 parts
--------------------------------*/
/*ボタン*/

.button {
  margin-top: 1em;
  padding: 9px;
  border-radius:25px;
  color: #fff;
  font-size: 1rem;
  background: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.button:is(:link,:visited) {
  color: #fff;
}
.button img {
  width: 24px;
  margin-right: 0.5em;
}

.button__search--wrap {
  margin-top: 20px;
  background-image: linear-gradient(to right, #DBAD69 0%, #FFE9C9 50%, #DCAF6D 100%);
  padding: 1px;
  border-radius: 100px;
  overflow: hidden;
}

.button__search {
  margin-top: 0;
  background: #FFF;
  color: #76161B;
}

.button__search:is(:link,:visited) {
  color: #76161B;
}

.button__search > p {
  position: relative;
  padding-left: 10px;
  text-align: center;
}

.button__copy {
  background: #EDE9E3;
  border: none;
  color: #1C1C1C;
  position:relative;
}

.button__copy::before {
  visibility: hidden;
  content: '\\コピーしました/';
  top: 0;
  position:absolute;
  transform:translateY(-127%);
  font-size: 12px;
  z-index: 2;
  opacity: 0;
}

.button__copy.is-copied::before {
  visibility: visible;
  animation: 1s fade 0s ease-out;
  animation-fill-mode: both;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*三角*/
.button__search > p::before {
  content: '';
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #76161B;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width:769px) {
  .button {
    transition: 0.3s opacity 0s ease;
  }
  .button:where(:hover,:focus) {
    opacity: 0.7;
  }
  .button__search:where(:hover,:focus) {
    opacity: 1;
  }
  .button__search > p::before {
    transition: 0.3s transform 0s ease;
  }
  .button__search:where(:hover,:focus) > p::before {
    transform: translateX(-10px);
  }
  .section__award--all-result-item-button:where(:hover,:focus) p {
    opacity: 0.7;
  }
  .section__award--all-list-content-comment-btn a:where(:hover,:focus) {
    opacity: 1;
  }
  .section__award--all-list-content-comment-btn a:where(:hover,:focus) p {
    opacity: 0.8;
  }
}

.button__pc,.button__sp,.button__apli {
  display: none;
}

.text {
  font-size: 1rem;
  line-height: 1.5;
}


/*--------------------------------
 モーダル
--------------------------------*/
.modal {
  display: none;
  max-width: 500px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.modal__bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  width: 100%;
  height: 100%;
  transform: translate(0%, 35%);
  border-radius: 20px 20px 0 0;
  padding: 60px 0;
  background: #fff;
}

.modal__content-inner {
  width: 100%;
  height: 100%;
}

.modal .section__award--all-list-content-comment-title {
  border-bottom: 1px solid #E6E6E6;
}

.modal p {
  position: absolute;
  top: 3%;
  left: 5%;
  font-size: 1.125rem;
}

.js-modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal .section__award--all-list-content-comment-list {
  padding: 0 20px;
  width: 100%;
  height: 50%;
  overflow: scroll;
}

@media screen and (max-width: 375px) {
  .modal .section__award--all-list-content-comment-list {
    height: 45%;
  }
}
@media screen and (min-width:769px) {
  .modal .section__award--all-list-content-comment-list {
    height: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .modal .section__award--all-list-content-comment-list {
    height: 57.5%;
  }
}
@media screen and (min-width: 1200px) {
  .modal .section__award--all-list-content-comment-list { }
}


/*--------------------------------
 応募要項
--------------------------------*/
.term {
  font-size: 0.875rem;
  line-height: 1.5;
}

.term h3{
  font-size: 130%;
}

.term-ttl {
  margin: 1.5em 0 1em;
  font-weight: bold;
  font-size: 110%;
}
.term-ttl-sub {
  margin: 0.5em 0;
}
.term-text {
  line-height: 1.8;
}
.term a {
  color: #1C1C1C;
  text-decoration: underline;
}
/*--------------------------------
 utility
--------------------------------*/
.u-color-red {
  color:#E22D34;
}
.u-color-yellow {
  color:#FDED04;
}
.u-font-larger {
  font-size: 136%;
  font-weight: 700;
}

.u-font-weight-bold {
  font-weight: 700;
}


/*--------------------------------
 チラシエリア
--------------------------------*/
.chirashi_content {
  position: relative;
  margin: 15px -15px 0;
  padding: 0 15px;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.section__award--chirashi-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.section__award--chirashi-list a {
  margin-right: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  position: relative;
  width: 212px;
  height: 146.38px;
  background: #fff;
  overflow: hidden;
}
.section__award--chirashi-list .section__award--chirashi-title {
  padding: 5px;
  width: 100%;
  display: -webkit-box;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: #fff;
  background: rgba(0,0,0,0.7);
  font-size: 0.875rem;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.section__award--no-esults {
  width: 100%;
  text-align: center;
}
.section__award--no-esults .section__award--message {
  margin-top: 20px;
  color: #76161b;
  font-size: 0.875rem;
}
.section__award--no-esults img {
  margin-top: 20px;
  width: auto;
  height: 72px;
}
.section__award--no-setting-myarea {}
.section__award--no-setting-myarea p {
  margin-top: 20px;
  color: #76161b;
  font-size: 0.875rem;
}
.section__award--no-setting-myarea .c-button {
  margin-top: 20px;
  border: 1px solid #690201;
  border-radius: 6px;
  width: 80%;
  background: #fded04;
}
.section__award--no-setting-myarea .c-button a {
  color: #690201;
  font-size: 0.875rem;
  line-height: 1.8;
}
.chirashi_content .button__search--wrap a {
  border-radius: 25px;
  width: 100%;
  height: auto;
}