@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

*,
:before,
:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #484848;
  text-rendering: optimizeLegibility;
  font: 0.75em/1.75 Baskerville, "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  background-color: #fff;
  letter-spacing: 0.075rem;
}

@media screen and (min-width: 768px) {
  body {
    font: 0.875em/1.8 Baskerville, "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: opacity 0.3s ease-in-out;
}

button {
  cursor: pointer;
}

.l-container {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

.l-container.-slim {
  max-width: 960px;
}

.l-container.-size-l {
  max-width: 100%;
  width: 95%;
}

@media screen and (min-width: 768px) {
  .l-container.-size-l {
    width: 90%;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.admin-bar .l-header {
  top: 2.875em;
}

@media screen and (min-width: 768px) {
  .admin-bar .l-header {
    top: 2em;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-contents {
  clear: both;
  padding: 1.5em 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-contents {
    padding: 3em 0;
  }
}
.l-contents.-themeWhite {
  background-color: #fff;
}

.l-contents__button {
  max-width: 400px;
  margin: 1.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .l-contents__button {
    margin-top: 3rem;
  }
}
.l-main {
  clear: both;
}

@media screen and (min-width: 768px) {
  .l-main {
    width: 76.2962962963%;
    float: left;
  }
  .l-main.-single {
    width: auto;
    float: none;
  }
}
.sp-hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-hide {
    display: inline-block;
  }
}
.pc-hide {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-sub {
    width: 31.1111111111%;
    float: right;
  }
}
.l-spacer {
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .l-spacer {
    padding: 100px 0;
  }
}
.l-spacer.-grey {
  background-color: #f4f4f4;
}

.l-spacer.-bg-pink {
  background-color: #fff2f5;
}

@media screen and (min-width: 768px) {
  .l-spacer.-bottom {
    padding-bottom: 150px;
  }
}
.l-footer {
  clear: both;
  padding: 1.5em 0;
  background-color: #006edb;
  color: #90a4ae;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 3em 0;
  }
}
.l-footer__text {
  margin-top: 1em;
  color: #f5f3eb;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer__text {
    text-align: left;
  }
}
.c-button {
  display: inline-block;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-button.-primary {
  width: 100%;
  border: 2px solid #006edb;
  padding: 1rem;
  text-align: center;
  border-radius: 1rem;
  font-weight: bold;
}

.c-button.-primary:hover {
  background-color: #006edb;
  color: #fff;
}

.c-media {
  overflow: hidden;
  display: block;
}

.c-media__body {
  float: right;
  width: 65.9793814433%;
}

.c-media__thumbnail {
  width: 31.9587628866%;
  float: left;
}

.c-media__thumbnail img {
  width: 100%;
}

.c-card {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-top: 70.7213578501%;
}

.c-card__body {
  padding: 1rem;
}

.c-card__thumbnail {
  position: absolute;
  top: 0;
}

.c-card__thumbnail img {
  width: 100%;
}

.c-heading {
  font-weight: bold;
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  .c-heading.-primary {
    margin-bottom: 2rem;
  }
}
.c-heading.-center {
  text-align: center;
}

.p-header {
  overflow: hidden;
  background-color: #ff8fad;
}

@media screen and (min-width: 768px) {
  .p-header {
    background-color: #fff;
  }
}
.p-header__info {
  font-size: 0;
}

.p-header__title {
  display: inline-block;
  font-size: medium;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}

.p-header__text {
  display: none;
  font-size: medium;
  margin-left: 1em;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .p-header__text {
    display: inline-block;
  }
}
.p-header.change-color {
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 47, 103, 0.5);
}

@media screen and (min-width: 768px) {
  .p-header.change-color {
    background-color: rgba(255, 47, 103, 0.5);
  }
}
.p-globalNav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  padding: 5rem 4rem;
  width: 100%;
  height: 120%;
  background-color: #ff8fad;
  transition: transform 0.3s ease-in-out;
  transform: translateX(110%);
}

@media screen and (min-width: 768px) {
  .p-globalNav {
    background-color: #fff;
    padding: 0;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6%;
  }
}
.p-globalNav > li {
  display: block;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-globalNav > li {
    display: inline-block;
    font-size: medium;
    vertical-align: middle;
    text-align: center;
    padding: 0;
  }
}
.p-globalNav > li.current-menu-item a {
  background-color: #1a2327;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-globalNav > li.current-menu-item a {
    background-color: transparent;
    color: #90a4ae;
  }
}
@media screen and (min-width: 768px) {
  .p-globalNav > li.current-menu-item a::after {
    transform: translateY(0);
  }
}
.p-globalNav > li:nth-last-of-type(3),
.p-globalNav > li:nth-last-of-type(4),
.p-globalNav > li:nth-last-of-type(5),
.p-globalNav > li:nth-last-of-type(6) {
  border-bottom: 1px solid #ffbee3;
}

@media screen and (min-width: 768px) {
  .p-globalNav > li:nth-last-of-type(3),
  .p-globalNav > li:nth-last-of-type(4),
  .p-globalNav > li:nth-last-of-type(5),
  .p-globalNav > li:nth-last-of-type(6) {
    border: none;
  }
}
.p-globalNav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .p-globalNav a {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    font-weight: bold;
    color: #ff64a5;
    padding: 1rem;
    font-size: 19px;
    margin-right: 1.5rem;
  }
  .p-globalNav a:hover {
    color: inherit;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-globalNav a:hover:hover {
    color: #ff64a5;
    opacity: 0.5;
  }
  .p-globalNav a:hover:hover::after {
    display: none;
  }
}
.p-globalNav a:hover {
  color: #fff;
}

.is-drawerActive .p-globalNav {
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .p-globalNav > li.nav-item__sns.-sp {
    display: none;
  }
}
.p-logo,
.custom-logo-link {
  display: inline-block;
  padding: 0.5em 0;
  text-decoration: none;
  font-weight: bold;
  color: #006edb;
  font-size: 1.5em;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-logo,
  .custom-logo-link {
    padding: 1em 0;
  }
}
.p-logo:hover,
.custom-logo-link:hover {
  opacity: 0.5;
}

.p-logo {
  max-width: 120px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-logo {
    max-width: 100%;
  }
}
.p-hero {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-color: #006edb;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-hero {
    height: 400px;
  }
}
.p-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-hero__title {
    font-size: 2.5rem;
  }
}
.p-hero__eyecatch {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-hero__eyecatch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 50, 56, 0.95);
  mix-blend-mode: multiply;
}

.p-hero__eyecatch img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 200px;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .p-hero__eyecatch img {
    min-height: 400px;
  }
}
.p-hero.-home {
  height: 100vw;
}

@media screen and (min-width: 768px) {
  .p-hero.-home {
    height: 400px;
  }
}
.p-hero.-home .p-hero__eyecatch img {
  min-height: 100vw;
}

@media screen and (min-width: 768px) {
  .p-hero.-home .p-hero__eyecatch img {
    min-height: 400px;
  }
}
.p-hero.-home .p-hero__title {
  font-size: 2rem;
}

.p-project {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.p-project__title {
  font-weight: bold;
}

.p-project__text {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.p-project[href]:hover {
  background-color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .p-project__title {
    font-size: 1.25rem;
  }
  .p-project__text {
    font-size: 0.875rem;
  }
}
.post-categories {
  margin: 0.75em 0;
}

.post-categories.-inList {
  margin: 0;
}

.post-categories li {
  display: inline-block;
}

.post-categories li + li {
  margin-left: 0.5em;
}

.post-categories li a {
  display: inline-block;
  background-color: #eee;
  font-size: 0.75em;
  text-decoration: none;
  color: inherit;
  padding: 0.3333333333em 0.6666666667em;
  border-radius: 0.6666666667em;
}

.post-categories li a:hover {
  background-color: #006edb;
  color: #fff;
}

.p-hamburger {
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  left: auto;
  z-index: 2;
  margin: auto 0;
  width: 32px;
  height: 32px;
  outline: 0;
  border: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-hamburger {
    width: 36px;
    height: 36px;
  }
}
.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 75%;
  height: 2px;
  border-radius: 0.25em;
  background-color: #fff;
  transition: transform 0.2s ease-in-out, background-color 0.1s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-hamburger__line {
    background-color: #ff64a5;
  }
}
.p-hamburger__line:before,
.p-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  content: "";
  transition: inherit;
}

.p-hamburger__line:before {
  top: -8px;
}

@media screen and (min-width: 768px) {
  .p-hamburger__line:before {
    top: -10px;
  }
}
.p-hamburger__line:after {
  top: 8px;
}

@media screen and (min-width: 768px) {
  .p-hamburger__line:after {
    top: 10px;
  }
}
.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}

.is-drawerActive .p-hamburger__line:before,
.is-drawerActive .p-hamburger__line:after {
  top: 0;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
}

@media screen and (min-width: 768px) {
  .is-drawerActive .p-hamburger__line:before,
  .is-drawerActive .p-hamburger__line:after {
    background-color: #ff64a5;
  }
}
.is-drawerActive .p-hamburger__line:before {
  transform: rotate(-45deg);
}

.is-drawerActive .p-hamburger__line:after {
  transform: rotate(45deg);
}

.fade_in {
  opacity: 0;
  transform: translateY(25px);
  transition-property: opacity, transform;
  transition: 0.8s cubic-bezier(0.22, 0, 0.69, 0.99);
}

.fade_in.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.link {
  position: relative;
  display: inline-block;
}

.link::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (min-width: 768px) {
  .link.-wh {
    padding-right: 2rem;
  }
}
.link.-wh::after {
  background: url(../../assets/images/link-wh.svg) no-repeat center;
  background-size: contain;
  width: 23px;
  height: 23px;
  left: 80px;
}

@media screen and (min-width: 768px) {
  .link.-wh::after {
    background: url(../../assets/images/link-pink.svg) no-repeat center;
    background-size: contain;
    left: 109px;
    top: 0;
    transform: scale(1) translateX(-50%);
  }
}
.link.-wh::after:hover {
  opacity: 1 !important;
  transform: scale(1);
}

.link.-wh:hover::after {
  display: block !important;
}

.main-visual img {
  width: 100%;
}

.link-bk {
  align-items: center;
  color: #484848;
}

.link-bk::after {
  content: "";
  vertical-align: baseline;
  display: inline-flex;
  background: url(../../assets/images/link-bk.svg) no-repeat;
  background-size: 18px;
  background-position: center bottom;
  width: 18px;
  height: 18px;
  top: 4px;
  position: relative;
}

.nav-item__sns {
  max-width: 140px;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .nav-item__sns {
    max-width: none;
    margin-top: 0;
  }
}
.nav-item__sns p {
  font-size: 1.125rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .nav-item__sns p {
    display: inline-block;
    margin-right: 1rem;
  }
}
.nav-item__sns ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .nav-item__sns ul {
    margin-top: 0;
  }
}
.nav-item__sns ul li {
  width: 100%;
  max-width: 35px;
}

@media screen and (min-width: 768px) {
  .nav-item__sns ul li {
    margin-right: 0.5rem;
    max-width: 24px;
  }
}
.nav-item__sns ul li a picture {
  display: inline-block;
}

.nav-item__sns ul li a img {
  width: 100%;
}

.nav-item__sns ul li a:hover {
  opacity: 0.5;
}

.nav-item__sns ul li a::before,
.nav-item__sns ul li a::after {
  display: none;
}

.nav-item__sns.-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav-item__sns.-pc {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
}
.nav-item__sns.-pc > p {
  color: #ff64a5;
}

@media screen and (min-width: 768px) {
  .nav-item__list-acc {
    position: relative;
  }
}
.nav-item__list-acc > p {
  position: relative;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.125rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .nav-item__list-acc > p {
    display: inline-flex;
    color: #ff64a5;
    font-weight: bold;
    font-size: 19px;
    padding: 1rem;
    margin-right: 1.5rem;
  }
}
.nav-item__list-acc > p > a {
  display: inline-block;
}

.nav-item__list-acc > p > i {
  display: inline-block;
  position: relative;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 3px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
  padding: 5px;
  left: 20px;
}

@media screen and (min-width: 768px) {
  .nav-item__list-acc > p > i {
    border-top: 1px solid #ff64a5;
    border-right: 1px solid #ff64a5;
    position: absolute;
    left: 50%;
    transform: translate(-50%) rotate(135deg);
    bottom: 0px;
  }
}
.nav-item__list-acc > p > i.is-active {
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .nav-item__list-acc > p > i.is-active {
    transform: none;
  }
}
.nav-item__list-acc ul {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav-item__list-acc ul {
    display: block;
    position: absolute;
    background-color: #fff2f5;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 72px;
    padding: 10px 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  }
}
.nav-item__list-acc ul li {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .nav-item__list-acc ul li {
    color: #fff;
  }
}
.nav-item__list-acc ul li a {
  position: relative;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .nav-item__list-acc ul li a {
    margin-left: 0;
    padding: 0.25rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .nav-item__list-acc ul li a::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 38px;
    border-right: 8px solid transparent;
    border-top: 6px solid transparent;
    border-left: 8px solid #ff64a5;
    border-bottom: 6px solid transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .nav-item__list-acc ul li a:hover {
    color: #ff64a5;
    opacity: 1 !important;
  }
}
.nav-item__list-acc ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}

.nav-item__list-acc ul li a:hover::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav-item__list-acc:hover ul {
    opacity: 1;
    visibility: visible;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  }
}
.content-title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.content-title.-news {
  max-width: 97px;
}

@media screen and (min-width: 768px) {
  .content-title.-news {
    max-width: 107px;
  }
}
.content-title.-about {
  max-width: 128px;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .content-title.-about {
    max-width: 140px;
    margin-bottom: 60px;
  }
}
.content-title.-trend {
  max-width: 247px;
}

@media screen and (min-width: 768px) {
  .content-title.-trend {
    max-width: 479px;
  }
}
@media screen and (min-width: 768px) {
  .content-title.-taisyou {
    max-width: 800px;
  }
}
.content-title.-ranking {
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .content-title.-ranking {
    max-width: 260px;
  }
}
.news {
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .news {
    max-width: 860px;
  }
}
.news ul {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  margin-top: 2rem;
}

.news ul li time {
  color: #ff64a5;
}

@media screen and (min-width: 768px) {
  .news ul li time {
    font-size: 15px;
  }
}
.news ul li span {
  color: #a8a8a8;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  position: relative;
  font-size: 12px;
}

.news ul li span::before {
  position: absolute;
  content: "|";
  display: inline-block;
  left: -4px;
}

.news ul li p {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .news ul li p {
    font-size: 14px;
  }
}
.news ul li:not(:first-child) {
  padding-top: 14px;
}

.news ul li:not(:last-child) {
  padding-bottom: 14px;
  border-bottom: 1px solid #ededed;
}

.about {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.about-content {
  padding: 2.5rem 1.25rem;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 5px rgba(108, 108, 108, 0.15);
}

@media screen and (min-width: 768px) {
  .about-content {
    padding: 4.5rem;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .about-list__item > * {
    width: 48%;
  }
}
.about-list__item:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .about-list__item:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .about-list__item.-reverse {
    flex-direction: row-reverse;
  }
}
.about-list__text h3 {
  text-align: center;
  color: #ff64a5;
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .about-list__text h3 {
    text-align: left;
    font-size: 1.5rem;
  }
}
.about-list__text p {
  margin-top: 0.5rem;
}

.about-list__iamge {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .about-list__iamge {
    margin-top: 0;
  }
}
.trend-wrapper {
  padding: 3rem 0;
  background-color: #ffd9e5;
}

@media screen and (min-width: 768px) {
  .trend-wrapper {
    padding: 7rem 0;
  }
}
.trend {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.75rem 15px 1.5rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  box-shadow: 0px 3px 5px rgba(108, 108, 108, 0.15);
}

@media screen and (min-width: 768px) {
  .trend {
    padding: 5rem 3.75rem;
  }
}
.trend-content__sp .trend-content {
  margin-top: 1.75rem;
}

.trend-content__sp .trend-content__inner {
  border-top: 1px solid #ededed;
  padding: 20px 0;
}

.trend-content__sp .trend-content__inner .bumon {
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.trend-content__sp .trend-content__inner .bumon::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  right: 1rem;
  transform: translateY(-50%) rotate(135deg);
  top: 45%;
  transition: transform ease-in-out 0.3s;
}

.trend-content__sp .trend-content__inner .bumon.is-active::before {
  transform: rotate(-45deg);
  transition: transform ease-in-out 0.3s;
}

.trend-content__sp .trend-content__inner > div {
  display: none;
}

.trend-content__sp .trend-content__inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.trend-content__sp .trend-content__inner ul li {
  text-align: center;
  line-height: 1.5;
  border-radius: 10px;
  background: #fff;
  padding: 1rem 1px;
  max-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trend-content__sp .trend-content__inner ul li em {
  font-weight: bold;
  font-size: 11px;
}

.trend-content__sp .trend-content__inner ul li span {
  display: block;
  font-size: 11px;
}

.trend-content__sp .trend-content__inner ul + p {
  margin-top: 15px;
  font-size: 11px;
}

.trend-content__sp .trend-content__inner.-hito > div {
  background-color: #fff5f8;
  border-radius: 20px;
  padding: 15px;
  margin-top: 1rem;
}

.trend-content__sp .trend-content__inner.-hito .bumon {
  color: #ff8fad;
}

.trend-content__sp .trend-content__inner.-hito .bumon::after {
  position: relative;
  content: url(../../assets/images/bumon-hito.svg);
  display: inline-block;
  margin-left: 5px;
}

.trend-content__sp .trend-content__inner.-hito ul li {
  border: 1px dashed #ff8fad;
}

.trend-content__sp .trend-content__inner.-mono > div {
  background-color: #f7f5ff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 1rem;
}

.trend-content__sp .trend-content__inner.-mono .bumon {
  color: #bca5ef;
}

.trend-content__sp .trend-content__inner.-mono .bumon::after {
  position: relative;
  content: url(../../assets/images/bumon-mono.svg);
  display: inline-block;
  margin-left: 5px;
}

.trend-content__sp .trend-content__inner.-mono ul li {
  border: 1px dashed #bca5ef;
}

.trend-content__sp .trend-content__inner.-app > div {
  background-color: #f2f5ff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 1rem;
}

.trend-content__sp .trend-content__inner.-app .bumon {
  color: #a0b3ff;
}

.trend-content__sp .trend-content__inner.-app .bumon::after {
  position: relative;
  content: url(../../assets/images/bumon-app.svg);
  display: inline-block;
  margin-left: 5px;
}

.trend-content__sp .trend-content__inner.-app ul li {
  border: 1px dashed #a0b3ff;
}

.trend-content__sp .trend-content__inner.-kotoba > div {
  background-color: #f2f8f4;
  border-radius: 20px;
  padding: 15px;
  margin-top: 1rem;
}

.trend-content__sp .trend-content__inner.-kotoba .bumon {
  color: #78d099;
}

.trend-content__sp .trend-content__inner.-kotoba .bumon::after {
  position: relative;
  content: url(../../assets/images/bumon-kotoba.svg);
  display: inline-block;
  margin-left: 5px;
}

.trend-content__sp .trend-content__inner.-kotoba ul li {
  border: 1px dashed #78d099;
}

.trend-content__sp .trend-content__inner:last-child {
  padding: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
  .trend-content__sp {
    display: none;
  }
}
.trend-content__pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .trend-content__pc {
    display: block;
  }
}
.trend-content__pc .trend-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 15px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 0.75rem;
    margin-top: 2.5rem;
  }
}
.trend-content__pc .trend-content__inner {
  text-align: center;
}

.trend-content__pc .trend-content__inner p {
  position: relative;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content__inner p {
    font-size: 20px;
  }
}
.trend-content__pc .trend-content__inner.-hito p {
  color: #ff8fad;
}

.trend-content__pc .trend-content__inner.-hito p::before {
  position: relative;
  content: url(../../assets/images/bumon-hito-pc.svg);
  display: inline-block;
  margin-right: 2px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content__inner.-hito p::before {
    top: 8px;
  }
}
.trend-content__pc .trend-content__inner.-hito li:not(:last-child) {
  border-bottom: 1px solid #ff8fad;
}

.trend-content__pc .trend-content__inner.-mono p {
  color: #bca5ef;
}

.trend-content__pc .trend-content__inner.-mono p::before {
  position: relative;
  content: url(../../assets/images/bumon-mono-pc.svg);
  display: inline-block;
  margin-right: 2px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content__inner.-mono p::before {
    top: 8px;
  }
}
.trend-content__pc .trend-content__inner.-mono li:not(:last-child) {
  border-bottom: 1px solid #bca5ef;
}

.trend-content__pc .trend-content__inner.-app p {
  color: #a0b3ff;
}

.trend-content__pc .trend-content__inner.-app p::before {
  position: relative;
  content: url(../../assets/images/bumon-app-pc.svg);
  display: inline-block;
  margin-right: 2px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content__inner.-app p::before {
    top: 8px;
  }
}
.trend-content__pc .trend-content__inner.-app li:not(:last-child) {
  border-bottom: 1px solid #a0b3ff;
}

.trend-content__pc .trend-content__inner.-kotoba p {
  color: #78d099;
}

.trend-content__pc .trend-content__inner.-kotoba p::before {
  position: relative;
  content: url(../../assets/images/bumon-kotoba-pc.svg);
  display: inline-block;
  margin-right: 2px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content__inner.-kotoba p::before {
    top: 8px;
  }
}
.trend-content__pc .trend-content__inner.-kotoba li:not(:last-child) {
  border-bottom: 1px solid #78d099;
}

.trend-content__pc .trend-content__inner ul {
  margin-top: 5px;
}

.trend-content__pc .trend-content__inner ul li {
  padding: 3px 0;
  font-size: 10px;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content__inner ul li {
    padding: 5px 0;
    font-size: 12px;
  }
}
.trend-content__pc .trend-content__inner ul li em {
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content__inner ul li em {
    font-size: 15px;
  }
}
.trend-content__pc .trend-content__inner ul li span {
  display: block;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-content__inner ul li span {
    display: inline-block;
  }
}
.trend-content__pc .trend-text-contet {
  margin-top: 1.75rem;
}

.trend-content__pc .trend-text-contet ul li p {
  position: relative;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-text-contet ul li p {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.trend-content__pc .trend-text-contet ul li p.hito {
  color: #ff8fad;
}

.trend-content__pc .trend-text-contet ul li p.hito::before {
  content: url(../../assets/images/bumon-hito-pc.svg);
}

.trend-content__pc .trend-text-contet ul li p.mono {
  color: #bca5ef;
}

.trend-content__pc .trend-text-contet ul li p.mono::before {
  content: url(../../assets/images/bumon-mono-pc.svg);
}

.trend-content__pc .trend-text-contet ul li p.app {
  color: #a0b3ff;
}

.trend-content__pc .trend-text-contet ul li p.app::before {
  content: url(../../assets/images/bumon-app-pc.svg);
}

.trend-content__pc .trend-text-contet ul li p.kotoba {
  color: #78d099;
}

.trend-content__pc .trend-text-contet ul li p.kotoba::before {
  content: url(../../assets/images/bumon-kotoba-pc.svg);
}

.trend-content__pc .trend-text-contet ul li p::before {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  top: 8px;
}

.trend-content__pc .trend-text-contet ul li:not(:first-child) {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .trend-content__pc .trend-text-contet ul li:not(:first-child) {
    margin-top: 30px;
  }
}
.taisyou-bg {
  background: url(../../assets/images/taisyou-bg-sp.png) no-repeat center;
  background-size: cover;
  padding: 70px 0 50px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .taisyou-bg {
    background: url(../../assets/images/taisyou-bg.png) no-repeat center;
    background-size: cover;
    padding: 80px 0 3rem;
  }
}
.taisyou-timeline__list {
  display: flex;
  margin: 40px auto 10px;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
  .taisyou-timeline__list {
    max-width: 1420px;
    width: 100%;
    padding: 0;
  }
}
.taisyou-timeline__item {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 2px;
  padding: 0 10px;
}

.taisyou-timeline__item a {
  text-decoration: none;
  color: #ff64a5;
  background: #fff2f7;
  display: block;
  border-radius: 30px;
  border: 2px solid #ff64a5;
  padding: 6px 0 4px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .taisyou-timeline__item a {
    padding: 3px 0 2px;
    font-size: 1.5rem;
  }
}
.taisyou-list__wrap {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .taisyou-list__wrap {
    width: 100%;
  }
}
.taisyou-list {
  display: flex;
}

@media screen and (min-width: 768px) {
  .taisyou-list {
    max-width: 800px;
    margin: 0 auto;
  }
}
.taisyou-list__item {
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 13px 0 10px;
  border-radius: 20px 20px 0px 0px;
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .taisyou-list__item .item {
    cursor: pointer;
  }
}
.taisyou-list__item a {
  display: block;
  text-decoration: none;
  color: #a7a7a7;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .taisyou-list__item a {
    font-size: 30px;
    cursor: pointer;
  }
}
.taisyou-list__item a:hover {
  opacity: 0.5;
}

.taisyou-bumon__wrap {
  box-shadow: 0px -3px 6px 0px rgba(172, 172, 172, 0.15);
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .taisyou-bumon__wrap {
    padding: 0 2rem;
    border-radius: 20px 20px 0px 0px;
  }
}
.taisyou-bumon {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 15px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .taisyou-bumon {
    padding: 3rem 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .taisyou-bumon.tab_detail_wrap.show.u-5column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .taisyou-bumon.tab_detail_wrap.show.u-5column a {
    font-size: 20px;
    padding: 12px 30px 8px;
    padding-right: 60px;
  }
  .taisyou-bumon.tab_detail_wrap.show.u-5column a::after {
    right: 30px;
  }
}

.taisyou-bumon__item {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0px 3px 5px rgba(108, 108, 108, 0.15);
}

@media screen and (min-width: 768px) {
  .taisyou-bumon__item {
    border-radius: 30px;
  }
}
.taisyou-bumon__item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 8px 20px 5px 0;
  position: relative;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .taisyou-bumon__item a {
    font-size: 20px;
    padding: 12px 0 8px;
    padding-right: 25px;
  }
}
.taisyou-bumon__item a:hover {
  opacity: 0.5;
}

.taisyou-bumon__item a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg);
  right: 0px;
}

@media screen and (min-width: 768px) {
  .taisyou-bumon__item a::after {
    top: 25px;
    width: 12px;
    height: 12px;
  }
}
.taisyou-bumon__item.-hito {
  background-color: #ff8fad;
}

.taisyou-bumon__item.-hito a::before {
  content: url(../../assets/images/bumon-hito-wh-sp.svg);
  display: inline-block;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 768px) {
  .taisyou-bumon__item.-hito a::before {
    content: url(../../assets/images/bumon-hito-wh.svg);
  }
}
.taisyou-bumon__item.-mono {
  background-color: #bca5ef;
}

.taisyou-bumon__item.-mono a::before {
  content: url(../../assets/images/bumon-mono-wh-sp.svg);
  display: inline-block;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 768px) {
  .taisyou-bumon__item.-mono a::before {
    top: 5px;
    content: url(../../assets/images/bumon-mono-wh.svg);
  }
}
.taisyou-bumon__item.-app {
  background-color: #a0b3ff;
}
.taisyou-bumon__item.-app a::before {
  content: url(../../assets/images/bumon-app-wh-sp.svg);
  display: inline-block;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .taisyou-bumon__item.-app a::before {
    top: 5px;
    content: url(../../assets/images/bumon-app-wh.svg);
  }
}

.taisyou-bumon__item.-app02 {
  background-color: #56d5e3;
}
.taisyou-bumon__item.-app02 a::before {
  content: "";
  background-image: url(../../assets/images/bumon-app-wh-sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 2rem;
  display: inline-block;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .taisyou-bumon__item.-app02 a::before {
    background-image: url(../../assets/images/bumon-app-wh.svg);
    width: 2.5rem;
    height: 3rem;
    top: 2px;
  }
}

.taisyou-bumon__item.-kotoba {
  background-color: #78d099;
}

.taisyou-bumon__item.-kotoba a::before {
  content: url(../../assets/images/bumon-kotoba-wh-sp.svg);
  display: inline-block;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 768px) {
  .taisyou-bumon__item.-kotoba a::before {
    top: 5px;
    content: url(../../assets/images/bumon-kotoba-wh.svg);
  }
}
.taisyou-bumon__item.-basyo {
  background-color: #a0b3ff;
}
.taisyou-bumon__item.-basyo a::before {
  content: url(../../assets/images/bumon-basyo-wh-sp.svg);
  display: inline-block;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .taisyou-bumon__item.-basyo a::before {
    top: 5px;
    content: url(../../assets/images/bumon-basyo-wh.svg);
  }
}

.taisyou-bumon__item.-contents {
  background-color: #a0b3ff;
}
.taisyou-bumon__item.-contents a {
  line-height: 2.5;
}
.taisyou-bumon__item.-contents a::before {
  content: "";
  background-image: url(../../assets/images/bumon-contents-wh-sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.6rem;
  display: inline-block;
  position: relative;
  top: 0px;
}
@media screen and (min-width: 768px) {
  .taisyou-bumon__item.-contents a::before {
    background-image: url(../../assets/images/bumon-contents-wh.svg);
    width: 2rem;
    height: 2.2rem;
    top: 0px;
  }
}

.ranking {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .ranking {
    padding: 70px 11% 120px;
    max-width: 1420px;
    margin: 0 auto;
  }
}
.ranking.-hito {
  background: linear-gradient(#ff8fad 0%, #ffd1c9 100%);
}

.ranking.-bereal {
  background: linear-gradient(#56d5e3 0%, #5befd5 100%);
}
.ranking.-bereal .ranking-inner ul li:not(:last-child) {
  border-bottom: 1px solid #56d5e3;
}

@media screen and (min-width: 768px) {
  .ranking:nth-child(1) {
    border-radius: 25px 25px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .ranking:nth-last-child(1) {
    border-radius: 0 0 25px 25px;
  }
}

.ranking.-hito .ranking-inner p {
  color: #ff8fad;
}

.ranking.-hito .ranking-inner ul li:not(:last-child) {
  border-bottom: 1px solid #ff8fad;
}

.ranking.-mono {
  background: linear-gradient(#bca5ef 0%, #f0ceeb 100%);
}

.ranking.-mono .ranking-inner p {
  color: #bca5ef;
}

.ranking.-mono .ranking-inner ul li:not(:last-child) {
  border-bottom: 1px solid #bca5ef;
}

.ranking.-app {
  background: linear-gradient(#a0b3ff 0%, #c1f1f7 100%);
}

.ranking.-app .ranking-inner p {
  color: #a0b3ff;
}

.ranking.-app .ranking-inner ul li:not(:last-child) {
  border-bottom: 1px solid #a0b3ff;
}

.ranking.-kotoba {
  background: linear-gradient(#78d099 0%, #d8e69d 100%);
}

.ranking.-kotoba .ranking-inner p {
  color: #78d099;
}

.ranking.-kotoba .ranking-inner ul li:not(:last-child) {
  border-bottom: 1px solid #78d099;
}

.ranking-inner {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  border-radius: 20px;
  padding: 2.5rem 1rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .ranking-inner {
    padding: 5rem;
    margin-top: 2.5rem;
  }
}
.ranking-inner ul li:not(:last-child) {
  padding-bottom: 1.5rem;
}

.ranking-inner ul li:not(:first-child) {
  margin-top: 1.5rem;
}

.ranking-inner ul li dl dt {
  display: flex;
  align-items: center;
}

.ranking-inner ul li dl dt figure {
  max-width: 51px;
  width: 100%;
}

.ranking-inner ul li dl dt p {
  margin-left: 5px;
}

.ranking-inner ul li dl dt p em.one {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.one {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ranking-inner ul li dl dt p em.one {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .ranking-inner ul li dl dt p em.one {
    font-size: 60px;
  }
}
.ranking-inner ul li dl dt p em.one.-app {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.one.-app {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ranking-inner ul li dl dt p em.one.-app {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .ranking-inner ul li dl dt p em.one.-app {
    font-size: 60px;
  }
}
.ranking-inner ul li dl dt p em.one.-app + .right {
  display: block;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.one.-app + .right {
    font-size: 20px;
    display: inline-block;
  }
}
.ranking-inner ul li dl dt p em.one.planet {
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.one.planet {
    line-height: inherit;
  }
}
.ranking-inner ul li dl dt p em.one + .size-l {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.one + .size-l {
    font-size: 25px;
  }
}
.ranking-inner ul li dl dt p em.one + span {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.one + span {
    font-size: 20px;
  }
}
.ranking-inner ul li dl dt p em.two {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.two {
    font-size: 35px;
  }
}
.ranking-inner ul li dl dt p em.two + span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.two + span {
    font-size: 18px;
  }
}
.ranking-inner ul li dl dt p em.two + .size-l {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.two + .size-l {
    font-size: 25px;
  }
}
.ranking-inner ul li dl dt p em.three {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.three {
    font-size: 35px;
  }
}
.ranking-inner ul li dl dt p em.three + span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.three + span {
    font-size: 18px;
  }
}
.ranking-inner ul li dl dt p em.three + .size-l {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.three + .size-l {
    font-size: 25px;
  }
}
.ranking-inner ul li dl dt p em.other {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.other {
    font-size: 35px;
  }
}
.ranking-inner ul li dl dt p em.other + span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.other + span {
    font-size: 18px;
  }
}
.ranking-inner ul li dl dt p em.other + .size-l {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dt p em.other + .size-l {
    font-size: 25px;
  }
}
.ranking-inner ul li dl dt p em.other.produve {
  line-height: 1.2;
}

.ranking-inner ul li dl dd {
  margin-top: 5px;
}

.ranking-inner ul li dl dd .comment-wrap {
  background-color: #efefef;
  padding: 15px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .ranking-inner ul li dl dd .comment-wrap {
    margin-top: 1rem;
  }
}
.ranking-inner ul li dl dd .comment-wrap .comment {
  font-weight: bold;
  color: inherit;
}

.footer {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 15px 0;
  text-align: center;
  position: relative;
  background-color: #efefef;
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: 100px;
    padding: 20px 0;
  }
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.footer ul li a {
  text-decoration: none;
  color: #484848;
  display: block;
}

.footer ul li:first-child {
  padding-right: 5px;
}

.footer ul li:nth-of-type(2) {
  padding-left: 10px;
  position: relative;
}

.footer ul li:nth-of-type(2)::before {
  content: "|";
  display: inline-block;
  left: 0;
  position: absolute;
}

.footer small {
  margin-top: 10px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .page-top__wrap {
    max-width: 1440px;
    position: relative;
  }
}
.page-top {
  position: fixed;
  bottom: 5%;
  right: 2%;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 3px 5px rgba(108, 108, 108, 0.15);
}

@media screen and (min-width: 768px) {
  .page-top {
    width: 86px;
    height: 86px;
  }
}
.page-top a {
  display: block;
  color: #ff64a5;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

.page-top a:hover {
  opacity: 0.5;
}

.tab-content {
  position: relative;
}

@media screen and (min-width: 768px) {
  .tab-content {
    padding: 0 2rem;
  }
}
.tab-content::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  top: -23px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .tab-content::before {
    display: none;
  }
}
.tab-content__item {
  display: none;
}

.tab-content__item.is-active {
  display: block;
  animation: fade 1s ease;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab_detail_wrap {
  display: none;
}

.tab_detail_wrap.show {
  display: grid;
}

.tab_menu.is-active {
  background-color: #fff;
  box-shadow: 0px -4px 7px 2px rgba(172, 172, 172, 0.15);
}

.tab_menu.is-active a {
  color: #ff64a5;
}

.tab_btn {
  text-align: center;
  cursor: pointer;
  transition: all 0.3 ease-in-out;
}

.tab_btn li .is-active {
  background-color: #ff64a5;
  color: #fff;
}

.tab_panel {
  display: none;
}

.tab_panel.active {
  display: block;
}

.tab_panel2 {
  display: none;
}

.tab_panel2.active {
  display: block;
}

.tab_panel3 {
  display: none;
}

.tab_panel3.active {
  display: block;
  animation: fade 1s ease;
}

.swiper-wrapper {
  justify-content: space-between;
}
.swiper-wrapper::before {
  position: absolute;
  content: "";
  width: 900%;
  height: 2px;
  background-color: #ff64a5;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper::before {
    width: 300%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-wrapper {
    overflow: visible;
    gap: 0;
  }
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

@media screen and (min-width: 768px) {
  .swiper-slide {
    width: calc(12.6% - 14px);
    max-width: 192px;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.myslick-slide {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

@media screen and (min-width: 768px) {
  .myslick-slide {
    width: calc(20% - 14px);
    max-width: 192px;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
}
.click-none {
  pointer-events: none;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}/*# sourceMappingURL=common.css.map */