/*---------------------------------------------------

 Menu_index

---------------------------------------------------*/


.section_menu_instagram {
  padding: 0 0 80px;
  text-align: center;
}
.section_menu_instagram img {
  display: block;
  width: 40px; margin: 0 auto;
}
.section_menu_instagram p {
  padding: 20px 0;
  font-size: 18px;
}
.section_menu_instagram ul {
  display: flex; justify-content: center; gap: 20px;
}
.section_menu_instagram ul li {
  
}
.section_menu_instagram a,
.section_menu_instagram button {
  display: inline-block;
  width: 150px;
  color: #fff;
  font-family: inherit; line-height: 40px; text-align: center;
  position: relative;
  background: #aa8b45;
  border: none; appearance: none; outline: none;
}
.section_menu_instagram a::before,
.section_menu_instagram button::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
}



/*-------------------------------------------
section_rank
-------------------------------------------*/

.section_rank {
  width: 100%;
}

.section_rank,
.section_rank div,
.section_rank dl,
.section_rank ul {
  opacity : 1.0;
}

.section_rank .tit_box {
  width:100%;
  margin:0 auto 40px;
  border-top:1px solid #2d1d00;
  border-bottom:1px solid #2d1d00;
  padding:20px 20px;
  text-align:center;
  font-size:14px;
}

.section_rank h3{
  font-size:22px;
  font-family: "ratio-modern-sc";
  letter-spacing: 1px;
  color: #c79600;
  line-height:1.2;
}

.section_rank .inner,
.section_rank .tab-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_rank .box{
  background:#fff;
  position:relative;
}

.section_rank .box > div{
  width:100%;
  display:block;
  /*box-sizing:border-box; aaa*/
  position:relative;
}

.section_rank .box .ph{
  overflow:hidden;
  aspect-ratio: 2/1;
}

.section_rank .box .ph img{
  object-fit: cover;
  display: block;
  width:100%; height: 100%;
}

.section_rank .box .txt_box{
  position:relative;
  padding: 0 5% 15%;
  text-align: center;
}

.section_rank .box .title{
  padding-top: 1.25em; padding-bottom: 1em;
  font-size:22px; 
  /*height:60px; aaa*/
  overflow:hidden;
  line-height:1.4;
}
.section_rank .box .title span {
  display: block;
  margin: 1em 0 0;
  color: #aa8b45; font-size: 0.75em;
}
.section_rank .box .catch{
  margin: 0 0 0.5em;
  font-size: 18px;
}



/*-------------------------------------------
section_menu_pickup
-------------------------------------------*/