body{
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.45;
}
p{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 3vw;
}

.header {
  background-color: #fec22d;
}
nav {
  width: 100%;
  height: 5vw;
  background-color: #fce274;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
}
ul {
  display: flex;
  padding-inline-start: 0;

}
li {
  list-style: none;
}
nav a {
  display: block;
  text-decoration: none;
  color: #bb5730;
  margin-right: 1vw;
  margin-left: 1vw;
  font-size: 2.5vw;
}
nav a:hover {
  color: rgb(244, 187, 174);
}

.img-only{
  padding-top: 5vw;
  margin-top: -5vw;
}
.img-only img{
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.tanosii{
  position: relative;
  padding-top: 10vw;
  margin-top: -5vw;
}
.tanosii img{
  width: 100%;
  display: block;
}
.tanosii .text-on-img{
  position: absolute;
  top:72%;
  left:50%;
  width: 100%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding:0;
  margin:0;
  color: white;
}
.tanosii .text-on-img p,h1{
  font-size: 2.3vw;
}
.text-only{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: 3vw;
  height: 60vw;
}
.text-only h1{
  font-size: 6vw;
  margin-top: 0;
}
.allmedia{
  background-color: #fec22d;
}
.allmedia .aaa{
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: center;
}

.allmedia p{
  text-align: center;
  font-size: 3vw;
  padding:0;
  margin:0;
}
.syakai {
  height: 80vw;
  background-color: #fec22d;
}
.koukoukunusi{
  height: 100vw;
  background-color: white;
  height: 60vw;
  font-size: 3vw;
}
.koukoukunusi p{
  margin-top: 1em;
}
.koukoukunusi .ad-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
  width: 70vw;
}
.koukoukunusi .ad-list img{
  width: 20vw;
}
.tuuhan{
  height: 80vw;
  background-color: #9dc3e6;
}
.koukokurei{
  height: 80vw;
  background-color: #4472c4;
  color: white;
}
.koukokurei .row{
  font-size: 2vw;
}
.row{
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-content: center;
  justify-items: center;
  font-size: 2vw;
}
.row-item{
  width: 40vw;
  text-align: left;
}
.row-item img{
  width: 40vw;
}
.row-item2{
  width: 40vw;
  text-align: left;
  flex-direction: column;
}
.row-item2 img{
  height: 40vw;
}
.sugureta{
  height: 80vw;
  background-color: #f17a8d;
}
.chararei{
  height: 50vw;
  background-color: #ee3638;
}
.chararei .row{
  align-items: end;
  font-size: 1.4vw;
}
#dashi img{
  width: 30vw;
}
#shirt img{
  width: 12vw;
}
.konojidai{
  height: 80vw;
  background-color: #a9d18e;
}
.cmrei{

  background-color: #548235;
}
.yondara{
  height: 80vw;
  background-color: #e9e1dc;
}
.yomimono{

  background-color: #776d5a;
}
.yomimono .row{
  align-items: end;
}
.yomimono #kominka img{
  width: auto;
  height: 25vw;
}
.tenisita{
  height: 80vw;
  background-color: #b4c7e7;
}
.packrei{
  color: white;
  background-color: #333f50;
}
#awabita img{
  width: auto;
  height: 40vw;
}
.mmm{
  background-color: #cae6f3;  
  padding-bottom: 10em;
}
.mmm p{
  font-size: 2vw;
}
.footer{
  margin: 5em;
  background-color: white;
}
.footer p{
   font-size: 2vw;
}
.small{
  font-size: 1.5vw;
  padding-bottom: 2em;
}
.link-bg{
  margin-bottom: -3vw;
}
.link {
  position: relative;
  display: inline-block;
  bottom: 11vw;
  width: 100%;
  text-align: center;
  height: 2vw;
  font-size: 2vw;
}
.link a{
  display: inline-block;
  height: 2vw;
}
.link p{
  display: inline-block;
  background-color: #cae6f34D;
}