@charset "UTF-8";
.ranking {
  background: url(../images/ranking/bg@pc.png) repeat center top;
}
.ranking br.pc {
  display: block;
}
.ranking br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .ranking br.pc {
    display: none;
  }
  .ranking br.sp {
    display: block;
  }
}
.ranking #contents {
  color: #14126f;
}
.ranking .a-ttl_l {
  text-align: center;
}
.ranking .a-label > * span {
  background: #fcfaf3;
}
.ranking ol {
  list-style: none;
  line-height: 1;
}
.ranking ol > li {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ranking {
    background-image: url(../images/ranking/bg@sp.png);
    background-size: 100% auto;
  }
}
.ranking #campagne, .ranking .bg-grad {
  background: url(../images/ranking/bg_fade@pc.png) repeat-x left bottom;
}
@media screen and (max-width: 767px) {
  .ranking #campagne, .ranking .bg-grad {
    background-image: url(../images/ranking/bg_fade@sp.png);
    background-size: 100% auto;
  }
}
.ranking #recette, .ranking #outline {
  background: #FFF;
}
.ranking #recette .a-label > * span, .ranking #outline .a-label > * span {
  background: #FFF;
}

#Movie {
  padding-top: 55px;
}
#Movie .thumb {
  width: 405px;
  margin: 0 auto;
}
#Movie .pageTitle {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#Movie button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #Movie {
    padding-top: 16vw;
  }
  #Movie .thumb {
    width: 68.8vw;
  }
  #Movie .pageTitle {
    font-size: 23px; /* legacy */
    font-size: 6.1333333333vw;
    line-height: 1.347826087;
    letter-spacing: 0.1em;
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
#Movie .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
}
#Movie .modal .frame {
  background: rgba(89, 87, 87, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#Movie .modal .contents {
  width: clamp(700px, 100%, 860px);
}
#Movie .modal .contents video {
  width: 100%;
}
#Movie .modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#Movie .modal .close button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Movie .modal .close button img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  #Movie .modal .contents {
    width: 95vw;
  }
  #Movie .modal .close button {
    width: 16vw;
    height: 16vw;
  }
  #Movie .modal .close button img {
    width: 5.3333333333vw;
  }
}

#product .f-inner {
  max-width: 610px;
}
#product .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .column .textArea {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
#product .column .textArea .link {
  margin-top: 1em;
  text-align: right;
}
#product .column .textArea .link a {
  text-decoration: underline;
}
#product .column .textArea .link a:hover {
  text-decoration: none;
}
#product .column .image {
  width: 174px;
}
@media screen and (max-width: 767px) {
  #product .f-inner {
    max-width: 100%;
    padding: 0;
  }
  #product .column {
    width: 88vw;
    margin-left: auto;
    margin-right: 4.2666666667vw;
  }
  #product .column .textArea {
    font-size: 10px; /* legacy */
    font-size: 2.6666666667vw;
    line-height: 1.8;
    letter-spacing: 0.01em;
    margin-right: 0;
  }
  #product .column .image {
    width: 26.9333333333vw;
  }
}

#menu {
  margin-top: 45px;
}
#menu .f-inner {
  max-width: 684px;
}
#menu .f-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu .f-inner ul li {
  width: calc((100% - 16px) / 2);
}
#menu .f-inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #14126f;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  #menu .f-inner ul li:nth-child(n+3) {
    margin-top: 18px;
  }
  #menu .f-inner ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 2px #14126f;
  }
  #menu .f-inner ul li a:hover {
    color: #14126f;
    background: #FFF;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    margin-top: 12vw;
  }
  #menu .f-inner {
    max-width: 100%;
  }
  #menu .f-inner ul {
    display: block;
  }
  #menu .f-inner ul li {
    width: 100%;
  }
  #menu .f-inner ul li + li {
    margin-top: 2.9333333333vw;
  }
  #menu .f-inner ul li a {
    height: 11.7333333333vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

#enquete {
  padding-top: 130px;
}
#enquete .imageBlock {
  width: 570px;
  margin: 40px auto 0;
}
#enquete .imageBlock ul li + li {
  margin-top: 14px;
}
#enquete .imageBlock ul li.line01 {
  text-align: center;
}
#enquete .imageBlock ul li.line02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#enquete .text {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 35px;
}
#enquete .note {
  font-size: 11px;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  width: 390px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  #enquete {
    padding-top: 26.6666666667vw;
  }
  #enquete .imageBlock {
    width: 80vw;
    margin: 6.6666666667vw auto 0;
  }
  #enquete .imageBlock ul li + li {
    margin-top: 0;
  }
  #enquete .imageBlock ul li p {
    margin-top: 5.3333333333vw;
  }
  #enquete .imageBlock ul li.line01 {
    text-align: center;
  }
  #enquete .imageBlock ul li.line01 p {
    margin-top: 0;
  }
  #enquete .imageBlock ul li.line02 {
    display: block;
  }
  #enquete .text {
    font-size: 11px; /* legacy */
    font-size: 2.9333333333vw;
    line-height: 2.0909090909;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 6.6666666667vw;
  }
  #enquete .note {
    font-size: 7px; /* legacy */
    font-size: 1.8666666667vw;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    width: auto;
    margin: 5.3333333333vw auto 0;
  }
}

#ingredients {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  #ingredients {
    padding-top: 26.6666666667vw;
  }
}
#ingredients .category {
  padding-top: 90px;
  width: 590px;
  margin: 0 auto;
}
#ingredients .category .a-ttl_l {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  position: relative;
  left: 50%;
  translate: -50% 0;
}
#ingredients .category .blockTitle {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto 25px;
}
#ingredients .category .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ingredients .category .image.line02 {
  margin: 8px auto 0;
  width: 396px;
}
@media screen and (max-width: 767px) {
  #ingredients .category {
    padding-top: 21.3333333333vw;
    width: 100%;
  }
  #ingredients .category .blockTitle {
    font-size: 15px; /* legacy */
    font-size: 4vw;
    line-height: 1.5333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4vw auto 5.3333333333vw;
  }
  #ingredients .category .image.line02 {
    margin: 0;
    width: auto;
  }
}
#ingredients .category.total {
  padding-top: 0;
}
#ingredients .category.total .blockTitle::before, #ingredients .category.total .blockTitle::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/ranking/svg/icon_best.svg) no-repeat center center;
  background-size: contain;
}
#ingredients .category.total .blockTitle::before {
  margin-right: 0.5em;
}
#ingredients .category.total .blockTitle::after {
  margin-left: 0.5em;
}
#ingredients .category.total .text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
#ingredients .category.total .text strong {
  font-weight: normal;
  display: inline-block;
  padding: 0px 0.5em;
  color: #FFF;
  line-height: 1.4;
}
#ingredients .category.total .text strong.rank1 {
  background: #d1a02a;
}
#ingredients .category.total .text strong.rank2 {
  background: #909090;
}
#ingredients .category.total .text strong.rank3 {
  background: #ba6e00;
}
@media screen and (max-width: 767px) {
  #ingredients .category.total .blockTitle::before, #ingredients .category.total .blockTitle::after {
    width: 5.3333333333vw;
    height: 4vw;
  }
  #ingredients .category.total .image img {
    width: 27.8666666667vw;
  }
  #ingredients .category.total .text {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.9166666667;
    letter-spacing: 0.05em;
    margin-top: 6.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #ingredients .category.categorys .image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ingredients .category.categorys .imageBlock {
    width: 100%;
  }
  #ingredients .category.categorys .imageBlock p {
    margin-top: 2.4vw;
  }
  #ingredients .category.categorys .imageBlock .item01 {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  #ingredients .category.categorys .imageBlock .item01 img {
    width: 41.0666666667vw;
    width: 45.765230312%;
  }
  #ingredients .category.categorys .imageBlock .item02 {
    width: 41.2vw;
    width: 45.9138187221%;
  }
  #ingredients .category.categorys .imageBlock .item03 {
    width: 46vw;
    width: 51.2630014859%;
  }
  #ingredients .category.categorys .imageBlock .item04 {
    width: 39.7333333333vw;
    width: 44.279346211%;
  }
  #ingredients .category.categorys .imageBlock .item05 {
    width: 47.4666666667vw;
    width: 52.897473997%;
  }
}
@media screen and (max-width: 767px) {
  #ingredients .category.beginner .image img, #ingredients .category.surprise .image img {
    width: 27.8666666667vw;
  }
}
#ingredients .category.beginner .a-ttl_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ingredients .category.beginner .a-ttl_l::before, #ingredients .category.beginner .a-ttl_l::after {
  content: "";
  display: block;
  width: 26px;
  height: 40px;
  background: url(../images/ranking/svg/icon_beginner.svg) no-repeat center center;
  background-size: contain;
}
#ingredients .category.beginner .a-ttl_l::before {
  margin-right: 0.5em;
}
#ingredients .category.beginner .a-ttl_l::after {
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  #ingredients .category.beginner .a-ttl_l::before, #ingredients .category.beginner .a-ttl_l::after {
    width: 4.5333333333vw;
    height: 6.9333333333vw;
  }
}
#ingredients .category.surprise .a-ttl_l {
  position: relative;
}
#ingredients .category.surprise .a-ttl_l::after {
  position: absolute;
  top: -16px;
  right: -14px;
  content: "";
  display: block;
  width: 44px;
  height: 48px;
  background: url(../images/ranking/svg/icon_surprise.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #ingredients .category.surprise .a-ttl_l::after {
    top: -2.6666666667vw;
    right: -2.6666666667vw;
    width: 6.6666666667vw;
    height: 7.2vw;
  }
}
#ingredients .category.pair .a-ttl_l {
  display: inline-block;
}
#ingredients .category.pair .a-ttl_l::before, #ingredients .category.pair .a-ttl_l::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 50px;
  top: 5px;
}
#ingredients .category.pair .a-ttl_l::before {
  translate: -4.5em 0;
  left: 50%;
}
#ingredients .category.pair .a-ttl_l::after {
  translate: 4.5em 0;
  right: 50%;
}
#ingredients .category.pair .a-ttl_l::before {
  background: url(../images/ranking/svg/icon_pair01.svg) no-repeat center center;
  background-size: contain;
}
#ingredients .category.pair .a-ttl_l::after {
  background: url(../images/ranking/svg/icon_pair02.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #ingredients .category.pair .a-ttl_l::before, #ingredients .category.pair .a-ttl_l::after {
    width: 5.8666666667vw;
    height: 8.8vw;
    top: 1.3333333333vw;
  }
  #ingredients .category.pair .a-ttl_l::before {
    translate: -4.5em 0;
  }
  #ingredients .category.pair .a-ttl_l::after {
    translate: 4.5em 0;
  }
}
#ingredients .category.pair .image {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #ingredients .category.pair .image li:nth-child(n+3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  #ingredients .category.pair .image li {
    width: 43.8666666667vw;
    width: 48.8855869242%;
  }
  #ingredients .category.pair .image li:nth-child(n+3) {
    margin-top: 1.8666666667vw;
  }
}

#campagne {
  padding-top: 130px;
}
#campagne .blockTitle {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}
#campagne .banner {
  margin-top: 50px;
}
#campagne .cpTitle {
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: 0.13em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#campagne .cpTitle::before, #campagne .cpTitle::after {
  content: "";
  display: block;
  width: 34px;
  height: 60px;
  background-image: url(../images/ranking/svg/icon_cp.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#campagne .cpTitle::before {
  margin-right: 1em;
}
#campagne .cpTitle::after {
  margin-left: 1em;
  scale: -1 1;
}
#campagne .howto {
  width: 584px;
  margin: 0 auto 0;
  font-size: 12px;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
}
#campagne .howto > dl + dl {
  margin-top: 2em;
}
#campagne .howto > dl dt {
  font-weight: bold;
  white-space: nowrap;
}
#campagne .howto > dl > dd.present dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#campagne .howto > dl > dd.present dl dt {
  margin-right: 1em;
}
#campagne .howto > dl > dd dl + dl {
  margin-top: 0.5em;
}
#campagne .howto > dl > dd dl dd a {
  text-decoration: underline;
}
#campagne .howto > dl > dd dl dd p + p {
  margin-top: 0.2em;
}
#campagne .howto .message {
  margin-top: 2em;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
#campagne .howto.finish {
  position: relative;
}
#campagne .howto.finish::before {
  white-space: pre;
  content: "本キャンペーンは終了いたしました。\aたくさんのご応募ありがとうございました！";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  color: #FFF;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  z-index: 10;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  #campagne {
    padding-top: 21.3333333333vw;
  }
  #campagne .a-ttl_l {
    width: 100vw;
    margin-left: -5.1282051282vw;
  }
  #campagne .blockTitle {
    font-size: 15px; /* legacy */
    font-size: 4vw;
    line-height: 1.5333333333;
    letter-spacing: 0.1em;
    margin-top: 4vw;
  }
  #campagne .banner {
    margin-top: 6.6666666667vw;
  }
  #campagne .cpTitle {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.3333333333;
    letter-spacing: 0.13em;
    margin-top: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  #campagne .cpTitle::before, #campagne .cpTitle::after {
    width: 4.8vw;
    height: 9.0666666667vw;
  }
  #campagne .howto {
    width: auto;
    margin: 0 auto 0;
    font-size: 10px; /* legacy */
    font-size: 2.6666666667vw;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  #campagne .howto .message {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.9166666667;
    letter-spacing: 0.1em;
  }
  #campagne .howto.finish::before {
    width: calc(100% + 4vw);
    height: calc(100% + 2.6666666667vw);
    font-size: 15px; /* legacy */
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    top: -1.3333333333vw;
    left: -2vw;
  }
}

#recette {
  padding-top: 130px;
}
#recette .total {
  width: 586px;
  margin-left: auto;
  margin-right: auto;
}
#recette .total .block {
  margin-top: 40px;
}
#recette .total .block + .block {
  margin-top: 80px;
}
#recette .total .block .recipe_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 27px;
  line-height: 1.1481481481;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 20px;
}
#recette .total .block .recipe_name img {
  width: 78px;
  margin-right: 15px;
}
#recette .total .block .text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px auto;
}
#recette .total .block .link {
  width: 334px;
  margin: 0 auto;
}
#recette .total .block .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #14126f;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  #recette .total .block .link a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 2px #14126f;
  }
  #recette .total .block .link a:hover {
    color: #14126f;
    background: #FFF;
  }
}
@media screen and (max-width: 767px) {
  #recette {
    padding-top: 21.3333333333vw;
  }
  #recette .f-inner {
    padding: 0;
  }
  #recette .total {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #recette .total .block {
    margin-top: 6.6666666667vw;
  }
  #recette .total .block + .block {
    margin-top: 25.3333333333vw;
  }
  #recette .total .block .recipe_name {
    font-size: 23px; /* legacy */
    font-size: 6.1333333333vw;
    line-height: 1.1739130435;
    letter-spacing: 0.04em;
    margin-bottom: 6vw;
    margin-left: 5.3333333333vw;
    margin-right: 0;
  }
  #recette .total .block .recipe_name img {
    width: 13.8666666667vw;
    margin-right: 2.6666666667vw;
  }
  #recette .total .block .text {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.9166666667;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 4vw 5.3333333333vw 5.3333333333vw;
  }
  #recette .total .block .link {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
  #recette .total .block .link a {
    height: 7.4666666667vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

#outline {
  padding: 160px 0 130px;
}
#outline .f-inner {
  max-width: 586px;
  border-top: solid 1px #14126f;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.09em;
  padding-top: 1em;
}
#outline .f-inner dl dt {
  font-weight: bold;
}
#outline .about dt {
  margin-bottom: 1em;
}
#outline .detail {
  margin-top: 1em;
}
#outline .detail ul {
  list-style: disc;
  margin-left: 2em;
}
#outline .link {
  margin-left: 1em;
  font-weight: normal;
}
#outline .link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #outline .link a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #outline {
    padding: 32vw 0 33.3333333333vw;
  }
  #outline .f-inner {
    max-width: auto;
    border-top: solid 0.2666666667vw #14126f;
    font-size: 10px; /* legacy */
    font-size: 2.6666666667vw;
    line-height: 1.3;
    letter-spacing: 0.09em;
  }
}

/*-------------------------------------------> ranking */
.ranking .effect {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ranking .effect.anim-fadeIn {
  opacity: 0;
}
.ranking .effect.active.anim-fadeIn {
  opacity: 1;
}