@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
  --content-color-base: #2C2A29;
  --content-color-beige: #f6f4ed;
  --content-color-khaki: #947121;
  --bg-img-setting: no-repeat center center / contain;
  --bg-width-pc: max(100%, 992px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --font-sans: 'Noto Sans JP', sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --content-hover-speed: 0.3s;
  --content-shadow: 0 3px 0 0 rgba(0 0 0 / 20%);
  --content-border-dot: 1px dotted;
  --content-border_m: 3px solid;
  --content-border_l: 4px solid;
}
.nopc{
  display: none
}
.main{
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  font-weight: 400;
  position: relative;
  color: var(--content-color-base);
  line-height: 1.5
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
a{
  transition: var(--content-hover-speed);
}
.is-fit{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.title-wrapper{
  width: 100%;
  height: 420px;
  background: url("../img/pc_mv_bg.jpg") no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-logo{
  width: auto;
  height: 400px;
}
.title-logo img{
  height: 100%
}

.main-content{
  background: url(../img/bg.jpg) repeat-y;
}
.content-wrapper{
  padding: 48px 0;  
}
.bodycopy{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  margin: auto;
  padding: 40px 80px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  background: url("../img/txt_bg.png") no-repeat center center / auto;
}
.head-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.content-wrapper.ranking .inner{
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.content-box .head-title{
  background: url(../img/area_ttl_bg.png) no-repeat center top / cover;
  padding: 14px 14px 14px 108px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
}
.heritage-name{
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.0
}
.content-box .head-title::before{
  content: "";
  background: var(--bg-img-setting);
  width: 90px;
  height: 90px;
  position: absolute;
  top: -20px;
  left: 8px;
}
.no-1 .head-title::before{
  background-image: url("../img/rank01.png")
}
.no-2 .head-title::before{
  background-image: url("../img/rank02.png")
}
.no-3 .head-title::before{
  background-image: url("../img/rank03.png")
}
.no-4 .head-title::before{
  background-image: url("../img/rank04.png")
}
.no-5 .head-title::before{
  background-image: url("../img/rank05.png")
}
.no-6 .head-title::before{
  background-image: url("../img/rank06.png")
}
.no-7 .head-title::before{
  background-image: url("../img/rank07.png")
}
.no-8 .head-title::before{
  background-image: url("../img/rank08.png")
}
.no-9 .head-title::before{
  background-image: url("../img/rank09.png")
}
.no-10 .head-title::before{
  background-image: url("../img/rank10.png")
}
.content-inbox{
  display: grid;
  grid-template-columns: minmax(calc((100% - 24px) / 2), 1fr) 1fr;
  gap: 24px;
  background: #FFF;
  padding: 16px;
  margin-bottom: 24px;
}
.content-item{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content-copy{
  font-size: 18px;
  font-weight: bold;
}
.data-item{
  display: grid;
  gap: 4px;
}
.data-item>li{
  font-size: 12px;
  color: var(--content-color-khaki);
  line-height: 1.3;
  padding-bottom: 4px;
  border-bottom: var(--content-border-dot) var(--content-color-khaki);
}
.data-item>li:last-child{
  border-bottom: none
}
.product-midashi{
  margin-bottom: 16px;
  padding: 8px 8px 8px 60px;
  background: url(../img/sub_bg.png) no-repeat center center / cover;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.0
}

.content-wrapper.other{
  background: var(--content-color-beige)
}
.heritage-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - (16px * 2)) / 3), 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.heritage-list>li{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
.list-midashi{
  background: var(--content-color-base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFF;
  padding: 8px;
}
.list-img{
  width: 100%;
  aspect-ratio: 3 / 2;
}
.list-copy{
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
}
.list-txt{
  margin-bottom: 8px;
}
.copyright{
  display: block;
  font-size: 12px;
}
.no-info{
  width: calc((100% - (16px * 2)) / 3)
}
.no-info .list-midashi{
  background: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--content-color-base);
  display: block;
  padding: 0;
}
