@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
body {
  font-weight: 400;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  position: relative;
}

a {
  color: #000000;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

.dInlineBlock {
  display: inline-block !important;
}

.fontEn {
  font-family: "Poppins", sans-serif;
}

@keyframes isUsual {
  0% {
    position: fixed;
    top: 0;
  }
  100% {
    position: absolute;
    top: 0;
  }
}
@keyframes isFixed {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}
#globalHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.4s;
  height: 102px;
  background-color: #fff;
}
#globalHeader .inner {
  height: 100%;
}
#globalHeader .headerWrap {
  height: 100%;
}
#globalHeader .headerLogo {
  display: flex;
  align-items: center;
}
#globalHeader .headerCopy {
  line-height: 1.461;
  letter-spacing: 0.16em;
  color: #555;
}
#globalHeader .headerNavItems {
  display: flex;
}
#globalHeader .headerNavItems li {
  padding: 0 60px;
  border-right: 1px solid #2a3642;
}
@media screen and (max-width: 1200px) {
  #globalHeader .headerNavItems li {
    padding: 0 30px;
  }
}
#globalHeader .headerNavItems li:first-child {
  border-left: 1px solid #2a3642;
}
#globalHeader .headerNavItems li a {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.04em;
  color: #2a3642;
}
#globalHeader .ghMenu .ghNav {
  border-radius: 5px;
}
#globalHeader .ghMenu .ghNav > .gNavList {
  margin: 0 auto;
  font-weight: bold;
}
#globalHeader .ghMenu .ghNav > .gNavList > li {
  letter-spacing: 0;
}
main {
  display: block;
}
main a {
  text-decoration: none !important;
}

[data-background=bgBeige] {
  background: #f2efe9;
}

.keywordsInner {
  max-width: 100%;
  margin: auto;
}

.keywordsTitle {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.6;
}
.keywordsTitle .en {
  font-family: "Poppins", sans-serif;
}
.tagList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.tagList li a {
  color: #2e4a66;
  font-weight: 500;
  border: 2px solid #2e465e;
  border-radius: 40px;
  display: block;
  letter-spacing: 0.06em;
  background-color: #fff;
}

.titleDeco {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.titleDeco > strong {
  display: inline-block;
  font-weight: 500;
}
.titleDeco:before {
  content: "";
  background: #a9274c;
  transform: rotate(35deg);
  position: absolute;
  top: 4px;
  left: 0;
}
.titleDeco .ja {
  color: #555;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.contentListThumb {
  overflow: hidden;
  border-radius: 10px;
}
.contentListThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contentListCat {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #333333;
  letter-spacing: 0.1em;
}

.contentListInfo {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.contentListDate {
  color: #555;
}

.contentListNew {
  color: #cc1f50;
}

.contentListTag {
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.contentListTag li:last-child {
  margin-right: 0;
}
.contentListTag li a {
  position: relative;
  top: initial;
  left: initial;
  z-index: 1;
  color: #2e465e;
  transition: all 0.3s ease 0s;
}
.contentListTag li a:hover {
  opacity: 0.7;
}

.contentList {
  display: flex;
  flex-wrap: wrap;
}
.contentList > li.isHide {
  display: none;
}
.contentList > li a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentList > li > div {
  position: relative;
}
.contentList > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contentList .contentListThumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#sectionRanking .rankingList {
  counter-reset: rank;
}
#sectionRanking .rankingList > li {
  counter-increment: rank;
}
#sectionRanking .rankingList > li:first-child > div::before {
  background: #d6c785;
}
#sectionRanking .rankingList > li:nth-child(2) > div::before {
  background: #ccced9;
}
#sectionRanking .rankingList > li:nth-child(3) > div::before {
  background: #d9baad;
}
#sectionRanking .rankingList > li:nth-child(4) > div::before {
  background: #f0f0f0;
}
#sectionRanking .rankingList > li:nth-child(5) > div::before {
  background: #f0f0f0;
}
#sectionRanking .rankingList > li > div {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}
#sectionRanking .rankingList > li > div::before {
  content: counter(rank);
  /* ★ 1,2,3… */
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  background: #e9e9e9;
  color: #000;
  font-weight: 700;
  border-radius: 10px 0 10px 0;
  z-index: 2;
}
#sectionRanking .contentListThumb {
  aspect-ratio: 1;
}
#sectionRanking .contentListTitle {
  font-weight: 500;
  line-height: 1.444;
}

.ctaLineLink {
  display: block;
}

.sectionCategory .categoryTitle {
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.sectionCategory .categoryList.cat3n > li > a .categoryListTitle {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.sectionCategory .categoryList > li {
  overflow: hidden;
}
.sectionCategory .categoryList > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sectionCategory .categoryList > li > a .categoryListTitle {
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.sectionCategory .categoryList > li > a > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footBnrArea {
  position: fixed;
  z-index: 4;
}
.footBnrArea a {
  display: block;
}
.footBnrArea a img {
  max-width: 100%;
}

.snsTwitter > a {
  background: url(../images/common/icon_twitter.svg) no-repeat;
  background-size: contain;
}

#globalFooter {
  position: relative;
}
#globalFooter .gfLogo {
  margin: auto;
}
#globalFooter .gfInner .gfLink .gfSnsWrap {
  display: flex;
  align-items: center;
}
#globalFooter .gfInner .gfLink .gfSnsWrap .gfSnsTitle {
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#globalFooter .gfInner .gfLink .gfSnsWrap .gfSns {
  display: flex;
  align-items: center;
}
#globalFooter .gfInner .gfLink .gfCompanyBtn > a {
  display: block;
  font-weight: bold;
  text-align: center;
  background: #fff;
  position: relative;
}
#globalFooter .gfInner .gfLink .gfCompanyBtn > a:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
}
#globalFooter .gfInner .gfNote {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #222;
}
#globalFooter .gfCopyright {
  text-align: center;
}
#globalFooter .gfCopyright small {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #222;
}

.snsInstagram > a,
.snsX > a,
.snsYoutube > a,
.snsLine > a {
  display: block;
}

.snsInstagram > a {
  background: url(../images/common/icon_instagram.png) no-repeat;
  background-size: contain;
}

.snsX > a {
  background: url(../images/common/icon_x.png) no-repeat;
  background-size: contain;
}

.snsYoutube > a {
  background: url(../images/common/icon_youtube.png) no-repeat;
  background-size: contain;
}

.snsLine > a {
  background: url(../images/common/icon_line.png) no-repeat;
  background-size: contain;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1000px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader .inner {
    height: 100%;
  }
  #globalHeader .headerWrap {
    height: 100%;
  }
  #globalHeader .headerLogo {
    display: flex;
    align-items: center;
  }
  #globalHeader .headerCopy {
    line-height: 1.461;
    letter-spacing: 0.16em;
    color: #555;
  }
  #globalHeader .headerNav {
    display: none;
  }
  #globalHeader .headerNavItems {
    display: flex;
  }
  #globalHeader .headerNavItems li {
    padding: 0 60px;
    border-right: 1px solid #2a3642;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1000px) and (max-width: 1200px) {
  #globalHeader .headerNavItems li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  #globalHeader .headerNavItems li:first-child {
    border-left: 1px solid #2a3642;
  }
  #globalHeader .headerNavItems li a {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.04em;
    color: #2a3642;
  }
  #globalHeader #ghMenuBtn {
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 11px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
  }
  #globalHeader #ghMenuBtn > span {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.2s transform, 0.2s opacity;
  }
  #globalHeader #ghMenuBtn > span {
    width: 14px;
    height: 2px;
  }
  #globalHeader #ghMenuBtn > span:nth-child(1) {
    transform: translateY(-5px);
  }
  #globalHeader #ghMenuBtn > span:nth-child(3) {
    transform: translateY(5px);
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(1) {
    transform: rotate(45deg);
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(2) {
    opacity: 0;
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(3) {
    width: 14px;
    transform: rotate(-45deg);
  }
  #globalHeader .ghMenu {
    display: none;
    width: 100%;
    height: 100%;
    padding: 130px 20px 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 5;
  }
  #globalHeader .ghMenu .ghNav {
    max-height: 100%;
    overflow-y: auto;
  }
  #globalHeader .ghMenu .ghNav .ghNavTitle {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 8px 15px 24px;
    font-size: 24px;
  }
  #globalHeader .ghMenu .ghNav > .gNavList {
    border-top: 2px solid #000;
  }
  #globalHeader .ghMenu .ghNav > .gNavList > li + li {
    border-top: 1px solid #000;
  }
  #globalHeader .ghMenu .ghNav > .gNavList > li > a {
    display: block;
    padding: 20px 20px;
    font-size: 18px;
    position: relative;
  }
  #globalHeader .ghMenu .ghNav > .gNavList > li > a:before {
    content: "";
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 9px;
    height: 9px;
    right: 15px;
    transition: 0.2s right;
  }
  main a {
    text-decoration: none !important;
  }
  .keywordsInner {
    max-width: 100%;
    margin: auto;
  }
  .keywordsTitle {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .keywordsTitle .en {
    font-family: "Poppins", sans-serif;
  }
  .tagList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .tagList li a {
    color: #2e4a66;
    font-weight: 500;
    border: 2px solid #2e465e;
    border-radius: 40px;
    display: block;
    letter-spacing: 0.06em;
    background-color: #fff;
  }
  .titleDeco .ja {
    color: #555;
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 1000px) {
  .contentListThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contentListDate {
    color: #555;
  }
  .contentListNew {
    color: #cc1f50;
  }
  .contentListTag {
    font-weight: 500;
    letter-spacing: 0.08em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .contentListTag li:last-child {
    margin-right: 0;
  }
  .contentListTag li a {
    position: relative;
    top: initial;
    left: initial;
    z-index: 1;
    color: #2e465e;
    transition: all 0.3s ease 0s;
  }
  .contentListTag li a:hover {
    opacity: 0.7;
  }
  #sectionRanking .rankingList {
    counter-reset: rank;
  }
  #sectionRanking .rankingList > li {
    counter-increment: rank;
  }
  #sectionRanking .rankingList > li:first-child > div::before {
    background: #d6c785;
  }
  #sectionRanking .rankingList > li:nth-child(2) > div::before {
    background: #ccced9;
  }
  #sectionRanking .rankingList > li:nth-child(3) > div::before {
    background: #d9baad;
  }
  #sectionRanking .rankingList > li:nth-child(4) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li:nth-child(5) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li > div {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
  }
  #sectionRanking .rankingList > li > div::before {
    content: counter(rank);
    /* ★ 1,2,3… */
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    background: #e9e9e9;
    color: #000;
    font-weight: 700;
    border-radius: 10px 0 10px 0;
    z-index: 2;
  }
  #sectionRanking .contentListThumb {
    aspect-ratio: 1;
  }
  #sectionRanking .contentListTitle {
    font-weight: 500;
    line-height: 1.444;
  }
  .ctaLineLink {
    display: block;
  }
  #globalFooter .gfLogo {
    margin: auto;
  }
}
@media screen and (min-width: 1001px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader .inner {
    height: 100%;
  }
  #globalHeader .headerWrap {
    height: 100%;
  }
  #globalHeader .headerLogo {
    display: flex;
    align-items: center;
  }
  #globalHeader .headerCopy {
    line-height: 1.461;
    letter-spacing: 0.16em;
    color: #555;
  }
  #globalHeader .headerNavItems {
    display: flex;
  }
  #globalHeader .headerNavItems li {
    padding: 0 60px;
    border-right: 1px solid #2a3642;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  #globalHeader .headerNavItems li {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1001px) {
  #globalHeader .headerNavItems li:first-child {
    border-left: 1px solid #2a3642;
  }
  #globalHeader .headerNavItems li a {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.04em;
    color: #2a3642;
  }
  #globalHeader #ghMenuBtn {
    display: none !important;
  }
  #globalHeader .ghMenu {
    display: none;
  }
  #globalHeader .ghMenu .ghNav {
    min-width: 244px;
    padding: 0;
    text-align: center;
    border: 2px solid #000;
    background: #fff;
    position: fixed;
    top: 50px;
    right: 126px;
  }
  #globalHeader .ghMenu .ghNav.isOpen:before {
    transform: rotate(225deg);
    top: 18px;
  }
  #globalHeader .ghMenu .ghNav:before {
    content: "";
    display: block;
    position: absolute;
    transform: rotate(45deg);
    box-sizing: border-box;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 10px;
    height: 10px;
    right: 17px;
    transition: 0.2s transform;
    top: 12px;
  }
  #globalHeader .ghMenu .ghNav .ghNavTitle > * {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 5px 35px 5px 25px;
    letter-spacing: 0;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s opacity;
  }
  #globalHeader .ghMenu .ghNav .ghNavTitle > *:hover {
    opacity: 0.8;
  }
  #globalHeader .ghMenu .ghNav > .gNavList {
    display: none;
    padding-top: 8px;
    position: relative;
  }
  #globalHeader .ghMenu .ghNav > .gNavList:before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #globalHeader .ghMenu .ghNav > .gNavList > li {
    position: relative;
  }
  #globalHeader .ghMenu .ghNav > .gNavList > li > a {
    display: block;
    padding: 0 5px 8px 5px;
    text-align: center;
    transition: 0.2s color;
  }
  #globalHeader .ghMenu .ghNav > .gNavList > li > a:hover {
    color: #a9274c;
  }
  main a {
    text-decoration: none !important;
  }
  .keywordsInner {
    max-width: 100%;
    margin: auto;
  }
  .keywordsTitle {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .keywordsTitle .en {
    font-family: "Poppins", sans-serif;
  }
  .tagList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .tagList li a {
    color: #2e4a66;
    font-weight: 500;
    border: 2px solid #2e465e;
    border-radius: 40px;
    display: block;
    letter-spacing: 0.06em;
    background-color: #fff;
  }
  .titleDeco .ja {
    color: #555;
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
@media screen and (min-width: 1001px) {
  .contentListThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contentListDate {
    color: #555;
  }
  .contentListNew {
    color: #cc1f50;
  }
  .contentListTag {
    font-weight: 500;
    letter-spacing: 0.08em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .contentListTag li:last-child {
    margin-right: 0;
  }
  .contentListTag li a {
    position: relative;
    top: initial;
    left: initial;
    z-index: 1;
    color: #2e465e;
    transition: all 0.3s ease 0s;
  }
  .contentListTag li a:hover {
    opacity: 0.7;
  }
  #sectionRanking .rankingList {
    counter-reset: rank;
  }
  #sectionRanking .rankingList > li {
    counter-increment: rank;
  }
  #sectionRanking .rankingList > li:first-child > div::before {
    background: #d6c785;
  }
  #sectionRanking .rankingList > li:nth-child(2) > div::before {
    background: #ccced9;
  }
  #sectionRanking .rankingList > li:nth-child(3) > div::before {
    background: #d9baad;
  }
  #sectionRanking .rankingList > li:nth-child(4) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li:nth-child(5) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li > div {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
  }
  #sectionRanking .rankingList > li > div::before {
    content: counter(rank);
    /* ★ 1,2,3… */
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    background: #e9e9e9;
    color: #000;
    font-weight: 700;
    border-radius: 10px 0 10px 0;
    z-index: 2;
  }
  #sectionRanking .contentListThumb {
    aspect-ratio: 1;
  }
  #sectionRanking .contentListTitle {
    font-weight: 500;
    line-height: 1.444;
  }
  .ctaLineLink {
    display: block;
  }
  #globalFooter .gfLogo {
    margin: auto;
  }
}
@media screen and (max-width: 770px) {
  body {
    font-size: 16px;
    line-height: 1.57;
  }
  .tel {
    color: #a9274c;
    text-decoration: underline;
  }
  .hidden-sp {
    display: none;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  #globalHeader {
    width: 100%;
    height: 60px;
  }
  #globalHeader .inner {
    height: 100%;
  }
  #globalHeader .headerWrap {
    height: 100%;
    margin-top: 15px;
    padding-right: 40px;
  }
  #globalHeader .headerLogo {
    display: flex;
    align-items: center;
  }
  #globalHeader .headerImg {
    width: 120px;
    margin-top: -7px;
  }
  #globalHeader .headerCopy {
    line-height: 1.461;
    letter-spacing: 0.16em;
    color: #555;
    font-size: 8px;
    margin-left: 10px;
  }
  #globalHeader .headerNavItems {
    display: flex;
  }
  #globalHeader .headerNavItems li {
    padding: 0 60px;
    border-right: 1px solid #2a3642;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 770px) and (max-width: 1200px) {
  #globalHeader .headerNavItems li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 770px) {
  #globalHeader .headerNavItems li:first-child {
    border-left: 1px solid #2a3642;
  }
  #globalHeader .headerNavItems li a {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.04em;
    color: #2a3642;
  }
  main {
    padding-top: 60px;
  }
  main a {
    text-decoration: none !important;
  }
  .keywords {
    padding: 40px 0;
  }
  .keywordsInner {
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .keywordsTitle {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .keywordsTitle .en {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
  }
  .keywordsTitle .ja {
    font-size: 14px;
  }
  .tagList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
  }
  .tagList li a {
    color: #2e4a66;
    font-weight: 500;
    border: 2px solid #2e465e;
    border-radius: 40px;
    display: block;
    letter-spacing: 0.06em;
    background-color: #fff;
    font-size: 15px;
    padding: 2px 15px;
  }
  .titleDeco {
    padding-left: 14px;
    font-size: 30px;
  }
  .titleDeco:before {
    width: 9px;
    height: 2px;
  }
  .titleDeco .ja {
    color: #555;
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
  }
  #sectionPost {
    padding: 60px 0;
  }
  #sectionPost .titleDeco > strong {
    margin-left: 9px;
  }
}
@media screen and (max-width: 770px) {
  .contentListThumb {
    aspect-ratio: 1072/711;
  }
  .contentListThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contentListCat {
    padding: 3px 7px;
    font-size: 9px;
    border-radius: 3px;
  }
  .contentListTitle {
    font-size: 16px;
    line-height: 1.41;
  }
  .contentListInfo {
    font-size: 13px;
  }
  .contentListDate {
    color: #555;
  }
  .contentListNew {
    color: #cc1f50;
    margin-left: 10px;
  }
  .contentListTag {
    font-weight: 500;
    letter-spacing: 0.08em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    font-size: 12px;
  }
  .contentListTag li {
    margin-right: 10px;
  }
  .contentListTag li:last-child {
    margin-right: 0;
  }
  .contentListTag li a {
    position: relative;
    top: initial;
    left: initial;
    z-index: 1;
    color: #2e465e;
    transition: all 0.3s ease 0s;
  }
  .contentListTag li a:hover {
    opacity: 0.7;
  }
  * + .contentList {
    margin-top: 30px;
  }
  .contentList.col2 {
    grid-template-columns: 1fr;
  }
  .contentList.col3 {
    grid-template-columns: 1fr;
  }
  .contentList.col5 {
    grid-template-columns: 1fr;
  }
  .contentList > li + li {
    margin-top: 40px;
  }
  .contentList * + .contentListBody {
    margin-top: 10px;
  }
  .contentList .contentListBody * + .contentListTitle {
    margin-top: 5px;
  }
  .contentList .contentListBody .contentListTitle {
    font-size: 16px;
    line-height: 1.4;
  }
  .contentList .contentListBody .contentListNote {
    display: none !important;
  }
  .contentList .contentListBody * + .contentListInfo {
    margin-top: 10px;
  }
  #sectionRanking {
    padding: 60px 0;
  }
  #sectionRanking .rankingList {
    counter-reset: rank;
  }
  #sectionRanking .rankingList > li {
    counter-increment: rank;
  }
  #sectionRanking .rankingList > li + li {
    margin-top: 30px;
  }
  #sectionRanking .rankingList > li:first-child > div::before {
    background: #d6c785;
  }
  #sectionRanking .rankingList > li:nth-child(2) > div::before {
    background: #ccced9;
  }
  #sectionRanking .rankingList > li:nth-child(3) > div::before {
    background: #d9baad;
  }
  #sectionRanking .rankingList > li:nth-child(4) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li:nth-child(5) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li > div {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: flex-start;
  }
  #sectionRanking .rankingList > li > div::before {
    content: counter(rank);
    /* ★ 1,2,3… */
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    background: #e9e9e9;
    color: #000;
    font-weight: 700;
    border-radius: 10px 0 10px 0;
    z-index: 2;
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  #sectionRanking .contentListThumb {
    aspect-ratio: 1;
    flex: 0 0 30%;
  }
  #sectionRanking .contentListBody {
    margin: 0 0 0 20px;
  }
  #sectionRanking .contentListTitle {
    font-weight: 500;
    line-height: 1.444;
  }
  .ctaLine {
    margin: 60px 0;
    padding: 0 20px;
  }
  .ctaLineLink {
    display: block;
  }
  .sectionCategory {
    padding: 38px 0 55px;
  }
  .sectionCategory .categoryTitle {
    font-size: 20px;
  }
  .sectionCategory * + .categoryList {
    margin-top: 20px;
  }
  .sectionCategory .categoryList {
    margin-inline: auto;
  }
  .sectionCategory .categoryList.cat3n > li > a .categoryListTitle {
    font-size: 16px;
    line-height: 1.5;
  }
  .sectionCategory .categoryList > li {
    display: flex;
    width: 90%;
    min-height: 90px;
    border-radius: 5px;
    margin: auto;
  }
  .sectionCategory .categoryList > li + li {
    margin-top: 10px;
  }
  .sectionCategory .categoryList > li > a {
    width: 100%;
  }
  .sectionCategory .categoryList > li > a .categoryListTitle {
    font-size: 19px;
  }
  .sectionCategory .categoryList > li > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body:has(.footBnrArea) {
    padding-bottom: 20%;
  }
  .footBnrArea {
    width: 81.45%;
    margin-inline: auto;
    text-align: center;
    bottom: 20px;
    right: 0;
    left: 0;
  }
  .footBnrArea.circle {
    width: 120px;
    left: inherit;
    right: 20px;
  }
  #globalFooter {
    padding: 20px 0 24px;
  }
  #globalFooter .gfLogo {
    margin: auto;
    width: 200px;
  }
  #globalFooter .gfInner {
    padding: 0 19px;
  }
  #globalFooter .gfInner .gfLink {
    margin-top: 30px;
  }
  #globalFooter .gfInner .gfLink .gfSnsWrap {
    justify-content: center;
  }
  #globalFooter .gfInner .gfLink .gfSnsWrap .gfSns {
    margin-left: 16px;
  }
  #globalFooter .gfInner .gfLink .gfSnsWrap .gfSns > li + li {
    margin-left: 15px;
  }
  #globalFooter .gfInner .gfLink * + .gfCompanyBtn {
    margin-top: 25px;
  }
  #globalFooter .gfInner .gfLink .gfCompanyBtn > a {
    width: 160px;
    padding: 5px 12px;
    margin-inline: auto;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #000;
  }
  #globalFooter .gfInner .gfLink .gfCompanyBtn > a:before {
    width: 6px;
    height: 6px;
    right: 7px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #globalFooter .gfInner .gfNote {
    font-size: 13px;
    margin-top: 30px;
  }
  #globalFooter * + .gfCopyright {
    margin-top: 30px;
  }
  #globalFooter .gfCopyright small {
    font-size: 9px;
  }
  .snsInstagram > a {
    width: 19px;
    height: 19px;
  }
  .snsX > a {
    width: 21px;
    height: 21px;
  }
  .snsYoutube > a {
    width: 23px;
    height: 16px;
  }
  .snsLine > a {
    width: 23px;
    height: 23px;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 771px) {
  body {
    font-size: 16px;
    line-height: 1.76;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  .hidden-pc {
    display: none;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  .inner {
    max-width: 1320px;
    padding: 0 75px;
    margin-inline: auto;
    padding-right: 75px;
    padding-left: 75px;
  }
  #globalHeader .inner {
    height: 100%;
  }
  #globalHeader .headerWrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #globalHeader .headerLogo {
    display: flex;
    align-items: center;
  }
  #globalHeader .headerImg {
    width: 212px;
  }
  #globalHeader .headerCopy {
    line-height: 1.461;
    letter-spacing: 0.16em;
    color: #555;
    font-size: 13px;
    margin-left: 23px;
  }
  #globalHeader .headerNavItems {
    display: flex;
  }
  #globalHeader .headerNavItems li {
    padding: 0 60px;
    border-right: 1px solid #2a3642;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 771px) and (max-width: 1200px) {
  #globalHeader .headerNavItems li {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 771px) {
  #globalHeader .headerNavItems li:first-child {
    border-left: 1px solid #2a3642;
  }
  #globalHeader .headerNavItems li a {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.04em;
    color: #2a3642;
  }
  main {
    padding-top: 102px;
  }
  main a {
    text-decoration: none !important;
  }
  .keywords {
    padding: 45px 0;
  }
  .keywordsInner {
    max-width: 100%;
    margin: auto;
    width: 990px;
    padding: 0 50px;
  }
  .keywordsTitle {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .keywordsTitle .en {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
  }
  .tagList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 17px;
  }
  .tagList li a {
    color: #2e4a66;
    font-weight: 500;
    border: 2px solid #2e465e;
    border-radius: 40px;
    display: block;
    letter-spacing: 0.06em;
    background-color: #fff;
    font-size: 18px;
    padding: 0 20px;
    opacity: 1;
    transition: 0.2s opacity;
  }
  .tagList li a:hover {
    opacity: 0.7;
  }
  .titleDeco {
    padding-left: 25px;
    font-size: 52px;
  }
  .titleDeco:before {
    width: 14px;
    height: 3px;
  }
  .titleDeco .ja {
    color: #555;
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  #sectionPost {
    padding: 100px 0;
  }
  #sectionPost .titleDeco > strong {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 771px) {
  .contentListThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contentListCat {
    padding: 3px 17px;
    font-size: 14px;
    border-radius: 3px;
  }
  .contentListTitle {
    font-size: 22px;
    line-height: 1.6;
  }
  .contentListInfo {
    font-size: 15px;
  }
  .contentListDate {
    color: #555;
  }
  .contentListNew {
    color: #cc1f50;
    margin-left: 17px;
  }
  .contentListTag {
    font-weight: 500;
    letter-spacing: 0.08em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    font-size: 14px;
  }
  .contentListTag li {
    margin-right: 15px;
  }
  .contentListTag li:last-child {
    margin-right: 0;
  }
  .contentListTag li a {
    position: relative;
    top: initial;
    left: initial;
    z-index: 1;
    color: #2e465e;
    transition: all 0.3s ease 0s;
  }
  .contentListTag li a:hover {
    opacity: 0.7;
  }
  * + .contentList {
    margin-top: 50px;
  }
  .contentList.col2 {
    gap: 56px 70px;
  }
  .contentList.col2 > li {
    width: calc(50% - 35px);
  }
  .contentList.col2 .contentListThumb {
    aspect-ratio: 462/281;
  }
  .contentList.col3 {
    gap: 30px;
  }
  .contentList.col3 > li {
    width: calc(33.3% - 20px);
  }
  .contentList.col3 .contentListThumb {
    aspect-ratio: 311/213;
  }
  .contentList.col5 {
    gap: 15px;
  }
  .contentList.col5 > li {
    width: calc(20% - 12px);
  }
  .contentList.col5 .contentListThumb {
    aspect-ratio: 311/206;
  }
  .contentList.col5 .contentListBody {
    margin-top: 14px !important;
  }
  .contentList.col5 .contentListCat {
    padding: 0 17px;
    font-size: 13px;
  }
  .contentList > li a:hover .contentListThumb img {
    transform: scale(1.1);
  }
  .contentList > li > div:hover .contentListThumb > img {
    transform: scale(1.05);
  }
  .contentList > li > div:hover .contentListTitle {
    opacity: 0.8;
  }
  .contentList .contentListThumb img {
    transition: 0.3s transform;
  }
  .contentList * + .contentListBody {
    margin-top: 16px;
  }
  .contentList .contentListBody * + .contentListTitle {
    margin-top: 10px;
    transition: 0.2s opacity;
  }
  .contentList .contentListBody * + .contentListNote {
    margin-top: 12px;
  }
  .contentList .contentListBody * + .contentListInfo {
    margin-top: 15px;
  }
  #sectionRanking {
    padding: 100px 0;
  }
  #sectionRanking .rankingList {
    counter-reset: rank;
  }
  #sectionRanking .rankingList > li {
    counter-increment: rank;
  }
  #sectionRanking .rankingList > li:first-child > div::before {
    background: #d6c785;
  }
  #sectionRanking .rankingList > li:nth-child(2) > div::before {
    background: #ccced9;
  }
  #sectionRanking .rankingList > li:nth-child(3) > div::before {
    background: #d9baad;
  }
  #sectionRanking .rankingList > li:nth-child(4) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li:nth-child(5) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li > div {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
  }
  #sectionRanking .rankingList > li > div::before {
    content: counter(rank);
    /* ★ 1,2,3… */
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    background: #e9e9e9;
    color: #000;
    font-weight: 700;
    border-radius: 10px 0 10px 0;
    z-index: 2;
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  #sectionRanking .contentListThumb {
    aspect-ratio: 1;
  }
  #sectionRanking .contentListTitle {
    font-weight: 500;
    line-height: 1.444;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .ctaLine {
    margin: 110px 0;
    padding: 0 50px;
  }
  .ctaLineLink {
    display: block;
    width: 1050px;
    max-width: 100%;
    margin: auto;
  }
  .sectionCategory {
    padding: 80px 0 50px;
  }
  .sectionCategory .categoryTitle {
    font-size: 24px;
  }
  .sectionCategory * + .categoryList {
    margin-top: 35px;
  }
  .sectionCategory .categoryList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 49px;
    flex-wrap: wrap;
  }
  .sectionCategory .categoryList.cat3n > li > a .categoryListTitle {
    font-size: 32px;
    line-height: 1.59;
  }
  .sectionCategory .categoryList > li {
    min-height: 159px;
    border-radius: 10px;
  }
  .sectionCategory .categoryList > li > a {
    height: 100%;
  }
  .sectionCategory .categoryList > li > a:hover > img {
    transform: scale(1.1);
  }
  .sectionCategory .categoryList > li > a .categoryListTitle {
    font-size: 32px;
  }
  .sectionCategory .categoryList > li > a > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.2s transform;
  }
  body:has(.footBnrArea) {
    padding-bottom: 120px;
  }
  .footBnrArea {
    width: 475px;
    bottom: 20px;
    right: 20px;
  }
  .footBnrArea.circle {
    width: 170px;
  }
  .footBnrArea a {
    transition: 0.2s filter;
  }
  .footBnrArea a:hover {
    filter: contrast(140%);
  }
  #globalFooter {
    padding: 55px 0 75px;
  }
  #globalFooter .gfLogo {
    margin: auto;
    width: 298px;
  }
  #globalFooter .gfInner {
    max-width: 1320px;
    padding: 0 75px;
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfLink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-top: 60px;
  }
  #globalFooter .gfInner .gfLink .gfSnsWrap {
    margin-right: 45px;
  }
  #globalFooter .gfInner .gfLink .gfSnsWrap .gfSnsTitle {
    font-size: 18px;
  }
  #globalFooter .gfInner .gfLink .gfSnsWrap .gfSns {
    margin-left: 41px;
  }
  #globalFooter .gfInner .gfLink .gfSnsWrap .gfSns > li + li {
    margin-left: 28px;
  }
  #globalFooter .gfInner .gfLink .gfCompanyBtn > a {
    min-width: 220px;
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #000;
  }
  #globalFooter .gfInner .gfLink .gfCompanyBtn > a:hover:before {
    right: 8px;
  }
  #globalFooter .gfInner .gfLink .gfCompanyBtn > a:before {
    width: 9px;
    height: 9px;
    right: 13px;
    transition: 0.2s right;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  #globalFooter .gfInner .gfNote {
    font-size: 15px;
    margin-top: 60px;
  }
  #globalFooter * + .gfCopyright {
    margin-top: 80px;
  }
  #globalFooter .gfCopyright {
    max-width: 1080px;
    padding: 0 40px;
    margin-right: auto;
    margin-left: auto;
  }
  #globalFooter .gfCopyright small {
    font-size: 15px;
  }
  .snsInstagram > a,
  .snsX > a,
  .snsYoutube > a,
  .snsLine > a {
    transition: 0.2s opacity;
  }
  .snsInstagram > a:hover,
  .snsX > a:hover,
  .snsYoutube > a:hover,
  .snsLine > a:hover {
    opacity: 0.8;
  }
  .snsInstagram > a {
    width: 30px;
    height: 30px;
  }
  .snsX > a {
    width: 25px;
    height: 25px;
  }
  .snsYoutube > a {
    width: 35px;
    height: 24px;
  }
  .snsLine > a {
    width: 30px;
    height: 30px;
  }
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 771px) and (max-width: 1000px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  #globalHeader .inner {
    height: 100%;
  }
  #globalHeader .headerWrap {
    height: 100%;
  }
  #globalHeader .headerLogo {
    display: flex;
    align-items: center;
  }
  #globalHeader .headerCopy {
    line-height: 1.461;
    letter-spacing: 0.16em;
    color: #555;
  }
  #globalHeader .headerNavItems {
    display: flex;
  }
  #globalHeader .headerNavItems li {
    padding: 0 60px;
    border-right: 1px solid #2a3642;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 771px) and (max-width: 1000px) and (max-width: 1200px) {
  #globalHeader .headerNavItems li {
    padding: 0 30px;
  }
}
@media screen and (min-width: 771px) and (max-width: 1000px) {
  #globalHeader .headerNavItems li:first-child {
    border-left: 1px solid #2a3642;
  }
  #globalHeader .headerNavItems li a {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.04em;
    color: #2a3642;
  }
  #globalHeader #ghMenuBtn {
    top: 31px;
  }
  main a {
    text-decoration: none !important;
  }
  .keywordsInner {
    max-width: 100%;
    margin: auto;
  }
  .keywordsTitle {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .keywordsTitle .en {
    font-family: "Poppins", sans-serif;
  }
  .tagList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .tagList li a {
    color: #2e4a66;
    font-weight: 500;
    border: 2px solid #2e465e;
    border-radius: 40px;
    display: block;
    letter-spacing: 0.06em;
    background-color: #fff;
  }
  .titleDeco .ja {
    color: #555;
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
@media screen and (min-width: 771px) and (max-width: 1000px) {
  .contentListThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contentListDate {
    color: #555;
  }
  .contentListNew {
    color: #cc1f50;
  }
  .contentListTag {
    font-weight: 500;
    letter-spacing: 0.08em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .contentListTag li:last-child {
    margin-right: 0;
  }
  .contentListTag li a {
    position: relative;
    top: initial;
    left: initial;
    z-index: 1;
    color: #2e465e;
    transition: all 0.3s ease 0s;
  }
  .contentListTag li a:hover {
    opacity: 0.7;
  }
  #sectionRanking .rankingList {
    counter-reset: rank;
  }
  #sectionRanking .rankingList > li {
    counter-increment: rank;
  }
  #sectionRanking .rankingList > li:first-child > div::before {
    background: #d6c785;
  }
  #sectionRanking .rankingList > li:nth-child(2) > div::before {
    background: #ccced9;
  }
  #sectionRanking .rankingList > li:nth-child(3) > div::before {
    background: #d9baad;
  }
  #sectionRanking .rankingList > li:nth-child(4) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li:nth-child(5) > div::before {
    background: #f0f0f0;
  }
  #sectionRanking .rankingList > li > div {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
  }
  #sectionRanking .rankingList > li > div::before {
    content: counter(rank);
    /* ★ 1,2,3… */
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    background: #e9e9e9;
    color: #000;
    font-weight: 700;
    border-radius: 10px 0 10px 0;
    z-index: 2;
  }
  #sectionRanking .contentListThumb {
    aspect-ratio: 1;
  }
  #sectionRanking .contentListTitle {
    font-weight: 500;
    line-height: 1.444;
  }
  .ctaLineLink {
    display: block;
  }
  #globalFooter .gfLogo {
    margin: auto;
  }
  #globalFooter .gfInner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/*# sourceMappingURL=map/common2026.css.map */
