@charset "UTF-8";
/*----------------------------------

common

----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #C7C7C7;
  overflow: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #141414;
  padding-top: 76px;
}

body:has(.short_detail_container) {
  overflow: visible;
}

@media (max-width: 959px) {
  body {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 61px;
  }
}

@media (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

a {
  color: #232323;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
@media (min-width: 960px) {
  a:hover {
    opacity: 0.7;
  }
}

.hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 960px) {
  .hover:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 959px) {
  img {
    width: 100%;
  }
}

input,
textarea,
select {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

/*----------------------------------

header

----------------------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
header.header2 {
  display: none;
}
header .logo {
  margin: 13px auto 12px;
  width: 171px;
}
@media (max-width: 959px) {
  header .logo {
    margin: 7px auto 15px;
    width: 124px;
  }
}
header .logo a {
  display: block;
}
header .spnav_btn {
  width: 50px;
  height: 60px;
  position: absolute;
  z-index: 1;
  background: none;
  border: none;
}
@media (max-width: 959px) {
  header .spnav_btn {
    width: 44px;
    height: 55px;
  }
}
header .spnav_btn .border {
  width: 27px;
  height: 2px;
  display: block;
  position: absolute;
  background: #000;
}
@media (max-width: 959px) {
  header .spnav_btn .border {
    width: 23px;
  }
}
header .spnav_btn.hamburger {
  top: 0;
  left: 18px;
}
@media (max-width: 959px) {
  header .spnav_btn.hamburger {
    left: 14px;
  }
}
header .spnav_btn.hamburger .border {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .spnav_btn.hamburger .border:nth-of-type(1) {
  top: 17px;
}
@media (max-width: 959px) {
  header .spnav_btn.hamburger .border:nth-of-type(1) {
    top: 14px;
  }
}
header .spnav_btn.hamburger .border:nth-of-type(2) {
  top: 25px;
}
@media (max-width: 959px) {
  header .spnav_btn.hamburger .border:nth-of-type(2) {
    top: 21.5px;
  }
}
header .spnav_btn.hamburger .border:nth-of-type(3) {
  top: 33px;
}
@media (max-width: 959px) {
  header .spnav_btn.hamburger .border:nth-of-type(3) {
    top: 29px;
  }
}
header .spnav_btn.hamburger .txt {
  font-weight: 500;
  font-size: 13px;
  line-height: 125%;
  color: #141414;
  position: absolute;
  top: 44px;
  white-space: nowrap;
  display: block;
}
@media (max-width: 959px) {
  header .spnav_btn.hamburger .txt {
    font-size: 11px;
    top: 35px;
  }
}
header .spnav_btn.close {
  top: 0;
  left: 20px;
  height: 56px;
}
@media (max-width: 959px) {
  header .spnav_btn.close {
    top: 0;
    left: 13px;
  }
}
header .spnav_btn.close .border {
  left: 50%;
  width: 31px;
}
header .spnav_btn.close .border:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
header .spnav_btn.close .border:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
header .navigation {
  width: 407px;
  height: 100vh;
  margin: 0;
  padding: 14px 20px 22px;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
@media (max-width: 959px) {
  header .navigation {
    width: 100%;
    padding: 14px 10px 22px;
  }
}
header .navigation .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  overflow-y: auto;
  gap: 20px;
}
@media (max-width: 959px) {
  header .navigation .flex {
    display: block;
  }
}
header .navigation .logo2 {
  width: 124px;
  margin: 0 auto 28px;
}
@media (max-width: 959px) {
  header .navigation .logo2 {
    margin-bottom: 10px;
  }
}
header .navigation nav {
  text-align: center;
}

header .navigation nav .logo_week {
  margin-bottom: 32px;
}

header .navigation nav .logo_week {
  width: 218px;
  margin-left: auto;
  margin-right: auto;
}

header .navigation nav .border {
  margin: 25px 0;
  padding: 25px 0 25px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}
header .navigation nav .logo_risk {
  width: 304px;
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  header .navigation nav .logo_risk {
    margin-left: auto;
    margin-right: auto;
  }
}
header .navigation nav .global_menu li + li {
  margin-top: 19px;
}
@media (max-width: 959px) {
  header .navigation nav .global_menu li a {
    font-size: 16px;
  }
}
header .navigation nav .sub_menu {
  margin-top: 28px;
}
@media (max-width: 959px) {
  header .navigation nav .sub_menu {
    margin-top: 45px;
  }
}
header .navigation nav .sub_menu li + li {
  margin-top: 17px;
}
@media (max-width: 959px) {
  header .navigation nav .sub_menu li + li {
    margin-top: 24px;
  }
}
header .navigation nav .sub_menu li a {
  color: #737D81;
  font-size: 13px;
}
@media (max-width: 959px) {
  header .navigation .copy {
    text-align: center;
  }
}
header .navigation .copy a {
  display: inline-block;
}
header .navigation .copy a img {
  width: 128px;
}
@media (max-width: 959px) {
  header .navigation .copy a img {
    width: 137px;
  }
}
header .navigation .copy small {
  font-size: 10px;
  color: #5C636A;
  display: block;
}
@media (max-width: 959px) {
  header .navigation .copy small {
    margin-top: 30px;
  }
}
header.active .bg {
  opacity: 1;
  visibility: visible;
}
header.active .navigation {
  left: 0;
  visibility: visible;
}
header .bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
}

/*----------------------------------

ページ共通

----------------------------------*/
.thumbnail {
  position: relative;
}
.thumbnail a {
  display: block;
  padding: 0 3% 3% 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* border-radius: 14px; */
  overflow: hidden;
}
.thumbnail a img {
  /* border-radius: 14px; */
}

.box {
  max-width: 75.5555555556vw;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 959px) {
  .box {
    max-width: 100%;
    padding: 0 16px;
  }
}

.rightslider_container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}
.rightslider_container .rightslider li {
  position: relative;
  width: 212px;
  margin-right: 10px;
}
@media (max-width: 959px) {
  .rightslider_container .rightslider li {
    width: 135px;
  }
}

h3 {
  font-size: 26px;
  color: #fff;
}
@media (max-width: 959px) {
  h3 {
    font-size: 19px;
  }
}

h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 18px;
  color: #fff;
}
@media (max-width: 959px) {
  h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.link_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 7px;
}
@media (max-width: 959px) {
  .link_list {
    gap: 11px;
  }
}
.link_list li {
  width: calc(25.1% - 7px);
}
@media (max-width: 959px) {
  .link_list li {
    width: calc(50% - 5.5px);
  }
}

.btn {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 959px) {
  .btn {
    margin-top: 25px;
  }
}
.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 510px;
  height: 48px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 60px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 959px) {
  .btn a {
    width: 100%;
    height: 48px;
  }
}

.movie_time {
  position: relative;
}
.movie_time a, .movie_time .bar_time_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://dev.happinessnavi-lifecontents.jp/assets/movie_time_bg.png") no-repeat;
  background-size: cover;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}
.movie_time a:hover, .movie_time .bar_time_wrap:hover {
  opacity: 1;
}
.movie_time a .time, .movie_time .bar_time_wrap .time {
  font-size: 12px;
  color: #CCCCCC;
  text-align: center;
  padding: 0 0 8px 0;
}
.movie_time a .bar, .movie_time .bar_time_wrap .bar {
  background: #6f6f6f;
  width: 100%;
  height: 6px;
  border-radius: 0 0 6px 6px;
  position: relative;
}
.movie_time a .bar-after, .movie_time .bar_time_wrap .bar-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.movie_time iframe {
  border-radius: 6px;
}
.contents_short_movie_box {
  max-width: 75.5555555556vw;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 959px) {
  .contents_short_movie_box {
    max-width: 100%;
    padding: 0 16px;
  }
}
.contents_short_movie_box h4 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 0px;
  color: #fff;
}
@media (max-width: 959px) {
  .contents_short_movie_box h4 {
    font-size: 16px;
    margin-top: 0px;
  }
}
.short_list {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0;
  gap: 10px;
}
@media (max-width: 959px) {
  .short_list {
    gap: 24px;
  }
}
.short_list li {
  flex: 0 1 calc(33.33% - 10px);
  list-style: none;
}

@media (max-width: 959px) {
  .short_list li {
    flex: 0 1 100%;
  }
}
.tag_short_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
}
@media (max-width: 959px) {
  .tag_short_list {
    gap: 16px;
  }
}
.short_list_no_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0;
  gap: 10px;
}

@media (max-width: 959px) {
  .short_list_no_top {
    flex: 0 1 100%;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.short_list_no_top li {
  flex: 0 1 calc(33.33% - 10px);
  list-style: none;
}

@media (max-width: 959px) {
  .short_list_no_top li {
    flex: 0 1 100%;
  }
}

/*----------------------------------

footer

----------------------------------*/
footer {
  background: #fff;
  text-align: center;
  color: #2C3034;
  margin-top: 100px;
  padding: 130px 20px 30px;
}
@media (max-width: 959px) {
  footer {
    padding: 52px 0 25px;
  }
}
footer .pagetop {
  display: none;
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
footer .pagetop img {
  width: 100%;
}
@media (max-width: 959px) {
  footer .pagetop {
    width: 37px;
    height: 37px;
  }
}
footer .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 73px;
  padding-left: 25px;
}
@media (max-width: 959px) {
  footer .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    padding-left: 0;
  }
}
footer .logo a {
  display: inline-block;
}
footer .logo li:first-child img {
  width: 205px;
}
@media (max-width: 959px) {
  footer .logo li:first-child img {
    width: 156px;
  }
}
footer .logo li:last-child img {
  width: 282px;
}
@media (max-width: 959px) {
  footer .logo li:last-child img {
    width: 165px;
  }
}
footer p {
  font-size: 15px;
  margin: 35px 0 58px;
}
@media (max-width: 959px) {
  footer p {
    font-size: 13px;
    margin: 0;
    padding: 24px 0;
  }
}
footer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 13px;
}
@media (max-width: 959px) {
  footer .flex {
    display: block;
  }
}
footer .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
footer .menu li a {
  font-size: 14px;
}
footer .menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
  padding-bottom: 165px;
  border-bottom: 1px solid #C0C0C0;
}
@media (max-width: 959px) {
  footer .menu2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 23px;
    margin-bottom: 132px;
    padding-bottom: 165px;
    border-bottom: 1px solid #C0C0C0;
  }
}
footer .menu2 li a {
  display: inline-block;
  color: #2C3034;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 959px) {
  footer .menu2 li a {
    font-size: 16px;
  }
}
footer small {
  display: block;
  font-size: 10px;
  padding-top: 5px;
}
@media (max-width: 959px) {
  footer small {
    line-height: 1.8;
  }
}

/*----------------------------------

modal

----------------------------------*/
.modal {
  /* modal内フォーカス調整 */
}
.modal__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
}
.modal__container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  z-index: 50;
}
@media (max-width: 959px) {
  .modal__close {
    top: 19px;
    right: 19px;
    width: 26px;
    height: 26px;
  }
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
}
.modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_body {
  height: 100vh;
  height: 100dvh;
  padding-top: 66px;
  padding-bottom: 100px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 959px) {
  .modal_body {
    padding-top: 49px;
    padding-bottom: 74px;
  }
}
.modal_body::-webkit-scrollbar {
  display: none;
}
.modal_close_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  height: 48px;
  margin: 50px auto 0;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  background: #636363;
  border: none;
  border-radius: 50px;
  font-weight: 600;
}
@media (max-width: 959px) {
  .modal_close_btn {
    width: 100%;
    max-width: calc(100% - 34px);
    margin-top: 46px;
  }
}
.modal :focus-visible {
  border-color: #ffffff !important;
}
.modal .chapter_box {
  margin: 40px auto;
}
@media (max-width: 959px) {
  .modal .chapter_box {
    margin: 20px auto;
  }
}
@media (max-width: 959px) {
  .modal .chapter_box.box h3 {
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  .modal .chapter_box.box + .box h3 {
    margin-top: 20px;
  }
}
.modal .chapter_box .chapter_list li:last-child {
  padding-bottom: 0;
}

/* Animation */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}