@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&family=Shippori+Mincho:wght@400;700&family=Roboto:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --text: #434343;
  --accent: #4f58a5;
  --leading-trim: calc((1em - 1lh) / 2);
  --noto-sans: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", "Arial", "Meiryo",
    sans-serif;
  --zen-kaku-gothic: "Zen Kaku Gothic New", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック体", "YuGothic",
    "Helvetica Neue", "Arial", "Meiryo", sans-serif;
  --shippori-mincho: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho",
    "游明朝", "Times New Roman", "Hiragino Mincho Pro", "MS PMincho", serif;
  --roboto: "Roboto", "Helvetica Neue", "Arial", sans-serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

html {
  font-size: min(0.7142857143vw, 10px);
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--noto-sans);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

a {
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    transition: 0.5s;
  }
}

p,
h2,
h3,
h4,
span {
  font-weight: 400;
}

svg {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  position: relative;
}

.header__inner {
  max-width: max(140rem, 1200px);
  width: calc(100% - 30rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 11rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: calc(100% - 3rem);
    height: 8rem;
  }
}

.header__logo {
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 16rem;
  }
}

.header__cta {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .header__cta {
    width: 14rem;
  }
}

.header__cta-button {
  display: block;
}

.header__cta-button-image {
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

body {
  font-family: var(--noto-sans) !important;
}

body:has(.sidebar-luckey_report) .published.entry-meta_items:before {
  content: none;
}
body:has(.sidebar-luckey_report) .media {
  padding-block: 20px;
}
body:has(.sidebar-luckey_report) .media:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
body:has(.sidebar-luckey_report) .media .luckey-media-wrap {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 450px) {
  body:has(.sidebar-luckey_report) .media .luckey-media-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
body:has(.sidebar-luckey_report) .media .media-left {
  padding-right: 0;
}
body:has(.sidebar-luckey_report) .media .media-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body:has(.sidebar-luckey_report) .media .entry-meta {
  margin-bottom: 0;
}
body:has(.sidebar-luckey_report) .media .entry-title {
  margin-bottom: 0px;
}
body:has(.sidebar-luckey_report) .media .entry-title a {
  font-weight: 700px;
}
body:has(.sidebar-luckey_report) .media .media-body_excerpt p {
  font-weight: 500;
}
body:has(.sidebar-luckey_report) .media .entry-meta_items {
  border-radius: 9999px;
  min-width: 160px;
  width: fit-content;
  background: #333;
  padding-block: 5px;
}
body:has(.sidebar-luckey_report) .media .entry-meta_items a {
  color: #fff;
  font-size: 11px;
  display: block;
  text-align: center;
}
body:has(.sidebar-luckey_report) .luckey-report-section-title + .postList {
  margin-top: 20px;
}
body:has(.sidebar-luckey_report) .localNav--shop {
  padding: 36px;
  border: 2px solid #808080;
}
body:has(.sidebar-luckey_report) .localNav--shop ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
body:has(.sidebar-luckey_report) .localNav--shop ul li {
  margin: 0;
}
body:has(.sidebar-luckey_report) .localNav--shop ul li a {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  color: var(--text);
  display: block;
  margin-block: var(--leading-trim);
}
body:has(.sidebar-luckey_report) .localNav--shop ul li a::before {
  content: "・";
  display: inline-block;
}

body:has(.sidebar-luckey_report) {
  /*  .sideSection {
    @media (min-width: 992px) {
      height: 85vh;
      overflow-y: scroll !important;
    }
  } */
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list {
  border-radius: 10px;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list .subSection-title {
  padding-block: 15px;
  text-align: center;
  border-bottom: none;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list .subSection-title::after {
  content: none;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list .subSection-title a {
  font-weight: 700;
  color: var(--white);
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list .localNav {
  padding-block: 10px 15px;
  padding-inline: 1.5rem;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list--lucky-star {
  border: 3px solid #ed1c24;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list--lucky-star .subSection-title {
  background: #ed1c24;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list--lucky-pachi {
  border: 3px solid #f15a24;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list--lucky-pachi .subSection-title {
  background: #f15a24;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list--lucky-girl {
  border: 3px solid #e14bda;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list--lucky-girl .subSection-title {
  background: #e14bda;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list--shop {
  border: 3px solid #562602;
}
body:has(.sidebar-luckey_report) .sidebar-luckey_report .widget_link_list--shop .subSection-title {
  background: #562602;
}

body.luckey_report-template-default .mainSection header h1.entry-title {
  font-size: 32px;
  color: #4d4d4d;
}
@media (max-width: 767.98px) {
  body.luckey_report-template-default .mainSection header h1.entry-title {
    font-size: 24px;
  }
}
body.luckey_report-template-default .mainSection header .entry-meta {
  display: flex;
  flex-direction: column;
}
body.luckey_report-template-default .mainSection header .entry-meta_items {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-top: 16px;
}
body.luckey_report-template-default .mainSection header .entry-meta_items_term_button {
  padding-inline: 26px;
  padding-block: 7px;
  background: #333333 !important;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
}

body.luckey_report-template-default .breadSection,
.tax-luckey_report_category .breadSection,
.post-type-archive-luckey_report .breadSection {
  border-bottom: none;
}
body.luckey_report-template-default .breadSection .breadcrumb span,
.tax-luckey_report_category .breadSection .breadcrumb span,
.post-type-archive-luckey_report .breadSection .breadcrumb span {
  font-size: 10px;
  font-weight: 700;
}
body.luckey_report-template-default .breadSection .breadcrumb span .fa,
.tax-luckey_report_category .breadSection .breadcrumb span .fa,
.post-type-archive-luckey_report .breadSection .breadcrumb span .fa {
  display: none;
}
body.luckey_report-template-default .breadSection .breadcrumb > li + li:before,
.tax-luckey_report_category .breadSection .breadcrumb > li + li:before,
.post-type-archive-luckey_report .breadSection .breadcrumb > li + li:before {
  content: "＞";
}

body.luckey_report-template-default .postNextPrev ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  body.luckey_report-template-default .postNextPrev ul {
    flex-direction: column;
  }
}
body.luckey_report-template-default .postNextPrev ul li {
  margin-bottom: 0;
}
body.luckey_report-template-default .postNextPrev ul li + li {
  border-left: 2px solid #000;
}
@media (max-width: 767.98px) {
  body.luckey_report-template-default .postNextPrev ul li + li {
    border: none;
  }
}
body.luckey_report-template-default .postNextPrev ul li a {
  padding-inline: 20px;
  font-size: 18px;
  line-height: 1.1111111111;
  color: #000;
}
@media (max-width: 767.98px) {
  body.luckey_report-template-default .postNextPrev ul li a {
    padding-inline: 0;
    padding-block: 10px;
    font-size: 14px;
  }
}

.entry-meta_items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-type-archive-luckey_report .postList + .luckey-report-section-title {
  margin-top: 58px;
}
@media (max-width: 767.98px) {
  .post-type-archive-luckey_report .postList + .luckey-report-section-title {
    margin-top: 30px;
  }
}
.post-type-archive-luckey_report .luckey-report-section-description {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-block: 13px;
}
.post-type-archive-luckey_report .starList {
  display: flex;
  border: 1px solid #b3b3b3;
  padding: 24px 30px;
  gap: 30px;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .post-type-archive-luckey_report .starList {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.post-type-archive-luckey_report .starList .starListItem {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.post-type-archive-luckey_report .starList .starListItem .starListItemTitle {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
}
.post-type-archive-luckey_report .starList .starListItem .starListItemTitle::after {
  content: none;
}
.post-type-archive-luckey_report .starList .starListItem .starListItemImage {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .post-type-archive-luckey_report .starList .starListItem .starListItemImage {
    max-width: 200px;
    margin-inline: auto;
  }
}
.post-type-archive-luckey_report .starList .starListItem .starListItemContentText {
  margin-block: var(--leading-trim);
  font-size: 12px;
  line-height: 1.5833333333;
  font-weight: 500;
  padding-top: 20px;
}
.post-type-archive-luckey_report .starList .starListItem .starListItemLink {
  margin-top: 16px;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 2.1666666667;
  font-weight: 700;
  color: var(--text);
  border-block: 1px solid var(--text);
  padding-block: 2px;
}
@media (max-width: 767.98px) {
  .post-type-archive-luckey_report .starList .starListItem .starListItemLink {
    padding-inline: 4px;
    width: fit-content;
    margin-inline: auto;
  }
}

img .prof {
  max-width: 50%;
  width: 50%;
  display: block;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

/*# sourceMappingURL=style-luckey.css.map */
