@charset "UTF-8";
/*reset*/
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn {
  font-weight: 400;
  font-style: normal;
}

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
header {
  position: fixed;
  top: -78px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 78px;
  padding: 0 10px 0 20px;
  background: #fff;
  transition: 0.5s;
}
@media only screen and (max-width: 1280px) {
  header {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    top: 0;
    height: 70px;
    padding: 0;
  }
}
header.is-show {
  top: 0;
}
header .header_logo,
header .header_inner .header_globalMenu .globalMenulist > li a,
header .header_inner .header_logo_wellness {
  padding: 12px 0;
}
header #h_menuBtn {
  display: none;
}
@media only screen and (max-width: 991px) {
  header #h_menuBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #991d17;
    z-index: 100;
    cursor: pointer;
  }
  header #h_menuBtn .border {
    width: 27px;
    height: 35px;
    display: block;
    margin: 5px auto 0;
    position: relative;
  }
  header #h_menuBtn .border::before,
  header #h_menuBtn .border::after {
    content: "";
  }
  header #h_menuBtn .border::before,
  header #h_menuBtn .border::after,
  header #h_menuBtn .border span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
    transform-origin: left;
  }
  header #h_menuBtn .border::before {
    top: 10px;
  }
  header #h_menuBtn .border span {
    top: 20px;
  }
  header #h_menuBtn .border::after {
    top: 30px;
  }
  header #h_menuBtn .txt {
    margin-top: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  header #h_menuBtn.is-open .border::before {
    top: 11px;
    left: 3px;
    transform: rotate(45deg);
    background: #fff;
  }
  header #h_menuBtn.is-open .border span {
    opacity: 0;
  }
  header #h_menuBtn.is-open .border::after {
    left: 3px;
    transform: rotate(-45deg);
    background: #fff;
  }
}
header .header_inner {
  position: relative;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header .header_inner .header_logo_oukas,
header .header_inner .h_navWeap,
header .header_inner .header_logo_wellness {
  height: 100%;
}
header .header_inner .header_logo_oukas {
  position: absolute;
  top: 6px;
  left: 0;
}
header .header_inner .header_logo a {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
}
header .header_inner .header_logo a span {
  height: 100%;
}
header .header_inner .header_logo a span.white {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
header .header_inner .header_logo a span img {
  width: 126px;
}
header .header_inner .header_globalMenu,
header .header_inner .header_globalMenu .globalMenulist,
header .header_inner .header_globalMenu .globalMenulist > li,
header .header_inner .header_globalMenu .globalMenulist > li > a {
  height: 100%;
  cursor: pointer;
}
header .header_inner .header_globalMenu .globalMenulist > li {
  position: relative;
  margin-left: 40px;
}
@media (any-hover: hover) {
  header .header_inner .header_globalMenu .globalMenulist > li:hover > a {
    opacity: 1;
  }
  header .header_inner .header_globalMenu .globalMenulist > li:hover > a.arrow::after {
    filter: invert(22%) sepia(56%) saturate(2985%) hue-rotate(347deg) brightness(88%) contrast(93%);
    transform: translate(4px, 1px) scale(1, 0.9) rotate(-90deg);
    top: 1px;
    right: -2px;
  }
  header .header_inner .header_globalMenu .globalMenulist > li:hover > a + .menu_subNav {
    display: block;
    animation: fade-in 0.2s ease-out;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  header .header_inner .header_globalMenu .globalMenulist > li:hover > a + .menu_subNav li {
    height: 61px;
    transition: all 0.3s;
    transition-duration: 0.1667s;
  }
  header .header_inner .header_globalMenu .globalMenulist > li:hover > a + .menu_subNav li + li {
    border-top: 1px solid #000000;
  }
}
header .header_inner .header_globalMenu .globalMenulist > li.open > a {
  opacity: 1;
}
header .header_inner .header_globalMenu .globalMenulist > li.open > a.arrow::after {
  filter: invert(22%) sepia(56%) saturate(2985%) hue-rotate(347deg) brightness(88%) contrast(93%);
  transform: translate(4px, 1px) scale(1, 0.9) rotate(-90deg);
  top: 10px;
  right: 5px;
}
header .header_inner .header_globalMenu .globalMenulist > li.open > a + .menu_subNav {
  display: block;
  animation: fade-in 0.2s ease-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .header_inner .header_globalMenu .globalMenulist > li.open > a + .menu_subNav li {
  height: 61px;
  transition: all 0.3s;
  transition-duration: 0.1667s;
}
header .header_inner .header_globalMenu .globalMenulist > li.open > a + .menu_subNav li + li {
  border-top: 1px solid #d6d6d6;
}
header .header_inner .header_globalMenu .globalMenulist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_globalMenu .globalMenulist li a {
    width: 100%;
  }
}
header .header_inner .header_globalMenu .globalMenulist li a.arrow {
  padding-right: 20px;
}
header .header_inner .header_globalMenu .globalMenulist li a.arrow::after {
  content: url(../img/elements/icon_arrow.svg);
  position: relative;
  display: block;
  width: 10px;
  top: 2px;
  right: -11px;
  transform: translateY(-1px) scale(1, 0.9) rotate(90deg);
  transition: all 0.25s;
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_globalMenu .globalMenulist li a.arrow::after {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
header .header_inner .header_globalMenu .globalMenulist li .menu_subNav {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 242px;
  transform: translateX(-50%);
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_globalMenu .globalMenulist li .menu_subNav {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    background: transparent;
  }
}
header .header_inner .header_globalMenu .globalMenulist li .menu_subNav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .header_inner .header_globalMenu .globalMenulist li .menu_subNav li {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition-duration: 0.1818s;
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_globalMenu .globalMenulist li .menu_subNav li {
    width: 100%;
  }
}
header .header_inner .header_globalMenu .globalMenulist li .menu_subNav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_globalMenu .globalMenulist li .menu_subNav a {
    font-size: 16px;
  }
}
header .header_inner .header_globalMenu .globalMenulist li .menu_subNav a::after {
  content: url(../img/elements/icon_arrow.svg);
  width: 13px;
  transform: none;
  filter: invert(22%) sepia(56%) saturate(2985%) hue-rotate(347deg) brightness(88%) contrast(93%);
  top: -1px;
  right: 0;
  transform: translateY(-1px) scale(1, 0.9);
  transition: all 0.25s;
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_globalMenu .globalMenulist li .menu_subNav a::after {
    position: absolute;
    top: 17px;
    width: 10px;
  }
}
header .header_inner .header_globalMenu .globalMenulist li .menu_subNav a:hover {
  background: #991d17;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_globalMenu .globalMenulist li .menu_subNav a:hover {
    background: inherit;
    color: inherit;
  }
}
header .header_inner .header_globalMenu .globalMenulist li .menu_subNav a:hover::after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_globalMenu .globalMenulist li .menu_subNav a:hover::after {
    filter: none;
  }
}
header .header_inner .header_globalMenu .globalMenulist > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #991d17;
  display: block;
  opacity: 0;
  transition: 0.3s ease;
}
header .header_inner .header_globalMenu .globalMenulist > li > a:hover,
header .header_inner .header_globalMenu .globalMenulist > li.current > a {
  color: #991d17;
}
header .header_inner .header_globalMenu .globalMenulist > li > a:hover:before,
header .header_inner .header_globalMenu .globalMenulist > li.current > a::before {
  opacity: 1;
}
header .header_inner .entryBtn a {
  align-items: center;
  width: 160px;
  height: 56px;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
}
header .header_inner .entryBtn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #cf7429;
  border-radius: 4px;
}
header .header_inner .entryBtn a span img {
  width: 22px;
  height: 16px;
  padding-right: 10px;
  box-sizing: content-box;
}
header .header_inner .entryBtn a:hover {
  color: #fff !important;
}
header .header_inner .entryBtn a:hover:before {
  opacity: 0 !important;
}
header .header_inner .header_logo_wellness {
  max-width: 199px;
  margin-left: 30px;
}
header .header_inner .header_logo_wellness a {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  header .header_inner header .header_inner .header_globalMenu .globalMenulist > li > a {
    font-size: 16px;
  }
  header .header_inner .header_globalMenu .globalMenulist > li {
    margin-left: 22px;
  }
  header .header_inner .entryBtn a {
    width: 130px;
  }
  header .header_inner .header_logo_wellness {
    width: 200px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header_inner .header_logo_wellness {
    display: none;
  }
  header .header_inner .header_globalMenu .globalMenulist > li {
    margin-left: 20px;
  }
  header .header_inner .header_globalMenu .globalMenulist > li > a {
    font-size: 16px;
  }
  header .header_inner .header_globalMenu .globalMenulist > li.entryBtn a {
    height: 50px;
    margin-top: 15px;
    padding: 0;
  }
  header .header_inner .header_logo_oukas {
    top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  header .header_inner .header_logo {
    z-index: 99;
  }
  header .header_inner .header_logo_oukas {
    top: 5px;
    left: 15px;
    height: auto;
  }
  header .header_inner .header_logo a span img {
    width: 86px;
  }
  header .header_inner .entryBtn {
    opacity: 0;
    transition: all 0.6s;
  }
  header .header_inner .entryBtn.is-show {
    opacity: 1;
  }
  header .header_inner .entryBtn a {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-radius: 0;
    font-size: 20px;
  }
  header .header_inner .entryBtn a span img {
    width: 29px;
    height: 20px;
  }
  header .header_inner .header_globalMenu .globalMenulist > li,
  header .header_inner .header_globalMenu .globalMenulist > li > a {
    height: auto;
  }
  header .header_inner .header_globalMenu {
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
    background: #ffffff;
    border-bottom: 1px solid #d6d6d6;
    transition: all 0.3s;
  }
  header .header_inner .header_globalMenu .globalMenulist {
    flex-flow: column;
  }
  header .header_inner .header_globalMenu .globalMenulist > li {
    width: 100%;
    margin-left: 0;
    padding: 8px 0;
    text-align: left;
  }
  header .header_inner .header_globalMenu .globalMenulist > li + li {
    border-top: 1px solid #d6d6d6;
  }
  header .header_inner .header_globalMenu .globalMenulist > li > a {
    color: #000000;
    display: inline-block;
  }
  header .header_inner .header_globalMenu .globalMenulist > li > a:hover:before,
  header .header_inner .header_globalMenu .globalMenulist > li.current a::before {
    opacity: 0;
  }
  header .header_inner .h_navWeap.menu-open .header_globalMenu {
    visibility: visible;
    opacity: 1;
  }
  header .header_inner .header_logo_wellness {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .header_inner .header_logo {
    width: 220px;
  }
}

@media only screen and (max-width: 991px) {
  body.menu-open header .header_inner .header_logo .black {
    opacity: 0;
  }
  body.menu-open header .header_inner .header_logo .white {
    opacity: 1;
  }
}
footer {
  position: relative;
  background: #ffffff;
  padding: 120px 0 20px;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  footer {
    padding: 50px 0 70px;
  }
}
footer .inner {
  padding: 0;
}
footer a {
  color: #000000;
}
footer .footerInfo_wrap,
footer .footerLink_inner,
footer .footerLogo_wrap {
  max-width: 1300px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  footer .footerInfo_wrap,
  footer .footerLink_inner,
  footer .footerLogo_wrap {
    max-width: inherit;
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 991px) {
  footer .footerInfo_wrap,
  footer .footerLink_inner,
  footer .footerLogo_wrap {
    width: 100%;
  }
}
footer .footerInfo_wrap {
  padding: 0 0 100px;
}
@media only screen and (max-width: 991px) {
  footer .footerInfo_wrap {
    padding: 0 30px 60px;
  }
}
footer .footerInfo_wrap .footer_info .relatedLink {
  justify-content: space-between;
}
footer .footerInfo_wrap .footer_info .relatedLink li {
  width: calc(25% - 30px);
}
@media only screen and (max-width: 991px) {
  footer .footerInfo_wrap .footer_info .relatedLink li {
    width: calc(50% - 10px);
  }
  footer .footerInfo_wrap .footer_info .relatedLink li:nth-child(n+3) {
    margin-top: 25px;
  }
}
footer .footerInfo_wrap .footer_info .relatedLink li a {
  display: block;
}
footer .footerInfo_wrap .footer_info .relatedLink li a p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  footer .footerInfo_wrap .footer_info .relatedLink li a p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
}
footer .footerInfo_wrap .footer_info .relatedLink li a p span {
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  footer .footerInfo_wrap .footer_info .relatedLink li a p span {
    display: block;
    font-size: 11px;
  }
}
footer .footerLink_wrap {
  background: #f5f5f5;
}
footer .footerLink_wrap .footerLink_inner {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner {
    padding: 60px 40px;
  }
}
footer .footerLink_wrap .footerLink_inner > ul {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner > ul {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) + ul {
    margin-top: 30px;
  }
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li + li {
    margin-top: 30px;
  }
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li > a, footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li p {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li > a::before, footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li > a::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -10px;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li > a::before {
  transform: rotate(45deg);
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li > a::after {
  transform: rotate(-45deg);
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li .lower {
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li .lower {
    margin-top: 30px;
  }
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li .lower li {
  position: relative;
  padding-left: 15px;
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li .lower li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  background: #000000;
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li .lower li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li .lower li + li {
    margin-top: 20px;
  }
}
footer .footerLink_wrap .footerLink_inner > ul:not(.policyLinks) > li .lower li a {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner > ul.externalLink {
    margin-top: 40px !important;
    padding-top: 40px;
    border-top: 1px solid #d6d6d6;
  }
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner > ul.policyLinks {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d6d6d6;
  }
}
footer .footerLink_wrap .footerLink_inner > ul.policyLinks li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  footer .footerLink_wrap .footerLink_inner > ul.policyLinks li + li {
    margin-top: 15px;
  }
}
footer .footerLink_wrap .footerLink_inner > ul.policyLinks li > a {
  position: relative;
  font-size: 14px;
}
footer .footerLink_wrap .footerLink_inner > ul.policyLinks li > a[target=_blank]::after {
  content: url("../img/elements/icn_externalLink.svg");
  display: inline-block;
  position: relative;
  width: 14.5px;
  height: 13px;
  margin-left: 8px;
}
footer .footerLink_wrap .footerLink_inner > ul.policyLinks li > a:not([target=_blank])::before, footer .footerLink_wrap .footerLink_inner > ul.policyLinks li > a:not([target=_blank])::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -10px;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
footer .footerLink_wrap .footerLink_inner > ul.policyLinks li > a:not([target=_blank])::before {
  transform: rotate(45deg);
}
footer .footerLink_wrap .footerLink_inner > ul.policyLinks li > a:not([target=_blank])::after {
  transform: rotate(-45deg);
}
footer .footerLogo_wrap {
  padding-top: 20px;
}
footer .footerLogo_wrap .footer_logo {
  text-align: center;
}
footer .footerLogo_wrap .footer_copy {
  text-align: center;
}
footer .footerLogo_wrap .footer_copy p small {
  font-size: 10px;
  color: #000000;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  footer .footerLogo_wrap .footer_logo {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 991px) {
  footer .footerLogo_wrap .footer_logo {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footerLogo_wrap .footer_logo a {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  footer .footerLogo_wrap .footer_copy {
    width: 100%;
  }
  footer .footerLogo_wrap .footer_copy p {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
}

html {
  scroll-padding-top: 78px;
}
@media only screen and (max-width: 991px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  color: #000000;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

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

sup {
  font-size: 50%;
  vertical-align: top;
}

small {
  font-size: 70%;
}

p > small {
  line-height: 1.4;
  display: block;
}

figure, picture {
  position: relative;
}

figure figcaption,
picture .cap {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 6px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
}

figure img {
  width: 100%;
  height: auto;
}

* > .cap {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 5px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
}

.black {
  background: none;
  color: #000;
  position: static;
  text-align: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.fadeIn {
  opacity: 0;
  transform: translateY(-40px);
  transition: 0.5s ease-in;
}

.fadeIn.show {
  opacity: 1;
  transform: translateX(0);
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.6;
  }
  .gene_title * {
    font-size: 20px;
  }
  .inner {
    padding: 0 20px;
  }
}
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-weight: 500;
}

#annotation_are {
  padding: 70px 0;
}
#annotation_are .inner {
  max-width: 1320px;
}
#annotation_are p {
  font-size: 11px;
  line-height: 1.7;
  padding-left: 13px;
  position: relative;
}
#annotation_are p.asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #annotation_are {
    padding: 30px 0;
  }
}

.anno {
  font-size: 11px;
  line-height: 1.7;
  margin: 10px 0;
}

/* 表示・非表示 */
.pc_only {
  display: block;
}

.pc_tab_only {
  display: block;
}

.tab_only {
  display: none;
}

.sp_tab_only {
  display: none;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 991px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: block;
  }
  .tab_only {
    display: block;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: block;
  }
}
.pagelinkBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 84px;
  background: #991d17;
  border: 1px solid #991d17;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .pagelinkBtn {
    width: 100%;
    height: 60px;
    max-width: 390px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 450px) {
  .pagelinkBtn {
    width: calc(100% - 50px);
  }
}
.pagelinkBtn .icn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .pagelinkBtn .icn {
    width: 30px;
    height: 30px;
  }
}
.pagelinkBtn .icn::before, .pagelinkBtn .icn::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 39%;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media only screen and (max-width: 767px) {
  .pagelinkBtn .icn::before, .pagelinkBtn .icn::after {
    width: 8px;
  }
}
.pagelinkBtn .icn::before {
  transform: rotate(45deg);
}
.pagelinkBtn .icn::after {
  transform: rotate(-45deg);
}
.pagelinkBtn:hover {
  background: #fff;
  color: #991d17;
  opacity: 1;
}
.pagelinkBtn:hover .icn {
  background: #991d17;
}

/*page_top
------------------------------------------*/
#page_top {
  /*display: none;*/
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  background: #B52E21;
  border-radius: 50%;
  border: 2px solid #B52E21;
  height: 60px;
  width: 60px;
  transition: inherit;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
#page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  background-image: url(../img/elements/icon_pagetop.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
#page_top.visible {
  opacity: 1;
  visibility: visible;
}
#page_top:hover {
  background: #fff;
}
#page_top:hover::before {
  filter: invert(22%) sepia(56%) saturate(2985%) hue-rotate(347deg) brightness(88%) contrast(93%);
}
@media only screen and (max-width: 991px) {
  #page_top {
    bottom: 80px;
    right: 15px;
    height: 40px;
    width: 40px;
    background-size: 18px;
  }
  #page_top::before {
    height: 20px;
    width: 20px;
  }
}