@charset "UTF-8";
/* colors */
/*
**********************************************
common
**********************************************
*/
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  background-color: #FCD12B;
}

.inner {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}

.fsSS {
  font-size: 24px;
}
@media screen and (max-width: 1299px) {
  .fsSS {
    font-size: calc(100vw / 1300 * 24);
  }
}
@media screen and (max-width: 460px) {
  .fsSS {
    font-size: calc(100vw / 460 * 16);
  }
}

.fsS {
  font-size: 48px;
}
@media screen and (max-width: 1299px) {
  .fsS {
    font-size: calc(100vw / 1300 * 48);
  }
}
@media screen and (max-width: 460px) {
  .fsS {
    font-size: calc(100vw / 460 * 25);
  }
}

.fsM {
  font-size: 72px;
  line-height: 2;
}
@media screen and (max-width: 1299px) {
  .fsM {
    font-size: calc(100vw / 1300 * 72);
  }
}
@media screen and (max-width: 460px) {
  .fsM {
    font-size: calc(100vw / 460 * 30);
  }
}

.fsL {
  font-size: 140px;
  line-height: 1;
}
@media screen and (max-width: 1299px) {
  .fsL {
    font-size: calc(100vw / 1300 * 140);
  }
}

.bold {
  font-weight: 900;
}

.catch {
  display: none;
}

/*
**********************************************
catch
**********************************************
*/
#top .catch {
  display: none;
  width: 15%;
  max-width: 400px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

/*
**********************************************
header
**********************************************
*/
header .h-logo {
  width: 25%;
  max-width: 235px;
  float: left;
}
header h1 {
  width: 25%;
  max-width: 235px;
  float: right;
  padding-top: .5rem;
  padding-right: .5rem;
}
header .main {
  clear: both;
}
header .main .main-txt {
  padding-top: 1rem;
  padding-bottom: 5vw;
  position: relative;
}
header .main .main-txt p {
  text-align: center;
}
header .main .main-txt p span {
  padding: 0.3em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-position: left .3em;
  background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#ffffff), color-stop(0.5, #ffffff), color-stop(0.9, transparent), to(transparent));
  background-image: -webkit-radial-gradient(center center, 0.4rem 0.4rem, #ffffff, #ffffff 95%, transparent 95%, transparent);
  background-image: radial-gradient(0.4rem 0.4rem at center center, #ffffff, #ffffff 95%, transparent);
}
@media all and (max-width: 460px) {
  header .main .main-txt p span {
    background-image: -webkit-radial-gradient(center center, 0.2rem 0.2rem, #ffffff, #ffffff 95%, transparent 95%, transparent);
    background-image: radial-gradient(0.2rem 0.2rem at center center, #ffffff, #ffffff 95%, transparent);
  }
}
header .main .mainimg {
  padding-bottom: 5vw;
}

/*
**********************************************
about
**********************************************
*/
#about {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  background: url("../images/whatis.svg") no-repeat center bottom/20%;
}
#about p {
  margin-bottom: 5vw;
}
#about p span {
  font-size: .7em;
}
#about p.bold {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}
#about .link {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 5vw;
}
#about .link a {
  display: block;
  background: url("../images/btn_bg.png") no-repeat center top/100%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 1rem 0;
  font-size: 1.2em;
}
#about .link a::after {
  content: "\003e\003e";
  display: inline-block;
  margin-left: 1rem;
}
#about .trend-logo {
  margin: 10vw auto 0;
  padding: 0 0 10vw;
  width: 80%;
  max-width: 470px;
}

/*
**********************************************
ranking
**********************************************
*/
#ranking {
  background-color: #ffffff;
  padding-bottom: 5vw;
}
#ranking p {
  text-align: center;
  line-height: 1.6;
}
#ranking p.fsSS {
  padding: 3vw 0 5vw;
}
#ranking .rankingimg {
  margin: 5vw auto;
  width: 94%;
  max-width: 1235px;
}
#ranking .trend-logo {
  margin: 2vw auto;
  width: 80%;
  max-width: 470px;
}

/*
**********************************************
service
**********************************************
*/
#service {
  padding: 5vw 0 0;
}
#service .tit {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2vw;
}
#service p.fsS, #service p.fsL {
  text-align: center;
}
#service .sabakan {
  position: relative;
  padding: 2vw 0 0;
}
#service .sabakan .sabakan-inner {
  background: url("../images/sabakan-bg.png") no-repeat center top/cover;
  padding: 2vw 0 0;
}
#service .sabakan .sabakan-inner .sabakan-txt {
  max-width: 740px;
  margin-left: 35%;
  padding-bottom: 2vw;
}
@media screen and (max-width: 460px) {
  #service .sabakan .sabakan-inner .sabakan-txt {
    margin-left: 30%;
  }
}
#service .sabakan .sabakan-inner .sabakan-txt .fsSS {
  margin-top: 2vw;
}
#service .sabakan .sabakan-inner .sabakan-txt .fsSS.last {
  margin-bottom: 5vw;
}
#service .tips {
  text-align: center;
}
#service .tips::before {
  content: url("../images/line_left.svg");
  display: inline-block;
  width: 4%;
  max-width: 40px;
}
#service .tips::after {
  content: url("../images/line_right.svg");
  display: inline-block;
  width: 4%;
  max-width: 40px;
}
#service .tips p {
  display: inline-block;
  margin-top: -6vw;
}
#service .buzz {
  margin: 7vw 0 5vw;
}
#service .buzz .buzz-inner {
  margin: 4vw 0;
  padding: 3vw 0;
  background-color: #ffffff;
}
#service .buzz .buzz-inner .inner .fsSS {
  margin-top: 3vw;
}
#service .buzz .buzz-inner .inner .fsSS.center {
  text-align: center;
  margin: 0 0 3vw;
}

/*
**********************************************
support
**********************************************
*/
#support {
  padding: 5vw 0;
}
#support .tit {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3vw;
}
#support ul {
  margin-bottom: 5vw;
  text-align: center;
}
#support ul li {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-bottom: 1rem;
}
@media all and (max-width: 460px) {
  #support ul li {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
#support ul li:nth-child(2n) {
  margin-left: 1rem;
}
@media all and (max-width: 460px) {
  #support ul li:nth-child(2n) {
    margin-left: auto;
  }
}
#support ul li dl {
  border: 8px solid #000000;
  background-color: #ffffff;
}
#support ul li dl dt {
  text-align: center;
  border-bottom: 8px solid #000000;
}
#support ul li dl dd {
  text-align: left;
  padding: 1rem;
  min-height: 8rem;
}
@media all and (max-width: 1299px) {
  #support ul li dl dd {
    min-height: 10rem;
  }
}
@media all and (max-width: 768px) and (min-width: 461px) {
  #support ul li dl dd {
    min-height: 13rem;
  }
}
@media screen and (max-width: 460px) {
  #support ul li dl dd {
    min-height: auto;
  }
}
#support .why {
  background: url("../images/trend_img.png") no-repeat center bottom/cover;
  height: calc(100vw / 1700 * 900);
  max-height: 720px;
}
@media screen and (max-width: 768px) {
  #support .why {
    height: calc(100vw / 1300 * 900);
  }
}
@media screen and (max-width: 460px) {
  #support .why {
    height: auto;
    max-height: 100%;
    padding-bottom: calc(100vw / 1300 * 900);
    background-size: 150%;
    background-position: left bottom;
  }
}
#support .why .why-txt {
  padding-left: 35%;
  box-sizing: border-box;
}
@media screen and (max-width: 460px) {
  #support .why .why-txt {
    padding-left: 0;
  }
}

/*
**********************************************
footer
**********************************************
*/
footer .f-logo .valueee {
  display: block;
  width: 25%;
  max-width: 270px;
  margin: 5vw auto 2vw;
}
@media all and (max-width: 460px) {
  footer .f-logo .valueee {
    width: 50%;
  }
}
footer .f-logo .trendscope {
  display: block;
  width: 15%;
  max-width: 158px;
  margin: 0 auto 3vw;
}
@media all and (max-width: 460px) {
  footer .f-logo .trendscope {
    width: 35%;
  }
}
footer .address {
  background-color: #000000;
}
footer .address ul {
  text-align: center;
}
footer .address ul li {
  display: inline-block;
  font-size: 14px;
}
footer .address ul li::after {
  content: "\007c";
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #ffffff;
}
footer .address ul li:last-child::after {
  content: none;
}
footer .address ul li a {
  color: #ffffff;
}
footer .address ul li a:hover {
  opacity: .7;
}
footer .address .copyright {
  font-size: 14px;
  color: #ffffff;
  padding: 1rem;
  text-align: center;
}
