@charset "UTF-8";
* {
  position: relative;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
}
@media print {
  html {
    font-size: 9pt;
  }
}
@media screen and (max-width: 600px) {
  html:has(body.admin-bar) #wpadminbar {
    position: fixed;
    margin-top: 46px;
  }
}
@media screen and (max-width: 782px) {
  html:has(body.admin-bar) {
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) {
  html:has(body.admin-bar) {
    height: calc(100% - 32px);
  }
}

body {
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 0;
  border-bottom: solid 1rem var(--wp--preset--color--theme-yellow);
}
@media (min-width:600px) {
  body {
    background-color: #fcf9e6;
  }
  body::before {
    content: "";
    aspect-ratio: 20/11;
    display: block;
    z-index: 0;
    position: fixed;
    top: 7rem;
    left: 52%;
    margin-left: clamp(180px, 20vw, 256px);
    height: 20rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-image: url(../images/man_menu-bg.svg);
  }
}
@media screen and (min-width:600px) and (max-width: 782px) {
  body.admin-bar body::before {
    margin-top: 46px;
  }
}
@media (min-width:600px) and (min-width: 783px) {
  body.admin-bar body::before {
    margin-top: 32px;
  }
}
body .mfp-bg {
  z-index: 5042;
}
body .mfp-wrap {
  z-index: 5043;
}
body .mfp-img {
  user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  vertical-align: bottom;
}

a,
a::before,
a::after {
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"] {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  fill: currentColor;
}

.icn {
  width: 1em;
  height: 1em;
}

input,
textarea,
button {
  /*
  -webkit-appearance: none; // iOSなどのスタイルをオフ
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  */
}

input.switch {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

.-sp,
.-tb,
.-pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .-sp {
    display: inherit;
  }
}
@media (min-width:600px) and (max-width:1199px) {
  .-tb {
    display: inherit;
  }
}
@media (min-width:1200px) {
  .-pc {
    display: inherit;
  }
}
/* Pager */
.pager {
  line-height: 1;
  text-align: center;
}
.pager a {
  color: inherit;
  text-decoration: none;
}
.pager .page_list,
.pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pager.pager_single .page_list {
  display: flex;
}
.pager.pager_single .page_list > li {
  margin: 0;
  width: 12em;
}
.pager.pager_single .page_list > li.prev::before, .pager.pager_single .page_list > li.next::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.pager.pager_single .page_list > li.prev {
  margin-right: auto;
}
.pager.pager_single .page_list > li.prev::before {
  transform: rotate(-135deg);
}
.pager.pager_single .page_list > li.next {
  margin-left: auto;
}
.pager.pager_single .page_list > li.next::after {
  transform: rotate(45deg);
}
.pager.pager_single .page_list > li.index {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .pager.pager_single .page_list {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4.5rem;
  }
}
.pager:not(.pager_single) .page_list > li:not(:last-child),
.pager:not(.pager_single) .page-numbers > li:not(:last-child) {
  margin-right: 0.5em;
}
.pager:not(.pager_single) .page_list a,
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers a,
.pager:not(.pager_single) .page-numbers span.current {
  display: block;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border: solid 1px;
  text-decoration: none;
}
.pager:not(.pager_single) .page_list a:hover,
.pager:not(.pager_single) .page_list span.current:hover,
.pager:not(.pager_single) .page-numbers a:hover,
.pager:not(.pager_single) .page-numbers span.current:hover {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers span.current {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list .prev,
.pager:not(.pager_single) .page_list .next,
.pager:not(.pager_single) .page-numbers .prev,
.pager:not(.pager_single) .page-numbers .next {
  border: none;
}

.inview,
[data-inview] {
  transition: all 1s 0.1s;
}

.inview.inview_active,
[data-inview=true] {
  opacity: 1;
  bottom: 0;
}

.inview:not(.inview_active),
[data-inview=false] {
  opacity: 0;
  bottom: -6rem;
}

.-hide {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
}
body.logged-in .-logged-in {
  opacity: 0.6;
}
body.logged-in .-logged-in:hover {
  opacity: 1;
}
body:not(.logged-in) .-logged-in {
  display: none !important;
}
body .breadcrumb {
  padding: 0.75rem 0;
  font-size: var(--wp--preset--font-size--xx-small);
}

.site_logo {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.site_logo img {
  aspect-ratio: 200/124;
  vertical-align: bottom;
}

.main_area {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .main_area {
    width: 100%;
    min-height: calc(100vh - 4rem);
  }
}
@media (min-width:600px) {
  .main_area {
    width: clamp(360px, 40%, 512px);
    min-height: 100vh;
    background-color: var(--wp--preset--color--theme-white);
    box-shadow: 0px 0px 2em 0px #f8e58f;
  }
}

.side_area {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: auto;
}
.side_area .side_block:not(:first-child) {
  margin-top: 1.5em;
}
.side_area .side_block .block_title {
  margin: 0 auto 0.5em;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: 1.063em;
}
.side_area .side_block.swb_weekly {
  background-color: var(--wp--preset--color--theme-palegreen);
  border-radius: 10px;
}
.side_area .side_block.swb_weekly .wellbeing_map .item_list .item .item_score {
  display: none;
}
@media (max-width:899px) {
  .side_area > .side_block {
    display: none;
  }
}
@media (min-width:900px) {
  .side_area {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 1.5rem 2.5vw;
    width: min(100%, 1200px);
    overflow: hidden;
    font-size: clamp(0.688rem, -0.063rem + 1.33vw, 0.938rem);
  }
  .side_area .side_block {
    z-index: 2000;
    width: 25%;
  }
  .side_area .side_block.swb_weekly {
    clear: right;
    float: right;
  }
}
@media (min-width:900px) and (max-height: 799px) {
  .side_area .side_block.swb_character, .side_area .side_block.swb_climate {
    display: none;
  }
}
@media (min-width:1200px) {
  .side_area {
    padding: 1.5rem 0;
    font-size: var(--wp--preset--font-size--medium);
  }
}

.site_header {
  z-index: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .site_header {
    z-index: 2000;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 5rem 0 1rem;
    height: 4rem;
    background-color: var(--wp--preset--color--theme-white);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  }
  .site_header .site_logo {
    width: 5.6em;
  }
}
@media (min-width:600px) {
  .site_header .site_logo {
    width: min(16%, 12.5em);
  }
}
@media (max-width:899px) and (min-width:600px) {
  .site_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .site_header .site_logo {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    margin: 1.5em 2.5vw;
  }
}
@media screen and (max-width:899px) and (min-width:600px) and (max-width: 782px) {
  body.admin-bar .site_header .site_logo {
    margin-top: 46px;
  }
}
@media (max-width:899px) and (min-width:600px) and (min-width: 783px) {
  body.admin-bar .site_header .site_logo {
    margin-top: 32px;
  }
}

#gnav .gnav_block {
  margin-bottom: 1em;
}
#gnav .gnav_block .menu_list {
  margin: auto;
}
#gnav .gnav_block .menu_list a {
  color: inherit;
  text-decoration: none;
}
#gnav .user_menu .wp-block-buttons {
  display: flex;
  gap: 0.5em;
}
#gnav .user_menu .wp-block-buttons .wp-block-button {
  width: 7em;
}
#gnav .user_menu .wp-block-buttons .wp-block-button .wp-block-button__link {
  border: solid 1px var(--wp--preset--color--theme-black);
}
#gnav .user_menu .wp-block-buttons .wp-block-button .wp-block-button__link.user_signup_btn {
  background-color: var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-black);
}
#gnav .wp-block-search .wp-block-search__inside-wrapper {
  margin-left: auto;
  width: 12rem;
  padding: 0;
  border-radius: 999em;
  border: solid 2px var(--wp--preset--color--theme-black);
  background-color: var(--wp--preset--color--theme-white);
  overflow: hidden;
}
#gnav .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0.125em 0.75em;
}
#gnav .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  margin: 0;
  padding: 0.125em 0.25em;
  background-color: var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-black);
}
#gnav .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button .search-icon {
  scale: -1 1;
}
#gnav .main_menu .menu_list {
  list-style: none;
  padding: 0;
}
#gnav .main_menu .menu_list > li:not(:last-child) {
  margin-bottom: 0.25em;
}
#gnav .main_menu .menu_list > li > a {
  display: inline-block;
  border-bottom: solid 1px;
  padding: 0.125em 0.25em;
}
#gnav .main_menu .menu_list > li > a:hover {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
}

#gnav_switch ~ #gnav {
  margin-top: 0;
  z-index: 3000;
  transition: all 0.2s;
}
@media (max-width:899px) {
  #gnav_switch ~ #gnav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 4rem;
    width: auto;
    max-width: 0;
    background-color: #fcf9e6;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s;
  }
}
@media screen and (max-width:899px) and (max-width: 782px) {
  body.admin-bar #gnav_switch ~ #gnav {
    margin-top: 46px;
  }
}
@media (max-width:899px) and (min-width: 783px) {
  body.admin-bar #gnav_switch ~ #gnav {
    margin-top: 32px;
  }
}
@media (max-width:899px) {
  #gnav_switch ~ #gnav .gnav_inner {
    overflow-x: hidden;
    overflow-y: auto;
    padding: var(--wp--preset--spacing--50);
    text-wrap: nowrap;
    word-break: keep-all;
  }
}
@media screen and (max-width: 599px) {
  #gnav_switch ~ #gnav {
    position: absolute;
    top: 100%;
    bottom: auto;
    right: 0;
    left: 0;
    margin-top: -1px !important;
    padding-top: 0;
    width: 100%;
    max-width: none;
    max-height: 0;
  }
  #gnav_switch ~ #gnav .gnav_inner {
    padding: 5%;
    text-wrap: inherit;
    word-break: inherit;
  }
}
@media (min-width:900px) and (max-height: 799px) {
  #gnav_switch ~ #gnav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 4rem;
    width: auto;
    max-width: 0;
    background-color: #fcf9e6;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s;
  }
}
@media screen and (min-width:900px) and (max-height: 799px) and (max-width: 782px) {
  body.admin-bar #gnav_switch ~ #gnav {
    margin-top: 46px;
  }
}
@media (min-width:900px) and (max-height: 799px) and (min-width: 783px) {
  body.admin-bar #gnav_switch ~ #gnav {
    margin-top: 32px;
  }
}
@media (min-width:900px) and (max-height: 799px) {
  #gnav_switch ~ #gnav .gnav_inner {
    overflow-x: hidden;
    overflow-y: auto;
    padding: var(--wp--preset--spacing--50);
    text-wrap: nowrap;
    word-break: keep-all;
  }
}
@media (min-width:900px) and (min-height: 800px) {
  #gnav_switch ~ #gnav {
    float: right;
  }
}
@media (min-width:600px) {
  #gnav_switch:checked ~ #gnav {
    max-width: 100vw;
    opacity: 1;
    box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 599px) {
  #gnav_switch:checked ~ #gnav {
    max-height: calc(100vh - 4rem);
    opacity: 1;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  }
}
#gnav_switch ~ #gnav_button {
  z-index: 3100;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--wp--preset--color--theme-yellow);
  text-align: center;
  line-height: 1;
}
#gnav_switch ~ #gnav_button::before, #gnav_switch ~ #gnav_button::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 2em;
  height: 0.6em;
  border-style: solid;
  border-width: 2px 0;
  opacity: 1;
  transition: all 0.1s 0s;
}
#gnav_switch ~ #gnav_button::before {
  bottom: 50%;
  margin-bottom: -1px;
}
#gnav_switch ~ #gnav_button::after {
  top: 50%;
  margin-top: -1px;
}
#gnav_switch ~ #gnav_button .bnt_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 10%;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--smallest);
}
@media screen and (max-width: 599px) {
  #gnav_switch ~ #gnav_button {
    height: 100%;
  }
}
@media (min-width:600px) {
  #gnav_switch ~ #gnav_button {
    position: fixed;
    height: 4rem;
  }
}
@media screen and (min-width:600px) and (max-width: 782px) {
  body.admin-bar #gnav_switch ~ #gnav_button {
    margin-top: 46px;
  }
}
@media (min-width:600px) and (min-width: 783px) {
  body.admin-bar #gnav_switch ~ #gnav_button {
    margin-top: 32px;
  }
}
@media (min-width:600px) and (min-width: 900px) and (min-height: 800px) {
  #gnav_switch ~ #gnav_button {
    display: none;
  }
}
#gnav_switch:checked ~ #gnav_button::before, #gnav_switch:checked ~ #gnav_button::after {
  height: 0;
  border-width: 1px 0;
}
#gnav_switch:checked ~ #gnav_button::before {
  transform: rotate(30deg);
}
#gnav_switch:checked ~ #gnav_button::after {
  transform: rotate(-30deg);
}

.site_footer {
  margin-top: auto;
  padding: var(--wp--preset--spacing--70) 0;
}
.site_footer .info_menu a {
  color: inherit;
  text-decoration: none;
}
.site_footer .copyright {
  text-align: center;
  font-size: var(--wp--preset--font-size--smallest);
}
.site_footer .copyright em {
  font-size: 2em;
  font-style: normal;
}

.main_block {
  flex-grow: 1;
}
.main_block .main_head {
  padding: var(--wp--preset--spacing--60) 0;
}
.main_block .main_head .main_title {
  text-align: center;
  font-size: var(--wp--preset--font-size--xx-large);
}
.main_block .main_head .main_title small {
  color: var(--wp--preset--color--theme-logo-blue);
}
.main_block .main_foot {
  padding: var(--wp--preset--spacing--60) 0;
}

body:not(#home) .main_block {
  background-image: url(../images/main_block-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.check_menu .wp-block-buttons .wp-block-button {
  width: 100%;
  height: 1.25em;
  font-size: 5em;
  line-height: 1;
}
.check_menu .wp-block-buttons .wp-block-button .swb_check_btn {
  padding: 0.125em;
  min-width: 0;
  min-height: 0;
  border: solid 2px;
  border-radius: 10px;
  background-color: var(--wp--preset--color--theme-yellow);
  color: var(--wp--preset--color--theme-black);
  text-align: center;
  line-height: 1;
}
.check_menu .wp-block-buttons .wp-block-button .swb_check_btn .btn_txt {
  aspect-ratio: 160/42;
  height: 1em;
}

.wellbeing_map .item_list {
  list-style: none;
  aspect-ratio: 100/108;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  background-image: url(../images/wellbeing_map-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  --radius: 66.6%;
}
.wellbeing_map .item_list > li.item {
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  width: 44%;
  color: var(--wp--preset--color--theme-white);
  --angle: (360deg / 6) * var(--n) - 90deg;
  --x: calc(cos(var(--angle)) * var(--radius) - 50%);
  --y: calc(sin(var(--angle)) * var(--radius) - 50%);
  --x_score: calc(cos(var(--angle)) * 3.5em - 50%);
  --y_score: calc(sin(var(--angle)) * 3.5em - 50%);
}
.wellbeing_map .item_list > li.item .item_label {
  z-index: 10;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  z-index: 10;
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  font-size: var(--wp--preset--font-size--smallest);
  font-weight: 600;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5);
}
.wellbeing_map .item_list > li.item .item_scale {
  z-index: -1;
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  text-indent: -100vw;
  opacity: 0.75;
  transition: all 0.5s;
  overflow: hidden;
}
.wellbeing_map .item_list > li.item .item_score {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.25em;
  width: 3.5em;
  height: 3em;
  border: solid 1px;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--wp--preset--color--theme-white);
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  line-height: 1;
}
.wellbeing_map .item_list > li.item .item_score .score_num {
  display: block;
  border-bottom: solid 1px;
  font-style: normal;
}
.wellbeing_map .item_list > li.item .item_score .score_comparison {
  font-style: normal;
}
.wellbeing_map .item_list > li.item .item_score .score_comparison::before {
  content: "→";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.wellbeing_map .item_list > li.item .item_score .score_comparison.comparison_up::before {
  content: "↑";
  transform: rotate(45deg);
}
.wellbeing_map .item_list > li.item .item_score .score_comparison.comparison_down::before {
  content: "↓";
  transform: rotate(-45deg);
}
.wellbeing_map .item_list > li.item.item01 {
  --n: 0;
  translate: var(--x) var(--y);
}
.wellbeing_map .item_list > li.item.item01 .item_scale {
  background-image: linear-gradient(#3478b5 0%, #21a6d8 100%);
  background-color: var(--wp--preset--color--theme-logo-blue);
  transition-delay: 0s;
}
.wellbeing_map .item_list > li.item.item01 .item_score {
  translate: var(--x_score) var(--y_score);
}
.wellbeing_map .item_list > li.item.item02 {
  --n: 1;
  translate: var(--x) var(--y);
}
.wellbeing_map .item_list > li.item.item02 .item_scale {
  background-image: linear-gradient(#8a6d9e 0%, #b7779e 100%);
  transition-delay: 0.2s;
}
.wellbeing_map .item_list > li.item.item02 .item_score {
  translate: var(--x_score) var(--y_score);
}
.wellbeing_map .item_list > li.item.item03 {
  --n: 2;
  translate: var(--x) var(--y);
}
.wellbeing_map .item_list > li.item.item03 .item_scale {
  background-image: linear-gradient(#a8bd51 0%, #6cb359 100%);
  transition-delay: 0.4s;
}
.wellbeing_map .item_list > li.item.item03 .item_score {
  translate: var(--x_score) var(--y_score);
}
.wellbeing_map .item_list > li.item.item04 {
  --n: 3;
  translate: var(--x) var(--y);
}
.wellbeing_map .item_list > li.item.item04 .item_scale {
  background-image: linear-gradient(#2a888e 0%, #5fb7ab 100%);
  transition-delay: 0.6s;
}
.wellbeing_map .item_list > li.item.item04 .item_score {
  translate: var(--x_score) var(--y_score);
}
.wellbeing_map .item_list > li.item.item05 {
  --n: 4;
  translate: var(--x) var(--y);
}
.wellbeing_map .item_list > li.item.item05 .item_scale {
  background-image: linear-gradient(#d47d87 0%, #e2763b 100%);
  transition-delay: 0.8s;
}
.wellbeing_map .item_list > li.item.item05 .item_score {
  translate: var(--x_score) var(--y_score);
}
.wellbeing_map .item_list > li.item.item06 {
  --n: 5;
  translate: var(--x) var(--y);
}
.wellbeing_map .item_list > li.item.item06 .item_scale {
  background-image: linear-gradient(#deac38 0%, #e78f3c 100%);
  transition-delay: 1s;
}
.wellbeing_map .item_list > li.item.item06 .item_score {
  translate: var(--x_score) var(--y_score);
}

.wellbeing_data {
  padding: 0.5em;
  border-radius: 10px;
  border: solid 4px #c9e2d2;
  background-color: var(--wp--preset--color--theme-white);
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  text-align: center;
}
.wellbeing_data > p {
  margin: auto;
  padding: 0.125rem;
  line-height: 1.5;
  text-align: center !important;
}
.wellbeing_data > p:not(:last-child) {
  border-bottom: solid 1px;
}
.wellbeing_data > p .num {
  display: inline-block;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.wellbeing_data > p.weekly_data {
  font-size: 0.8em;
}
.wellbeing_data > p.weekly_data .num {
  font-size: 2em;
  font-weight: 600;
}
.wellbeing_data > p.weekly_comparison {
  font-size: var(--wp--preset--font-size--smallest);
}
.wellbeing_data > p.weekly_comparison .num::before {
  content: "→";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.wellbeing_data > p.weekly_comparison .num.comparison_up::before {
  content: "↑";
  transform: rotate(45deg);
}
.wellbeing_data > p.weekly_comparison .num.comparison_down::before {
  content: "↓";
  transform: rotate(-45deg);
}

.swb_weekly .block_title {
  top: -1em;
  margin-bottom: -1em !important;
}
.swb_weekly .wellbeing_data {
  top: -3rem;
  left: 50%;
  margin: 0 0 -4.5rem;
  width: 15em;
  translate: -50% 0;
}

.swb_character .character_list {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  color: var(--wp--preset--color--theme-white);
  text-align: center;
  line-height: 1;
}
.swb_character .character_list.slick-slider .slick-arrow {
  margin: auto 2.5%;
  width: 2rem;
  height: 2rem;
  z-index: 20;
}
.swb_character .character_list.slick-slider .slick-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url(../images/arr-slide.svg);
  filter: brightness(0) invert(1);
}
.swb_character .character_list.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.swb_character .character_list.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.swb_character .type_block {
  display: flex;
  flex-direction: column;
}
.swb_character .type_block.type01 {
  background-color: #72bca1;
}
.swb_character .type_block.type02 {
  background-color: #ef8a80;
}
.swb_character .type_block.type03 {
  background-color: #aacd86;
}
.swb_character .type_block.type04 {
  background-color: #f1dd79;
}
.swb_character .type_block.type05 {
  background-color: #aeddfb;
}
.swb_character .type_block.type06 {
  background-color: #fa9aa9;
}
.swb_character .type_block.type07 {
  background-color: #e7b4af;
}
.swb_character .type_block.type08 {
  background-color: #76b3eb;
}
.swb_character .type_block.type09 {
  background-color: #58bdbd;
}
.swb_character .type_block.type10 {
  background-color: #96c79a;
}
.swb_character .type_block.type11 {
  background-color: #9da5d2;
}
.swb_character .type_block.type12 {
  background-color: #f3a45e;
}
.swb_character .type_block.type13 {
  background-color: #f2d98e;
}
.swb_character .type_block.type14 {
  background-color: #cfbced;
}
.swb_character .type_block.type15 {
  background-color: #a9d0d5;
}
.swb_character .type_block.type16 {
  background-color: #fea97f;
}
.swb_character .type_block.type17 {
  background-color: #f5e95c;
  background-image: linear-gradient(#f6b392, #f5e95c);
}
.swb_character .type_block .type_caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 5%;
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  line-height: 1.25;
  letter-spacing: 0.05em;
  z-index: 10;
}
.swb_character .type_block .type_caption .type_num {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
}
.swb_character .type_block .type_caption .type_num em {
  color: var(--wp--preset--color--theme-yellow);
  font-style: normal;
}
.swb_character .type_block .type_caption .type_num + p {
  margin: 0;
}
.swb_character .type_block .type_caption .type_text {
  font-weight: 600;
  font-size: 0.8em;
}
.swb_character .type_block .type_caption .type_name {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
}
.swb_character .type_block .type_img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1/1;
  line-height: 1;
  z-index: 0;
}
.swb_character .type_block .type_img img {
  aspect-ratio: 10/7;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  vertical-align: bottom;
}

.swb_climate {
  border-radius: 10px;
  background-color: var(--wp--preset--color--theme-white);
}
.swb_climate .block_title {
  top: -1em;
  margin-bottom: -1em !important;
  font-size: 0.8em !important;
}
.swb_climate .block_title small {
  font-size: 1em;
}
.swb_climate .climate_block {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.75em 0.75em 0.75em 0;
}
.swb_climate .climate_block .today_date {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
  left: -0.8em;
  padding: 0.5em;
  width: 5.6em;
  background-color: var(--wp--preset--color--theme-bluegray);
  color: var(--wp--preset--color--theme-white);
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--wp--preset--font-family--theme-gothic-head);
}
.swb_climate .climate_block .today_date::before, .swb_climate .climate_block .today_date::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  right: -0.8em;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: var(--wp--preset--color--theme-bluegray);
}
.swb_climate .climate_block .today_date::before {
  transform: skewX(-15deg);
  transform-origin: right top;
}
.swb_climate .climate_block .today_date::after {
  transform: skewX(15deg);
  transform-origin: right bottom;
}
.swb_climate .climate_block .today_date .year,
.swb_climate .climate_block .today_date .day {
  font-size: var(--wp--preset--font-size--smallest);
  font-weight: 500;
}
.swb_climate .climate_block .today_date .date {
  font-size: 1.5em;
  font-weight: 600;
}
.swb_climate .climate_block .today_climate {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.swb_climate .climate_block .today_climate > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.25em;
  padding: 0.5em;
}
.swb_climate .climate_block .today_climate > div:not(:last-child) {
  border-right: solid 1px;
}
.swb_climate .climate_block .today_climate > div > dt,
.swb_climate .climate_block .today_climate > div > dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.swb_climate .climate_block .today_climate > div > dt {
  font-size: var(--wp--preset--font-size--smallest);
  letter-spacing: 0.1em;
}
.swb_climate .climate_block .today_climate > div > dd {
  margin: auto;
  font-size: 1.5em;
  word-break: keep-all;
  white-space: nowrap;
}
.swb_climate .climate_block .today_climate > div.temperature > dd {
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  letter-spacing: 0.05em;
}
/*# sourceMappingURL=layout.css.map */