@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* 基本設定-------------------------------------------*/
/* 共通パーツ-------------------------------------------*/
/*============================
#mv
============================*/
#mv {
  color: #fff1cc;
  background: #FF5640 url(../images/home/c05_img.png) no-repeat;
  background-size: cover;
  height: 140.26667vw;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  margin: 0 12px 30px;
  margin-top: 10px;
  padding: 17px 13px;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  #mv {
    height: 526px;
  }
}

#mv .top-txt {
  text-align: center;
  font-size: 18px;
}

#mv .top-txt span {
  font-size: 25px;
}

#mv .mv-ttl {
  margin-top: -10px;
  margin-bottom: 10px;
}

#mv .mv-ttl img {
  width: 282px;
}

#mv .nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 13px;
}

#mv .nav-list li {
  text-align: center;
  width: calc(100% / 2 - 9px);
}

#mv .nav-list li a {
  width: 100%;
  border-radius: 2.5em;
  background: #FFFAF0;
  line-height: 1.3;
  font-size: 18px;
  padding: 9px 0;
}

#mv .nav-list li a .en {
  font-family: "Lilita One", sans-serif;
}

#mv .nav-list li svg {
  width: 12px;
  height: 26px;
  transform: rotate(90deg);
  display: block;
  margin: 0 auto;
}

#mv .nav-list .nav01 {
  width: 100%;
}

#mv .nav-list .nav01 a {
  border-radius: 2em;
  color: #FF5640;
  font-size: 25px;
  padding: 13px 0;
}

#mv .nav-list .nav01 svg {
  fill: #FF5640;
}

#mv .nav-list .nav02 a {
  color: #FF867C;
}

#mv .nav-list .nav02 svg {
  fill: #FF867C;
}

#mv .nav-list .nav03 a {
  color: #8CCFE8;
}

#mv .nav-list .nav03 svg {
  fill: #8CCFE8;
}

#mv .nav-list .nav04 a {
  color: #FFA63E;
}

#mv .nav-list .nav04 svg {
  fill: #FFA63E;
}

#mv .nav-list .nav05 a {
  color: #FF7695;
}

#mv .nav-list .nav05 svg {
  fill: #FF7695;
}

/*============================
contents共通
============================*/
.c-box {
  color: #fffaf0;
  border-radius: 30px;
  margin: 0 12px 30px;
}

.c-box .item-ttl {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
  color: #fff1cc;
  letter-spacing: 0.1em;
}

.c-box .item-ttl-en {
  font-size: 18px;
  text-align: center;
  font-family: "Lilita One", sans-serif;
  margin-bottom: 20px;
  color: #fff1cc;
  letter-spacing: 0.2em;
}

.c-box .brand-list {
  color: #fffaf0;
}

/*============================
#c01
============================*/
#c01 {
  background: #FF5640;
}

/*============================
#c02
============================*/
#c02 {
  background: #FF867C;
}

/*============================
#c03
============================*/
#c03 {
  background: #8CCFE8;
}

/*============================
#c04
============================*/
#c04 {
  background: #FFA63E;
}

/*============================
#c05
============================*/
#c05 {
  background: #FF7695;
}

/*# sourceMappingURL=_map/brand.css.map */
