@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
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;
  font-weight: inherit;
}
body {
  line-height: 1;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  -webkit-touch-callout: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  background: #fff;
}
input[type="hidden"] {
  display: none !important;
}
select {
  border-radius: 0;
  outline: none;
}
input {
  border: 1px solid #000;
  outline: none;
}
button,
input,
select,
textarea,
::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
::placeholder {
  color: #757575;
}
input[type="button"],
button {
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
button {
  border: none;
  background-color: transparent;
}
details summary {
  list-style: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
@media (hover: hover) {
  details:has(summary:focus-visible) {
    outline: auto;
  }
}
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/assets/fonts/icomoon.eot?aei4bs");
  src: url("/assets/fonts/icomoon.eot?aei4bs#iefix") format('embedded-opentype'), url("/assets/fonts/icomoon.ttf?aei4bs") format('truetype'), url("/assets/fonts/icomoon.woff?aei4bs") format('woff'), url("/assets/fonts/icomoon.svg?aei4bs#icomoon") format('svg');
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-clone::before {
  content: "\e900";
}
.icon-arrow01::before {
  content: "\e901";
}
.icon-arrow02::before {
  content: "\e902";
}
body {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-plus {
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tb-plus a:hover {
    opacity: 1 !important;
  }
}
.tb-plus-inner {
  background-color: #ffe100;
  overflow-x: hidden;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tb-plus-inner {
    background-image: url("/assets/image/bg-dot_sp.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom -220px;
  }
}
.tb-plus-inner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tb-plus-inner .sp-br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tb-plus-inner .sp-br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .tb-plus-inner .pc-br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tb-plus-inner .sp-none {
    display: none;
  }
}
.tb-plus-inner .pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tb-plus-inner .pc-none {
    display: block;
  }
}
.tb-plus-header {
  background-color: #ffe100;
}
.tb-plus-header .header-inner {
  padding: 40px 40px 50px 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .tb-plus-header .header-inner {
    padding: 15px 30px 35px 30px;
    display: flex;
    align-items: center;
  }
}
.tb-plus-header .header-inner .header-logo {
  max-width: 300px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .tb-plus-header .header-inner .header-logo {
    width: min(50vw, 385px);
    min-width: 150px;
  }
}
.tb-plus-header .header-inner .header-logo a {
  display: block;
}
.tb-plus-header .header-inner .header-logo a:hover {
  opacity: 0.7;
  transition: opacity 0.6s;
}
.tb-plus-header .header-inner .header-logo a img {
  max-width: 300px;
}
.tb-plus-header .header-inner .nav-toggle {
  position: fixed;
  z-index: 60;
  right: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .tb-plus-header .header-inner .nav-toggle {
    top: initial;
    right: 30px;
  }
}
.tb-plus-header .header-inner .nav-toggle .nav-toggle-inner {
  position: relative;
  width: 50px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .tb-plus-header .header-inner .nav-toggle .nav-toggle-inner {
    width: 30px;
    height: 20px;
  }
}
.tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span {
  width: 100%;
  height: 4px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.6s;
}
@media only screen and (max-width: 767px) {
  .tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span {
    height: 3px;
  }
}
.tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span:nth-child(1) {
  top: 0;
}
.tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span:nth-child(2) {
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span:nth-child(2) {
    top: 10px;
  }
}
.tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span:nth-child(3) {
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span:nth-child(3) {
    top: 20px;
  }
}
.header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #ffe100;
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 35px;
  }
}
.header-inner {
  height: 120px;
  margin: 0 40px;
  padding-top: 40px;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .header-inner {
    height: calc(50px + 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-inner {
    height: calc(40px + 20px);
    padding-top: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .header-inner {
    margin: 0 15px;
  }
}
.header-main {
  width: 100%;
  padding-right: 90px;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .header-main {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-main {
    padding-right: 50px;
    align-items: center;
  }
}
@media only screen and (max-width: 375px) {
  .header-main {
    padding-right: 45px;
  }
}
.header-logo {
  flex: 1;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: min(50vw, 385px);
    min-width: 150px;
  }
}
.header-logo a {
  width: 260px;
  height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 1100px) {
  .header-logo a {
    width: 162px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo a {
    width: 130px;
  }
}
@media (hover: hover) {
  .header-logo a:hover img,
  .header-logo a:focus img {
    filter: invert(0.5);
  }
}
.header-logo a img {
  max-width: initial !important;
  width: auto;
  height: 100% !important;
  transition: all 0.3s;
}
.header-search {
  max-width: 300px;
  width: 100%;
  margin-left: 30px;
}
@media only screen and (max-width: 1100px) {
  .header-search {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search {
    max-width: initial;
    width: auto;
    margin-left: 20px;
    position: relative;
  }
}
@media only screen and (max-width: 375px) {
  .header-search {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-inner {
    width: 100vw;
    padding: 40px 0 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: #ffe100;
    display: none;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
    position: absolute;
    top: calc(40px + 20px);
    right: calc(-50px - 20px);
    z-index: 3;
  }
}
@media only screen and (max-width: 375px) {
  .header-search-inner {
    right: calc(-50px - 10px);
  }
}
.header-search-toggle {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #fff;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header-search-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-search-toggle img {
  width: 18px;
  transition: opacity 0.3;
  cursor: pointer;
}
.header-search-close_wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-search-close_wrap {
    margin-top: 20px;
    text-align: center;
    display: block;
  }
}
.header-search-close {
  padding-left: 1.25em;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.header-search-close::before,
.header-search-close::after {
  content: '';
  width: 10px;
  height: 1.5px;
  border-top: 1.5px solid;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.header-search-close::before {
  transform: rotate(135deg);
}
.header-search-close::after {
  transform: rotate(225deg);
}
.header-search form {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-search form {
    margin: 0 20px;
  }
}
.header-search input {
  width: 100%;
  height: 32px;
  padding: 0 35px 0 18px;
  font-size: 14px;
  line-height: 32px;
  border: none;
  border-radius: 40px;
  background-color: #fff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-search input {
    height: 40px;
    padding: 0 45px 0 20px;
    line-height: 40px;
  }
}
.header-search button {
  width: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .header-search button {
    right: 16px;
  }
}
.header-login {
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .header-login {
    margin-left: 10px;
  }
}
.header-login-inner {
  height: 32px;
  display: flex;
  align-items: center;
}
.header-login figure {
  width: 125px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .header-login figure {
    width: 100px;
  }
}
.header-login .btn {
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: calc(30px - 1px * 2);
  text-align: center;
  border: 1px solid #000;
  background-color: #000;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1100px) {
  .header-login .btn {
    width: 80px;
    height: 26px;
    line-height: calc(26px - 1px * 2);
    font-size: 12px;
  }
}
@media (hover: hover) {
  .header-login .btn:hover,
  .header-login .btn:focus {
    color: #000;
    background-color: transparent;
  }
}
.header-login .btn + .btn {
  margin-left: 10px;
}
.header-toggle {
  width: 50px;
  height: 32px;
  position: absolute;
  top: initial;
  right: 50px;
  cursor: pointer;
  transition: transform 0.6s;
  z-index: 101;
}
@media only screen and (max-width: 1100px) {
  .header-toggle {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-toggle {
    width: 30px;
    height: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .header-toggle {
    right: 15px;
  }
}
.header-toggle span {
  width: 100%;
  height: 4px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .header-toggle span {
    height: 3px;
  }
}
.header-toggle span:nth-child(1) {
  top: 0;
}
.header-toggle span:nth-child(2) {
  top: calc(50% - 4px / 2);
}
@media only screen and (max-width: 767px) {
  .header-toggle span:nth-child(2) {
    top: calc(50% - 3px / 2);
  }
}
.header-toggle span:nth-child(3) {
  bottom: 0;
}
.header-menu {
  width: calc(100% - 60px);
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  padding: 110px 90px 40px 100px;
  background-color: #fff;
  border-radius: 240px 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.6s, visibility 0.6s;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .header-menu {
    width: calc(100% - 40px);
    padding: 90px 50px 30px 70px;
    border-radius: 150px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-menu {
    padding: 35px 40px 30px 35px;
    border-radius: 100px 0 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .header-menu {
    width: calc(100% - 30px);
    padding: 30px 25px 30px 30px;
    border-radius: 70px 0 0 0;
  }
}
.header-menu-inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header-menu-inner::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-menu-inner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .header-menu-inner {
    padding-top: 60px;
  }
}
.header-menu-top {
  line-height: 1.25;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header-menu-top {
    flex-direction: column;
  }
}
.header-menu-top a > span {
  transition: all 0.3s;
  position: relative;
}
.header-menu-top a > span::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: bottom left;
}
.header-menu-top a small {
  font-size: 0.6em;
  font-weight: 500;
}
.header-menu-top a .block {
  display: block;
}
@media (hover: hover) {
  .header-menu-top a:hover > span::before,
  .header-menu-top a:focus > span::before {
    transform: scaleX(1);
  }
}
.header-menu-top a[target="_blank"] > span {
  padding-right: 0.8em;
  background-image: url("/assets/image/icon/clone.svg");
  background-repeat: no-repeat;
  background-size: 0.4em;
  background-position: right bottom 0.5em;
}
.header-menu-top .logo {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .header-menu-top .logo {
    width: 150px;
  }
}
.header-menu-top .login {
  padding-left: 25px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-menu-top .login {
    padding-left: 18px;
  }
}
.header-menu-top .login::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffe100;
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .header-menu-top .login::before {
    width: 8px;
    height: 8px;
  }
}
.header-menu-top > ul {
  width: calc(100% / 2 - 20px);
}
@media only screen and (max-width: 767px) {
  .header-menu-top > ul {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header-menu-top > ul:not(:first-child) {
    margin-top: 1em;
  }
}
.header-menu-top > ul > li {
  font-size: 26px;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media only screen and (max-width: 767px) {
  .header-menu-top > ul > li {
    font-size: 18px;
  }
}
.header-menu-top > ul > li:not(:first-child) {
  margin-top: 1em;
}
.header-menu-top > ul > li > p {
  font-size: 14px;
}
.header-menu-top > ul > li > p + ul {
  font-size: inherit;
}
.header-menu-top > ul > li ul {
  margin-top: 1em;
  margin-left: 1em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .header-menu-top > ul > li ul {
    font-size: 14px;
  }
}
.header-menu-top > ul > li li:not(:first-child) {
  margin-top: 1em;
}
.header-menu-top > ul > li li a[target="_blank"] > span {
  padding-right: 1em;
  background-size: 0.6em;
  background-position: right bottom 0.4em;
}
.header-menu-btm {
  margin-top: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .header-menu-btm {
    margin-top: 50px;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 425px) {
  .header-menu-btm {
    position: relative;
  }
}
.header-menu-btm .sns {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header-menu-btm .sns {
    margin-bottom: -22px;
  }
}
@media only screen and (max-width: 425px) {
  .header-menu-btm .sns {
    width: 135px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header-menu-btm .sns li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .header-menu-btm .sns li:not(:last-child) {
    margin-right: 15px;
  }
}
.header-menu-btm .sns li a {
  width: 25px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-menu-btm .sns li a {
    width: 22px;
  }
}
.header-menu-btm .sns li img {
  width: 100%;
}
.header-menu-btm .logo {
  width: min(12vw, 197px);
}
@media only screen and (max-width: 1100px) {
  .header-menu-btm .logo {
    width: 200px;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .header-menu-btm .logo {
    width: min(29vw, 150px);
  }
}
.header-menu-btm .logo a {
  display: block;
}
.header-menu-btm .link {
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .header-menu-btm .link {
    flex: 1;
    margin-top: 0;
    flex-direction: column;
  }
}
.header-menu-btm .link li {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .header-menu-btm .link li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .header-menu-btm .link li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.header-menu-btm .link li a {
  font-size: min(1.5vw, 14px);
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .header-menu-btm .link li a {
    margin-right: 20px;
    font-size: clamp(11px, 2vw, 14px);
  }
}
@media (hover: hover) {
  .header-menu-btm .link li a:hover > span,
  .header-menu-btm .link li a:focus > span {
    border-bottom: 1px solid;
  }
}
.header-menu-btm .link li a[target="_blank"] > span {
  padding-right: 0.75em;
  background-image: url("/assets/image/icon/clone.svg");
  background-repeat: no-repeat;
  background-size: 0.5em;
  background-position: right bottom 0.4em;
}
.header-menu-btm .link li img {
  margin-left: 5px;
}
.header-bg {
  height: 100vh;
  min-width: 100vw;
  display: block;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
  cursor: pointer;
  z-index: -1;
}
.header-bar {
  width: 100%;
  padding-top: 2px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  top: -2px;
  left: 0;
  z-index: 50;
}
@media only screen and (min-width: 767px) {
  .header-bar {
    transform: translateY(-50px);
    transition: transform 0.6s;
  }
}
@media only screen and (max-width: 1100px) {
  .header-bar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .header-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-bar ul {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-bar .logo {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .header-bar .logo {
    margin-right: 0;
  }
}
.header-bar .logo a {
  display: inline-block;
}
@media (hover: hover) {
  .header-bar .logo a:hover img,
  .header-bar .logo a:focus img {
    filter: invert(0.5);
  }
}
.header-bar .logo img {
  transition: all 0.3s;
}
.header-bar .logo img {
  width: 130px;
  margin-top: 5px;
}
.header-bar .btn {
  margin-left: 10px;
}
.header-bar .btn a {
  width: 85px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: calc(22px - 1px * 2);
  text-align: center;
  border: 1px solid #000;
  background-color: #000;
  display: inline-block;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .header-bar .btn a:hover,
  .header-bar .btn a:focus {
    color: #000;
    background-color: transparent;
  }
}
.header-bar--login {
  transform: translateY(0);
}
.header-bar--login ul {
  justify-content: flex-end;
}
.header-bar--login li {
  font-size: 0.9em;
}
.header-bar--login li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .header-bar--login li:not(:last-child) {
    margin-right: 15px;
  }
}
.header-bar--login li.user {
  flex: 1;
}
.header-bar--login li.user a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-bar--login li.user a span {
  max-height: 45px;
  padding: 5px 0;
  line-height: 1.3;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  word-break: break-all;
}
.header-bar--login a {
  display: block;
}
.header-bar--login a span {
  margin-left: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
  transform: translateY(-2px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .header-bar--login a span {
    margin-left: 7px;
  }
}
@media (hover: hover) {
  .header-bar--login a:hover span,
  .header-bar--login a:focus span {
    text-decoration: none;
  }
}
@media only screen and (min-width: 767px) {
  .header-bar--login + .header-inner {
    margin-top: 35px;
  }
}
.header.is-open .header-toggle span:nth-child(1) {
  top: calc(50% - 4px / 2);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .header.is-open .header-toggle span:nth-child(1) {
    top: calc(50% - 3px / 2);
  }
}
.header.is-open .header-toggle span:nth-child(2) {
  top: calc(50% - 4px / 2);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .header.is-open .header-toggle span:nth-child(2) {
    top: calc(50% - 3px / 2);
  }
}
.header.is-open .header-toggle span:nth-child(3) {
  top: calc(50% - 4px / 2);
  bottom: auto;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .header.is-open .header-toggle span:nth-child(3) {
    top: calc(50% - 3px / 2);
  }
}
.header.is-open .header-menu {
  transform: translateX(0%);
  visibility: visible;
}
.header.is-open .header-bg {
  opacity: 1;
  z-index: 99;
}
.footer {
  background-color: #ffe100;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: -30px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    width: 80vw;
    margin-left: auto;
    padding: 45px 30px calc(60px + 20px) 40px;
    color: #fff;
    border-radius: 60px 0 0 0;
    background-color: #000;
  }
}
@media only screen and (max-width: 767px) and (max-width: 450px) {
  .footer-inner {
    width: 95vw;
    max-width: 330px;
  }
}
.footer-top {
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  .footer-top {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 0;
  }
}
.footer-logo {
  width: 280px;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .footer-logo {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    display: none;
  }
}
.footer-nav {
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-nav ul {
  margin-left: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .footer-nav ul {
    width: 607px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .footer-nav ul {
    width: 376px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav ul {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-nav li {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 767px) {
  .footer-nav li {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer-nav li:not(:last-child) {
  margin-right: 1.5em;
}
@media only screen and (max-width: 767px) {
  .footer-nav li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav li {
    font-size: 14px;
  }
  .footer-nav li:not(:last-child) {
    margin-bottom: 18px;
  }
}
.footer-nav li a {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-nav li a {
    color: #fff;
  }
}
.footer-nav li a[target="_blank"]::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  bottom: -0.1em;
}
@media (hover: hover) {
  .footer-nav li a:hover,
  .footer-nav li a:focus {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.footer-bottom {
  height: 70px;
  padding: 20px 35px 20px 50px;
  color: #fff;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .footer-bottom {
    padding: 20px 15px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    height: auto;
    padding: 0;
    background-color: transparent;
    display: block;
  }
}
.footer-bottom-logo {
  width: 200px;
}
@media only screen and (max-width: 1100px) {
  .footer-bottom-logo {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom-logo {
    margin: 30px 0 25px;
  }
}
.footer-bottom-logo a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer-bottom-logo a:hover,
  .footer-bottom-logo a:focus {
    opacity: 0.7;
  }
}
.footer-bottom-logo img {
  width: 100%;
}
.footer-bottom-copyright {
  line-height: 1.2;
  font-family: 'acumin-pro-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1100px) {
  .footer-bottom-copyright {
    font-size: 12px;
  }
}
.footer .btn_menu {
  width: 100%;
  height: 60px;
  border-top: 1px solid #e0e0e0;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.3);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media only screen and (min-width: 767px) {
  .footer .btn_menu {
    display: none;
  }
}
.footer .btn_menu ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.footer .btn_menu li {
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  position: relative;
}
.footer .btn_menu li > button,
.footer .btn_menu li > a {
  width: 100%;
  height: 100%;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  tap-highlight-color: rgba(0,0,0,0.15);
  -webkit-tap-highlight-color: rgba(0,0,0,0.15);
  transition: filter 0.3s;
}
.footer .btn_menu li > button span,
.footer .btn_menu li > a span {
  width: 100%;
  text-align: center;
  display: block;
}
.footer .btn_menu li figure {
  width: 100%;
  height: 25px;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .btn_menu li figure[data-index="1"] {
  background-image: url("/assets/image/icon/keiki_5.svg");
  background-position: top left 49%;
  background-size: 26px;
}
.footer .btn_menu li figure[data-index="2"] {
  background-image: url("/assets/image/icon/keiki_4.svg");
  background-position: top 2.5px center;
  background-size: 21px;
}
.footer .btn_menu li figure[data-index="3"] {
  background-image: url("/assets/image/icon/keiki_3.svg");
  background-position: top 2.5px center;
  background-size: 21px;
}
.footer .btn_menu li figure[data-index="4"] {
  background-image: url("/assets/image/icon/keiki_2.svg");
  background-position: left 51% top 2px;
  background-size: 26px;
}
.footer .btn_menu li figure[data-index="5"] {
  background-image: url("/assets/image/icon/keiki_1.svg");
  background-position: left 53% top 2px;
  background-size: 28px;
}
.footer .btn_menu.is-hitokoto li > a:not(.is-active) {
  filter: contrast(0.3) brightness(1.4);
  pointer-events: none;
}
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    bottom: 60px;
  }
}
#pagetop a {
  width: 70px;
  height: 70px;
  border: 1px solid;
  background-color: #000;
  display: block;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  #pagetop a {
    width: 50px;
    height: 50px;
    border-color: #e0e0e0;
    border-bottom: none;
    background-color: #fafafa;
  }
}
#pagetop a::before,
#pagetop a::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  #pagetop a::before,
  #pagetop a::after {
    width: 15px;
    background-color: #000;
  }
}
#pagetop a::before {
  transform: translate(calc(-50% - 6.5px), -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #pagetop a::before {
    transform: translate(calc(-50% - 5px), -50%) rotate(-45deg);
  }
}
#pagetop a::after {
  transform: translate(calc(-50% + 6.5px), -50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #pagetop a::after {
    transform: translate(calc(-50% + 5px), -50%) rotate(45deg);
  }
}
@media (hover: hover) {
  #pagetop a:hover,
  #pagetop a:focus {
    background-color: #fafafa;
  }
  #pagetop a:hover::before,
  #pagetop a:focus::before,
  #pagetop a:hover::after,
  #pagetop a:focus::after {
    background-color: #000;
  }
}
.tb-plus.open {
  overflow: hidden;
}
.tb-plus.open .tb-plus-inner {
  position: relative;
}
.tb-plus.open .tb-plus-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 0.6s;
  z-index: 45;
}
.tb-plus.open .tb-plus-inner .tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.tb-plus.open .tb-plus-inner .tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span:nth-child(2) {
  width: 0;
}
.tb-plus.open .tb-plus-inner .tb-plus-header .header-inner .nav-toggle .nav-toggle-inner span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
.tb-plus.open .tb-plus-inner .gloval .overlay {
  visibility: visible;
}
.tb-plus.open .tb-plus-inner .gloval-nav {
  transform: translateX(0%);
  visibility: visible;
}
.gloval .overlay {
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  min-width: 100vw;
  display: block;
  z-index: 55;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 0.6s;
}
.gloval-nav {
  background-color: #fff;
  border-radius: 240px 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  transform: translateX(100%);
  visibility: hidden;
  width: 76%;
  margin-left: auto;
  transition: transform 0.6s, visibility 0.6s;
  height: 100%;
  box-sizing: border-box;
}
.gloval-nav * {
  box-sizing: border-box;
}
.gloval-nav a:hover {
  opacity: 0.7;
  transition: opacity 0.6s;
}
@media only screen and (max-width: 767px) {
  .gloval-nav {
    width: 100%;
    border-radius: 110px 0 0 0;
  }
}
.gloval-nav .gloval-nav-inner {
  padding: 150px 160px 40px 135px;
  padding: 100px 10% 3% 12%;
  position: relative;
  margin: 50px 0 0 25px;
  height: 80%;
  overflow-y: auto;
  padding-top: 60px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gloval-nav .gloval-nav-inner::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner {
    margin-top: 60px;
    padding: 65px 40px 40px 10px;
  }
}
.gloval-nav .gloval-nav-inner .nav {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-top {
    order: 1;
  }
}
.gloval-nav .gloval-nav-inner .nav .nav-top .nav-top-item:not(:first-child) {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-top .nav-top-item:not(:first-child) {
    margin-top: 20px;
  }
}
.gloval-nav .gloval-nav-inner .nav .nav-top .nav-top-item .nav-top-item-main {
  font-size: min(2vw, 26px);
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-top .nav-top-item .nav-top-item-main {
    font-size: 18px;
  }
}
.gloval-nav .gloval-nav-inner .nav .nav-top .nav-top-item .nav-top-inner {
  margin-left: 35px;
  margin-top: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-top .nav-top-item .nav-top-inner {
    margin-left: 25px;
  }
}
.gloval-nav .gloval-nav-inner .nav .nav-top .nav-top-item .nav-top-inner .nav-top-item-sub {
  display: block;
  font-size: min(1.8vw, 18px);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-top .nav-top-item .nav-top-inner .nav-top-item-sub {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-bottom {
    order: 3;
  }
}
.gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item:nth-child(1) a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item:nth-child(3) a {
    padding-right: 0;
  }
}
.gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item a {
  font-size: min(1.6vw, 26px);
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item a {
    font-size: 14px;
  }
}
.gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item a img {
  margin-left: 10px;
}
.gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item-blank a {
  position: relative;
}
.gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item-blank span {
  font-weight: bold;
  position: relative;
}
.gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item-blank span:last-child img {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: -13px;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .nav .nav-bottom .nav-bottom-item-blank span:last-child img {
    top: 52%;
  }
}
.gloval-nav .gloval-nav-inner .our-service {
  position: absolute;
  top: 150px;
  top: 0;
  left: 52%;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .our-service {
    position: initial;
    order: 2;
    margin-top: 20px;
  }
}
.gloval-nav .gloval-nav-inner .our-service-heading {
  font-size: min(2vw, 26px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .our-service-heading {
    font-size: 18px;
    position: relative;
  }
  .gloval-nav .gloval-nav-inner .our-service-heading:before,
  .gloval-nav .gloval-nav-inner .our-service-heading:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #000;
    right: 0;
  }
  .gloval-nav .gloval-nav-inner .our-service-heading:before {
    top: 48%;
    transform: rotate(0deg);
  }
  .gloval-nav .gloval-nav-inner .our-service-heading:after {
    top: 48%;
    transform: rotate(90deg);
  }
}
.gloval-nav .gloval-nav-inner .our-service-heading.close:after {
  transform: rotate(0deg);
}
.gloval-nav .gloval-nav-inner .our-service-list {
  margin: 35px 0 0 min(2.5vw, 35px);
  display: block;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .our-service-list {
    margin: 20px 0 0 min(2.5vw, 35px);
    display: none;
  }
}
.gloval-nav .gloval-nav-inner .our-service-list.accordion-open {
  display: block;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .our-service-list.accordion-open {
    display: block;
  }
}
.gloval-nav .gloval-nav-inner .our-service-list .our-service-list-item:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .our-service-list .our-service-list-item:not(:first-child) {
    margin-top: 20px;
  }
}
.gloval-nav .gloval-nav-inner .our-service-list .our-service-list-item a {
  font-size: min(1.8vw, 18px);
  letter-spacing: 0.05em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .gloval-nav-inner .our-service-list .our-service-list-item a {
    font-size: 14px;
  }
}
.gloval-nav .gloval-nav-inner .our-service-list .our-service-list-item a span {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("/assets/image/arrow-icon.svg");
  margin-left: 10px;
}
.gloval-nav .global-footer {
  margin-top: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .gloval-nav .global-footer {
    border-top: 1px solid #c6c6c6;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gloval-nav .global-footer {
    margin-top: 50px;
    align-items: flex-end;
  }
}
.gloval-nav .global-footer .global-footer-sns {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .global-footer .global-footer-sns {
    margin-bottom: -15px;
  }
}
.gloval-nav .global-footer .global-footer-sns .global-footer-sns-item:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .global-footer .global-footer-sns .global-footer-sns-item:not(:last-child) {
    margin-right: 10px;
  }
}
.gloval-nav .global-footer .global-footer-sns .global-footer-sns-item a {
  width: 25px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .gloval-nav .global-footer .global-footer-sns .global-footer-sns-item a {
    width: 20px;
  }
}
.gloval-nav .global-footer .global-footer-sns .global-footer-sns-item img {
  width: 100%;
}
.gloval-nav .global-footer .global-footer-logo {
  width: min(12vw, 197px);
}
@media only screen and (max-width: 1100px) {
  .gloval-nav .global-footer .global-footer-logo {
    width: 200px;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .gloval-nav .global-footer .global-footer-logo {
    width: min(29vw, 212px);
  }
}
.gloval-nav .global-footer .global-footer-list {
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .gloval-nav .global-footer .global-footer-list {
    flex: 1;
    margin-top: 0;
    flex-direction: column;
  }
}
.gloval-nav .global-footer .global-footer-list .global-footer-list-item {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 1100px) {
  .gloval-nav .global-footer .global-footer-list .global-footer-list-item {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .gloval-nav .global-footer .global-footer-list .global-footer-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.gloval-nav .global-footer .global-footer-list .global-footer-list-item a {
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-size: min(1.5vw, 14px);
}
@media only screen and (max-width: 767px) {
  .gloval-nav .global-footer .global-footer-list .global-footer-list-item a {
    margin-right: 20px;
    font-size: clamp(11px, 2vw, 14px);
  }
}
.gloval-nav .global-footer .global-footer-list .global-footer-list-item a img {
  margin-left: 5px;
}
.tb-plus-maintenance {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .tb-plus-maintenance {
    padding-top: 50px;
  }
}
.tb-plus-maintenance .tb-plus-maintenance-contents {
  padding-top: 80px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .tb-plus-maintenance .tb-plus-maintenance-contents {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}
.tb-plus-maintenance .maintenance .maintenance-block {
  line-height: 1.5;
  text-align: center;
}
.tb-plus-maintenance .maintenance .maintenance-block:not(:last-child) {
  margin-bottom: 50px;
}
.tb-plus-maintenance .maintenance .maintenance-block p + p {
  margin-top: 0.75em;
}
@media only screen and (max-width: 767px) {
  .tb-plus-maintenance .maintenance .maintenance-block p + p {
    margin-top: 0;
  }
}
.tb-plus-maintenance .maintenance .maintenance-logo figure {
  max-width: 430px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.tb-plus-maintenance .maintenance .maintenance-logo img {
  width: 100%;
}
.tb-plus-maintenance .maintenance .maintenance-main {
  font-size: 1.25em;
}
.tb-plus-maintenance .maintenance .maintenance-main dl {
  margin-top: 0.75em;
  color: #fc3434;
}
@media only screen and (max-width: 767px) {
  .tb-plus-maintenance .maintenance .maintenance-main dl {
    margin-top: 0;
  }
}
.tb-plus-maintenance .maintenance .maintenance-main dl dd {
  margin-top: 0.75em;
}
@media only screen and (max-width: 767px) {
  .tb-plus-maintenance .maintenance .maintenance-main dl dd {
    margin-top: 0;
  }
}
@-moz-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes ScaleAni {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes ScaleAni {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-o-keyframes ScaleAni {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes ScaleAni {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.details-contents {
  margin-bottom: 50px;
  background-color: #fafafa;
}
.details-contents-inner + .related {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .details-contents-inner + .related {
    margin-top: 60px;
  }
}
.details-contents--news {
  margin-top: 50px;
  margin-bottom: 100px;
}
.details-contents--news > .details-contents-inner {
  margin-bottom: 100px;
}
.edit_area * {
  word-break: break-word;
}
.edit_area h2 > *,
.edit_area h3 > *,
.edit_area h4 > * {
  display: inline-block;
}
.edit_area h2 > *:last-child,
.edit_area h3 > *:last-child,
.edit_area h4 > *:last-child {
  margin-bottom: 1em;
}
.edit_area h2 span {
  font-size: 30px !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
  .edit_area h2 span {
    font-size: 26px !important;
  }
}
.edit_area h3 span {
  font-size: 24px !important;
  line-height: 1.33 !important;
}
@media only screen and (max-width: 767px) {
  .edit_area h3 span {
    font-size: 23px !important;
  }
}
.edit_area h4 {
  padding: 0;
  border-left: none !important;
}
.edit_area h4 > * {
  padding: 0.4em 0;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.3125 !important;
}
.edit_area h4 > *:first-child {
  padding-left: 1em;
  border-left: 5px solid;
}
.edit_area .ttl_series_sp {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .edit_area .ttl_series_sp {
    margin-bottom: 50px;
  }
}
.edit_area .ttl_series_sp span {
  font-size: 48px;
  padding-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
  background-image: url("/assets/image/scope/top-ttl_border.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 330px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .edit_area .ttl_series_sp span {
    padding-bottom: 25px;
    font-size: 30px;
    background-size: 240px;
  }
}
.edit_area p {
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .edit_area p {
    font-size: 14px;
  }
}
.edit_area .ft10 {
  font-size: 10px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft10 {
    font-size: 8px;
  }
}
.edit_area .ft11 {
  font-size: 11px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft11 {
    font-size: 9px;
  }
}
.edit_area .ft12 {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft12 {
    font-size: 9px;
  }
}
.edit_area .ft13 {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft13 {
    font-size: 10px;
  }
}
.edit_area .ft14 {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft14 {
    font-size: 11px;
  }
}
.edit_area .ft15 {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft15 {
    font-size: 12px;
  }
}
.edit_area .ft16 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft16 {
    font-size: 12px;
  }
}
.edit_area .ft17 {
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft17 {
    font-size: 13px;
  }
}
.edit_area .ft18 {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft18 {
    font-size: 14px;
  }
}
.edit_area .ft19 {
  font-size: 19px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft19 {
    font-size: 15px;
  }
}
.edit_area .ft20 {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft20 {
    font-size: 15px;
  }
}
.edit_area .ft21 {
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft21 {
    font-size: 16px;
  }
}
.edit_area .ft22 {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft22 {
    font-size: 17px;
  }
}
.edit_area .ft23 {
  font-size: 23px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft23 {
    font-size: 18px;
  }
}
.edit_area .ft24 {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft24 {
    font-size: 18px;
  }
}
.edit_area .ft25 {
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft25 {
    font-size: 19px;
  }
}
.edit_area .ft26 {
  font-size: 26px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft26 {
    font-size: 20px;
  }
}
.edit_area .ft27 {
  font-size: 27px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft27 {
    font-size: 21px;
  }
}
.edit_area .ft28 {
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft28 {
    font-size: 21px;
  }
}
.edit_area .ft29 {
  font-size: 29px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft29 {
    font-size: 22px;
  }
}
.edit_area .ft30 {
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft30 {
    font-size: 23px;
  }
}
.edit_area .ft31 {
  font-size: 31px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft31 {
    font-size: 24px;
  }
}
.edit_area .ft32 {
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft32 {
    font-size: 24px;
  }
}
.edit_area .ft33 {
  font-size: 33px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft33 {
    font-size: 25px;
  }
}
.edit_area .ft34 {
  font-size: 34px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft34 {
    font-size: 26px;
  }
}
.edit_area .ft35 {
  font-size: 35px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft35 {
    font-size: 27px;
  }
}
.edit_area .ft36 {
  font-size: 36px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft36 {
    font-size: 27px;
  }
}
.edit_area .ft37 {
  font-size: 37px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft37 {
    font-size: 28px;
  }
}
.edit_area .ft38 {
  font-size: 38px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft38 {
    font-size: 29px;
  }
}
.edit_area .ft39 {
  font-size: 39px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft39 {
    font-size: 30px;
  }
}
.edit_area .ft40 {
  font-size: 40px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft40 {
    font-size: 30px;
  }
}
.edit_area .ft41 {
  font-size: 41px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft41 {
    font-size: 31px;
  }
}
.edit_area .ft42 {
  font-size: 42px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft42 {
    font-size: 32px;
  }
}
.edit_area .ft43 {
  font-size: 43px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft43 {
    font-size: 33px;
  }
}
.edit_area .ft44 {
  font-size: 44px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft44 {
    font-size: 33px;
  }
}
.edit_area .ft45 {
  font-size: 45px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft45 {
    font-size: 34px;
  }
}
.edit_area .ft46 {
  font-size: 46px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft46 {
    font-size: 35px;
  }
}
.edit_area .ft47 {
  font-size: 47px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft47 {
    font-size: 36px;
  }
}
.edit_area .ft48 {
  font-size: 48px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft48 {
    font-size: 36px;
  }
}
.edit_area .ft49 {
  font-size: 49px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft49 {
    font-size: 37px;
  }
}
.edit_area .ft50 {
  font-size: 50px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft50 {
    font-size: 38px;
  }
}
.edit_area .ft51 {
  font-size: 51px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft51 {
    font-size: 39px;
  }
}
.edit_area .ft52 {
  font-size: 52px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft52 {
    font-size: 39px;
  }
}
.edit_area .ft53 {
  font-size: 53px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft53 {
    font-size: 40px;
  }
}
.edit_area .ft54 {
  font-size: 54px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft54 {
    font-size: 41px;
  }
}
.edit_area .ft55 {
  font-size: 55px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft55 {
    font-size: 42px;
  }
}
.edit_area .ft56 {
  font-size: 56px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft56 {
    font-size: 42px;
  }
}
.edit_area .ft57 {
  font-size: 57px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft57 {
    font-size: 43px;
  }
}
.edit_area .ft58 {
  font-size: 58px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft58 {
    font-size: 44px;
  }
}
.edit_area .ft59 {
  font-size: 59px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft59 {
    font-size: 45px;
  }
}
.edit_area .ft60 {
  font-size: 60px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft60 {
    font-size: 45px;
  }
}
.edit_area .ft61 {
  font-size: 61px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft61 {
    font-size: 46px;
  }
}
.edit_area .ft62 {
  font-size: 62px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft62 {
    font-size: 47px;
  }
}
.edit_area .ft63 {
  font-size: 63px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft63 {
    font-size: 48px;
  }
}
.edit_area .ft64 {
  font-size: 64px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft64 {
    font-size: 48px;
  }
}
.edit_area .ft65 {
  font-size: 65px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft65 {
    font-size: 49px;
  }
}
.edit_area .ft66 {
  font-size: 66px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft66 {
    font-size: 50px;
  }
}
.edit_area .ft67 {
  font-size: 67px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft67 {
    font-size: 51px;
  }
}
.edit_area .ft68 {
  font-size: 68px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft68 {
    font-size: 51px;
  }
}
.edit_area .ft69 {
  font-size: 69px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft69 {
    font-size: 52px;
  }
}
.edit_area .ft70 {
  font-size: 70px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft70 {
    font-size: 53px;
  }
}
.edit_area .ft71 {
  font-size: 71px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft71 {
    font-size: 54px;
  }
}
.edit_area .ft72 {
  font-size: 72px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft72 {
    font-size: 54px;
  }
}
.edit_area .ft73 {
  font-size: 73px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft73 {
    font-size: 55px;
  }
}
.edit_area .ft74 {
  font-size: 74px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft74 {
    font-size: 56px;
  }
}
.edit_area .ft75 {
  font-size: 75px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft75 {
    font-size: 57px;
  }
}
.edit_area .ft76 {
  font-size: 76px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft76 {
    font-size: 57px;
  }
}
.edit_area .ft77 {
  font-size: 77px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft77 {
    font-size: 58px;
  }
}
.edit_area .ft78 {
  font-size: 78px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft78 {
    font-size: 59px;
  }
}
.edit_area .ft79 {
  font-size: 79px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft79 {
    font-size: 60px;
  }
}
.edit_area .ft80 {
  font-size: 80px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft80 {
    font-size: 60px;
  }
}
.edit_area .ft81 {
  font-size: 81px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft81 {
    font-size: 61px;
  }
}
.edit_area .ft82 {
  font-size: 82px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft82 {
    font-size: 62px;
  }
}
.edit_area .ft83 {
  font-size: 83px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft83 {
    font-size: 63px;
  }
}
.edit_area .ft84 {
  font-size: 84px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft84 {
    font-size: 63px;
  }
}
.edit_area .ft85 {
  font-size: 85px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft85 {
    font-size: 64px;
  }
}
.edit_area .ft86 {
  font-size: 86px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft86 {
    font-size: 65px;
  }
}
.edit_area .ft87 {
  font-size: 87px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft87 {
    font-size: 66px;
  }
}
.edit_area .ft88 {
  font-size: 88px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft88 {
    font-size: 66px;
  }
}
.edit_area .ft89 {
  font-size: 89px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft89 {
    font-size: 67px;
  }
}
.edit_area .ft90 {
  font-size: 90px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft90 {
    font-size: 68px;
  }
}
.edit_area .ft91 {
  font-size: 91px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft91 {
    font-size: 69px;
  }
}
.edit_area .ft92 {
  font-size: 92px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft92 {
    font-size: 69px;
  }
}
.edit_area .ft93 {
  font-size: 93px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft93 {
    font-size: 70px;
  }
}
.edit_area .ft94 {
  font-size: 94px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft94 {
    font-size: 71px;
  }
}
.edit_area .ft95 {
  font-size: 95px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft95 {
    font-size: 72px;
  }
}
.edit_area .ft96 {
  font-size: 96px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft96 {
    font-size: 72px;
  }
}
.edit_area .ft97 {
  font-size: 97px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft97 {
    font-size: 73px;
  }
}
.edit_area .ft98 {
  font-size: 98px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft98 {
    font-size: 74px;
  }
}
.edit_area .ft99 {
  font-size: 99px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft99 {
    font-size: 75px;
  }
}
.edit_area .ft100 {
  font-size: 100px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .edit_area .ft100 {
    font-size: 75px;
  }
}
.edit_area .bold {
  font-weight: bold !important;
}
.edit_area .color-red {
  color: #ff1d5b !important;
}
.edit_area .color-blue {
  color: #3097ff !important;
}
.edit_area .color-green {
  color: #6fac58 !important;
}
.edit_area h4 > *.color-red {
  border-left-color: #ff1d5b !important;
}
.edit_area h4 > *.color-blue {
  border-left-color: #3097ff !important;
}
.edit_area h4 > *.color-green {
  border-left-color: #6fac58 !important;
}
.edit_area a {
  color: #006cb8;
}
.edit_area a > span,
.edit_area a > em {
  line-height: 1;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .edit_area a > span:not(.uline):not(.hash),
  .edit_area a > em:not(.uline):not(.hash) {
    border-bottom: 1px solid #006cb8;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area a:hover > span,
  .edit_area a:hover > em {
    border-bottom: 1px solid #006cb8;
  }
}
.edit_area a[target="_blank"] > span:last-child::after,
.edit_area a[target="_blank"] > em:last-child::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  font-size: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0.08em;
}
.edit_area .spacer {
  padding-top: 70px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .edit_area .spacer {
    padding-top: 40px;
  }
}
.edit_area .side-block {
  width: 100%;
  overflow: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .side-block {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.edit_area .side-block figure {
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
  margin-bottom: 10px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .edit_area .side-block figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
    float: none;
  }
}
.edit_area .side-block > * {
  margin-top: 0;
}
@media only screen and (min-width: 767px) {
  .edit_area .side-block > *:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .side-block > *:not(:first-child) {
    margin-top: 50px;
  }
}
.edit_area .side-block > * > .editor-paragraph {
  margin-top: 0;
}
.edit_area .side-block p {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .edit_area .side-block p {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .side-block.side-block-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.edit_area .side-block.side-block-reverse figure {
  margin-right: 0;
  margin-left: 40px;
  float: right;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .edit_area .side-block.side-block-reverse figure {
    margin-left: 0;
    margin-bottom: 0;
    float: none;
  }
}
.edit_area .images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .images {
    margin-bottom: 50px;
  }
}
.edit_area .images > figure {
  width: calc(100% / 2 - 20px);
}
@media only screen and (max-width: 767px) {
  .edit_area .images > figure {
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .images > figure {
    width: calc(100% / 2 - 5px);
  }
}
.edit_area .images > figure:nth-child(2n) {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .edit_area .images > figure:nth-child(2n) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .images > figure:nth-child(2n) {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area .images > figure:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .images.images-side-sp {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .images.images-side-sp > figure {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .images.images-side-sp > figure:nth-child(2n) {
    margin-left: 0;
  }
}
.edit_area .images.images-side-sp > figure:not(:first-child) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .images.images-side-sp > figure:not(:first-child) {
    margin-top: 50px;
  }
}
.edit_area .texts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .texts {
    margin-bottom: 50px;
  }
}
.edit_area .texts > * {
  width: calc(100% / 2 - 20px);
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .edit_area .texts > * {
    width: 100%;
  }
}
.edit_area .texts > *:nth-child(2n) {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .edit_area .texts > *:nth-child(2n) {
    margin-left: 0;
  }
}
.edit_area .texts > *:nth-child(n+3) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .texts > *:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .texts > *:not(:first-child) {
    margin-top: 50px;
  }
}
.edit_area .column_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .column_area {
    margin-bottom: 50px;
  }
}
.edit_area .column_area--2 > * {
  width: calc(100% / 2 - 20px / 2) !important;
  margin-top: 0;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .edit_area .column_area--2-pc {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area .column_area--2-pc > * {
    width: calc(100% / 2 - 20px / 2) !important;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .column_area--2-pc > *:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area .column_area--2-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .column_area--2-sp > * {
    width: calc(100% / 2 - 20px / 2) !important;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area .column_area--2-sp > *:not(:last-child) {
    margin-bottom: 60px;
  }
}
.edit_area .column_area--3 > * {
  width: calc(100% / 3 - 20px * 2 / 3) !important;
  margin-top: 0;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .edit_area .column_area--3-pc {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area .column_area--3-pc > * {
    width: calc(100% / 3 - 20px * 2 / 3) !important;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .column_area--3-pc > *:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area .column_area--3-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .column_area--3-sp > * {
    width: calc(100% / 3 - 20px * 2 / 3) !important;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area .column_area--3-sp > *:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .text-target-pc {
    display: none !important;
  }
}
@media not screen and (max-width: 767px) {
  .edit_area .text-target-sp {
    display: none !important;
  }
}
@media not screen and (max-width: 375px) {
  .edit_area .text-target-xsm {
    display: none !important;
  }
}
.edit_area .text-element {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .text-element {
    margin-bottom: 50px;
  }
}
.edit_area .text-element .editor-paragraph {
  margin-top: 0;
}
.edit_area .text-element.bg {
  padding: 25px 50px;
}
@media only screen and (max-width: 767px) {
  .edit_area .text-element.bg {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .text-element.bg {
    padding: 20px;
  }
}
.edit_area .text-element.line {
  padding: 50px;
  border: 1px solid;
}
@media only screen and (max-width: 767px) {
  .edit_area .text-element.line {
    padding: 25px;
  }
}
.edit_area .images-box {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .images-box {
    margin-bottom: 50px;
  }
}
.edit_area .images-box figure {
  margin-left: auto;
  margin-right: auto;
}
.edit_area .images-box > a {
  display: block;
}
.edit_area .images-box > a figure {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.edit_area .images-box > a figure::after {
  content: '';
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  box-shadow: -2px 2px 0 #ccc;
  background-color: #fff;
  background-size: 30%;
  background-repeat: no-repeat;
  background-image: url("/assets/image/arrow-down.svg");
  background-position: center;
  right: 10px;
  bottom: 11px;
  transform: rotate(-90deg);
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .edit_area .images-box > a figure::after {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .images-box > a figure::after {
    box-shadow: -1px 1px 0 #ccc;
    right: 6px;
    bottom: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .images-box > a figure::after {
    width: 20px;
    height: 20px;
    right: 4px;
    bottom: 4px;
  }
}
.edit_area .images-box > a img {
  width: 100%;
  transition: all 0.3s;
}
.edit_area .images-box > a[href^="#"] figure::after {
  box-shadow: 2px 2px 0 #ccc;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .edit_area .images-box > a[href^="#"] figure::after {
    box-shadow: 1px 1px 0 #ccc;
  }
}
.edit_area .images-box > a[target="_blank"] figure::after {
  background-image: url("/assets/image/arrow-icon.svg");
  box-shadow: 2px 2px 0 #ccc;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .edit_area .images-box > a[target="_blank"] figure::after {
    box-shadow: 1px 1px 0 #ccc;
  }
}
.edit_area .images-box > a.ico-none figure::after {
  content: none !important;
}
@media (hover: hover) {
  .edit_area .images-box > a:hover img,
  .edit_area .images-box > a:focus img {
    transform: scale(1.1);
  }
}
.edit_area .video_box {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .video_box {
    margin-bottom: 50px;
  }
}
.edit_area .video_box-ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .edit_area .video_box-ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.edit_area .video_box > figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.edit_area .video_box > figure iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.edit_area .video_box > a {
  display: block;
}
.edit_area .video_box > a figure {
  position: relative;
}
.edit_area .video_box > a figure::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  background-image: url("/assets/image/video-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s;
}
.edit_area .video_box > a figure img {
  width: 100%;
}
@media (hover: hover) {
  .edit_area .video_box > a:hover,
  .edit_area .video_box > a:focus {
    text-decoration: none;
  }
  .edit_area .video_box > a:hover > *::after,
  .edit_area .video_box > a:focus > *::after {
    content: none;
  }
  .edit_area .video_box > a:hover figure::after,
  .edit_area .video_box > a:focus figure::after {
    background-color: rgba(0,0,0,0.1);
  }
}
.edit_area .caption {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .edit_area .caption {
    font-size: 12px;
  }
}
.edit_area .caption .text-element {
  margin-bottom: 0;
}
.edit_area .caption p {
  font-size: inherit;
  line-height: inherit;
}
.edit_area .table_area {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .table_area {
    margin-bottom: 50px;
  }
}
.edit_area .table_area .text-element {
  margin-bottom: 0;
}
.edit_area .table_area-inner {
  overflow-x: auto;
  cursor: pointer;
}
.edit_area .table_area-inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.edit_area .table_area-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}
.edit_area .table_area-inner table {
  margin-bottom: 15px;
  cursor: auto;
}
.edit_area .table_area-ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .edit_area .table_area-ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.edit_area .table_area-notes {
  margin-top: 20px;
  font-size: 0.75em;
  font-weight: 400;
  text-align: left;
  caption-side: bottom;
}
.edit_area .table_area table {
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 1120px) {
  .edit_area .table_area table:not([width]) {
    width: 1040px;
  }
}
.edit_area .table_area table[width="0"] .table_area-notes {
  display: block;
}
.edit_area .table_area table th,
.edit_area .table_area table td {
  padding: 20px;
  border: 1px solid #ddd;
}
.edit_area .table_area table th.y-center,
.edit_area .table_area table td.y-center {
  vertical-align: middle !important;
}
.edit_area .table_area table th.y-bottom,
.edit_area .table_area table td.y-bottom {
  vertical-align: bottom !important;
}
.edit_area .table_area table th.y-top,
.edit_area .table_area table td.y-top {
  vertical-align: top !important;
}
.edit_area .table_area table th {
  background-color: #f4f4f4;
}
.edit_area .table_area table thead th,
.edit_area .table_area table thead td {
  padding: 35px 20px;
}
.edit_area .table_area table tbody.y-center th,
.edit_area .table_area table tbody.y-center td {
  vertical-align: middle;
}
.edit_area .table_area table tbody.y-bottom th,
.edit_area .table_area table tbody.y-bottom td {
  vertical-align: bottom;
}
.edit_area .table_area table tbody.y-top th,
.edit_area .table_area table tbody.y-top td {
  vertical-align: top;
}
.edit_area .slider_area {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .slider_area {
    margin-bottom: 50px;
  }
}
.edit_area .slider_area .images-box {
  height: 0;
  margin: 0;
  padding-top: 56.25%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.edit_area .slider_area figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.edit_area .slider_area figure img {
  max-width: initial;
  width: 100%;
}
.edit_area .slider_area-ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .edit_area .slider_area-ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.edit_area .slider_area-main {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 45px !important;
}
.edit_area .slider_area-main .swiper-slide {
  width: 100% !important;
}
.edit_area .slider_area-main .swiper-button {
  top: calc(50% - 40px);
}
.edit_area .slider_area-main .swiper-button::after {
  content: "\e902";
  margin-right: 20%;
  color: #666;
  font-size: 2.5em;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  line-height: 1;
  transition: all 0.3s;
}
.edit_area .slider_area-main .swiper-button-prev {
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .edit_area .slider_area-main .swiper-button-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .slider_area-main .swiper-button-prev {
    left: 5px;
  }
}
.edit_area .slider_area-main .swiper-button-prev::after {
  margin-right: 0;
  margin-left: 20%;
  transform: rotate(180deg);
}
.edit_area .slider_area-main .swiper-button-next {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .edit_area .slider_area-main .swiper-button-next {
    right: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .slider_area-main .swiper-button-next {
    right: 5px;
  }
}
@media (hover: hover) {
  .edit_area .slider_area-main .swiper-button:hover::after,
  .edit_area .slider_area-main .swiper-button:focus::after {
    text-shadow: 0 0 3px #fff;
  }
}
.edit_area .slider_area-main .swiper-pagination {
  width: auto;
  padding: 0.25em 1em;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 100px;
  background-color: #eee;
  display: inline-block;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.edit_area .slider_area-thumb {
  padding-top: 22px !important;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .edit_area .slider_area-thumb {
    display: none;
  }
}
.edit_area .slider_area-thumb .images-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit_area .slider_area-thumb-more {
  padding-top: 20px;
  text-align: center;
}
.edit_area .slider_area-thumb-more span {
  padding-left: 1.5em;
  font-size: 0.9em;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .edit_area .slider_area-thumb-more span:hover,
  .edit_area .slider_area-thumb-more span:focus {
    text-decoration: none;
  }
}
.edit_area .slider_area-thumb-more span::before,
.edit_area .slider_area-thumb-more span::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1.5px solid;
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
}
.edit_area .slider_area-thumb-more span::before {
  transform: rotate(135deg);
}
.edit_area .slider_area-thumb-more span::after {
  transform: rotate(225deg);
}
.edit_area .slider_area-thumb-more.is-show span::before,
.edit_area .slider_area-thumb-more.is-show span::after {
  width: 12px;
  height: 1.5px;
  top: 50%;
}
.edit_area .slider_area-thumb .swiper-wrapper {
  flex-wrap: wrap;
  transform: none !important;
}
.edit_area .slider_area-thumb .swiper-slide {
  height: auto;
  margin-top: 8px;
  position: relative;
  cursor: pointer;
}
.edit_area .slider_area-thumb .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.edit_area .slider_area-thumb .swiper-slide-thumb-active {
  pointer-events: none;
  cursor: default;
}
.edit_area .slider_area-thumb .swiper-slide-thumb-active::after {
  opacity: 0;
}
@media (hover: hover) {
  .edit_area .slider_area-thumb .swiper-slide:hover::after,
  .edit_area .slider_area-thumb .swiper-slide:focus::after {
    opacity: 0;
  }
}
.edit_area .slider_area-thumb:not(.less) .swiper-slide {
  width: calc(100% / 10 - 8px * 9 / 10) !important;
}
.edit_area .slider_area-thumb:not(.less) .swiper-slide:not(:nth-child(10n)) {
  margin-right: 8px;
}
.edit_area .slider_area-thumb.less .swiper-slide {
  width: calc(100% / 5 - 8px * 4 / 5) !important;
}
.edit_area .slider_area-thumb.less .swiper-slide:not(:nth-child(5n)) {
  margin-right: 8px;
}
.edit_area .posts_area {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .posts_area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.edit_area .posts_area-inner {
  position: relative;
  z-index: 1;
}
.edit_area .posts_area-inner::before {
  content: '';
  width: 95vw;
  height: calc(100% - 100px);
  border-radius: 0 100px 100px 0;
  background-color: #ffe100;
  transform: translateX(-50%);
  position: absolute;
  top: 100px;
  left: calc(50% - 5vw / 2);
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .edit_area .posts_area-inner::before {
    width: calc(100vw - 3vw);
    height: calc(100% - 10vw);
    top: 10vw;
    left: calc(50% - 3vw / 2);
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .posts_area-inner::before {
    height: calc(100% - 30vw);
    border-radius: 0 80px 80px 0;
    top: 30vw;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .posts_area-inner::before {
    border-radius: 0 60px 60px 0;
  }
}
.edit_area .posts_area-inner > div:last-child {
  padding-bottom: 40px;
}
.edit_area .posts_area-inner .article_list01 {
  padding-right: 5vw;
}
@media only screen and (max-width: 1100px) {
  .edit_area .posts_area-inner .article_list01 {
    padding-right: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .posts_area-inner .article_list01 {
    max-width: 500px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.edit_area .posts_area-inner .article_list01-item figure {
  border: none;
  border-radius: 0 0 40px 0;
  box-shadow: none;
}
.edit_area .posts_area-inner .article_list01-item .img {
  margin-right: 0;
}
.edit_area .posts_area-inner .article_list01-item .btn_reaction label::after {
  background-color: transparent;
}
.edit_area .posts_area-inner .article_list01-item.series .text {
  min-height: 140px;
  margin-top: -18px;
  padding: 20px 20px 10px;
  border: 2px solid #000;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.edit_area .posts_area-inner .article_list01-item.series .ttl.link {
  margin-top: 0;
  display: block;
}
.edit_area .posts_area-inner .article_list01-item.series .type {
  margin-top: 5px;
  margin-left: auto;
}
.edit_area .posts_area-inner .article_list01-item.series .img {
  margin-bottom: 0;
}
.edit_area .posts_area-inner .article_list01-item.series .img figure {
  border-radius: 40px;
}
.edit_area .posts_area-inner .article_list01-item.series .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.edit_area .posts_area-inner .article_list01-item.series .category,
.edit_area .posts_area-inner .article_list01-item.series .type {
  margin-bottom: 5px;
}
.edit_area .posts_area-inner .article_list01-item.series .category {
  max-width: calc(100% - 76px - 20px);
}
.edit_area .posts_area-inner .article_list01-item.series .type {
  line-height: calc(20px - 1.5px * 2);
  border: 1.5px solid #000;
}
.edit_area .posts_area-inner .article_list01-item.series.is-hover img {
  transform: scale(1.2);
}
.edit_area .posts_area-inner .article_list01-item.series.limited .meta {
  margin-right: 0;
}
.edit_area .posts_area-inner .article_list01-item.series.limited .text::before {
  top: auto;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .edit_area .posts_area-inner .article_list01-item.new:not(:first-child) {
    margin-top: 20px;
  }
}
.edit_area .posts_area.right .posts_area-inner::before {
  border-radius: 100px 0 0 100px;
  transform: translateX(50%);
  left: auto;
  right: calc(50% - 5vw / 2);
}
@media only screen and (max-width: 1100px) {
  .edit_area .posts_area.right .posts_area-inner::before {
    left: auto;
    right: calc(50% - 3vw / 2);
  }
}
@media only screen and (max-width: 767px) {
  .edit_area .posts_area.right .posts_area-inner::before {
    border-radius: 80px 0 0 80px;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .posts_area.right .posts_area-inner::before {
    border-radius: 60px 0 0 60px;
  }
}
.edit_area .posts_area.right .posts_area-inner .article_list01 {
  padding-right: 0;
  padding-left: 5vw;
}
@media only screen and (max-width: 1100px) {
  .edit_area .posts_area.right .posts_area-inner .article_list01 {
    padding-right: 0;
    padding-left: 3vw;
  }
}
.edit_area .staff_box {
  padding: 20px 40px;
  border: 2px solid #000;
  border-radius: 28px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .staff_box {
    margin-bottom: 50px;
    padding: 20px;
    display: block;
  }
}
.edit_area .staff_box figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .edit_area .staff_box figure {
    margin: 0 auto;
  }
}
.edit_area .staff_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edit_area .staff_box .info {
  margin-left: 20px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .edit_area .staff_box .info {
    margin-left: 0;
  }
}
.edit_area .staff_box .name {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .edit_area .staff_box .name {
    font-size: 18px;
  }
}
.edit_area .staff_box .text {
  margin-top: 10px;
  line-height: 2;
}
.edit_area .staff_box .table {
  margin-top: 30px;
  width: 100%;
}
.edit_area .staff_box .table caption {
  text-align: left;
  font-weight: bold;
}
.edit_area .staff_box td {
  padding: 5px 0;
}
.edit_area .staff_box td + td {
  padding-left: 15px;
}
.edit_area .staff_box td:first-child {
  white-space: nowrap;
}
.edit_area .info_box {
  margin-top: 100px;
  border: 2px solid #000;
  border-radius: 28px;
  overflow: hidden;
}
.edit_area .info_box .tit {
  color: #fafafa;
  font-size: 20px;
  background-color: #000;
  padding: 10px 30px;
}
.edit_area .info_box h4 {
  font-size: 20px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .edit_area .info_box h4 {
    font-size: 18px;
  }
}
.edit_area .info_box p {
  margin-top: 15px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .edit_area .info_box p {
    padding-right: 0;
  }
}
.edit_area .info_box strong {
  color: #fc3434;
}
.edit_area .info_box a {
  word-break: break-all;
}
.edit_area .info_box.product-info__02 .product-info-main {
  padding: 30px 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  .edit_area .info_box.product-info__02 .product-info-main {
    padding: 30px 15px 0 15px;
  }
}
.edit_area .info_box.product-info__02 .product-info-main .product-info-inner {
  width: 100%;
}
.edit_area .info_box.product-info__02 .product-info-main:last-child {
  padding-bottom: 30px;
}
.edit_area .interviewer {
  color: #ffe100;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .interviewer {
    margin-bottom: 50px;
  }
}
.edit_area .interviewer > p {
  flex: 1;
  font-size: 20px;
  margin-left: 20px;
}
.edit_area .interviewer .text-element,
.edit_area .interviewer .images-box {
  margin-bottom: 0;
}
.edit_area .person_icon {
  color: #ffe100;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .edit_area .person_icon {
    font-size: 10px;
  }
}
.edit_area .person_icon figure {
  width: 84px;
  height: 84px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .edit_area .person_icon figure {
    width: 62px;
    height: 62px;
  }
}
.edit_area .person_icon img {
  width: 100%;
}
.edit_area .person_icon p {
  width: 6em;
  color: initial;
  margin-top: 3px;
  line-height: 1;
  text-align: center;
  word-break: break-all;
}
@media only screen and (max-width: 375px) {
  .edit_area .person_icon p {
    transform: scale(0.8);
  }
}
.edit_area .person_icon--2 p {
  color: inherit;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff, -2px 1px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, 2px -1px 1px #fff, -1px 2px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, 1px -2px 1px #fff;
  position: static;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 375px) {
  .edit_area .person_icon--2 p {
    transform: translateX(-50%) scale(0.8);
  }
}
.edit_area .member_area {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .member_area {
    margin-bottom: 50px;
  }
}
.edit_area .member_area-item {
  margin-top: 20px;
  padding: 20px 40px;
  border: 2px solid #000;
  border-radius: 28px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .edit_area .member_area-item {
    display: block;
    padding: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .member_area-item {
    padding: 20px 20px 25px;
  }
}
.edit_area .member_area-item > figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .edit_area .member_area-item > figure {
    margin: 0 auto;
  }
}
.edit_area .member_area-item > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edit_area .member_area-item-txt {
  flex: 1;
  margin: 10px 0 10px 20px;
}
@media only screen and (max-width: 767px) {
  .edit_area .member_area-item-txt {
    margin: 30px 0 0;
  }
}
.edit_area .member_area-item-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .edit_area .member_area-item-name {
    font-size: 18px;
  }
}
.edit_area .member_area-item .text-element,
.edit_area .member_area-item .images-box {
  margin-bottom: 0;
}
.edit_area .member_area-note {
  margin: 5px 2px 0;
  line-height: 1.3;
}
.edit_area .member_area-note .text-element,
.edit_area .member_area-note .images-box {
  margin-bottom: 0;
}
.edit_area .member_area-note .editor-paragraph,
.edit_area .member_area-note span {
  line-height: inherit;
}
.edit_area .talk_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .talk_box {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
.edit_area .talk_box > .person_icon {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .edit_area .talk_box > .person_icon {
    padding-right: 10px;
  }
}
.edit_area .talk_box > .person_icon--2 p {
  left: calc(50% - 30px / 2);
}
@media only screen and (max-width: 767px) {
  .edit_area .talk_box > .person_icon--2 p {
    left: calc(50% - 10px / 2);
  }
}
.edit_area .talk_box > .text-element {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .edit_area .talk_box > .text-element {
    margin-top: 10px;
  }
}
.edit_area .talk_box .text-element,
.edit_area .talk_box .images-box {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) {
  .edit_area .talk_box[data-indent="1"] {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 767px) {
  .edit_area .talk_box[data-indent="2"] {
    margin-left: 245px;
  }
}
.edit_area .related_area {
  border: 2px solid #eee;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .related_area {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.edit_area .related_area a {
  color: inherit;
}
.edit_area .related_area a > span {
  line-height: inherit;
}
.edit_area .related_area a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .edit_area .related_area a:hover > span {
    border-bottom: none;
  }
}
.edit_area .related_area > * {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .edit_area .related_area > * {
    flex-direction: column-reverse;
    align-items: baseline;
  }
}
.edit_area .related_area-text {
  flex: 1;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .edit_area .related_area-text {
    padding: 15px 20px 20px;
  }
}
.edit_area .related_area-text .ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .edit_area .related_area-text .ttl {
    font-size: 18px;
  }
}
.edit_area .related_area-text .desc {
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.5;
}
.edit_area .related_area-text .type {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edit_area .related_area-text .type {
    position: absolute;
    top: -22px;
    right: 0;
  }
}
.edit_area .related_area-text .type span {
  min-width: 84px;
  width: auto;
  height: 22px;
  margin-left: auto;
  padding: 0 0.75em;
  font-size: 12px;
  font-weight: bold;
  line-height: calc(22px - 1px * 2);
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  background-color: #6772b2;
}
.edit_area .related_area-img {
  width: 405px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .edit_area .related_area-img {
    width: 100%;
  }
}
.edit_area .related_area-img img {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .edit_area .related_area a:hover img,
  .edit_area .related_area a:focus img {
    transform: scale(1.2);
  }
}
.edit_area .related_area.series .related_area-text {
  padding-top: 10px;
}
.edit_area .related_area.limited .related_area-text::after {
  content: '';
  width: 16px;
  height: 20px;
  margin-top: 2px;
  margin-left: auto;
  background-image: url("/assets/image/icon/lock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.edit_area .related_area.limited--unlock .related_area-text::after {
  background-image: url("/assets/image/mypage/icon_key.svg");
}
.edit_area .common_box01 {
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box01 {
    margin-bottom: 50px;
  }
}
.edit_area .common_box01-ttl {
  padding: 10px 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: #000;
}
@media only screen and (max-width: 375px) {
  .edit_area .common_box01-ttl {
    padding: 10px 20px;
  }
}
.edit_area .common_box01-item {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box01-item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .common_box01-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit_area .common_box01-item:first-of-type {
  padding-top: 35px;
}
@media only screen and (max-width: 375px) {
  .edit_area .common_box01-item:first-of-type {
    padding-top: 20px;
  }
}
.edit_area .common_box01-item:last-of-type {
  padding-bottom: 35px;
}
@media only screen and (max-width: 375px) {
  .edit_area .common_box01-item:last-of-type {
    padding-bottom: 20px;
  }
}
.edit_area .common_box01-item .text-element,
.edit_area .common_box01-item .images-box {
  margin-bottom: 0;
}
.edit_area .common_box01-item > .text-element {
  flex: 1;
}
.edit_area .common_box01-item > .images-box {
  width: 37.5%;
  margin-left: 30px;
  height: 100%;
  line-height: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box01-item > .images-box {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.edit_area .common_box01-item > .images-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.edit_area .common_box01-item--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box01-item--reverse {
    flex-direction: column-reverse;
  }
}
.edit_area .common_box01-item--reverse > .images-box {
  margin-left: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box01-item--reverse > .images-box {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.edit_area .common_box01.line {
  border: 2px solid;
}
.edit_area .common_box02 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box02 {
    margin-bottom: 50px;
  }
}
.edit_area .common_box02 .text-element,
.edit_area .common_box02 .images-box {
  margin-bottom: 0;
}
.edit_area .common_box02-header {
  margin-bottom: 30px;
  border-bottom: 3px solid #000;
}
.edit_area .common_box02-header .text-element {
  margin-bottom: 0;
}
.edit_area .common_box02-header span {
  margin-bottom: 0;
}
.edit_area .common_box02-header p {
  margin-left: 20px;
  margin-right: 20px;
  padding: 1.5em 2em;
  font-weight: bold;
  line-height: 1.25;
  border: 3px solid #000;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box02-header p {
    padding: 1em 1.25em;
  }
}
@media only screen and (max-width: 375px) {
  .edit_area .common_box02-header p {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.edit_area .common_box02-header .bold {
  font-style: normal;
  font-weight: 900 !important;
}
.edit_area .common_box02-contents {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box02-contents {
    padding-top: 20px;
    display: block;
  }
}
.edit_area .common_box02-contents > div {
  flex: 1;
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box02-contents > div {
    padding-right: 0;
  }
}
.edit_area .common_box02-contents dl {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box02-contents dl {
    margin-bottom: 50px;
  }
}
.edit_area .common_box02-contents dt {
  font-size: 20px;
  font-weight: 500;
  padding-left: 15px;
  border-left: 5px solid #ffe100;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box02-contents dt {
    font-size: 18px;
  }
}
.edit_area .common_box02-contents dd {
  margin-top: 10px;
  font-weight: 400;
}
.edit_area .common_box02-contents > figure {
  width: 34%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .edit_area .common_box02-contents > figure {
    width: 100%;
    max-width: 400px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.edit_area .common_box02-contents > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edit_area .more-button,
.edit_area .common_btn01,
.edit_area .common_btn02,
.edit_area .common_btn03 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .edit_area .more-button,
  .edit_area .common_btn01,
  .edit_area .common_btn02,
  .edit_area .common_btn03 {
    margin-bottom: 50px;
  }
}
.color-main {
  color: #ffe100;
}
.clr_01 {
  color: #ff3434;
}
.clr_03 {
  color: #34b7fd;
}
.clr_04 {
  color: #006cb8;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  .sm,
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 375px) {
  .xsm {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  .hover--line:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.txt_link {
  color: #006cb8;
}
@media only screen and (min-width: 767px) {
  .txt_link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.txt_link[target="_blank"] {
  padding-right: 1em;
  background: url("/assets/image/arrow-icon_blue.svg") no-repeat right center/9px auto;
}
.more-button {
  color: #000;
  max-width: 225px;
  width: 100%;
  display: block;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .more-button {
    max-width: 100%;
    width: auto;
  }
}
.more-button a {
  color: inherit;
}
.more-button a > span {
  line-height: inherit;
}
.more-button a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .more-button a:hover > span {
    border-bottom: none;
  }
}
.more-button .more-buttons-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #fff;
  position: relative;
}
.more-button .more-buttons-inner:hover:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
@media only screen and (max-width: 767px) {
  .more-button .more-buttons-inner:hover:after {
    transform: initial;
    transform-origin: initial;
  }
}
.more-button .more-buttons-inner:after {
  content: '';
  width: 100%;
  height: 1.6px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s ease-in-out;
}
.more-button .more-buttons-inner .more-button-text {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.44;
  font-family: 'poppins', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .more-button .more-buttons-inner .more-button-text {
    font-size: 14px;
  }
}
.more-button .more-buttons-inner .more-button-icon {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.button-common-style {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .button-common-style {
    margin-bottom: 20px;
  }
}
.button-common-style a {
  color: inherit;
}
.button-common-style a > span {
  line-height: inherit;
}
.button-common-style a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .button-common-style a:hover > span {
    border-bottom: none;
  }
}
.button-common-style a {
  display: block;
  width: 460px;
  min-height: 85px;
  padding: 1em 50px 1em 35px;
  margin: 0 auto;
  color: initial;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .button-common-style a {
    max-width: 100%;
    min-height: 65px;
    text-decoration: none;
  }
}
.button-common-style a > * {
  line-height: initial;
}
.button-common-style a > *::after {
  content: none;
}
.button-common-style a:hover > * {
  border-bottom: none;
}
.button-common-style a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.button-common-style a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.button-common-style.link-button a {
  background-color: #fff;
  color: #000;
  position: relative;
}
.button-common-style.link-button a > * {
  line-height: initial;
}
.button-common-style.link-button a > *::after {
  content: none;
}
.button-common-style.link-button a:hover > * {
  border-bottom: none;
}
.button-common-style.link-button a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.button-common-style.link-button a span {
  background: none;
}
.button-common-style.link-button a[target="_blank"] {
  background-color: #fff;
  color: #000;
  background-image: url("/assets/image/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 53%;
}
.button-common-style.link-button a[target="_blank"]:after {
  content: none;
}
.button-common-style.another-button a {
  color: #000;
  background-color: #fff;
  background-image: url("/assets/image/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 53%;
  background-size: 12px;
}
.button-common-style.another-button a > * {
  line-height: initial;
}
.button-common-style.another-button a > *::after {
  content: none;
}
.button-common-style.another-button a:hover {
  background-color: #000;
  color: #fff;
  background-image: url("/assets/image/arrow-icon-white.svg");
}
.button-common-style.another-button a:hover > * {
  border-bottom: none;
}
.button-common-style.pdf-button a {
  color: #fff;
  background-image: url("/assets/image/event/pdf-icon-black.svg");
  background-repeat: no-repeat;
  background-position: right 18px top 53%;
  background-color: #000;
  background-size: 16px;
}
.button-common-style.pdf-button a > * {
  line-height: initial;
}
.button-common-style.pdf-button a > *::after {
  content: none;
}
.button-common-style.pdf-button a:hover {
  background-color: #fff;
  color: #000;
  background-image: url("/assets/image/event/pdf-icon-white.svg");
  opacity: 1;
}
.button-common-style.pdf-button a:hover > * {
  border-bottom: none;
}
.button-common-style.pdf-button a:after {
  width: 0;
  height: 0;
  border-top: none;
  border-right: none;
}
.common_btn01 {
  max-width: 225px;
  width: 100%;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  .common_btn01 {
    min-width: initial;
  }
}
.common_btn01 * {
  color: #000;
  letter-spacing: 0.03em;
  line-height: 1.44;
  font-weight: 900;
  text-decoration: none !important;
}
.common_btn01 a {
  color: inherit;
}
.common_btn01 a > span {
  line-height: inherit;
}
.common_btn01 a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .common_btn01 a:hover > span {
    border-bottom: none;
  }
}
.common_btn01 > * {
  width: 100%;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1.2em;
  display: block;
  position: relative;
  cursor: pointer;
}
.common_btn01 > *:not(a) {
  pointer-events: none;
}
.common_btn01 > *::before {
  content: '';
  width: 100%;
  height: 1.6px;
  background-color: #000;
  position: absolute;
  left: -0.1em;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s ease-in-out;
}
.common_btn01 > *::after {
  content: '\e902';
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  speak: never;
  position: absolute;
  top: calc(50% - 1.6px);
  right: -0.1em;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .common_btn01 > *:hover::before,
  .common_btn01 > *:focus::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
}
.common_btn01 > *[href^="#"]::after {
  transform: translateY(-50%) rotate(90deg);
}
.common_btn01 > *[target="_blank"]::after {
  content: '\e900';
  transform: translateY(-50%);
  right: 0;
}
.common_btn01--prev > * {
  padding-right: 0;
  padding-left: 1.5em;
}
.common_btn01--prev > *::after {
  right: auto;
  left: -0.1em;
  transform: translateY(-50%) rotate(-180deg);
}
.common_btn01--pdf > *::after {
  content: '' !important;
  width: 18px;
  height: 23px;
  background-image: url("/assets/image/event/pdf-icon-black.svg");
  transform: translateY(-50%);
  right: 0;
}
.common_btn01.__white * {
  color: #fff;
}
.common_btn01.__white > *::before {
  background-color: #fff;
}
@media (hover: hover) {
  a:hover .common_btn01 > *::before,
  a:focus .common_btn01 > *::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
}
.common_btn02 a {
  color: inherit;
}
.common_btn02 a > span {
  line-height: inherit;
}
.common_btn02 a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .common_btn02 a:hover > span {
    border-bottom: none;
  }
}
.common_btn02 a {
  max-width: 460px;
  width: 100%;
  min-height: 85px;
  padding: 1em 50px 1em 35px;
  margin: 0 auto;
  color: #000;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .common_btn02 a {
    min-height: 65px;
  }
}
.common_btn02 a::after {
  content: '\e902';
  font-size: 1em;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.common_btn02 a > * {
  line-height: initial;
  border-bottom: none !important;
}
.common_btn02 a > *::after {
  content: none !important;
}
@media (hover: hover) {
  .common_btn02 a:hover,
  .common_btn02 a:focus {
    color: #fff;
    background-color: #000;
  }
}
.common_btn02 a[href^="#"]::after {
  transform: translateY(-50%) rotate(90deg);
}
.common_btn02 a[target="_blank"]::after {
  content: '\e900';
  transform: translateY(-50%);
}
.common_btn02--prev a::after {
  left: 25px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
.common_btn02--pdf a {
  color: #fff;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: 16px;
}
.common_btn02--pdf a::after {
  content: '' !important;
  width: 18px;
  height: 23px;
  background-image: url("/assets/image/event/pdf-icon-black.svg");
  transform: translateY(-50%) !important;
}
@media (hover: hover) {
  .common_btn02--pdf a:hover,
  .common_btn02--pdf a:focus {
    opacity: 0.7;
  }
}
.common_btn03 a {
  color: inherit;
}
.common_btn03 a > span {
  line-height: inherit;
}
.common_btn03 a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .common_btn03 a:hover > span {
    border-bottom: none;
  }
}
.common_btn03 a {
  max-width: 360px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1.5px solid #000;
  border-radius: 999px;
  background-color: #000;
  display: block;
  position: relative;
  transition: background-color 0.3s;
}
.common_btn03 a::before {
  content: '\e902';
  font-size: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .common_btn03 a:hover,
  .common_btn03 a:focus {
    color: #000;
    background-color: #fff;
  }
}
.mv-tag-categorys {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.mv-tag-category {
  margin: 2px 5px 0 0;
  padding: 0.2em 1em;
  font-size: 14px;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-style: normal;
  border-radius: 20px;
  background-color: rgba(52,183,253,0.2);
  display: inline-block;
}
.money-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.money-tag span {
  margin-top: 8px;
}
.money-tag span:not(:last-child) {
  margin-right: 10px;
}
.money-tag .money {
  width: 60px;
  height: 1.6em;
  line-height: 1.6;
  border-radius: 9999px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
.money-tag .money.paid {
  background-color: #ff869a;
}
.money-tag .money.free {
  background-color: #34b7fd;
}
.mv-title {
  font-size: 24px;
  margin: 10px 0 25px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .mv-title {
    font-size: 23px;
  }
}
.mv-title-parent {
  margin-bottom: 10px;
  font-size: 0.6em;
  display: block;
}
.mv-hashtag {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.25;
}
.mv-hashtag .mv-hashtag-item {
  margin-top: 2px;
  color: #7c7c7c;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
}
.mv-hashtag .mv-hashtag-item:not(:last-child) {
  margin-right: 1em;
}
.mv-date {
  margin-top: 15px;
}
.mv-date .mv-date-heading {
  background-color: #000;
  color: #fff;
  display: block;
  width: 7em;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
  font-style: normal;
}
.mv-date .mv-date-text {
  margin-top: 10px;
  font-style: normal;
}
.mv-date .mv-date-text:not(:first-child) {
  margin-bottom: 15px;
}
.mv-date p.mv-date-text {
  margin-top: 3px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.mv-date p.mv-date-text * {
  font-weight: inherit;
}
.search {
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .search {
    margin-bottom: 20px;
  }
}
.search .search-inner {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .search .search-inner {
    padding: 40px 20px;
  }
}
.search .search-inner .search-item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .search .search-inner .search-item {
    flex-direction: column;
    padding: 30px 0;
  }
}
.search .search-inner .search-item:first-child {
  padding-top: 0;
}
.search .search-inner .search-item:first-child .search-heading {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.search .search-inner .search-item:last-child {
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .search .search-inner .search-item:last-child {
    padding-bottom: 0;
  }
}
.search .search-inner .search-item .search-heading {
  margin-top: 3px;
  min-width: 85px;
  margin-right: 55px;
  text-align: right;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .search .search-inner .search-item .search-heading {
    max-width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
  }
}
.search .search-inner .search-item .search-area {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .search .search-inner .search-item .search-area {
    flex-direction: column;
  }
}
.search .search-inner .search-item .search-area .search-area-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .search .search-inner .search-item .search-area .search-area-buttons {
    flex-direction: column;
  }
}
.search .search-inner .search-item .search-area .search-area-buttons .search-area-button label {
  border: 1px solid #000;
  margin-right: 20px;
}
.search .search-inner .search-item .search-area .search-area-buttons .search-area-button label input[type=radio] {
  display: none;
}
.search .search-inner .search-item .search-area .search-area-buttons .search-area-button label input[type=radio]:checked {
  background: #f00;
}
.search .search-inner .search-button {
  margin-top: 30px;
  text-align: center;
}
.search .search-inner .search-button button {
  width: 280px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border: none;
  background-image: url("/assets/image/search-icon.svg");
  background-repeat: no-repeat;
  background-position: left 20px top 53%;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 767px) {
  .search .search-inner .search-button button {
    width: 100%;
  }
}
.seminar {
  padding: 30px 0;
}
.seminar .seminar-button {
  text-align: center;
}
.seminar .seminar-button a {
  display: inline-block;
  border: 1px solid #000;
  max-width: 460px;
  width: 35vw;
  color: initial;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-button a {
    width: 100%;
    max-width: 100%;
    padding: 20px 30px;
  }
}
.seminar .seminar-button a > * {
  line-height: initial;
}
.seminar .seminar-button a > *::after {
  content: none;
}
.seminar .seminar-button a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-button a:after {
    left: 20px;
  }
}
.seminar .seminar-button a:hover {
  opacity: 0.7;
}
.seminar .seminar-button a:hover > * {
  border-bottom: none;
}
.seminar {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .seminar {
    flex-direction: column;
  }
}
.seminar .seminar-button-arrow-right {
  text-align: center;
}
.seminar .seminar-button-arrow-right:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-button-arrow-right:not(:first-child) {
    margin: 20px 0 0 0;
  }
}
.seminar .seminar-button-arrow-right a {
  display: inline-block;
  border: 1px solid #000;
  max-width: 460px;
  width: 35vw;
  color: initial;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-button-arrow-right a {
    width: 100%;
    max-width: 100%;
    padding: 20px 30px;
  }
}
.seminar .seminar-button-arrow-right a > * {
  line-height: initial;
}
.seminar .seminar-button-arrow-right a > *::after {
  content: none;
}
.seminar .seminar-button-arrow-right a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-button-arrow-right a:after {
    right: 20px;
  }
}
.seminar .seminar-button-arrow-right a:hover {
  opacity: 0.7;
}
.seminar .seminar-button-arrow-right a:hover > * {
  border-bottom: none;
}
.seminar.seminar-vertical {
  padding-top: 60px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .seminar.seminar-vertical {
    padding-top: 50px;
  }
}
.event-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .event-buttons {
    flex-direction: column;
  }
}
.event-buttons .event-button {
  width: calc((100% - 20px) / 2);
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .event-buttons .event-button {
    width: 100%;
  }
}
.event-buttons .event-button:nth-child(2n) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .event-buttons .event-button:nth-child(2n) {
    margin: 20px 0 0 0;
  }
}
.event-buttons .event-button a {
  color: initial;
  background-image: url("/assets/image/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 53%;
  border: 1px solid #000;
  line-height: 1.25;
  padding: 30px;
  display: block;
  background-color: #fff;
}
.event-buttons .event-button a > * {
  line-height: initial;
}
.event-buttons .event-button a > *::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .event-buttons .event-button a {
    padding: 20px 30px;
  }
}
.event-buttons .event-button a:hover {
  opacity: 0.7;
}
.event-buttons .event-button a:hover > * {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .event-buttons .event-button a {
    font-size: clamp(12px, 2vw, 16px);
    background-position: right 20px top 53%;
  }
}
.event-buttons .event-button .hover-pink {
  background-color: #ff869a;
}
.event-buttons .event-button .hover-pink:hover {
  background-color: #ff869a;
  background-image: url("/assets/image/arrow-icon.svg");
  opacity: 0.7;
  color: #000;
}
.event-buttons .event-button-center {
  width: calc((100% - 20px) / 2);
  text-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .event-buttons .event-button-center {
    width: 100%;
  }
}
.event-buttons .event-button-center:nth-child(2n) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .event-buttons .event-button-center:nth-child(2n) {
    margin: 20px 0 0 0;
  }
}
.event-buttons .event-button-center a {
  color: initial;
  background-image: url("/assets/image/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 53%;
  border: 1px solid #000;
  line-height: 1.25;
  padding: 30px;
  display: block;
  background-color: #fff;
}
.event-buttons .event-button-center a > * {
  line-height: initial;
}
.event-buttons .event-button-center a > *::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .event-buttons .event-button-center a {
    padding: 20px 30px;
  }
}
.event-buttons .event-button-center a:hover {
  opacity: 0.7;
}
.event-buttons .event-button-center a:hover > * {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .event-buttons .event-button-center a {
    font-size: clamp(12px, 2vw, 16px);
    background-position: right 20px top 53%;
  }
}
.event-buttons .event-button-center .hover-pink {
  background-color: #ff869a;
}
.event-buttons .event-button-center .hover-pink:hover {
  background-color: #ff869a;
  background-image: url("/assets/image/arrow-icon.svg");
  opacity: 0.7;
  color: #000;
}
.event-buttons-detail-text {
  text-align: center;
  margin-top: 30px;
}
.news-pagination {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .news-pagination {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .news-pagination {
    font-size: 12px;
  }
}
.news-pagination ul {
  display: flex;
  justify-content: center;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.news-pagination li {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .news-pagination li {
    margin: 0 2.5px;
  }
}
.news-pagination p {
  margin-top: 10px;
  display: inline-block;
  cursor: default;
}
.news-pagination a {
  width: 40px;
  height: 40px;
  line-height: calc(40px - 1px * 2);
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s, opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .news-pagination a {
    width: 30px;
    height: 30px;
    line-height: calc(30px - 1px * 2);
  }
}
@media only screen and (max-width: 375px) {
  .news-pagination a {
    width: 28px;
    height: 28px;
    line-height: calc(28px - 1px * 2);
  }
}
@media (hover: hover) {
  .news-pagination a:hover,
  .news-pagination a:focus {
    color: #fff;
    background: #000;
  }
}
.news-pagination a.now {
  color: #fff;
  background: #000;
  pointer-events: none;
}
.news-pagination a.prev,
.news-pagination a.next {
  border: none;
  border-radius: 0;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .news-pagination a.prev:hover,
  .news-pagination a.next:hover {
    opacity: 0.7;
    background: none;
  }
}
.news-pagination a.prev {
  transform: rotate(180deg);
}
.news-pagination a img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .news-pagination a img {
    width: 16px;
    height: 16px;
  }
}
.news-pagination a[href=""] {
  pointer-events: none;
}
.news-pagination a[href=""] img {
  opacity: 0;
}
.emergency {
  margin-bottom: 50px;
  max-width: 960px;
}
.emergency .emergency-heading {
  background-color: #b20808;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0 20px 0 0;
}
.emergency .emergency-list {
  border-right: 2px solid #b20808;
  border-bottom: 2px solid #b20808;
  border-left: 2px solid #b20808;
}
.emergency .emergency-list .emergency-list-item {
  padding: 20px;
  background-color: #fff;
}
.emergency .emergency-list .emergency-list-item:not(:first-child) {
  border-top: 1px solid #000;
}
.emergency .emergency-list .emergency-list-item .emergency-list-item-tag {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .emergency .emergency-list .emergency-list-item .emergency-list-item-tag {
    flex-direction: column;
    align-items: flex-start;
  }
}
.emergency .emergency-list .emergency-list-item .emergency-list-item-tag .emergency-list-time {
  margin-right: 1em;
  font-weight: 700;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  display: inline-block;
}
.emergency .emergency-list .emergency-list-item .emergency-list-item-tag .emergency-list-category {
  max-width: 11em;
  width: 100%;
  height: 22px;
  padding: 0 0.5em;
  color: #fff;
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 19px;
  border: 1px solid rgba(0,0,0,0.4);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .emergency .emergency-list .emergency-list-item .emergency-list-item-tag .emergency-list-category {
    margin-top: 10px;
  }
}
.emergency .emergency-list .emergency-list-item .emergency-list-item-tag .emergency-list-category.mainte {
  background-color: #35b285;
}
.emergency .emergency-list .emergency-list-item .emergency-list-title {
  padding: 15px 0 0 0;
}
.tb-plus--top .emergency {
  margin: 100px 20px 0 20px;
}
.search-category-select {
  text-align: left;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 320px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  padding: 20px 50px 20px 30px;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  appearance: none;
  background-image: url("/assets/image/icon/arrow02.svg");
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 10px;
}
@media only screen and (max-width: 767px) {
  .search-category-select {
    width: 100%;
    padding: 20px 40px 20px 15px;
    background-position: center right 15px;
  }
}
.search-category-select li {
  position: relative;
}
.search-category-select li .options {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0 0 0;
  background: transparent;
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow-x: hidden;
  top: 28px;
  left: -31px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  width: 250px;
  background-color: #fff;
  z-index: 1;
}
.search-category-select li .options li {
  padding: 10px 30px;
}
.search-category-select li .options li:hover {
  background-color: #d3edfb;
}
.search-category-select li .options.open {
  max-height: 1000%;
  border: 1px solid #000;
}
.search-category-select2 {
  text-align: left;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 250px;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px solid #000;
  padding: 20px 30px;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
}
.search-category-select2::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.search-category-select2 li {
  position: relative;
}
.search-category-select2 li .options2 {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0 0 0;
  background: transparent;
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow-x: hidden;
  top: 28px;
  left: -31px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  width: 250px;
  background-color: #fff;
  z-index: 1;
}
.search-category-select2 li .options2 li {
  padding: 10px 30px;
}
.search-category-select2 li .options2 li:hover {
  background-color: #d3edfb;
}
.search-category-select2 li .options2.open {
  max-height: 1000%;
  border: 1px solid #000;
}
.search-category-select2.open {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.search-window {
  width: 100%;
}
.search-window input {
  width: 100%;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #000;
  background-color: #fff;
  display: block !important;
}
.search-window input::placeholder {
  color: #b2b2b2;
}
.breadcrumb {
  margin-bottom: 45px;
}
.breadcrumb .breadcrumb-list {
  font-size: 11px;
  width: 70vw;
  max-width: 900px;
}
.breadcrumb .breadcrumb-list-item {
  display: inline;
  position: relative;
  word-break: break-all;
}
.breadcrumb .breadcrumb-list-item:not(:last-child) {
  padding-right: 2em;
}
.breadcrumb .breadcrumb-list-item:not(:last-child):after {
  content: '';
  width: 0.8px;
  height: 1.25em;
  border-radius: 3px;
  background: #000;
  transform: rotate(25deg);
  position: absolute;
  top: 0.2em;
  right: calc(1em - 1px);
}
.breadcrumb .breadcrumb-list-item a {
  margin-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid #000;
  display: inline-block;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .breadcrumb .breadcrumb-list-item a:hover {
    opacity: 0.7;
  }
}
.credits {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .credits {
    margin-bottom: 50px;
  }
}
.google-map a {
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  margin-top: 25px;
  padding: 15px 30px;
  width: 100%;
  max-width: 240px;
  background-image: url("/assets/image/arrow-icon-black.svg");
  background-repeat: no-repeat;
  background-position: top 53% right 20px;
  color: initial;
}
@media only screen and (max-width: 767px) {
  .google-map a {
    max-width: initial;
    padding: 15px;
  }
}
.google-map a > * {
  line-height: initial;
}
.google-map a > *::after {
  content: none;
}
.google-map a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.google-map a:hover > * {
  border-bottom: none;
}
.titlearea {
  min-height: 350px;
  margin-top: calc((10px + 2px * 2) + 40px);
  display: flex;
}
@media only screen and (max-width: 767px) {
  .titlearea {
    display: block;
  }
}
.titlearea-img {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .titlearea-img {
    width: 100%;
    margin-bottom: -50px;
  }
}
.titlearea-img figure {
  height: 100%;
  margin-right: -100px;
}
@media only screen and (max-width: 767px) {
  .titlearea-img figure {
    height: auto;
    margin-right: 0;
  }
}
.titlearea-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .titlearea-img figure img {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .titlearea-img--none {
    max-height: 320px;
    height: 70vw;
  }
}
.titlearea-img--none figure {
  background: linear-gradient(#f2f2f2 0%, #f4f4f4 50.25%, #e5e5e5 100%);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .titlearea-img--none figure {
    height: 100%;
  }
}
.titlearea-img--none figure::before {
  content: '';
  max-width: 430px;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  background-image: url("/assets/image/scope/under-scope-title.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.06;
}
@media only screen and (max-width: 767px) {
  .titlearea-img--none figure::before {
    max-width: 300px;
    width: calc(100% - 80px);
    height: calc(100% - 50px);
  }
}
@media only screen and (max-width: 375px) {
  .titlearea-img--none figure::before {
    width: calc(100% - 40px);
  }
}
.titlearea-text {
  min-width: 500px;
  width: 37.5%;
  padding: 40px 40px 50px 60px;
  z-index: 2;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .titlearea-text {
    min-width: inherit;
    width: 100%;
    padding: 40px 30px 50px 40px;
  }
}
@media only screen and (max-width: 375px) {
  .titlearea-text {
    padding: 20px 20px 30px 30px;
  }
}
.titlearea-text_inner .text-element {
  margin-top: 0;
}
.titlearea-text_inner .category {
  margin-bottom: 15px;
}
.titlearea-text_inner .category a {
  display: inline-block;
  font-size: 14px;
  font-family: 'acumin-pro', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fafafa;
  background-color: #000;
  min-width: 100px;
  text-align: center;
  border-radius: 1rem;
  padding: 0 0.5rem;
}
@media (hover: hover) {
  .titlearea-text_inner .category a:hover,
  .titlearea-text_inner .category a:focus {
    opacity: 0.7;
  }
}
.titlearea-text_inner .tag {
  margin-top: 25px;
}
.titlearea-text_inner .tag a,
.titlearea-text_inner .tag span {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}
@media (hover: hover) {
  .titlearea-text_inner .tag a:hover,
  .titlearea-text_inner .tag span:hover,
  .titlearea-text_inner .tag a:focus,
  .titlearea-text_inner .tag span:focus {
    text-decoration: none;
  }
}
.titlearea-text_inner .tag span {
  margin-right: 10px;
  text-decoration: none;
}
.titlearea-logo {
  max-width: 250px;
  width: calc(100% - 40px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .titlearea-logo {
    max-width: 180px;
  }
}
.titlearea-balloon {
  min-width: 130px;
  margin-bottom: 20px;
  padding: 0.5em 1em;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  border: 2px solid #000;
  border-radius: 30px;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.titlearea-balloon svg {
  width: 12px;
  position: absolute;
  left: 7px;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .titlearea-balloon svg {
    left: 5.5px;
    bottom: -7px;
  }
}
.titlearea-balloon svg .stroke {
  fill: #fff;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.titlearea-ttl {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3 !important;
}
@media only screen and (max-width: 767px) {
  .titlearea-ttl {
    font-size: 2em;
  }
}
.titlearea-sub_catch {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4 !important;
}
.titlearea-sub_catch > a {
  border-bottom: 1px solid;
}
.titlearea-sub_catch > a[target="_blank"]::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  font-size: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0.08em;
}
@media (hover: hover) {
  .titlearea-sub_catch > a:hover,
  .titlearea-sub_catch > a:focus {
    border-bottom: none;
  }
}
.titlearea-desc {
  margin-top: 15px;
  font-size: 1.1em;
}
.titlearea-desc .text-element {
  margin-bottom: 0;
}
.titlearea-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px 0 0 0;
  background-color: #ffe100;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .titlearea-bg {
    border-radius: 50px 0 0 0;
  }
}
.titlearea-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 100px 0 0 0;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .titlearea-bg:after {
    border-radius: 50px 0 0 0;
  }
}
.titlearea--reverse {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 767px) {
  .titlearea--reverse .titlearea-img figure {
    margin-right: 0;
    margin-left: -100px;
  }
}
@media only screen and (min-width: 767px) {
  .titlearea--reverse .titlearea-img figure::before {
    left: 10%;
  }
}
.titlearea--reverse .titlearea-text {
  padding: 40px 60px 40px 30px;
}
@media only screen and (max-width: 767px) {
  .titlearea--reverse .titlearea-text {
    padding: 40px 40px 40px 30px;
  }
}
@media only screen and (max-width: 375px) {
  .titlearea--reverse .titlearea-text {
    padding: 20px 30px 30px 20px;
  }
}
.titlearea--reverse .titlearea-bg {
  border-radius: 0 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .titlearea--reverse .titlearea-bg {
    border-radius: 0 50px 0 0;
  }
}
.titlearea--reverse .titlearea-bg:after {
  left: auto;
  right: 10px;
  border-radius: 0 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .titlearea--reverse .titlearea-bg:after {
    border-radius: 0 50px 0 0;
  }
}
.titlearea--text_none {
  margin-top: 40px;
}
.titlearea--text_none .titlearea-img figure {
  width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .titlearea--text_none .titlearea-img--none figure::before {
    height: 100%;
  }
}
.titlearea--text_none.limited {
  position: relative;
}
.titlearea--text_none.limited::after {
  content: '';
  width: 18px;
  height: 24px;
  background-image: url("/assets/image/icon/lock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .titlearea--text_none.limited::after {
    right: 20px;
    bottom: 20px;
  }
}
.titlearea--text_none.limited--unlock::after {
  background-image: url("/assets/image/mypage/icon_key.svg");
}
.titlearea--none {
  width: calc(100% - 80px);
  min-height: initial;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .titlearea--none {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  .titlearea--none {
    width: calc(100% - 30px);
  }
}
.titlearea--none .titlearea-ttl {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .titlearea--none .titlearea-ttl {
    font-size: 3em;
  }
}
@media only screen and (max-width: 375px) {
  .titlearea--none .titlearea-ttl {
    font-size: 2.5em;
  }
}
.titlearea--none .titlearea-sub_catch {
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .titlearea--none .titlearea-desc {
    margin-top: 20px;
  }
}
.titlearea--none.limited {
  padding-bottom: 25px;
  position: relative;
}
.titlearea--none.limited::after {
  content: '';
  width: 18px;
  height: 24px;
  background-image: url("/assets/image/icon/lock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.titlearea--none.limited--unlock::after {
  background-image: url("/assets/image/mypage/icon_key.svg");
}
.titlearea.limited .titlearea-text_inner {
  padding-bottom: 30px;
  position: relative;
}
.titlearea.limited .titlearea-text_inner::after {
  content: '';
  width: 18px;
  height: 24px;
  background-image: url("/assets/image/icon/lock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.titlearea.limited--unlock .titlearea-text_inner::after {
  background-image: url("/assets/image/mypage/icon_key.svg");
}
.btn_reaction {
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
  position: relative;
}
.btn_reaction label {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 2px 2px 0 #ccc;
  background-size: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.btn_reaction label::after {
  content: '';
  width: 20px;
  height: 12px;
  margin: 0 auto;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/image/icon/check.svg");
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.btn_reaction label:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.btn_reaction input {
  display: none;
}
@media (hover: hover) {
  .btn_reaction input:not(.my-plus-promotion) + label:hover + .tip,
  .btn_reaction input:not(.my-plus-promotion) + label:focus + .tip {
    opacity: 1;
    z-index: 2;
  }
}
.btn_reaction input:checked + label {
  background-color: transparent;
  box-shadow: none;
  transform: translate(2px, 2px);
}
.btn_reaction input:checked + label::after {
  opacity: 1;
}
@media (hover: hover) {
  .btn_reaction input:checked + label:hover + .tip,
  .btn_reaction input:checked + label:focus + .tip {
    opacity: 0;
  }
}
.btn_reaction .tip {
  width: 120px;
  height: 50px;
  padding-top: 7px;
  text-align: center;
  background-image: url("/assets/image/tip_bg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-100% - 15px);
  left: -10px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .btn_reaction .tip {
    font-size: 12px;
  }
}
.btn_reaction .tip p {
  font-size: 10px;
  line-height: 1.3;
}
.btn_reaction .tip strong {
  font-size: 12px;
  font-weight: bold;
}
.btn_reaction .tip strong img {
  height: 13px;
  max-width: initial;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: -3px;
}
.btn_reaction .tip::before {
  content: '';
  position: absolute;
  bottom: -4px;
}
.btn_reaction .tip.is-show {
  animation: btn_reaction_tip 2s linear;
}
.btn_reaction--bookmark label {
  background-image: url("/assets/image/icon/bookmark.svg");
  background-color: #cbf13a;
}
.btn_reaction--bookmark input:checked + label {
  background-image: url("/assets/image/icon/bookmark--checked.svg");
}
.btn_reaction--reference label {
  background-image: url("/assets/image/icon/lightbulb.svg");
  background-color: #fd8925;
}
.btn_reaction--reference input:checked + label {
  background-image: url("/assets/image/icon/lightbulb--checked.svg");
}
.btn_reaction--good label {
  background-image: url("/assets/image/icon/thumbs_up.svg");
  background-size: 36%;
}
.btn_reaction.rect {
  max-width: 460px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .btn_reaction.rect {
    max-width: 270px;
  }
}
.btn_reaction.rect label {
  height: auto;
  display: block;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  padding: 30px 10px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0;
  background-position: left 30px center;
  box-shadow: 2px 2px 0 #999;
  background-size: 4%;
}
.btn_reaction.rect label::after {
  background-image: url("/assets/image/icon/check.svg"), linear-gradient(180deg, #ffe100 0%, #ffe100 50%, #fff 50%, #fff 100%);
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .btn_reaction.rect label {
    padding: 20px 5px;
  }
}
.btn_reaction.rect input {
  display: none;
}
.btn_reaction.rect input:checked + label {
  background-color: #fff;
}
.btn_reaction.rect.btn_reaction--reference label {
  background-image: url("/assets/image/icon/lightbulb.svg");
  background-color: #fd8925;
}
.btn_reaction.rect.btn_reaction--reference input:checked + label {
  background-image: url("/assets/image/icon/lightbulb--checked.svg");
}
.btn_reaction._bg-wt label::after {
  background-color: #fff;
}
.btn_reaction._bg-ye label::after {
  background-color: #ffe100;
}
a .btn_reaction label:active {
  transform: none;
  box-shadow: 2px 2px 0 #ccc;
}
.modal_box {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 100;
}
.modal_box-wrap {
  max-width: 980px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15vh;
  margin-bottom: 30vh;
}
@media only screen and (max-width: 767px) {
  .modal_box-wrap {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  .modal_box-wrap {
    width: calc(100% - 30px);
  }
}
.modal_box-inner {
  width: 100%;
  height: auto;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1.5px solid #000;
  border-radius: 15px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  transition: transform 0.6s;
  transform: translateY(100px);
  overflow: hidden;
  z-index: 101;
}
.modal_box-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 1s;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
.modal_box-close {
  width: 22px;
  height: 22px;
  font-size: 1.25em;
  line-height: calc(35px - 1px * 2);
  text-align: center;
  border-radius: 50%;
  display: block;
  border: 1px solid #000;
  background-color: #000;
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 0.3s;
  z-index: 105;
  cursor: pointer;
}
.modal_box-close::before,
.modal_box-close::after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_box-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .modal_box-close:hover,
  .modal_box-close:focus {
    background-color: #fff;
  }
  .modal_box-close:hover::before,
  .modal_box-close:focus::before,
  .modal_box-close:hover::after,
  .modal_box-close:focus::after {
    background-color: #000;
  }
}
.modal_box.is-open .modal_box-inner {
  transform: translateY(0);
}
.modal_box.is-open .modal_box-bg {
  opacity: 0.9;
}
.alert_box {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.alert_box-inner {
  width: calc(100% - 80px);
  padding: 40px 30px 30px;
  margin: 0 auto;
  border: 1.5px solid #000;
  border-radius: 14px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .alert_box-inner {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  .alert_box-inner {
    width: calc(100% - 30px);
  }
}
.sharing {
  margin: 30px 0 70px;
}
.sharing-contents {
  display: flex;
  align-items: center;
}
.sharing-contents .btn_reaction {
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 8px;
}
.sharing-sns {
  flex: 1;
}
.sharing-sns .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sharing-sns p {
  margin-right: 10px;
  font-weight: bold;
}
.sharing-sns .item {
  width: 22px;
  margin: 10px 8px;
}
.sharing-sns .item img {
  width: 100%;
  vertical-align: middle;
}
.myplus {
  position: relative;
}
.myplus-ttl {
  width: 115px;
  height: 55px;
  padding: 12px;
  text-align: center;
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  position: absolute;
  top: -54px;
  left: 125px;
}
.myplus-contents {
  padding-top: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
}
.myplus-contents > p {
  margin: 0 30px;
}
.myplus-contents dl {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.myplus-contents dl:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.myplus-contents dt {
  width: 150px;
  min-height: 50px;
  display: flex;
  align-items: center;
  border-right: 1.5px solid #000;
}
@media only screen and (max-width: 767px) {
  .myplus-contents dt {
    width: 100%;
    border-right: none;
  }
}
.myplus-contents dd {
  margin: 5px 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .myplus-contents dd {
    margin-left: 0;
  }
}
.myplus-btn {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.myplus-btn label {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  background-color: #fee133;
  background-image: url("/assets/image/icon/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .myplus-btn label:hover {
    opacity: 0.7;
  }
}
.myplus-btn input {
  display: none;
}
.myplus-btn input:checked + label {
  background-color: #ebebeb;
  background-image: url("/assets/image/icon/check.svg");
}
.myplus-tag {
  flex: 1;
  padding: 6px 10px;
  line-height: 1.25;
  background-color: #ebebeb;
}
.myplus-tag .hash {
  color: #fd869a;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.15em;
}
.date_area {
  margin-bottom: 1rem;
  padding-bottom: 0.875em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .date_area {
    margin-bottom: 12px;
  }
}
.date_area-updated {
  color: #888;
  font-size: 0.875em !important;
  font-weight: 700;
  text-align: right;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.date_area-updated img {
  width: 1em;
}
.share_area {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .share_area {
    margin-bottom: 50px;
  }
}
.share_area-inner {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .share_area-inner {
    padding-bottom: 12px;
    justify-content: center;
  }
}
.share_area-ttl {
  margin-right: 20px;
  font-size: 12px;
  font-weight: bold;
}
.share_area-list {
  display: flex;
  align-items: center;
}
.share_area-item {
  width: 26px;
}
.share_area-item:not(:last-child) {
  margin-right: 15px;
}
.share_area-item img {
  width: 100%;
  vertical-align: middle !important;
}
.myplus_box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .myplus_box {
    margin-bottom: 50px;
  }
}
.myplus_box a > * {
  border-bottom: none !important;
}
.myplus_box-inner {
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.myplus_box-reaction {
  padding: 3px 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.myplus_box-reaction .btn_reaction {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 0;
}
.myplus_box-ttl {
  width: 115px;
  height: 53px;
  margin-left: 125px;
  padding: 0 12px;
  line-height: calc(53px - 1.5px * 2);
  margin-bottom: -1.5px;
  text-align: center;
  border: 1.5px solid #000;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #ebebeb;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .myplus_box-ttl {
    width: calc(100% - 125px - 20px);
    max-width: 160px;
  }
}
.myplus_box-ttl img {
  vertical-align: middle !important;
}
.myplus_box-contents {
  border: 1.5px solid #000;
  border-radius: 20px;
  background-color: #fff;
}
.myplus_box-header {
  padding: 18px 30px 20px;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  background-color: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .myplus_box-header {
    padding: 17px 20px 15px;
  }
}
.myplus_box-header-tip {
  display: inline-block;
  position: relative;
}
.myplus_box-header-tip .btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url("/assets/image/icon/question-c.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 6px;
  cursor: pointer;
}
.myplus_box-header-tip .btn::before {
  content: '';
  width: 12px;
  height: 12px;
  margin: auto;
  background-image: url("/assets/image/myplus_box_tip_parts.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-12px - 3px);
  opacity: 0;
  transition: all 0.3s;
  z-index: 4;
  pointer-events: none;
}
@media (hover: hover) {
  .myplus_box-header-tip .btn:hover::before,
  .myplus_box-header-tip .btn:focus::before {
    opacity: 1;
  }
  .myplus_box-header-tip .btn:hover + .text,
  .myplus_box-header-tip .btn:focus + .text {
    opacity: 1;
  }
}
.myplus_box-header-tip .text {
  width: 400px;
  padding: 20px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  border: 1.5px solid #000;
  border-radius: 10px;
  box-shadow: 1px 2px 0 #ccc;
  background-color: #fff;
  position: absolute;
  bottom: calc(22px + 12px);
  left: -20px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .myplus_box-header-tip .text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .myplus_box-main {
    display: none;
  }
}
.myplus_box-main p {
  line-height: 1.25;
}
.myplus_box-main dl {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .myplus_box-main dl {
    padding: 10px 20px;
  }
}
.myplus_box-main dl:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.myplus_box-main dt {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .myplus_box-main dt {
    width: 100%;
  }
}
.myplus_box-main dd {
  flex: 1;
  min-height: 50px;
  padding-left: 20px;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .myplus_box-main dd {
    padding-left: 0;
    border-left: none;
  }
}
.myplus_box-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 27px;
  position: relative;
}
.myplus_box-btn:not(:last-child) {
  margin-right: 20px;
}
.myplus_box-btn a {
  padding: 0.25em 1em 0.5em;
  min-height: calc(1.25em + 5px * 2);
  color: initial;
  line-height: 1.5;
  border: none;
  background-color: #ebebeb;
  display: inline-block;
}
.myplus_box-btn a span {
  padding-top: 0.25em;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 2.5px;
  display: inline-block;
}
@media (hover: hover) {
  .myplus_box-btn a:hover span,
  .myplus_box-btn a:focus span {
    text-decoration: none;
    border-bottom: none;
  }
}
.myplus_box-btn a .hash {
  color: #fd869a;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.15em;
}
.myplus_box-btn a .hash + span {
  padding-top: 0;
  display: initial;
}
.myplus_box-btn label {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fee133;
  background-image: url("/assets/image/icon/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.myplus_box-btn input {
  display: none;
}
.myplus_box-btn input:checked + label {
  background-color: #ebebeb;
  background-image: url("/assets/image/icon/check.svg");
}
.myplus_box-toggle {
  padding: 16px 20px 10px;
}
.myplus_box-toggle span {
  width: 4em;
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: center;
  display: block;
  position: relative;
}
.myplus_box-toggle span::after {
  content: '\e902';
  font-size: 1.25em;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  transition: transform 0.6s;
}
.myplus_box.is-open .myplus_box-toggle span::after {
  transform: translateX(-50%) rotate(270deg);
}
.myplus_alert-inner {
  max-width: 425px;
  padding: 40px 30px 30px;
  text-align: center;
}
.myplus_alert-inner p {
  margin-top: 0.5em;
  font-weight: 500;
  line-height: 1.3;
}
.myplus_alert-inner a {
  color: #34b7fc;
}
@media (hover: hover) {
  .myplus_alert-inner a:hover,
  .myplus_alert-inner a:focus {
    border-bottom: 1px solid;
  }
}
.myplus_alert.is-show .remove {
  display: none;
}
.myplus_alert:not(.is-show) .add {
  display: none;
}
.myplus_tip_text-wrap {
  max-width: 500px;
}
.myplus_tip_text-inner {
  padding: 40px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .myplus_tip_text-inner {
    padding: 40px 20px 30px;
  }
}
.bnr_line {
  max-width: 360px;
  width: calc(100% - 40px);
  padding: 16px 26px 16px 20px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 1px 0 #ccc;
  position: fixed;
  left: calc(28px / 2 + 20px);
  bottom: 20px;
  z-index: 51;
}
@media only screen and (max-width: 767px) {
  .bnr_line {
    display: none;
    padding: 16px 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .bnr_line {
    width: calc(100% - 30px);
    font-size: 10px;
    left: 15px;
    bottom: 10px;
  }
}
.bnr_line a {
  color: inherit;
}
.bnr_line a > span {
  line-height: inherit;
}
.bnr_line a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .bnr_line a:hover > span {
    border-bottom: none;
  }
}
.bnr_line .close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: calc(-28px / 2);
  left: calc(-28px / 2);
  transition: opacity 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 375px) {
  .bnr_line .close {
    width: 24px;
    height: 24px;
    top: calc(-24px / 2);
    left: calc(-24px / 2);
  }
}
@media only screen and (min-width: 767px) {
  .bnr_line .close:hover {
    opacity: 0.7;
  }
}
.bnr_line .close::before,
.bnr_line .close::after {
  content: '';
  width: 50%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.bnr_line .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bnr_line .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bnr_line-contents {
  min-height: 63px;
  padding-left: 83px;
  background-image: url("/assets/image/sns/line-icon.svg");
  background-repeat: no-repeat;
  background-size: 63px;
  background-position: left center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 375px) {
  .bnr_line-contents {
    min-height: 45px;
    padding-left: 60px;
    background-size: 45px;
  }
}
.bnr_line a {
  margin-top: 8px;
  padding: 6px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1.5px solid #1bb91f;
  border-radius: 5px;
  background-color: #1bb91f;
  display: block;
  transition: all 0.3s;
}
@media only screen and (min-width: 767px) {
  .bnr_line a:hover {
    color: #1bb91f;
    background-color: #fff;
  }
}
.hitokoto {
  position: relative;
}
.hitokoto-contents {
  width: clamp(300px, 40vw, 530px);
  padding-top: calc((28px - 2px) / 2);
  padding-right: calc((28px - 2px) / 2);
  padding-bottom: 12px;
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents {
    width: min(calc(100vw - 8vw *2), 450px);
    padding-top: calc((14px - 2px) / 2);
    padding-right: calc((14px - 2px) / 2);
    right: 8vw;
    bottom: calc(100% + 5px);
  }
}
@media only screen and (max-width: 375px) {
  .hitokoto-contents {
    width: min(calc(100vw - 5px *2), 450px);
    right: 5px;
  }
}
.hitokoto-contents::before {
  content: '';
  width: 1em;
  height: 1em;
  background-image: url("/assets/image/scope/balloon_triangle01.svg");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 0;
  right: 44px;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents::before {
    width: 1.3em;
    height: 1.3em;
  }
}
.hitokoto-contents .inner {
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 2px 2px #ccc;
  overflow: hidden;
}
.hitokoto-contents .text {
  padding: 20px 20px 35px;
  background-color: #fee133;
  line-height: 1;
  overflow: auto;
}
.hitokoto-contents .text::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 9999px;
}
.hitokoto-contents .text::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.hitokoto-contents .text strong {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents .text strong {
    font-size: 16px;
  }
}
.hitokoto-contents .text p {
  font-size: 1em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents .text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
}
.hitokoto-contents .text .notes {
  display: block;
  margin-top: 5px;
}
.hitokoto-contents .text .notes li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents .text .notes li {
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    text-align: left;
  }
}
.hitokoto-contents form {
  height: calc(6px * 2 + 1px + 3em * 1.5);
  padding: 6px 12px 6px 16px;
  border-top: 1px solid #000;
  background-color: #fff;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.hitokoto-contents form label {
  width: 75px;
  height: 25px;
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  border-radius: 0 20px 0 0;
  background-color: #000;
  position: absolute;
  top: -25px;
  left: 0;
}
.hitokoto-contents form input,
.hitokoto-contents form textarea {
  flex: 1;
  margin-right: 10px;
  border: none;
  display: block;
  border-radius: 0 20px 20px 0;
}
.hitokoto-contents form textarea {
  height: 100%;
}
.hitokoto-contents form button {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000;
  background-image: url("/assets/image/icon/paper_airplane.svg");
  background-repeat: no-repeat;
  background-position: left 60% center;
  background-size: 60%;
  transition: opacity 0.3s;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents form button {
    margin: auto 0 0;
  }
}
@media only screen and (min-width: 767px) {
  .hitokoto-contents form button:hover {
    opacity: 0.7;
  }
}
.hitokoto-contents .close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents .close {
    width: 22px;
    height: 22px;
  }
}
@media (hover: hover) {
  .hitokoto-contents .close:hover,
  .hitokoto-contents .close:focus {
    opacity: 0.7;
  }
}
.hitokoto-contents .close::before,
.hitokoto-contents .close::after {
  content: '';
  width: 50%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.hitokoto-contents .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hitokoto-contents .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hitokoto-contents .send-message {
  display: none;
  position: absolute;
  bottom: 82px;
  right: -6px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 15px 18px 15px 26px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents .send-message {
    bottom: 60px;
  }
}
.hitokoto-contents .send-message::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 76%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 18px solid #fff;
  z-index: 2;
}
.hitokoto-contents .send-message::after {
  content: "";
  position: absolute;
  bottom: -19px;
  top: auto;
  left: 54%;
  margin-left: 18px;
  border: 7px solid transparent;
  border-top: 12px solid #000;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hitokoto-contents .send-message::after {
    border: 8px solid transparent;
    border-top: 11px solid #000;
  }
}
.hitokoto-close {
  background-color: rgba(0,0,0,0.2);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hitokoto-close {
    top: auto;
    bottom: 60px;
  }
}
.keiki-btn.is-active .icon {
  border-color: #f56c6c;
}
.keiki-btn.is-active span {
  border-color: #f56c6c;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .keiki-btn:hover + .tip {
    opacity: 1;
    z-index: 2;
  }
}
.keiki .tip {
  width: 149px;
  height: auto;
  padding: 7px 8px 13px;
  text-align: left;
  background-image: url("/assets/image/tip_bg2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  pointer-events: none;
}
.keiki .tip p {
  line-height: 1.4;
  font-size: 10px;
  font-weight: bold;
}
.c-btnFix {
  --btnFix-text-bg--color: #ffe100;
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-btnFix._pink {
  --btnFix-text-bg--color: #fe849a;
}
.c-btnFix figure {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 100%;
  background-color: #fff;
  display: grid;
  place-content: center;
  box-shadow: 2px 2px 0 0 #ccc;
  transition: all 0.3s;
}
.c-btnFix span {
  min-width: calc(8.25em * 0.95 + 0.5em * 2 + 2px * 2);
  margin-top: -14px;
  padding: 0.25em 0.5em 0.15em;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  border: 2px solid #000;
  border-radius: 1em;
  background-color: var(--btnFix-text-bg--color);
}
.c-btnFix.is-active figure {
  background-color: var(--btnFix-text-bg--color);
}
@media (hover: hover) {
  .c-btnFix:hover figure {
    background-color: var(--btnFix-text-bg--color);
  }
}
.fixedBtns {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 20px;
  bottom: calc(70px + 20px);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .fixedBtns {
    display: none;
  }
}
.fixedBtns__item {
  transition: filter 0.3s;
}
.fixedBtns.is-hitokoto .fixedBtns__item:not(._hitokoto) {
  filter: brightness(0.85);
  pointer-events: none;
}
.promotion-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 102;
}
.promotion-modal .promotion-modal-wrap {
  top: 12%;
  left: calc(50% - (856px / 2));
  max-width: 856px;
  width: 86%;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 50px 5px 30px;
  background-color: #ffe100;
  position: relative;
  z-index: 103;
  margin-bottom: 30vh;
}
@media only screen and (max-width: 986px) {
  .promotion-modal .promotion-modal-wrap {
    padding: 42px 5px 40px;
    left: calc(50% - (86% / 2));
  }
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap {
    width: 90%;
    top: calc(100vh / 2 - (600px / 2));
    left: calc(50% - (90% / 2));
  }
}
.promotion-modal .promotion-modal-wrap.reference .title-wrap {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap.reference .title-wrap {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap.reference .promotion-title.sub {
    margin-top: 20px;
  }
}
.promotion-modal .promotion-modal-wrap.reference .btn-list.about {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap.reference .btn-list.about {
    margin-top: 20px;
  }
}
.promotion-modal .promotion-modal-wrap .attention {
  max-width: 480px;
  width: 100%;
  margin: 30px auto 0;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .attention {
    max-width: auto;
    width: 80%;
    font-size: 14px;
    margin: 20px auto 0;
  }
}
.promotion-modal .promotion-modal-wrap .promotion-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .promotion-title {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 1.5;
  }
}
.promotion-modal .promotion-modal-wrap .promotion-title.sub {
  max-width: 670px;
  width: 100%;
  margin: 40px auto 0;
  font-size: 24px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .promotion-title.sub {
    max-width: 270px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .promotion-title >span {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }
}
.promotion-modal .promotion-modal-wrap .promotion-title >span >img {
  vertical-align: unset;
  height: auto;
}
.promotion-modal .promotion-modal-wrap .promotion-title >span >img.icon-lightbulb,
.promotion-modal .promotion-modal-wrap .promotion-title >span >img.icon-bookmark {
  width: 21px;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .promotion-title >span >img.icon-lightbulb,
  .promotion-modal .promotion-modal-wrap .promotion-title >span >img.icon-bookmark {
    width: 14px;
  }
}
.promotion-modal .promotion-modal-wrap .promotion-title >span >img.icon-favo {
  width: 29px;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .promotion-title >span >img.icon-favo {
    width: 20px;
  }
}
.promotion-modal .promotion-modal-wrap .login-here {
  margin-top: 40px;
}
.promotion-modal .promotion-modal-wrap .btn-list {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 20px;
}
.promotion-modal .promotion-modal-wrap .btn-list >li {
  font-weight: 500;
  max-width: 460px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .btn-list >li {
    max-width: 270px;
  }
}
.promotion-modal .promotion-modal-wrap .btn-list >li >a {
  width: 100%;
  display: block;
  padding: 30px 10px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .btn-list >li >a {
    line-height: 1.25;
    padding: 20px 5px;
    font-size: 0.9rem;
  }
}
.promotion-modal .promotion-modal-wrap .btn-list >li >a::before {
  content: '';
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: 0;
  right: 30px;
  top: 0;
  margin: auto 0;
}
.promotion-modal .promotion-modal-wrap .btn-list >li >a:hover {
  opacity: 0.7;
}
.promotion-modal .promotion-modal-wrap .btn-list >li >a.blank::before {
  right: 30px;
  width: 9.485px;
  height: 9.485px;
  transform: rotate(0);
  background: #000;
  mask: url("/assets/image/mypage/list_setting_blank.svg") no-repeat center center/contain;
  -webkit-mask: url("/assets/image/mypage/list_setting_blank.svg") no-repeat center center/contain;
}
.promotion-modal .promotion-modal-wrap .btn-list >li >a.reversal {
  color: #fff;
  background-color: #000;
}
.promotion-modal .promotion-modal-wrap .btn-list >li >a.reversal::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.promotion-modal .promotion-modal-wrap .close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .close {
    width: 22px;
    height: 22px;
    top: 13px;
    right: 13px;
  }
}
@media only screen and (min-width: 767px) {
  .promotion-modal .promotion-modal-wrap .close:hover {
    opacity: 0.7;
  }
}
.promotion-modal .promotion-modal-wrap .close::before,
.promotion-modal .promotion-modal-wrap .close::after {
  content: '';
  width: 50%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.promotion-modal .promotion-modal-wrap .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.promotion-modal .promotion-modal-wrap .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .is-pc {
    display: none;
  }
}
.promotion-modal .promotion-modal-wrap .is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .promotion-modal-wrap .is-sp {
    display: block;
  }
}
.promotion-modal .modal-close {
  background-color: rgba(0,0,0,0.2);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 51;
}
@media only screen and (max-width: 767px) {
  .promotion-modal .modal-close {
    top: auto;
    bottom: 60px;
  }
}
.circle_btn01 {
  padding: 0 10px calc(25px / 2);
  display: block;
  position: relative;
  cursor: pointer;
}
.circle_btn01 .icon {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  box-shadow: 2px 1px 0 #ccc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 42%;
  background-position: center top 42%;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.circle_btn01 span {
  width: 100px;
  height: 25px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: calc(25px - 2px * 2);
  border: 2px solid #000;
  border-radius: 25px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s, color 0s;
}
.circle_btn01--hitokoto .icon {
  background-image: url("/assets/image/icon/post.svg");
}
.circle_btn01--hitokoto span {
  background-color: #fee133;
}
@media (hover: hover) {
  .circle_btn01--hitokoto:hover .icon,
  .circle_btn01--hitokoto:focus .icon {
    border-color: #fee133;
  }
  .circle_btn01--hitokoto:hover span,
  .circle_btn01--hitokoto:focus span {
    border-color: #fee133;
    background-color: #fff;
  }
}
.circle_btn01--keiki .icon {
  background-size: 38%;
  line-height: 1.75;
  position: relative;
}
.circle_btn01--keiki .icon::before {
  content: attr(data-time);
  margin: 0;
  font-size: 10px;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
}
.circle_btn01--keiki .icon::after {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.circle_btn01--keiki .icon[data-index="1"] {
  background-image: url("/assets/image/icon/keiki_5.svg");
  background-position: left 45% top 45%;
}
.circle_btn01--keiki .icon[data-index="1"]::after {
  content: '多い';
  color: #fc4379;
}
.circle_btn01--keiki .icon[data-index="2"] {
  background-image: url("/assets/image/icon/keiki_4.svg");
  background-position: center top 46%;
  background-size: 30%;
}
.circle_btn01--keiki .icon[data-index="2"]::after {
  content: 'やや多い';
  color: #fd7322;
}
.circle_btn01--keiki .icon[data-index="3"] {
  background-image: url("/assets/image/icon/keiki_3.svg");
  background-position: center top 46%;
  background-size: 30%;
}
.circle_btn01--keiki .icon[data-index="3"]::after {
  content: '変わらない';
  color: #fdbc2c;
}
.circle_btn01--keiki .icon[data-index="4"] {
  background-image: url("/assets/image/icon/keiki_2.svg");
  background-position: left 55% top 45%;
  background-size: 36%;
}
.circle_btn01--keiki .icon[data-index="4"]::after {
  content: 'やや少ない';
  color: #37c4d3;
}
.circle_btn01--keiki .icon[data-index="5"] {
  background-image: url("/assets/image/icon/keiki_1.svg");
  background-position: left 58% top 47%;
}
.circle_btn01--keiki .icon[data-index="5"]::after {
  content: '少ない';
  color: #2b8ae0;
}
.circle_btn01--keiki span {
  background-color: #f56c6c;
}
@media (hover: hover) {
  .circle_btn01--keiki:hover .icon,
  .circle_btn01--keiki:focus .icon {
    border-color: #f56c6c;
  }
  .circle_btn01--keiki:hover span,
  .circle_btn01--keiki:focus span {
    border-color: #f56c6c;
    background-color: #fff;
  }
}
.article_list01 {
  display: flex;
  flex-wrap: wrap;
}
.article_list01 a {
  color: inherit;
}
.article_list01 a > span {
  line-height: inherit;
}
.article_list01 a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .article_list01 a:hover > span {
    border-bottom: none;
  }
}
.article_list01-item {
  width: calc(100% / 3 - 40px * 2 / 3);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .article_list01-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.article_list01-item:not(:nth-child(3n)).article_list01-item:not(.swiper-slide) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .article_list01-item:not(:nth-child(3n)).article_list01-item:not(.swiper-slide) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01-item > * {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.article_list01-item .link {
  width: 100%;
  margin-top: 25px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .article_list01-item .link {
    display: block;
  }
}
.article_list01-item .img {
  margin-right: 5px;
  margin-bottom: 20px;
  margin-bottom: calc(5px + 15px);
  display: block;
  position: relative;
  z-index: 1;
}
.article_list01-item .img figure {
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #fafafa;
  box-shadow: 4px 4px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .article_list01-item .img figure {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .article_list01-item .img figure {
    box-shadow: 2px 2px 0;
  }
}
.article_list01-item .img img {
  width: 100%;
  transition: all 0.3s;
  aspect-ratio: 100/61;
  object-fit: cover;
}
.article_list01-item .meta {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}
.article_list01-item .category {
  min-width: 110px;
  padding: 0.35em 1em;
  margin-bottom: 5px;
  color: #fff;
  font-family: 'acumin-pro', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
  border-radius: 30px;
  background-color: #000;
  display: inline-block;
  word-break: break-all;
}
.article_list01-item .day {
  font-size: 1.1em;
  font-weight: inherit;
  font-weight: 700;
  line-height: 1;
  display: block;
  word-break: break-all;
}
.article_list01-item .type {
  width: 76px;
  height: 20px;
  padding: 0 0.25em;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: bold;
  font-family: 'acumin-pro', 'Noto Sans JP', sans-serif;
  line-height: calc(20px - 1px * 2);
  border: 1px solid #000;
  text-align: center;
  display: block;
  word-break: break-all;
}
.article_list01-item .ttl {
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .article_list01-item .ttl {
    font-size: 18px;
    word-break: break-all;
  }
}
.article_list01-item .tags {
  line-height: 1.3;
}
.article_list01-item .tags .tag {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.8px;
  display: inline-block;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .article_list01-item .tags .tag {
    word-break: break-all;
  }
}
.article_list01-item .tags .tag .hash {
  font-size: 1.25em;
  font-weight: inherit;
  font-style: normal;
  letter-spacing: 0.15em;
}
@media (hover: hover) {
  .article_list01-item .tags a.tag:hover,
  .article_list01-item .tags a.tag:focus {
    text-decoration: none;
  }
}
.article_list01-item .tags a > * {
  border-bottom: none;
}
.article_list01-item .btn_reaction {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
}
.article_list01-item a {
  color: inherit;
}
.article_list01-item a > span {
  line-height: inherit;
}
.article_list01-item a[target="_blank"] > span::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .article_list01-item a:hover > span {
    border-bottom: none;
  }
}
.article_list01-item a[target="_blank"] .ttl {
  position: relative;
}
.article_list01-item a[target="_blank"] .ttl::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  font-size: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0.08em;
}
@media (hover: hover) {
  .article_list01-item a:hover .img img,
  .article_list01-item a:focus .img img {
    transform: scale(1.2);
  }
}
.article_list01-item.new .img {
  position: relative;
}
.article_list01-item.new .img::before {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url("/assets/image/icon/new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 2;
}
.article_list01-item.limited .meta {
  margin-right: 25px;
}
.article_list01-item.limited .text {
  position: relative;
}
.article_list01-item.limited .text::before {
  content: '';
  width: 16px;
  height: 20px;
  background-image: url("/assets/image/icon/lock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.article_list01-item.limited--unlock .text::before {
  background-image: url("/assets/image/mypage/icon_key.svg");
}
.article_list01-item.series .day {
  width: 100%;
}
.article_list01-item.series .ttl.link {
  margin-top: 0;
  display: block;
}
.article_list01-item.series .type {
  height: 20px;
  margin-top: 10px;
  margin-left: auto;
  line-height: calc(20px - 1px * 2);
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .article_list01-item.series .btn_wrap {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01-item.series .btn_wrap .type {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02 .article_list01-item .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02 .article_list01-item .img {
    width: calc(50% + 20px);
    max-width: initial;
  }
}
@media only screen and (max-width: 375px) {
  .article_list01--02 .article_list01-item .img {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02 .article_list01-item .text {
    width: calc((100% - (50% + 20px) - 5px) - 20px);
    margin-bottom: calc(5px + 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .article_list01--02 .article_list01-item .text::before {
    top: auto;
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .article_list01--02 .article_list01-item .text {
    width: calc((100% - (140px) - 5px) - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02 .article_list01-item .meta {
    text-align: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02 .article_list01-item .category {
    min-width: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02 .article_list01-item.limited .meta {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02 .article_list01-item.limited .text::before {
    top: auto;
    bottom: -10px;
  }
}
.article_list01--02 .article_list01-item.series.limited .text {
  padding-bottom: 0;
}
.article_list01--02 .article_list01-item.series.limited .text::before {
  top: 0;
  right: 0;
  bottom: auto;
}
.article_list01--02.ranking .article_list01-item {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .article_list01--02.ranking .article_list01-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02.ranking .article_list01-item:not(:first-child) {
    padding-top: 30px;
    border-top: 1px solid #000;
  }
}
.article_list01--02.ranking .article_list01-item .link::after,
.article_list01--02.ranking .article_list01-item .img::after {
  width: 90px;
  height: 30px;
  padding-left: 2.25em;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: calc(30px - 2px * 2);
  border: 2px solid #000;
  border-radius: 100px;
  background-image: url("/assets/image/icon/crown.svg");
  background-position: left 0.75em center;
  background-size: 1.2em;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}
.article_list01--02.ranking .article_list01-item .img::after {
  top: calc(-30px / 2);
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .article_list01--02.ranking .article_list01-item .link {
    margin-top: 45px;
  }
}
.article_list01--02.ranking .article_list01-item .link::after {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.article_list01--02.ranking .article_list01-item .meta {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .article_list01--02.ranking .article_list01-item:nth-child(1) .img::after {
    content: 'NO.1';
    background-color: #f8d644;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02.ranking .article_list01-item:nth-child(1) .link::after {
    content: 'NO.1';
    background-color: #f8d644;
  }
}
@media only screen and (min-width: 767px) {
  .article_list01--02.ranking .article_list01-item:nth-child(2) .img::after {
    content: 'NO.2';
    background-color: #c7d6d4;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02.ranking .article_list01-item:nth-child(2) .link::after {
    content: 'NO.2';
    background-color: #c7d6d4;
  }
}
@media only screen and (min-width: 767px) {
  .article_list01--02.ranking .article_list01-item:nth-child(3) .img::after {
    content: 'NO.3';
    background-color: #e6a559;
  }
}
@media only screen and (max-width: 767px) {
  .article_list01--02.ranking .article_list01-item:nth-child(3) .link::after {
    content: 'NO.3';
    background-color: #e6a559;
  }
}
.related {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .related {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.related:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .related:first-child {
    margin-top: 0;
  }
}
.related:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .related:last-child {
    margin-bottom: 0;
  }
}
.related-ttl {
  font-size: 1.875em;
}
@media only screen and (max-width: 767px) {
  .related-ttl {
    font-size: 1.6em;
  }
}
.related-container {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .related-container {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .related-list {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.related-item {
  width: calc(100% / 2 - 40px * 1 / 2);
}
@media only screen and (max-width: 767px) {
  .related-item {
    width: 100%;
  }
}
.related-item:not(:nth-child(3n)) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .related-item:not(:nth-child(3n)) {
    margin-right: auto !important;
  }
}
.related-item:not(:nth-child(2n)) {
  margin-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .related-item:not(:nth-child(2n)) {
    margin-right: auto !important;
  }
}
.related-item .link {
  display: flex;
  flex-wrap: wrap;
}
.related-item .img {
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
}
.related-item .img figure {
  border: none;
  box-shadow: none;
}
.related-item .text {
  margin-left: 20px;
  flex: 1;
}
@media only screen and (max-width: 1100px) {
  .related-item .text {
    width: calc((50% - 5px) - 15px);
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 375px) {
  .related-item .text {
    width: calc((50% - 5px) - 10px);
    margin-left: 10px;
  }
}
.related-item .text + .sp {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .related-item .text .ttl,
  .related-item .text .type {
    display: none;
  }
}
@media not screen and (max-width: 1100px) {
  .related-item .text + .ttl {
    display: none;
  }
}
@media not screen and (max-width: 1100px) {
  .related-item .text + .ttl + .type {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .related-item .meta {
    text-align: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .related-item .category {
    min-width: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .related-item .day {
    text-align: center;
  }
}
.related-item .ttl {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .related-item .ttl {
    width: 100%;
    margin-top: 10px;
  }
}
.related-item .tags {
  margin-top: 10px;
  margin-left: calc((50% + 5px) + 20px);
}
@media only screen and (max-width: 1100px) {
  .related-item .tags {
    width: 100%;
    margin-left: auto;
  }
}
.related-item .btn_wrap {
  margin-top: 15px;
  margin-left: calc((50% + 5px) + 20px);
}
@media only screen and (max-width: 1100px) {
  .related-item .btn_wrap {
    width: 100%;
    margin-left: auto;
  }
}
.related-item .btn_wrap .btn_reaction {
  margin-top: 0;
}
.related-item.series .type {
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .related-item.limited .text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .related-item.limited .text::before {
    top: auto;
    bottom: -5px;
  }
}
@media only screen and (max-width: 1100px) {
  .related-item.limited .meta {
    margin-right: 0;
  }
}
.helpful_box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .helpful_box {
    margin-bottom: 50px;
  }
}
.helpful_box-inner {
  padding: 40px;
  text-align: center;
  border: 1.5px solid #000;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 375px) {
  .helpful_box-inner {
    padding: 40px 30px;
  }
}
.helpful_box-ttl {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .helpful_box-ttl {
    font-size: 22px;
  }
}
.helpful_box-btn label {
  max-width: 460px;
  width: 100%;
  height: 84px;
  margin: 0 auto;
  padding: 0 70px;
  font-weight: 500;
  line-height: calc(84px - 1px * 2);
  text-align: center;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 #ccc;
  display: block;
  background-color: #fd8925;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 40px;
  background-image: url("/assets/image/icon/lightbulb.svg");
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .helpful_box-btn label {
    height: 62px;
    padding: 0 50px;
    line-height: calc(62px - 1px * 2);
    background-size: 16px;
    background-position: center left 20px;
  }
}
.helpful_box-btn label:active {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.helpful_box-btn label::before {
  content: '';
  width: 30px;
  height: 16px;
  margin: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-image: url("/assets/image/icon/check.svg");
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .helpful_box-btn label::before {
    width: 20px;
    height: 12px;
    top: -5px;
  }
}
.helpful_box-btn input {
  display: none;
}
.helpful_box-btn input:checked + label {
  box-shadow: none;
  background-color: #fff;
  background-image: url("/assets/image/icon/lightbulb--checked.svg");
  transform: translate(3px, 3px);
}
.helpful_box-btn input:checked + label::before {
  opacity: 1;
}
.member_only {
  margin: 60px 0 80px;
}
.member_only-inner {
  padding: 20px 0;
  text-align: center;
  border-radius: 20px;
  background-color: #eee;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .member_only-inner {
    padding: 10px 0;
  }
}
.member_only-contents {
  padding: 60px 40px;
}
@media only screen and (max-width: 767px) {
  .member_only-contents {
    padding: 40px 20px;
  }
}
.member_only-contents:not(:last-child) {
  border-bottom: 1.5px solid rgba(0,0,0,0.1);
}
.member_only-contents-ttl {
  margin-bottom: 30px;
  display: block;
}
.member_only-contents .member_only-contents-ttl {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .member_only-contents .member_only-contents-ttl {
    font-size: 22px;
  }
}
.member_only-contents p {
  line-height: 1.5;
}
.member_only-contents p:not(.member_only-contents-ttl) {
  font-weight: 400;
}
.member_only-contents p:not(.member_only-contents-ttl) + .common_btn02 {
  margin-top: 40px;
}
.member_only-contents p:not(.member_only-contents-ttl) + ul {
  margin-top: 40px;
}
.member_only-contents ul {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}
.member_only-contents li {
  padding-left: 1.75em;
  padding-right: 1.75em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .member_only-contents li {
    padding-right: 0;
    font-size: 18px;
  }
}
.member_only-contents li::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background-color: #fee132;
  background-image: url("/assets/image/icon/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6em;
  position: absolute;
  top: 0.05em;
  left: 0;
}
.member_only-contents li:not(:last-child) {
  margin-bottom: 0.75em;
}
.member_only-contents .common_btn02 {
  margin-bottom: 0;
}
.member_only-contents .common_btn02 + .common_btn02 {
  margin-top: 20px;
}
.news_list-item:not(:last-child) {
  margin-bottom: 50px;
}
.news_list-meta {
  margin-bottom: 15px;
}
.news_list-data {
  width: 5.75em;
  margin-right: 1em;
  font-weight: bold;
  font-family: 'poppins', 'Noto Sans', 'Noto Sans JP', sans-serif;
  display: inline-block;
}
.news_list-ttl {
  font-size: 16px;
  line-height: 1.6;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .news_list-ttl {
    font-size: 14px;
  }
}
.news_list-ttl > a {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .news_list-ttl > a {
    border-bottom: 1px solid #000;
  }
}
.news_list-ttl > a[target="_blank"]::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  font-size: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0.08em;
}
@media (hover: hover) {
  .news_list-ttl > a:hover,
  .news_list-ttl > a:focus {
    border-bottom: 1px solid #000;
  }
}
.news_cat {
  max-width: 11em;
  width: 100%;
  height: 22px;
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: calc(22px - 1.5px * 2);
  text-align: center;
  border: 1.5px solid rgba(0,0,0,0.4);
  background-color: #7988b7;
  display: inline-block;
}
.news_cat.news-tag {
  background-color: #7988b7;
}
.news_cat.mergency-tag {
  background-color: #b20808;
}
.news_cat.maintenance-tag {
  background-color: #35b285;
}
.news_cat.fault-tag {
  background-color: #d55f0a;
}
.news_cat.update-tag {
  background-color: #9165b7;
}
.news_cat.release-tag {
  background-color: #3993e0;
}
.news_cat.others-tag {
  background-color: #8d8d8d;
}
.tap-color {
  background-color: rgba(0,0,0,0.35);
}
@-moz-keyframes btn_reaction_tip {
  0% {
    z-index: 5;
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    z-index: 5;
  }
  100% {
    z-index: -1;
  }
}
@-webkit-keyframes btn_reaction_tip {
  0% {
    z-index: 5;
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    z-index: 5;
  }
  100% {
    z-index: -1;
  }
}
@-o-keyframes btn_reaction_tip {
  0% {
    z-index: 5;
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    z-index: 5;
  }
  100% {
    z-index: -1;
  }
}
@keyframes btn_reaction_tip {
  0% {
    z-index: 5;
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    z-index: 5;
  }
  100% {
    z-index: -1;
  }
}
.keiki_modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 102;
}
.keiki_modal-wrap {
  width: calc(100% - 40px * 2);
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15vh;
  margin-bottom: 30vh;
}
@media only screen and (max-width: 767px) {
  .keiki_modal-wrap {
    margin-top: 2vh;
    width: calc(100% - 10px * 2);
  }
}
.keiki_modal-inner {
  width: 100%;
  height: auto;
  max-height: 100%;
  border: 2px solid #000;
  border-radius: 40px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: transform 0.6s;
  transform: translateY(100px);
  z-index: 103;
}
@media only screen and (max-width: 767px) {
  .keiki_modal-inner {
    transform: translateY(100px) scale(0.85);
  }
}
.keiki_modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 1s;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
.keiki_modal-close {
  width: 22px;
  height: 22px;
  font-size: 1.25em;
  line-height: calc(35px - 1px * 2);
  text-align: center;
  border-radius: 50%;
  display: block;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  top: 13px;
  right: 20px;
  transition: all 0.3s;
  z-index: 105;
  cursor: pointer;
}
.keiki_modal-close::before,
.keiki_modal-close::after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.keiki_modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .keiki_modal-close:hover,
  .keiki_modal-close:focus {
    background-color: #000;
    border-color: #fff;
  }
  .keiki_modal-close:hover::before,
  .keiki_modal-close:focus::before,
  .keiki_modal-close:hover::after,
  .keiki_modal-close:focus::after {
    background-color: #fff;
  }
}
.keiki_modal.is-open .keiki_modal-inner {
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .keiki_modal.is-open .keiki_modal-inner {
    transform: translateY(0) scale(0.85);
  }
}
.keiki_modal.is-open .keiki_modal-bg {
  opacity: 0.9;
}
.keikiyohou {
  line-height: 1.75;
}
.keikiyohou-inner > input {
  display: none;
}
.keikiyohou-header {
  width: 100%;
  min-height: 50px;
  padding: 11px 30px;
  color: #fff;
  background-color: #000;
  position: relative;
}
.keikiyohou-header h1 {
  font-size: 24px;
}
.keikiyohou-header p {
  font-size: 14px;
}
.keikiyohou-header .update {
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-header .update {
    margin-bottom: 10px;
    position: static;
  }
}
.keikiyohou-text {
  padding: 20px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text {
    padding: 15px 20px;
    overflow-y: auto;
  }
}
.keikiyohou-text h2 {
  margin-bottom: 0 !important;
  font-size: 24px;
  font-weight: 500;
  margin-left: initial !important;
  line-height: initial !important;
  text-align: left !important;
  padding-top: 0 !important;
}
.keikiyohou-text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.keikiyohou-text time {
  font-size: 14px;
  font-weight: bold;
  opacity: 0.4;
}
.keikiyohou-text-data {
  padding-left: 120px;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: left center;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-data {
    margin-top: 20px;
    padding-left: 0;
    padding-top: 100px;
    background-size: 82px;
    background-position: top 10px center;
  }
}
.keikiyohou-text-data p {
  font-size: 46px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-data p {
    font-size: 30px;
  }
}
.keikiyohou-text-data .message {
  font-weight: 400;
}
.keikiyohou-text-data[data-index="1"] {
  color: #fc4379;
  background-image: url("/assets/image/icon/keiki_5.svg");
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-data[data-index="1"] {
    background-size: 110px;
    background-position: top -1px left 45%;
  }
}
.keikiyohou-text-data[data-index="2"] {
  color: #fd7322;
  background-image: url("/assets/image/icon/keiki_4.svg");
}
.keikiyohou-text-data[data-index="3"] {
  color: #fdbc2c;
  background-image: url("/assets/image/icon/keiki_3.svg");
}
.keikiyohou-text-data[data-index="4"] {
  color: #37c4d3;
  background-image: url("/assets/image/icon/keiki_2.svg");
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-data[data-index="4"] {
    background-size: 100px;
    background-position: top 10px left 55%;
  }
}
.keikiyohou-text-data[data-index="5"] {
  color: #2b8ae0;
  background-image: url("/assets/image/icon/keiki_1.svg");
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-data[data-index="5"] {
    background-size: 112px;
    background-position: top 10px left 55%;
  }
}
.keikiyohou-text-choice {
  max-width: 640px;
  margin: 20px auto 25px;
  display: flex;
  justify-content: space-between;
  gap: 1.3%;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-choice {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    flex-direction: column-reverse;
  }
}
.keikiyohou-text-choice li {
  width: calc(100% / 5);
  border: 2px solid #cecece;
  border-radius: 20px;
  padding: 8px 0 13px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-choice li {
    width: 100%;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-choice li:not(:first-child) {
    margin-bottom: 10px;
  }
}
.keikiyohou-text-choice li label {
  padding-top: 65px;
  font-size: 13px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top 9px center;
  display: block;
  transition: opacity 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  mix-blend-mode: multiply;
  position: relative;
  padding-bottom: 30px;
}
.keikiyohou-text-choice li label::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 50%;
}
.keikiyohou-text-choice li label::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border: none;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-choice li label {
    padding: 7px 10px 7px 70px;
    font-size: 18px;
    text-align: left;
    background-size: 38px;
    background-position: left 13px center;
    flex-direction: row;
    justify-content: space-between;
  }
  .keikiyohou-text-choice li label::before {
    bottom: calc(50% - 11px);
    left: auto;
    right: 6.6%;
  }
  .keikiyohou-text-choice li label::after {
    bottom: calc(50% - 7px);
    left: auto;
    right: calc(6.6% + 4px);
  }
}
.keikiyohou-text-choice li input {
  display: none;
}
.keikiyohou-text-choice li input[type="radio"]:checked + label::before {
  border-color: #000;
}
.keikiyohou-text-choice li input[type="radio"]:checked + label::after {
  opacity: 1;
}
.keikiyohou-text-choice li:nth-of-type(5) label {
  background-image: url("/assets/image/icon/keiki_5.svg");
  background-size: 66px;
  background-position: top 0 left calc(50% - 8px);
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-choice li:nth-of-type(5) label {
    background-size: 49px;
    background-position: left 2px top 48%;
  }
}
.keikiyohou-text-choice li:nth-of-type(4) label {
  background-image: url("/assets/image/icon/keiki_4.svg");
  background-size: 50px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-choice li:nth-of-type(4) label {
    background-size: 38px;
    background-position: left 13px center;
  }
}
.keikiyohou-text-choice li:nth-of-type(3) label {
  background-image: url("/assets/image/icon/keiki_3.svg");
}
.keikiyohou-text-choice li:nth-of-type(2) label {
  background-image: url("/assets/image/icon/keiki_2.svg");
  background-size: 62px;
  background-position: top 9px left calc(50% + 6px);
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-choice li:nth-of-type(2) label {
    background-size: 46px;
    background-position: left 13px center;
  }
}
.keikiyohou-text-choice li:nth-of-type(1) label {
  background-image: url("/assets/image/icon/keiki_1.svg");
  background-size: 65px auto;
  background-position: top 9px left calc(50% + 8px);
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-choice li:nth-of-type(1) label {
    background-size: 52px;
    background-position: left 13px center;
  }
}
.keikiyohou-text-result {
  margin-top: 35px;
}
.keikiyohou-text-result > ul {
  margin-bottom: 25px;
  padding: 6px 40px;
  font-size: 12px;
  border-radius: 40px;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result > ul {
    padding: 6px 20px;
    border-radius: 20px;
    justify-content: flex-start;
  }
}
.keikiyohou-text-result > ul li {
  margin-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result > ul li {
    width: 130px;
    display: inline-block;
  }
}
.keikiyohou-text-result > ul li:nth-of-type(1) {
  padding-left: 34px;
  color: #2b8ae0;
  background-image: url("/assets/image/icon/keiki_1.svg");
  background-size: 30px;
  background-position: left top 5px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result > ul li:nth-of-type(1) {
    order: 5;
  }
}
.keikiyohou-text-result > ul li:nth-of-type(2) {
  padding-left: 32px;
  color: #37c4d3;
  background-image: url("/assets/image/icon/keiki_2.svg");
  background-size: 27px;
  background-position: left top 6px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result > ul li:nth-of-type(2) {
    order: 4;
  }
}
.keikiyohou-text-result > ul li:nth-of-type(3) {
  color: #fdbc2c;
  background-image: url("/assets/image/icon/keiki_3.svg");
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result > ul li:nth-of-type(3) {
    order: 3;
  }
}
.keikiyohou-text-result > ul li:nth-of-type(4) {
  color: #fd7322;
  background-image: url("/assets/image/icon/keiki_4.svg");
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result > ul li:nth-of-type(4) {
    order: 2;
  }
}
.keikiyohou-text-result > ul li:nth-of-type(5) {
  margin-left: 0;
  padding-left: 35px;
  color: #fc4379;
  background-image: url("/assets/image/icon/keiki_5.svg");
  background-size: 29px;
  background-position: left top 2.5px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result > ul li:nth-of-type(5) {
    margin-right: 5px;
    order: 1;
  }
}
.keikiyohou-text-chart {
  overflow-y: auto;
}
.keikiyohou-text-result_last {
  width: auto;
  padding: 20px 35px 20px 30px;
  font-size: 12px;
  border-radius: 0 0 0 40px;
  background-color: rgba(254,225,51,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result_last {
    width: calc(100% + 40px);
    padding: 15px 20px 20px;
    border-radius: 0 0 0 20px;
    position: relative;
    top: -15px;
    left: -20px;
  }
}
.keikiyohou-text-result_last .keikiyohou-text-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result_last .keikiyohou-text-wrap {
    flex-direction: column;
  }
}
.keikiyohou-text-result_last .keikiyohou-text-wrap time {
  padding: 0 16px 0 10px;
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result_last .keikiyohou-text-wrap time {
    padding: 0;
  }
}
.keikiyohou-text-result_last .keikiyohou-text-data {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result_last .keikiyohou-text-data {
    transform: none;
    margin-top: 0;
  }
}
.keikiyohou-text-result_last .keikiyohou-text-data[data-index="5"] {
  color: #2b8ae0;
  background-image: url("/assets/image/icon/keiki_1.svg");
  background-position: left top 6px;
  background-size: 42%;
  padding-left: 48px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result_last .keikiyohou-text-data[data-index="5"] {
    background-size: 42%;
    background-position: left top 6px;
  }
}
.keikiyohou-text-result_last .keikiyohou-text-data[data-index="4"] {
  color: #37c4d3;
  background-image: url("/assets/image/icon/keiki_2.svg");
  background-position: left top 6px;
  background-size: 40%;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result_last .keikiyohou-text-data[data-index="4"] {
    background-size: 40%;
    background-position: left top 6px;
  }
}
.keikiyohou-text-result_last .keikiyohou-text-data[data-index="3"] {
  color: #fdbc2c;
  background-image: url("/assets/image/icon/keiki_3.svg");
}
.keikiyohou-text-result_last .keikiyohou-text-data[data-index="2"] {
  color: #fd7322;
  background-image: url("/assets/image/icon/keiki_4.svg");
}
.keikiyohou-text-result_last .keikiyohou-text-data[data-index="1"] {
  color: #fc4379;
  background-image: url("/assets/image/icon/keiki_5.svg");
  background-size: 42%;
  padding-left: 45px;
  background-position: left top;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-text-result_last .keikiyohou-text-data[data-index="1"] {
    background-size: 40%;
    background-position: left 1px top 0;
    padding-left: 50px;
  }
}
.keikiyohou-bottom {
  padding: 13px 30px 18px;
  background-color: #f4f4f4;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom {
    display: block;
    padding: 15px 20px;
  }
}
.keikiyohou-bottom-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom-inner {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom-inner .keikiyohou-bottom-btn_wrap {
    order: 3;
  }
}
.keikiyohou-bottom-btn_wrap {
  flex: 1;
}
.keikiyohou-bottom-btn {
  width: 100%;
  min-width: 260px;
  padding: 1em 1.5em;
  border: 0px solid #fee133;
  border-radius: 100px;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  background-color: #fee133;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0px 4px 0px #000;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom-btn {
    min-width: initial;
    padding: 1.125em 1.5em;
  }
}
@media (hover: hover) {
  .keikiyohou-bottom-btn:hover,
  .keikiyohou-bottom-btn:focus {
    box-shadow: 0px 1px 0px #000;
    transform: translateY(3px);
  }
}
.keikiyohou-bottom-btn * {
  color: inherit;
}
.keikiyohou-bottom-btn:not(:last-child) {
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom-btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.keikiyohou-bottom-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.keikiyohou-bottom-btn--2 {
  color: #fee133;
  border: 2px solid #000;
  background-color: #000;
}
.keikiyohou-bottom-btn.top {
  width: auto;
  padding: 0.6em 2.75em;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom-btn.top {
    width: 100%;
  }
}
.keikiyohou-bottom-btn.top::before {
  content: '\e902';
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.keikiyohou-bottom-attention {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  grid-column: 1/3;
}
.keikiyohou-bottom-attention .is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom-attention .is-sp {
    display: block;
  }
}
.keikiyohou-bottom-balloon {
  width: 232px;
  height: 41px;
  margin-right: 10px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  background-image: url("/assets/image/keikiyohou-balloon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom-balloon {
    width: 230px;
    height: 45px;
    margin: 0 auto 5px;
    padding-right: 0;
    line-height: 38px;
    background-image: url("/assets/image/keikiyohou-balloon-sp.svg");
  }
}
.keikiyohou-bottom-balloon span {
  background: linear-gradient(transparent 50%, #fee133 50%);
}
.keikiyohou-bottom select {
  width: 250px;
  height: 56px;
  margin-right: 20px;
  padding: 16px 30px 16px 16px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url("/assets/image/icon/arrow02.svg");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 10px;
  display: block;
  outline: none;
  appearance: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom select {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
}
.keikiyohou-bottom .error-text {
  color: #f00;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 13px;
  text-align: center;
  grid-column: 1/3;
}
.keikiyohou-bottom .error-text .is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .keikiyohou-bottom .error-text {
    grid-column: 1/1;
    padding-bottom: 10px;
    order: 2;
  }
  .keikiyohou-bottom .error-text .is-sp {
    display: block;
  }
}
.keikiyohou--top .keikiyohou-bottom {
  align-items: center;
}
.keikiyohou--top .keikiyohou-bottom-btn {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 25px center;
  background-image: url("/assets/image/icon/chart-line.svg");
  display: block;
}
@media only screen and (max-width: 767px) {
  .keikiyohou--top .keikiyohou-bottom-btn {
    padding: 1em 1em 1em 3em;
    background-size: 15px;
    background-position: left 18px center;
  }
}
.keikiyohou--result .keikiyohou-bottom-btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .keikiyohou--result .keikiyohou-bottom-btn_wrap {
    display: block;
  }
}
.keikiyohou--result .keikiyohou-bottom-btn {
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .keikiyohou--result .keikiyohou-bottom-btn {
    width: auto;
    margin-bottom: 0 !important;
  }
}
.keikiyohou .chart {
  width: 100%;
  pointer-events: none;
  user-select: none;
}
.keikiyohou .chart-inner {
  width: 600px;
  padding-right: 40px;
  margin-left: 5em;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .keikiyohou .chart-inner {
    width: calc(100% - 4em);
    margin-left: 4em;
    padding-right: 10px;
    font-size: 13px;
  }
}
.keikiyohou .chart-line {
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .keikiyohou .chart-line {
    width: calc(100% - 10px);
  }
}
.keikiyohou .chart-line-data {
  width: 10%;
  height: 100%;
  border-right: 1px solid #eee;
}
.keikiyohou .chart-line-data:first-child {
  border-left: 1px solid #eee;
}
.keikiyohou .chart-head {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  counter-reset: num 0;
  position: relative;
}
.keikiyohou .chart-head::before {
  content: '0';
  font-size: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: -0.5em;
}
.keikiyohou .chart-head-data {
  width: 10%;
  font-size: 10px;
  text-align: right;
  counter-increment: num 10;
}
.keikiyohou .chart-head-data span {
  width: 0;
  height: 100%;
  position: relative;
}
.keikiyohou .chart-head-data span::after {
  content: counter(num);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.keikiyohou .chart-item {
  position: relative;
  opacity: 0.4;
}
.keikiyohou .chart-item:not(:last-child) {
  margin-bottom: 20px;
}
.keikiyohou .chart-item--highlight {
  opacity: 1;
}
.keikiyohou .chart-item-label {
  position: absolute;
  left: -5em;
}
@media only screen and (max-width: 767px) {
  .keikiyohou .chart-item-label {
    left: -4em;
  }
}
.keikiyohou .chart-item-data_wrap {
  border-radius: 28px;
  display: flex;
  overflow: hidden;
}
.keikiyohou .chart-item-data {
  height: 28px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  background-color: #d0d0d0;
  position: relative;
}
.keikiyohou .chart-item-data.small:first-child::before {
  left: 2px;
  transform: translate(0, -50%);
}
.keikiyohou .chart-item-data.small:last-child::before {
  left: auto;
  right: 2px;
  transform: translate(0, -50%);
}
.keikiyohou .chart-item-data.massage {
  width: 100%;
  border-radius: 50px;
}
.keikiyohou .chart-item-data.massage::before {
  content: none;
}
.keikiyohou .chart-item-data.data_1 {
  background-color: #fc4379;
}
.keikiyohou .chart-item-data.data_2 {
  background-color: #fd7322;
}
.keikiyohou .chart-item-data.data_3 {
  background-color: #fdbc2c;
}
.keikiyohou .chart-item-data.data_4 {
  background-color: #37c4d3;
}
.keikiyohou .chart-item-data.data_5 {
  background-color: #2b8ae0;
}
.keikiyohou .chart-item-data--highlight {
  font-weight: 900;
}
.keikiyohou .chart-item-data--highlight.data_1 {
  border: 3px solid #fcbcff;
}
.keikiyohou .chart-item-data--highlight.data_2 {
  border: 3px solid #ffaeae;
}
.keikiyohou .chart-item-data--highlight.data_3 {
  border: 3px solid #fff0a2;
}
.keikiyohou .chart-item-data--highlight.data_4 {
  border: 3px solid #a3ffe7;
}
.keikiyohou .chart-item-data--highlight.data_5 {
  border: 3px solid #a3ebff;
}
.keikiyohou .chart-item-data--highlight[data-width]::before {
  animation: loop 1.6s 0s linear infinite;
}
.keikiyohou .chart-item-data[data-width]::before {
  content: attr(data-width) '%';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.keikiyohou .chart-item-data[data-width="0"],
.keikiyohou .chart-item-data[data-width=""] {
  width: 0;
}
.keikiyohou .chart-item-data[data-width="0"]::before,
.keikiyohou .chart-item-data[data-width=""]::before {
  content: none;
}
.keikiyohou .chart-item-data[data-width="1"] {
  width: 1%;
}
.keikiyohou .chart-item-data[data-width="2"] {
  width: 2%;
}
.keikiyohou .chart-item-data[data-width="3"] {
  width: 3%;
}
.keikiyohou .chart-item-data[data-width="4"] {
  width: 4%;
}
.keikiyohou .chart-item-data[data-width="5"] {
  width: 5%;
}
.keikiyohou .chart-item-data[data-width="6"] {
  width: 6%;
}
.keikiyohou .chart-item-data[data-width="7"] {
  width: 7%;
}
.keikiyohou .chart-item-data[data-width="8"] {
  width: 8%;
}
.keikiyohou .chart-item-data[data-width="9"] {
  width: 9%;
}
.keikiyohou .chart-item-data[data-width="10"] {
  width: 10%;
}
.keikiyohou .chart-item-data[data-width="11"] {
  width: 11%;
}
.keikiyohou .chart-item-data[data-width="12"] {
  width: 12%;
}
.keikiyohou .chart-item-data[data-width="13"] {
  width: 13%;
}
.keikiyohou .chart-item-data[data-width="14"] {
  width: 14%;
}
.keikiyohou .chart-item-data[data-width="15"] {
  width: 15%;
}
.keikiyohou .chart-item-data[data-width="16"] {
  width: 16%;
}
.keikiyohou .chart-item-data[data-width="17"] {
  width: 17%;
}
.keikiyohou .chart-item-data[data-width="18"] {
  width: 18%;
}
.keikiyohou .chart-item-data[data-width="19"] {
  width: 19%;
}
.keikiyohou .chart-item-data[data-width="20"] {
  width: 20%;
}
.keikiyohou .chart-item-data[data-width="21"] {
  width: 21%;
}
.keikiyohou .chart-item-data[data-width="22"] {
  width: 22%;
}
.keikiyohou .chart-item-data[data-width="23"] {
  width: 23%;
}
.keikiyohou .chart-item-data[data-width="24"] {
  width: 24%;
}
.keikiyohou .chart-item-data[data-width="25"] {
  width: 25%;
}
.keikiyohou .chart-item-data[data-width="26"] {
  width: 26%;
}
.keikiyohou .chart-item-data[data-width="27"] {
  width: 27%;
}
.keikiyohou .chart-item-data[data-width="28"] {
  width: 28%;
}
.keikiyohou .chart-item-data[data-width="29"] {
  width: 29%;
}
.keikiyohou .chart-item-data[data-width="30"] {
  width: 30%;
}
.keikiyohou .chart-item-data[data-width="31"] {
  width: 31%;
}
.keikiyohou .chart-item-data[data-width="32"] {
  width: 32%;
}
.keikiyohou .chart-item-data[data-width="33"] {
  width: 33%;
}
.keikiyohou .chart-item-data[data-width="34"] {
  width: 34%;
}
.keikiyohou .chart-item-data[data-width="35"] {
  width: 35%;
}
.keikiyohou .chart-item-data[data-width="36"] {
  width: 36%;
}
.keikiyohou .chart-item-data[data-width="37"] {
  width: 37%;
}
.keikiyohou .chart-item-data[data-width="38"] {
  width: 38%;
}
.keikiyohou .chart-item-data[data-width="39"] {
  width: 39%;
}
.keikiyohou .chart-item-data[data-width="40"] {
  width: 40%;
}
.keikiyohou .chart-item-data[data-width="41"] {
  width: 41%;
}
.keikiyohou .chart-item-data[data-width="42"] {
  width: 42%;
}
.keikiyohou .chart-item-data[data-width="43"] {
  width: 43%;
}
.keikiyohou .chart-item-data[data-width="44"] {
  width: 44%;
}
.keikiyohou .chart-item-data[data-width="45"] {
  width: 45%;
}
.keikiyohou .chart-item-data[data-width="46"] {
  width: 46%;
}
.keikiyohou .chart-item-data[data-width="47"] {
  width: 47%;
}
.keikiyohou .chart-item-data[data-width="48"] {
  width: 48%;
}
.keikiyohou .chart-item-data[data-width="49"] {
  width: 49%;
}
.keikiyohou .chart-item-data[data-width="50"] {
  width: 50%;
}
.keikiyohou .chart-item-data[data-width="51"] {
  width: 51%;
}
.keikiyohou .chart-item-data[data-width="52"] {
  width: 52%;
}
.keikiyohou .chart-item-data[data-width="53"] {
  width: 53%;
}
.keikiyohou .chart-item-data[data-width="54"] {
  width: 54%;
}
.keikiyohou .chart-item-data[data-width="55"] {
  width: 55%;
}
.keikiyohou .chart-item-data[data-width="56"] {
  width: 56%;
}
.keikiyohou .chart-item-data[data-width="57"] {
  width: 57%;
}
.keikiyohou .chart-item-data[data-width="58"] {
  width: 58%;
}
.keikiyohou .chart-item-data[data-width="59"] {
  width: 59%;
}
.keikiyohou .chart-item-data[data-width="60"] {
  width: 60%;
}
.keikiyohou .chart-item-data[data-width="61"] {
  width: 61%;
}
.keikiyohou .chart-item-data[data-width="62"] {
  width: 62%;
}
.keikiyohou .chart-item-data[data-width="63"] {
  width: 63%;
}
.keikiyohou .chart-item-data[data-width="64"] {
  width: 64%;
}
.keikiyohou .chart-item-data[data-width="65"] {
  width: 65%;
}
.keikiyohou .chart-item-data[data-width="66"] {
  width: 66%;
}
.keikiyohou .chart-item-data[data-width="67"] {
  width: 67%;
}
.keikiyohou .chart-item-data[data-width="68"] {
  width: 68%;
}
.keikiyohou .chart-item-data[data-width="69"] {
  width: 69%;
}
.keikiyohou .chart-item-data[data-width="70"] {
  width: 70%;
}
.keikiyohou .chart-item-data[data-width="71"] {
  width: 71%;
}
.keikiyohou .chart-item-data[data-width="72"] {
  width: 72%;
}
.keikiyohou .chart-item-data[data-width="73"] {
  width: 73%;
}
.keikiyohou .chart-item-data[data-width="74"] {
  width: 74%;
}
.keikiyohou .chart-item-data[data-width="75"] {
  width: 75%;
}
.keikiyohou .chart-item-data[data-width="76"] {
  width: 76%;
}
.keikiyohou .chart-item-data[data-width="77"] {
  width: 77%;
}
.keikiyohou .chart-item-data[data-width="78"] {
  width: 78%;
}
.keikiyohou .chart-item-data[data-width="79"] {
  width: 79%;
}
.keikiyohou .chart-item-data[data-width="80"] {
  width: 80%;
}
.keikiyohou .chart-item-data[data-width="81"] {
  width: 81%;
}
.keikiyohou .chart-item-data[data-width="82"] {
  width: 82%;
}
.keikiyohou .chart-item-data[data-width="83"] {
  width: 83%;
}
.keikiyohou .chart-item-data[data-width="84"] {
  width: 84%;
}
.keikiyohou .chart-item-data[data-width="85"] {
  width: 85%;
}
.keikiyohou .chart-item-data[data-width="86"] {
  width: 86%;
}
.keikiyohou .chart-item-data[data-width="87"] {
  width: 87%;
}
.keikiyohou .chart-item-data[data-width="88"] {
  width: 88%;
}
.keikiyohou .chart-item-data[data-width="89"] {
  width: 89%;
}
.keikiyohou .chart-item-data[data-width="90"] {
  width: 90%;
}
.keikiyohou .chart-item-data[data-width="91"] {
  width: 91%;
}
.keikiyohou .chart-item-data[data-width="92"] {
  width: 92%;
}
.keikiyohou .chart-item-data[data-width="93"] {
  width: 93%;
}
.keikiyohou .chart-item-data[data-width="94"] {
  width: 94%;
}
.keikiyohou .chart-item-data[data-width="95"] {
  width: 95%;
}
.keikiyohou .chart-item-data[data-width="96"] {
  width: 96%;
}
.keikiyohou .chart-item-data[data-width="97"] {
  width: 97%;
}
.keikiyohou .chart-item-data[data-width="98"] {
  width: 98%;
}
.keikiyohou .chart-item-data[data-width="99"] {
  width: 99%;
}
.keikiyohou .chart-item-data[data-width="100"] {
  width: 100%;
}
@-moz-keyframes loop {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  12% {
    transform: translate(-50%, -65%);
  }
  25% {
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  12% {
    transform: translate(-50%, -65%);
  }
  25% {
    transform: translate(-50%, -50%);
  }
}
@-o-keyframes loop {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  12% {
    transform: translate(-50%, -65%);
  }
  25% {
    transform: translate(-50%, -50%);
  }
}
@keyframes loop {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  12% {
    transform: translate(-50%, -65%);
  }
  25% {
    transform: translate(-50%, -50%);
  }
}
/* テーマカラー設定 */
[data-theme_color="operation"] .edit_area h4 > * {
  border-left-color: #ffac00;
}
[data-theme_color="operation"] .color-theme,
[data-theme_color="operation"] .interviewer,
[data-theme_color="operation"] .person_icon {
  color: #ffac00;
}
[data-theme_color="operation"] .titlearea .titlearea-bg {
  background-color: #ffac00;
}
[data-theme_color="operation"] .text-element.bg.bg--color_theme {
  background-color: rgba(255,172,0,0.1);
}
[data-theme_color="operation"] .text-element.line.line--color_theme {
  border-color: #ffac00;
}
[data-theme_color="operation"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(255,172,0,0.1);
}
[data-theme_color="operation"] .common_box01.line.line--color_theme {
  border-color: #ffac00;
}
[data-theme_color="operation"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #ffac00;
}
[data-theme_color="operation"] .common_box02-contents dt {
  border-left-color: #ffac00;
}
[data-theme_color="operation"] .posts_area .posts_area-inner::before {
  background-color: #ffac00;
}
[data-theme_color="management"] .edit_area h4 > * {
  border-left-color: #ea7373;
}
[data-theme_color="management"] .color-theme,
[data-theme_color="management"] .interviewer,
[data-theme_color="management"] .person_icon {
  color: #ea7373;
}
[data-theme_color="management"] .titlearea .titlearea-bg {
  background-color: #ea7373;
}
[data-theme_color="management"] .text-element.bg.bg--color_theme {
  background-color: rgba(234,115,115,0.1);
}
[data-theme_color="management"] .text-element.line.line--color_theme {
  border-color: #ea7373;
}
[data-theme_color="management"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(234,115,115,0.1);
}
[data-theme_color="management"] .common_box01.line.line--color_theme {
  border-color: #ea7373;
}
[data-theme_color="management"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #ea7373;
}
[data-theme_color="management"] .common_box02-contents dt {
  border-left-color: #ea7373;
}
[data-theme_color="management"] .posts_area .posts_area-inner::before {
  background-color: #ea7373;
}
[data-theme_color="marketing"] .edit_area h4 > * {
  border-left-color: #ff7007;
}
[data-theme_color="marketing"] .color-theme,
[data-theme_color="marketing"] .interviewer,
[data-theme_color="marketing"] .person_icon {
  color: #ff7007;
}
[data-theme_color="marketing"] .titlearea .titlearea-bg {
  background-color: #ff7007;
}
[data-theme_color="marketing"] .text-element.bg.bg--color_theme {
  background-color: rgba(255,112,7,0.1);
}
[data-theme_color="marketing"] .text-element.line.line--color_theme {
  border-color: #ff7007;
}
[data-theme_color="marketing"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(255,112,7,0.1);
}
[data-theme_color="marketing"] .common_box01.line.line--color_theme {
  border-color: #ff7007;
}
[data-theme_color="marketing"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #ff7007;
}
[data-theme_color="marketing"] .common_box02-contents dt {
  border-left-color: #ff7007;
}
[data-theme_color="marketing"] .posts_area .posts_area-inner::before {
  background-color: #ff7007;
}
[data-theme_color="product"] .edit_area h4 > * {
  border-left-color: #107fdc;
}
[data-theme_color="product"] .color-theme,
[data-theme_color="product"] .interviewer,
[data-theme_color="product"] .person_icon {
  color: #107fdc;
}
[data-theme_color="product"] .titlearea .titlearea-bg {
  background-color: #107fdc;
}
[data-theme_color="product"] .text-element.bg.bg--color_theme {
  background-color: rgba(16,127,220,0.1);
}
[data-theme_color="product"] .text-element.line.line--color_theme {
  border-color: #107fdc;
}
[data-theme_color="product"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(16,127,220,0.1);
}
[data-theme_color="product"] .common_box01.line.line--color_theme {
  border-color: #107fdc;
}
[data-theme_color="product"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #107fdc;
}
[data-theme_color="product"] .common_box02-contents dt {
  border-left-color: #107fdc;
}
[data-theme_color="product"] .posts_area .posts_area-inner::before {
  background-color: #107fdc;
}
[data-theme_color="solution"] .edit_area h4 > * {
  border-left-color: #65bce2;
}
[data-theme_color="solution"] .color-theme,
[data-theme_color="solution"] .interviewer,
[data-theme_color="solution"] .person_icon {
  color: #65bce2;
}
[data-theme_color="solution"] .titlearea .titlearea-bg {
  background-color: #65bce2;
}
[data-theme_color="solution"] .text-element.bg.bg--color_theme {
  background-color: rgba(101,188,226,0.1);
}
[data-theme_color="solution"] .text-element.line.line--color_theme {
  border-color: #65bce2;
}
[data-theme_color="solution"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(101,188,226,0.1);
}
[data-theme_color="solution"] .common_box01.line.line--color_theme {
  border-color: #65bce2;
}
[data-theme_color="solution"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #65bce2;
}
[data-theme_color="solution"] .common_box02-contents dt {
  border-left-color: #65bce2;
}
[data-theme_color="solution"] .posts_area .posts_area-inner::before {
  background-color: #65bce2;
}
[data-theme_color="event"] .edit_area h4 > * {
  border-left-color: #fd869a;
}
[data-theme_color="event"] .color-theme,
[data-theme_color="event"] .interviewer,
[data-theme_color="event"] .person_icon {
  color: #fd869a;
}
[data-theme_color="event"] .titlearea .titlearea-bg {
  background-color: #fd869a;
}
[data-theme_color="event"] .text-element.bg.bg--color_theme {
  background-color: rgba(253,134,154,0.1);
}
[data-theme_color="event"] .text-element.line.line--color_theme {
  border-color: #fd869a;
}
[data-theme_color="event"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(253,134,154,0.1);
}
[data-theme_color="event"] .common_box01.line.line--color_theme {
  border-color: #fd869a;
}
[data-theme_color="event"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #fd869a;
}
[data-theme_color="event"] .common_box02-contents dt {
  border-left-color: #fd869a;
}
[data-theme_color="event"] .posts_area .posts_area-inner::before {
  background-color: #fd869a;
}
[data-theme_color="skillup"] .edit_area h4 > * {
  border-left-color: #e54fab;
}
[data-theme_color="skillup"] .color-theme,
[data-theme_color="skillup"] .interviewer,
[data-theme_color="skillup"] .person_icon {
  color: #e54fab;
}
[data-theme_color="skillup"] .titlearea .titlearea-bg {
  background-color: #e54fab;
}
[data-theme_color="skillup"] .text-element.bg.bg--color_theme {
  background-color: rgba(229,79,171,0.1);
}
[data-theme_color="skillup"] .text-element.line.line--color_theme {
  border-color: #e54fab;
}
[data-theme_color="skillup"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(229,79,171,0.1);
}
[data-theme_color="skillup"] .common_box01.line.line--color_theme {
  border-color: #e54fab;
}
[data-theme_color="skillup"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #e54fab;
}
[data-theme_color="skillup"] .common_box02-contents dt {
  border-left-color: #e54fab;
}
[data-theme_color="skillup"] .posts_area .posts_area-inner::before {
  background-color: #e54fab;
}
[data-theme_color="report"] .edit_area h4 > * {
  border-left-color: #ff8ef4;
}
[data-theme_color="report"] .color-theme,
[data-theme_color="report"] .interviewer,
[data-theme_color="report"] .person_icon {
  color: #ff8ef4;
}
[data-theme_color="report"] .titlearea .titlearea-bg {
  background-color: #ff8ef4;
}
[data-theme_color="report"] .text-element.bg.bg--color_theme {
  background-color: rgba(255,142,244,0.1);
}
[data-theme_color="report"] .text-element.line.line--color_theme {
  border-color: #ff8ef4;
}
[data-theme_color="report"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(255,142,244,0.1);
}
[data-theme_color="report"] .common_box01.line.line--color_theme {
  border-color: #ff8ef4;
}
[data-theme_color="report"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #ff8ef4;
}
[data-theme_color="report"] .common_box02-contents dt {
  border-left-color: #ff8ef4;
}
[data-theme_color="report"] .posts_area .posts_area-inner::before {
  background-color: #ff8ef4;
}
[data-theme_color="lifestyle"] .edit_area h4 > * {
  border-left-color: #cbf13a;
}
[data-theme_color="lifestyle"] .color-theme,
[data-theme_color="lifestyle"] .interviewer,
[data-theme_color="lifestyle"] .person_icon {
  color: #cbf13a;
}
[data-theme_color="lifestyle"] .titlearea .titlearea-bg {
  background-color: #cbf13a;
}
[data-theme_color="lifestyle"] .text-element.bg.bg--color_theme {
  background-color: rgba(203,241,58,0.1);
}
[data-theme_color="lifestyle"] .text-element.line.line--color_theme {
  border-color: #cbf13a;
}
[data-theme_color="lifestyle"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(203,241,58,0.1);
}
[data-theme_color="lifestyle"] .common_box01.line.line--color_theme {
  border-color: #cbf13a;
}
[data-theme_color="lifestyle"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #cbf13a;
}
[data-theme_color="lifestyle"] .common_box02-contents dt {
  border-left-color: #cbf13a;
}
[data-theme_color="lifestyle"] .posts_area .posts_area-inner::before {
  background-color: #cbf13a;
}
[data-theme_color="gyoukai"] .edit_area h4 > * {
  border-left-color: #29dfd3;
}
[data-theme_color="gyoukai"] .color-theme,
[data-theme_color="gyoukai"] .interviewer,
[data-theme_color="gyoukai"] .person_icon {
  color: #29dfd3;
}
[data-theme_color="gyoukai"] .titlearea .titlearea-bg {
  background-color: #29dfd3;
}
[data-theme_color="gyoukai"] .text-element.bg.bg--color_theme {
  background-color: rgba(41,223,211,0.1);
}
[data-theme_color="gyoukai"] .text-element.line.line--color_theme {
  border-color: #29dfd3;
}
[data-theme_color="gyoukai"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(41,223,211,0.1);
}
[data-theme_color="gyoukai"] .common_box01.line.line--color_theme {
  border-color: #29dfd3;
}
[data-theme_color="gyoukai"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #29dfd3;
}
[data-theme_color="gyoukai"] .common_box02-contents dt {
  border-left-color: #29dfd3;
}
[data-theme_color="gyoukai"] .posts_area .posts_area-inner::before {
  background-color: #29dfd3;
}
[data-theme_color="people"] .edit_area h4 > * {
  border-left-color: #ffe100;
}
[data-theme_color="people"] .color-theme,
[data-theme_color="people"] .interviewer,
[data-theme_color="people"] .person_icon {
  color: #ffe100;
}
[data-theme_color="people"] .titlearea .titlearea-bg {
  background-color: #ffe100;
}
[data-theme_color="people"] .text-element.bg.bg--color_theme {
  background-color: rgba(255,225,0,0.1);
}
[data-theme_color="people"] .text-element.line.line--color_theme {
  border-color: #ffe100;
}
[data-theme_color="people"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(255,225,0,0.1);
}
[data-theme_color="people"] .common_box01.line.line--color_theme {
  border-color: #ffe100;
}
[data-theme_color="people"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #ffe100;
}
[data-theme_color="people"] .common_box02-contents dt {
  border-left-color: #ffe100;
}
[data-theme_color="people"] .posts_area .posts_area-inner::before {
  background-color: #ffe100;
}
[data-theme_color="spdesign"] .edit_area h4 > * {
  border-left-color: #c9bfb2;
}
[data-theme_color="spdesign"] .color-theme,
[data-theme_color="spdesign"] .interviewer,
[data-theme_color="spdesign"] .person_icon {
  color: #c9bfb2;
}
[data-theme_color="spdesign"] .titlearea .titlearea-bg {
  background-color: #c9bfb2;
}
[data-theme_color="spdesign"] .text-element.bg.bg--color_theme {
  background-color: rgba(201,191,178,0.1);
}
[data-theme_color="spdesign"] .text-element.line.line--color_theme {
  border-color: #c9bfb2;
}
[data-theme_color="spdesign"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(201,191,178,0.1);
}
[data-theme_color="spdesign"] .common_box01.line.line--color_theme {
  border-color: #c9bfb2;
}
[data-theme_color="spdesign"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #c9bfb2;
}
[data-theme_color="spdesign"] .common_box02-contents dt {
  border-left-color: #c9bfb2;
}
[data-theme_color="spdesign"] .posts_area .posts_area-inner::before {
  background-color: #c9bfb2;
}
[data-theme_color="other"] .edit_area h4 > * {
  border-left-color: #6772b2;
}
[data-theme_color="other"] .color-theme,
[data-theme_color="other"] .interviewer,
[data-theme_color="other"] .person_icon {
  color: #6772b2;
}
[data-theme_color="other"] .titlearea .titlearea-bg {
  background-color: #6772b2;
}
[data-theme_color="other"] .text-element.bg.bg--color_theme {
  background-color: rgba(103,114,178,0.1);
}
[data-theme_color="other"] .text-element.line.line--color_theme {
  border-color: #6772b2;
}
[data-theme_color="other"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(103,114,178,0.1);
}
[data-theme_color="other"] .common_box01.line.line--color_theme {
  border-color: #6772b2;
}
[data-theme_color="other"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #6772b2;
}
[data-theme_color="other"] .common_box02-contents dt {
  border-left-color: #6772b2;
}
[data-theme_color="other"] .posts_area .posts_area-inner::before {
  background-color: #6772b2;
}
[data-theme_color="unused"] .edit_area h4 > * {
  border-left-color: #82c94f;
}
[data-theme_color="unused"] .color-theme,
[data-theme_color="unused"] .interviewer,
[data-theme_color="unused"] .person_icon {
  color: #82c94f;
}
[data-theme_color="unused"] .titlearea .titlearea-bg {
  background-color: #82c94f;
}
[data-theme_color="unused"] .text-element.bg.bg--color_theme {
  background-color: rgba(130,201,79,0.1);
}
[data-theme_color="unused"] .text-element.line.line--color_theme {
  border-color: #82c94f;
}
[data-theme_color="unused"] .common_box01.bg.bg--color_theme .common_box01-item {
  background-color: rgba(130,201,79,0.1);
}
[data-theme_color="unused"] .common_box01.line.line--color_theme {
  border-color: #82c94f;
}
[data-theme_color="unused"] .common_box01.line.line--color_theme .common_box01-ttl {
  background-color: #82c94f;
}
[data-theme_color="unused"] .common_box02-contents dt {
  border-left-color: #82c94f;
}
[data-theme_color="unused"] .posts_area .posts_area-inner::before {
  background-color: #82c94f;
}
/* カラー設定 */
.color-operation {
  color: #ffac00 !important;
}
.edit_area h4 > .color-operation {
  border-left-color: #ffac00 !important;
}
.common_box01.bg.bg--color_operation .common_box01-item {
  background-color: rgba(255,172,0,0.1);
}
.common_box01.line.line--color_operation {
  border-color: #ffac00;
}
.common_box01.line.line--color_operation .common_box01-ttl {
  background-color: #ffac00;
}
.common_box02.common_box02--color_operation .common_box02-header .bold {
  color: #ffac00;
}
.common_box02.common_box02--color_operation .common_box02-contents dt {
  border-left-color: #ffac00;
}
.text-element.bg.bg--color_operation {
  background-color: rgba(255,172,0,0.1);
}
.text-element.line.line--color_operation {
  border-color: #ffac00;
}
.person_icon.person_icon--color_operation {
  color: #ffac00;
}
.interviewer.interviewer--color_operation {
  color: #ffac00;
}
.interviewer.interviewer--color_operation .person_icon {
  color: inherit;
}
.article_list01-item--color_operation.series .type {
  background-color: #ffac00;
}
.article_list01--color_operation.series .text {
  background-color: #ffac00;
}
.posts_area .article_list01-item--color_operation.series .text {
  background-color: #ffac00;
}
.related_area--color_operation .related_area-text .type span {
  background-color: #ffac00;
}
.posts_area.posts_area--color_operation .posts_area-inner::before {
  background-color: #ffac00;
}
.posts_area.posts_area--color_operation .btn_reaction label::after {
  background-color: #ffac00 !important;
}
.titlearea.titlearea--operation .titlearea-bg {
  background-color: #ffac00;
}
.color-management {
  color: #ea7373 !important;
}
.edit_area h4 > .color-management {
  border-left-color: #ea7373 !important;
}
.common_box01.bg.bg--color_management .common_box01-item {
  background-color: rgba(234,115,115,0.1);
}
.common_box01.line.line--color_management {
  border-color: #ea7373;
}
.common_box01.line.line--color_management .common_box01-ttl {
  background-color: #ea7373;
}
.common_box02.common_box02--color_management .common_box02-header .bold {
  color: #ea7373;
}
.common_box02.common_box02--color_management .common_box02-contents dt {
  border-left-color: #ea7373;
}
.text-element.bg.bg--color_management {
  background-color: rgba(234,115,115,0.1);
}
.text-element.line.line--color_management {
  border-color: #ea7373;
}
.person_icon.person_icon--color_management {
  color: #ea7373;
}
.interviewer.interviewer--color_management {
  color: #ea7373;
}
.interviewer.interviewer--color_management .person_icon {
  color: inherit;
}
.article_list01-item--color_management.series .type {
  background-color: #ea7373;
}
.article_list01--color_management.series .text {
  background-color: #ea7373;
}
.posts_area .article_list01-item--color_management.series .text {
  background-color: #ea7373;
}
.related_area--color_management .related_area-text .type span {
  background-color: #ea7373;
}
.posts_area.posts_area--color_management .posts_area-inner::before {
  background-color: #ea7373;
}
.posts_area.posts_area--color_management .btn_reaction label::after {
  background-color: #ea7373 !important;
}
.titlearea.titlearea--management .titlearea-bg {
  background-color: #ea7373;
}
.color-marketing {
  color: #ff7007 !important;
}
.edit_area h4 > .color-marketing {
  border-left-color: #ff7007 !important;
}
.common_box01.bg.bg--color_marketing .common_box01-item {
  background-color: rgba(255,112,7,0.1);
}
.common_box01.line.line--color_marketing {
  border-color: #ff7007;
}
.common_box01.line.line--color_marketing .common_box01-ttl {
  background-color: #ff7007;
}
.common_box02.common_box02--color_marketing .common_box02-header .bold {
  color: #ff7007;
}
.common_box02.common_box02--color_marketing .common_box02-contents dt {
  border-left-color: #ff7007;
}
.text-element.bg.bg--color_marketing {
  background-color: rgba(255,112,7,0.1);
}
.text-element.line.line--color_marketing {
  border-color: #ff7007;
}
.person_icon.person_icon--color_marketing {
  color: #ff7007;
}
.interviewer.interviewer--color_marketing {
  color: #ff7007;
}
.interviewer.interviewer--color_marketing .person_icon {
  color: inherit;
}
.article_list01-item--color_marketing.series .type {
  background-color: #ff7007;
}
.article_list01--color_marketing.series .text {
  background-color: #ff7007;
}
.posts_area .article_list01-item--color_marketing.series .text {
  background-color: #ff7007;
}
.related_area--color_marketing .related_area-text .type span {
  background-color: #ff7007;
}
.posts_area.posts_area--color_marketing .posts_area-inner::before {
  background-color: #ff7007;
}
.posts_area.posts_area--color_marketing .btn_reaction label::after {
  background-color: #ff7007 !important;
}
.titlearea.titlearea--marketing .titlearea-bg {
  background-color: #ff7007;
}
.color-product {
  color: #107fdc !important;
}
.edit_area h4 > .color-product {
  border-left-color: #107fdc !important;
}
.common_box01.bg.bg--color_product .common_box01-item {
  background-color: rgba(16,127,220,0.1);
}
.common_box01.line.line--color_product {
  border-color: #107fdc;
}
.common_box01.line.line--color_product .common_box01-ttl {
  background-color: #107fdc;
}
.common_box02.common_box02--color_product .common_box02-header .bold {
  color: #107fdc;
}
.common_box02.common_box02--color_product .common_box02-contents dt {
  border-left-color: #107fdc;
}
.text-element.bg.bg--color_product {
  background-color: rgba(16,127,220,0.1);
}
.text-element.line.line--color_product {
  border-color: #107fdc;
}
.person_icon.person_icon--color_product {
  color: #107fdc;
}
.interviewer.interviewer--color_product {
  color: #107fdc;
}
.interviewer.interviewer--color_product .person_icon {
  color: inherit;
}
.article_list01-item--color_product.series .type {
  background-color: #107fdc;
}
.article_list01--color_product.series .text {
  background-color: #107fdc;
}
.posts_area .article_list01-item--color_product.series .text {
  background-color: #107fdc;
}
.related_area--color_product .related_area-text .type span {
  background-color: #107fdc;
}
.posts_area.posts_area--color_product .posts_area-inner::before {
  background-color: #107fdc;
}
.posts_area.posts_area--color_product .btn_reaction label::after {
  background-color: #107fdc !important;
}
.titlearea.titlearea--product .titlearea-bg {
  background-color: #107fdc;
}
.color-solution {
  color: #65bce2 !important;
}
.edit_area h4 > .color-solution {
  border-left-color: #65bce2 !important;
}
.common_box01.bg.bg--color_solution .common_box01-item {
  background-color: rgba(101,188,226,0.1);
}
.common_box01.line.line--color_solution {
  border-color: #65bce2;
}
.common_box01.line.line--color_solution .common_box01-ttl {
  background-color: #65bce2;
}
.common_box02.common_box02--color_solution .common_box02-header .bold {
  color: #65bce2;
}
.common_box02.common_box02--color_solution .common_box02-contents dt {
  border-left-color: #65bce2;
}
.text-element.bg.bg--color_solution {
  background-color: rgba(101,188,226,0.1);
}
.text-element.line.line--color_solution {
  border-color: #65bce2;
}
.person_icon.person_icon--color_solution {
  color: #65bce2;
}
.interviewer.interviewer--color_solution {
  color: #65bce2;
}
.interviewer.interviewer--color_solution .person_icon {
  color: inherit;
}
.article_list01-item--color_solution.series .type {
  background-color: #65bce2;
}
.article_list01--color_solution.series .text {
  background-color: #65bce2;
}
.posts_area .article_list01-item--color_solution.series .text {
  background-color: #65bce2;
}
.related_area--color_solution .related_area-text .type span {
  background-color: #65bce2;
}
.posts_area.posts_area--color_solution .posts_area-inner::before {
  background-color: #65bce2;
}
.posts_area.posts_area--color_solution .btn_reaction label::after {
  background-color: #65bce2 !important;
}
.titlearea.titlearea--solution .titlearea-bg {
  background-color: #65bce2;
}
.color-event {
  color: #fd869a !important;
}
.edit_area h4 > .color-event {
  border-left-color: #fd869a !important;
}
.common_box01.bg.bg--color_event .common_box01-item {
  background-color: rgba(253,134,154,0.1);
}
.common_box01.line.line--color_event {
  border-color: #fd869a;
}
.common_box01.line.line--color_event .common_box01-ttl {
  background-color: #fd869a;
}
.common_box02.common_box02--color_event .common_box02-header .bold {
  color: #fd869a;
}
.common_box02.common_box02--color_event .common_box02-contents dt {
  border-left-color: #fd869a;
}
.text-element.bg.bg--color_event {
  background-color: rgba(253,134,154,0.1);
}
.text-element.line.line--color_event {
  border-color: #fd869a;
}
.person_icon.person_icon--color_event {
  color: #fd869a;
}
.interviewer.interviewer--color_event {
  color: #fd869a;
}
.interviewer.interviewer--color_event .person_icon {
  color: inherit;
}
.article_list01-item--color_event.series .type {
  background-color: #fd869a;
}
.article_list01--color_event.series .text {
  background-color: #fd869a;
}
.posts_area .article_list01-item--color_event.series .text {
  background-color: #fd869a;
}
.related_area--color_event .related_area-text .type span {
  background-color: #fd869a;
}
.posts_area.posts_area--color_event .posts_area-inner::before {
  background-color: #fd869a;
}
.posts_area.posts_area--color_event .btn_reaction label::after {
  background-color: #fd869a !important;
}
.titlearea.titlearea--event .titlearea-bg {
  background-color: #fd869a;
}
.color-skillup {
  color: #e54fab !important;
}
.edit_area h4 > .color-skillup {
  border-left-color: #e54fab !important;
}
.common_box01.bg.bg--color_skillup .common_box01-item {
  background-color: rgba(229,79,171,0.1);
}
.common_box01.line.line--color_skillup {
  border-color: #e54fab;
}
.common_box01.line.line--color_skillup .common_box01-ttl {
  background-color: #e54fab;
}
.common_box02.common_box02--color_skillup .common_box02-header .bold {
  color: #e54fab;
}
.common_box02.common_box02--color_skillup .common_box02-contents dt {
  border-left-color: #e54fab;
}
.text-element.bg.bg--color_skillup {
  background-color: rgba(229,79,171,0.1);
}
.text-element.line.line--color_skillup {
  border-color: #e54fab;
}
.person_icon.person_icon--color_skillup {
  color: #e54fab;
}
.interviewer.interviewer--color_skillup {
  color: #e54fab;
}
.interviewer.interviewer--color_skillup .person_icon {
  color: inherit;
}
.article_list01-item--color_skillup.series .type {
  background-color: #e54fab;
}
.article_list01--color_skillup.series .text {
  background-color: #e54fab;
}
.posts_area .article_list01-item--color_skillup.series .text {
  background-color: #e54fab;
}
.related_area--color_skillup .related_area-text .type span {
  background-color: #e54fab;
}
.posts_area.posts_area--color_skillup .posts_area-inner::before {
  background-color: #e54fab;
}
.posts_area.posts_area--color_skillup .btn_reaction label::after {
  background-color: #e54fab !important;
}
.titlearea.titlearea--skillup .titlearea-bg {
  background-color: #e54fab;
}
.color-report {
  color: #ff8ef4 !important;
}
.edit_area h4 > .color-report {
  border-left-color: #ff8ef4 !important;
}
.common_box01.bg.bg--color_report .common_box01-item {
  background-color: rgba(255,142,244,0.1);
}
.common_box01.line.line--color_report {
  border-color: #ff8ef4;
}
.common_box01.line.line--color_report .common_box01-ttl {
  background-color: #ff8ef4;
}
.common_box02.common_box02--color_report .common_box02-header .bold {
  color: #ff8ef4;
}
.common_box02.common_box02--color_report .common_box02-contents dt {
  border-left-color: #ff8ef4;
}
.text-element.bg.bg--color_report {
  background-color: rgba(255,142,244,0.1);
}
.text-element.line.line--color_report {
  border-color: #ff8ef4;
}
.person_icon.person_icon--color_report {
  color: #ff8ef4;
}
.interviewer.interviewer--color_report {
  color: #ff8ef4;
}
.interviewer.interviewer--color_report .person_icon {
  color: inherit;
}
.article_list01-item--color_report.series .type {
  background-color: #ff8ef4;
}
.article_list01--color_report.series .text {
  background-color: #ff8ef4;
}
.posts_area .article_list01-item--color_report.series .text {
  background-color: #ff8ef4;
}
.related_area--color_report .related_area-text .type span {
  background-color: #ff8ef4;
}
.posts_area.posts_area--color_report .posts_area-inner::before {
  background-color: #ff8ef4;
}
.posts_area.posts_area--color_report .btn_reaction label::after {
  background-color: #ff8ef4 !important;
}
.titlearea.titlearea--report .titlearea-bg {
  background-color: #ff8ef4;
}
.color-lifestyle {
  color: #cbf13a !important;
}
.edit_area h4 > .color-lifestyle {
  border-left-color: #cbf13a !important;
}
.common_box01.bg.bg--color_lifestyle .common_box01-item {
  background-color: rgba(203,241,58,0.1);
}
.common_box01.line.line--color_lifestyle {
  border-color: #cbf13a;
}
.common_box01.line.line--color_lifestyle .common_box01-ttl {
  background-color: #cbf13a;
}
.common_box02.common_box02--color_lifestyle .common_box02-header .bold {
  color: #cbf13a;
}
.common_box02.common_box02--color_lifestyle .common_box02-contents dt {
  border-left-color: #cbf13a;
}
.text-element.bg.bg--color_lifestyle {
  background-color: rgba(203,241,58,0.1);
}
.text-element.line.line--color_lifestyle {
  border-color: #cbf13a;
}
.person_icon.person_icon--color_lifestyle {
  color: #cbf13a;
}
.interviewer.interviewer--color_lifestyle {
  color: #cbf13a;
}
.interviewer.interviewer--color_lifestyle .person_icon {
  color: inherit;
}
.article_list01-item--color_lifestyle.series .type {
  background-color: #cbf13a;
}
.article_list01--color_lifestyle.series .text {
  background-color: #cbf13a;
}
.posts_area .article_list01-item--color_lifestyle.series .text {
  background-color: #cbf13a;
}
.related_area--color_lifestyle .related_area-text .type span {
  background-color: #cbf13a;
}
.posts_area.posts_area--color_lifestyle .posts_area-inner::before {
  background-color: #cbf13a;
}
.posts_area.posts_area--color_lifestyle .btn_reaction label::after {
  background-color: #cbf13a !important;
}
.titlearea.titlearea--lifestyle .titlearea-bg {
  background-color: #cbf13a;
}
.color-gyoukai {
  color: #29dfd3 !important;
}
.edit_area h4 > .color-gyoukai {
  border-left-color: #29dfd3 !important;
}
.common_box01.bg.bg--color_gyoukai .common_box01-item {
  background-color: rgba(41,223,211,0.1);
}
.common_box01.line.line--color_gyoukai {
  border-color: #29dfd3;
}
.common_box01.line.line--color_gyoukai .common_box01-ttl {
  background-color: #29dfd3;
}
.common_box02.common_box02--color_gyoukai .common_box02-header .bold {
  color: #29dfd3;
}
.common_box02.common_box02--color_gyoukai .common_box02-contents dt {
  border-left-color: #29dfd3;
}
.text-element.bg.bg--color_gyoukai {
  background-color: rgba(41,223,211,0.1);
}
.text-element.line.line--color_gyoukai {
  border-color: #29dfd3;
}
.person_icon.person_icon--color_gyoukai {
  color: #29dfd3;
}
.interviewer.interviewer--color_gyoukai {
  color: #29dfd3;
}
.interviewer.interviewer--color_gyoukai .person_icon {
  color: inherit;
}
.article_list01-item--color_gyoukai.series .type {
  background-color: #29dfd3;
}
.article_list01--color_gyoukai.series .text {
  background-color: #29dfd3;
}
.posts_area .article_list01-item--color_gyoukai.series .text {
  background-color: #29dfd3;
}
.related_area--color_gyoukai .related_area-text .type span {
  background-color: #29dfd3;
}
.posts_area.posts_area--color_gyoukai .posts_area-inner::before {
  background-color: #29dfd3;
}
.posts_area.posts_area--color_gyoukai .btn_reaction label::after {
  background-color: #29dfd3 !important;
}
.titlearea.titlearea--gyoukai .titlearea-bg {
  background-color: #29dfd3;
}
.color-people {
  color: #ffe100 !important;
}
.edit_area h4 > .color-people {
  border-left-color: #ffe100 !important;
}
.common_box01.bg.bg--color_people .common_box01-item {
  background-color: rgba(255,225,0,0.1);
}
.common_box01.line.line--color_people {
  border-color: #ffe100;
}
.common_box01.line.line--color_people .common_box01-ttl {
  background-color: #ffe100;
}
.common_box02.common_box02--color_people .common_box02-header .bold {
  color: #ffe100;
}
.common_box02.common_box02--color_people .common_box02-contents dt {
  border-left-color: #ffe100;
}
.text-element.bg.bg--color_people {
  background-color: rgba(255,225,0,0.1);
}
.text-element.line.line--color_people {
  border-color: #ffe100;
}
.person_icon.person_icon--color_people {
  color: #ffe100;
}
.interviewer.interviewer--color_people {
  color: #ffe100;
}
.interviewer.interviewer--color_people .person_icon {
  color: inherit;
}
.article_list01-item--color_people.series .type {
  background-color: #ffe100;
}
.article_list01--color_people.series .text {
  background-color: #ffe100;
}
.posts_area .article_list01-item--color_people.series .text {
  background-color: #ffe100;
}
.related_area--color_people .related_area-text .type span {
  background-color: #ffe100;
}
.posts_area.posts_area--color_people .posts_area-inner::before {
  background-color: #ffe100;
}
.posts_area.posts_area--color_people .btn_reaction label::after {
  background-color: #ffe100 !important;
}
.titlearea.titlearea--people .titlearea-bg {
  background-color: #ffe100;
}
.color-spdesign {
  color: #c9bfb2 !important;
}
.edit_area h4 > .color-spdesign {
  border-left-color: #c9bfb2 !important;
}
.common_box01.bg.bg--color_spdesign .common_box01-item {
  background-color: rgba(201,191,178,0.1);
}
.common_box01.line.line--color_spdesign {
  border-color: #c9bfb2;
}
.common_box01.line.line--color_spdesign .common_box01-ttl {
  background-color: #c9bfb2;
}
.common_box02.common_box02--color_spdesign .common_box02-header .bold {
  color: #c9bfb2;
}
.common_box02.common_box02--color_spdesign .common_box02-contents dt {
  border-left-color: #c9bfb2;
}
.text-element.bg.bg--color_spdesign {
  background-color: rgba(201,191,178,0.1);
}
.text-element.line.line--color_spdesign {
  border-color: #c9bfb2;
}
.person_icon.person_icon--color_spdesign {
  color: #c9bfb2;
}
.interviewer.interviewer--color_spdesign {
  color: #c9bfb2;
}
.interviewer.interviewer--color_spdesign .person_icon {
  color: inherit;
}
.article_list01-item--color_spdesign.series .type {
  background-color: #c9bfb2;
}
.article_list01--color_spdesign.series .text {
  background-color: #c9bfb2;
}
.posts_area .article_list01-item--color_spdesign.series .text {
  background-color: #c9bfb2;
}
.related_area--color_spdesign .related_area-text .type span {
  background-color: #c9bfb2;
}
.posts_area.posts_area--color_spdesign .posts_area-inner::before {
  background-color: #c9bfb2;
}
.posts_area.posts_area--color_spdesign .btn_reaction label::after {
  background-color: #c9bfb2 !important;
}
.titlearea.titlearea--spdesign .titlearea-bg {
  background-color: #c9bfb2;
}
.color-other {
  color: #6772b2 !important;
}
.edit_area h4 > .color-other {
  border-left-color: #6772b2 !important;
}
.common_box01.bg.bg--color_other .common_box01-item {
  background-color: rgba(103,114,178,0.1);
}
.common_box01.line.line--color_other {
  border-color: #6772b2;
}
.common_box01.line.line--color_other .common_box01-ttl {
  background-color: #6772b2;
}
.common_box02.common_box02--color_other .common_box02-header .bold {
  color: #6772b2;
}
.common_box02.common_box02--color_other .common_box02-contents dt {
  border-left-color: #6772b2;
}
.text-element.bg.bg--color_other {
  background-color: rgba(103,114,178,0.1);
}
.text-element.line.line--color_other {
  border-color: #6772b2;
}
.person_icon.person_icon--color_other {
  color: #6772b2;
}
.interviewer.interviewer--color_other {
  color: #6772b2;
}
.interviewer.interviewer--color_other .person_icon {
  color: inherit;
}
.article_list01-item--color_other.series .type {
  background-color: #6772b2;
}
.article_list01--color_other.series .text {
  background-color: #6772b2;
}
.posts_area .article_list01-item--color_other.series .text {
  background-color: #6772b2;
}
.related_area--color_other .related_area-text .type span {
  background-color: #6772b2;
}
.posts_area.posts_area--color_other .posts_area-inner::before {
  background-color: #6772b2;
}
.posts_area.posts_area--color_other .btn_reaction label::after {
  background-color: #6772b2 !important;
}
.titlearea.titlearea--other .titlearea-bg {
  background-color: #6772b2;
}
.color-unused {
  color: #82c94f !important;
}
.edit_area h4 > .color-unused {
  border-left-color: #82c94f !important;
}
.common_box01.bg.bg--color_unused .common_box01-item {
  background-color: rgba(130,201,79,0.1);
}
.common_box01.line.line--color_unused {
  border-color: #82c94f;
}
.common_box01.line.line--color_unused .common_box01-ttl {
  background-color: #82c94f;
}
.common_box02.common_box02--color_unused .common_box02-header .bold {
  color: #82c94f;
}
.common_box02.common_box02--color_unused .common_box02-contents dt {
  border-left-color: #82c94f;
}
.text-element.bg.bg--color_unused {
  background-color: rgba(130,201,79,0.1);
}
.text-element.line.line--color_unused {
  border-color: #82c94f;
}
.person_icon.person_icon--color_unused {
  color: #82c94f;
}
.interviewer.interviewer--color_unused {
  color: #82c94f;
}
.interviewer.interviewer--color_unused .person_icon {
  color: inherit;
}
.article_list01-item--color_unused.series .type {
  background-color: #82c94f;
}
.article_list01--color_unused.series .text {
  background-color: #82c94f;
}
.posts_area .article_list01-item--color_unused.series .text {
  background-color: #82c94f;
}
.related_area--color_unused .related_area-text .type span {
  background-color: #82c94f;
}
.posts_area.posts_area--color_unused .posts_area-inner::before {
  background-color: #82c94f;
}
.posts_area.posts_area--color_unused .btn_reaction label::after {
  background-color: #82c94f !important;
}
.titlearea.titlearea--unused .titlearea-bg {
  background-color: #82c94f;
}
.common_box01.bg.bg--black .common_box01-item {
  background-color: #000;
}
.common_box01.bg.bg--white .common_box01-item {
  background-color: #fff;
}
.common_box01.bg.bg--gray .common_box01-item {
  background-color: #ddd;
}
.common_box01.bg.bg--light_gray .common_box01-item {
  background-color: #f4f4f4;
}
.common_box01.line.line--black {
  border-color: #000;
}
.common_box01.line.line--black .common_box01-ttl {
  color: #fff;
  background-color: #000;
}
.common_box01.line.line--white {
  border-color: #fff;
}
.common_box01.line.line--white .common_box01-ttl {
  color: #000;
  background-color: #fff;
}
.common_box01.line.line--gray {
  border-color: #ddd;
}
.common_box01.line.line--gray .common_box01-ttl {
  color: #000;
  background-color: #ddd;
}
.common_box01.line.line--light_gray {
  border-color: #f4f4f4;
}
.common_box01.line.line--light_gray .common_box01-ttl {
  color: #000;
  background-color: #f4f4f4;
}
.common_box02.common_box02--black .common_box02-header .bold {
  color: #000;
}
.common_box02.common_box02--black .common_box02-contents dt {
  border-left-color: #000;
}
.common_box02.common_box02--white .common_box02-header .bold {
  color: #fff;
}
.common_box02.common_box02--white .common_box02-contents dt {
  border-left-color: #fff;
}
.common_box02.common_box02--gray .common_box02-header .bold {
  color: #888;
}
.common_box02.common_box02--gray .common_box02-contents dt {
  border-left-color: #888;
}
.common_box02.common_box02--light_gray .common_box02-header .bold {
  color: #f4f4f4;
}
.common_box02.common_box02--light_gray .common_box02-contents dt {
  border-left-color: #f4f4f4;
}
.text-element.bg.bg--black {
  background-color: #000;
}
.text-element.bg.bg--white {
  background-color: #fff;
}
.text-element.bg.bg--gray {
  background-color: #ddd;
}
.text-element.bg.bg--light_gray {
  background-color: #f4f4f4;
}
.text-element.line.line--black {
  border-color: #000;
}
.text-element.line.line--white {
  border-color: #fff;
}
.text-element.line.line--gray {
  border-color: #ddd;
}
.text-element.line.line--light_gray {
  border-color: #f4f4f4;
}
.person_icon.person_icon--black {
  color: #000;
}
.person_icon.person_icon--white {
  color: #fff;
}
.person_icon.person_icon--gray {
  color: #888;
}
.person_icon.person_icon--light_gray {
  color: #f4f4f4;
}
.interviewer.interviewer--black {
  color: #000;
}
.interviewer.interviewer--black .person_icon {
  color: inherit;
}
.interviewer.interviewer--white {
  color: #fff;
}
.interviewer.interviewer--white .person_icon {
  color: inherit;
}
.interviewer.interviewer--gray {
  color: #888;
}
.interviewer.interviewer--gray .person_icon {
  color: inherit;
}
.interviewer.interviewer--light_gray {
  color: #f4f4f4;
}
.interviewer.interviewer--light_gray .person_icon {
  color: inherit;
}
.article_list01-item--black.series .text,
.article_list01-item--black.series .type {
  background-color: #000;
}
.article_list01-item--white.series .text,
.article_list01-item--white.series .type {
  background-color: #fff;
}
.article_list01-item--gray.series .text,
.article_list01-item--gray.series .type {
  background-color: #888;
}
.article_list01-item--light_gray.series .text,
.article_list01-item--light_gray.series .type {
  background-color: #f4f4f4;
}
.related_area--black .related_area-text .type span {
  color: #fff;
  background-color: #000;
}
.related_area--white .related_area-text .type span {
  background-color: #fff;
}
.related_area--gray .related_area-text .type span {
  background-color: #888;
}
.related_area--light_gray .related_area-text .type span {
  background-color: #f4f4f4;
}
.posts_area--black .posts_area-inner::before {
  background-color: #000;
}
.posts_area--white .posts_area-inner::before {
  background-color: #fff;
}
.posts_area--gray .posts_area-inner::before {
  background-color: #888;
}
.posts_area--light_gray .posts_area-inner::before {
  background-color: #f4f4f4;
}
.titlearea.titlearea--black .titlearea-text_inner {
  color: #fff;
}
.titlearea.titlearea--black .titlearea-bg {
  background-color: #000;
}
.titlearea.titlearea--white .titlearea-bg {
  background-color: #fff;
}
.titlearea.titlearea--gray .titlearea-bg {
  background-color: #888;
}
.titlearea.titlearea--ligth_gray .titlearea-bg {
  background-color: #f4f4f4;
}
.w5 {
  width: 5% !important;
}
@media only screen and (min-width: 767px) {
  .w5-pc {
    width: 5% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w5-sp {
    width: 5% !important;
  }
}
.h5 {
  height: 5% !important;
}
@media only screen and (min-width: 767px) {
  .h5-pc {
    height: 5% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h5-sp {
    height: 5% !important;
  }
}
.w10 {
  width: 10% !important;
}
@media only screen and (min-width: 767px) {
  .w10-pc {
    width: 10% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w10-sp {
    width: 10% !important;
  }
}
.h10 {
  height: 10% !important;
}
@media only screen and (min-width: 767px) {
  .h10-pc {
    height: 10% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h10-sp {
    height: 10% !important;
  }
}
.w15 {
  width: 15% !important;
}
@media only screen and (min-width: 767px) {
  .w15-pc {
    width: 15% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w15-sp {
    width: 15% !important;
  }
}
.h15 {
  height: 15% !important;
}
@media only screen and (min-width: 767px) {
  .h15-pc {
    height: 15% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h15-sp {
    height: 15% !important;
  }
}
.w20 {
  width: 20% !important;
}
@media only screen and (min-width: 767px) {
  .w20-pc {
    width: 20% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w20-sp {
    width: 20% !important;
  }
}
.h20 {
  height: 20% !important;
}
@media only screen and (min-width: 767px) {
  .h20-pc {
    height: 20% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h20-sp {
    height: 20% !important;
  }
}
.w25 {
  width: 25% !important;
}
@media only screen and (min-width: 767px) {
  .w25-pc {
    width: 25% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w25-sp {
    width: 25% !important;
  }
}
.h25 {
  height: 25% !important;
}
@media only screen and (min-width: 767px) {
  .h25-pc {
    height: 25% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h25-sp {
    height: 25% !important;
  }
}
.w30 {
  width: 30% !important;
}
@media only screen and (min-width: 767px) {
  .w30-pc {
    width: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w30-sp {
    width: 30% !important;
  }
}
.h30 {
  height: 30% !important;
}
@media only screen and (min-width: 767px) {
  .h30-pc {
    height: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h30-sp {
    height: 30% !important;
  }
}
.w35 {
  width: 35% !important;
}
@media only screen and (min-width: 767px) {
  .w35-pc {
    width: 35% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w35-sp {
    width: 35% !important;
  }
}
.h35 {
  height: 35% !important;
}
@media only screen and (min-width: 767px) {
  .h35-pc {
    height: 35% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h35-sp {
    height: 35% !important;
  }
}
.w40 {
  width: 40% !important;
}
@media only screen and (min-width: 767px) {
  .w40-pc {
    width: 40% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w40-sp {
    width: 40% !important;
  }
}
.h40 {
  height: 40% !important;
}
@media only screen and (min-width: 767px) {
  .h40-pc {
    height: 40% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h40-sp {
    height: 40% !important;
  }
}
.w45 {
  width: 45% !important;
}
@media only screen and (min-width: 767px) {
  .w45-pc {
    width: 45% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w45-sp {
    width: 45% !important;
  }
}
.h45 {
  height: 45% !important;
}
@media only screen and (min-width: 767px) {
  .h45-pc {
    height: 45% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h45-sp {
    height: 45% !important;
  }
}
.w50 {
  width: 50% !important;
}
@media only screen and (min-width: 767px) {
  .w50-pc {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w50-sp {
    width: 50% !important;
  }
}
.h50 {
  height: 50% !important;
}
@media only screen and (min-width: 767px) {
  .h50-pc {
    height: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h50-sp {
    height: 50% !important;
  }
}
.w55 {
  width: 55% !important;
}
@media only screen and (min-width: 767px) {
  .w55-pc {
    width: 55% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w55-sp {
    width: 55% !important;
  }
}
.h55 {
  height: 55% !important;
}
@media only screen and (min-width: 767px) {
  .h55-pc {
    height: 55% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h55-sp {
    height: 55% !important;
  }
}
.w60 {
  width: 60% !important;
}
@media only screen and (min-width: 767px) {
  .w60-pc {
    width: 60% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w60-sp {
    width: 60% !important;
  }
}
.h60 {
  height: 60% !important;
}
@media only screen and (min-width: 767px) {
  .h60-pc {
    height: 60% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h60-sp {
    height: 60% !important;
  }
}
.w65 {
  width: 65% !important;
}
@media only screen and (min-width: 767px) {
  .w65-pc {
    width: 65% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w65-sp {
    width: 65% !important;
  }
}
.h65 {
  height: 65% !important;
}
@media only screen and (min-width: 767px) {
  .h65-pc {
    height: 65% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h65-sp {
    height: 65% !important;
  }
}
.w70 {
  width: 70% !important;
}
@media only screen and (min-width: 767px) {
  .w70-pc {
    width: 70% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w70-sp {
    width: 70% !important;
  }
}
.h70 {
  height: 70% !important;
}
@media only screen and (min-width: 767px) {
  .h70-pc {
    height: 70% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h70-sp {
    height: 70% !important;
  }
}
.w75 {
  width: 75% !important;
}
@media only screen and (min-width: 767px) {
  .w75-pc {
    width: 75% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w75-sp {
    width: 75% !important;
  }
}
.h75 {
  height: 75% !important;
}
@media only screen and (min-width: 767px) {
  .h75-pc {
    height: 75% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h75-sp {
    height: 75% !important;
  }
}
.w80 {
  width: 80% !important;
}
@media only screen and (min-width: 767px) {
  .w80-pc {
    width: 80% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w80-sp {
    width: 80% !important;
  }
}
.h80 {
  height: 80% !important;
}
@media only screen and (min-width: 767px) {
  .h80-pc {
    height: 80% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h80-sp {
    height: 80% !important;
  }
}
.w85 {
  width: 85% !important;
}
@media only screen and (min-width: 767px) {
  .w85-pc {
    width: 85% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w85-sp {
    width: 85% !important;
  }
}
.h85 {
  height: 85% !important;
}
@media only screen and (min-width: 767px) {
  .h85-pc {
    height: 85% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h85-sp {
    height: 85% !important;
  }
}
.w90 {
  width: 90% !important;
}
@media only screen and (min-width: 767px) {
  .w90-pc {
    width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w90-sp {
    width: 90% !important;
  }
}
.h90 {
  height: 90% !important;
}
@media only screen and (min-width: 767px) {
  .h90-pc {
    height: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h90-sp {
    height: 90% !important;
  }
}
.w95 {
  width: 95% !important;
}
@media only screen and (min-width: 767px) {
  .w95-pc {
    width: 95% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w95-sp {
    width: 95% !important;
  }
}
.h95 {
  height: 95% !important;
}
@media only screen and (min-width: 767px) {
  .h95-pc {
    height: 95% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h95-sp {
    height: 95% !important;
  }
}
.w100 {
  width: 100% !important;
}
@media only screen and (min-width: 767px) {
  .w100-pc {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w100-sp {
    width: 100% !important;
  }
}
.h100 {
  height: 100% !important;
}
@media only screen and (min-width: 767px) {
  .h100-pc {
    height: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h100-sp {
    height: 100% !important;
  }
}
.w1e {
  width: 1em !important;
}
.h1e {
  height: 1em !important;
}
.w2e {
  width: 2em !important;
}
.h2e {
  height: 2em !important;
}
.w3e {
  width: 3em !important;
}
.h3e {
  height: 3em !important;
}
.w4e {
  width: 4em !important;
}
.h4e {
  height: 4em !important;
}
.w5e {
  width: 5em !important;
}
.h5e {
  height: 5em !important;
}
.w6e {
  width: 6em !important;
}
.h6e {
  height: 6em !important;
}
.w7e {
  width: 7em !important;
}
.h7e {
  height: 7em !important;
}
.w8e {
  width: 8em !important;
}
.h8e {
  height: 8em !important;
}
.w9e {
  width: 9em !important;
}
.h9e {
  height: 9em !important;
}
.w10e {
  width: 10em !important;
}
.h10e {
  height: 10em !important;
}
.w11e {
  width: 11em !important;
}
.h11e {
  height: 11em !important;
}
.w12e {
  width: 12em !important;
}
.h12e {
  height: 12em !important;
}
.w13e {
  width: 13em !important;
}
.h13e {
  height: 13em !important;
}
.w14e {
  width: 14em !important;
}
.h14e {
  height: 14em !important;
}
.w15e {
  width: 15em !important;
}
.h15e {
  height: 15em !important;
}
.w16e {
  width: 16em !important;
}
.h16e {
  height: 16em !important;
}
.w17e {
  width: 17em !important;
}
.h17e {
  height: 17em !important;
}
.w18e {
  width: 18em !important;
}
.h18e {
  height: 18em !important;
}
.w19e {
  width: 19em !important;
}
.h19e {
  height: 19em !important;
}
.w20e {
  width: 20em !important;
}
.h20e {
  height: 20em !important;
}
.w21e {
  width: 21em !important;
}
.h21e {
  height: 21em !important;
}
.w22e {
  width: 22em !important;
}
.h22e {
  height: 22em !important;
}
.w23e {
  width: 23em !important;
}
.h23e {
  height: 23em !important;
}
.w24e {
  width: 24em !important;
}
.h24e {
  height: 24em !important;
}
.w25e {
  width: 25em !important;
}
.h25e {
  height: 25em !important;
}
.w26e {
  width: 26em !important;
}
.h26e {
  height: 26em !important;
}
.w27e {
  width: 27em !important;
}
.h27e {
  height: 27em !important;
}
.w28e {
  width: 28em !important;
}
.h28e {
  height: 28em !important;
}
.w29e {
  width: 29em !important;
}
.h29e {
  height: 29em !important;
}
.w30e {
  width: 30em !important;
}
.h30e {
  height: 30em !important;
}
.w31e {
  width: 31em !important;
}
.h31e {
  height: 31em !important;
}
.w32e {
  width: 32em !important;
}
.h32e {
  height: 32em !important;
}
.w33e {
  width: 33em !important;
}
.h33e {
  height: 33em !important;
}
.w34e {
  width: 34em !important;
}
.h34e {
  height: 34em !important;
}
.w35e {
  width: 35em !important;
}
.h35e {
  height: 35em !important;
}
.w36e {
  width: 36em !important;
}
.h36e {
  height: 36em !important;
}
.w37e {
  width: 37em !important;
}
.h37e {
  height: 37em !important;
}
.w38e {
  width: 38em !important;
}
.h38e {
  height: 38em !important;
}
.w39e {
  width: 39em !important;
}
.h39e {
  height: 39em !important;
}
.w40e {
  width: 40em !important;
}
.h40e {
  height: 40em !important;
}
.w41e {
  width: 41em !important;
}
.h41e {
  height: 41em !important;
}
.w42e {
  width: 42em !important;
}
.h42e {
  height: 42em !important;
}
.w43e {
  width: 43em !important;
}
.h43e {
  height: 43em !important;
}
.w44e {
  width: 44em !important;
}
.h44e {
  height: 44em !important;
}
.w45e {
  width: 45em !important;
}
.h45e {
  height: 45em !important;
}
.w46e {
  width: 46em !important;
}
.h46e {
  height: 46em !important;
}
.w47e {
  width: 47em !important;
}
.h47e {
  height: 47em !important;
}
.w48e {
  width: 48em !important;
}
.h48e {
  height: 48em !important;
}
.w49e {
  width: 49em !important;
}
.h49e {
  height: 49em !important;
}
.w50e {
  width: 50em !important;
}
.h50e {
  height: 50em !important;
}
.min-h-ini {
  min-height: initial !important;
}
.dsply-b {
  display: block;
}
.dsply-ib {
  display: inline-block;
}
.dsply-i {
  display: inline;
}
.none {
  display: none !important;
}
.wbr {
  white-space: nowrap;
  display: inline-block;
}
.uline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
del,
.del {
  text-decoration: line-through;
}
sup,
.sup {
  padding-right: 0.25em;
  vertical-align: super;
  font-size: 12px;
}
.background-none {
  background: none !important;
}
.bgclr-wht,
.bg-wt {
  background-color: #fff !important;
}
.bgclr-blck {
  background-color: #000 !important;
}
.bgclr-none {
  background-color: transparent !important;
}
.bg-ye {
  background-color: #ffe100 !important;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent--2 {
  padding-left: 2em;
  text-indent: -2em;
}
.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8em;
}
ul.notes > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lh_ini {
  line-height: initial;
}
.lh_inh {
  line-height: inherit;
}
.lh1 {
  line-height: 1;
}
.lh1-25 {
  line-height: 1.25;
}
.lh1-5 {
  line-height: 1.5;
}
.lh1-75 {
  line-height: 1.75;
}
.lh2 {
  line-height: 2;
}
.fw-l {
  font-weight: 300;
}
.fw-n {
  font-weight: normal;
}
.fw500 {
  font-weight: 500 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw-b {
  font-weight: bold;
}
.fw-bl {
  font-weight: 900;
}
.fw900 {
  font-weight: 900 !important;
}
.color-wht {
  color: #fff !important;
}
.color-blck {
  color: #000 !important;
}
.color-reset {
  color: inherit !important;
}
.color-gray {
  color: #888 !important;
}
.color-light_gray {
  color: #f4f4f4 !important;
}
.ff-acumin_pro {
  font-family: 'acumin-pro', 'Noto Sans', 'Noto Sans JP', sans-serif;
}
.ff-acumin_pro_semi {
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
}
.txtL {
  text-align: left;
}
.txtC {
  text-align: center;
}
.txtR {
  text-align: right;
}
.brdr-none {
  border: none !important;
}
.nowrap {
  white-space: nowrap;
}
.m0 {
  margin: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.m5 {
  margin: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.m65 {
  margin: 65px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.m70 {
  margin: 70px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.m75 {
  margin: 75px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.m80 {
  margin: 80px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.m85 {
  margin: 85px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.m90 {
  margin: 90px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.m95 {
  margin: 95px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.m100 {
  margin: 100px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.m0_25e {
  margin: 0.25em !important;
}
.mt0_25e {
  margin-top: 0.25em !important;
}
.ml0_25e {
  margin-left: 0.25em !important;
}
.mr0_25e {
  margin-right: 0.25em !important;
}
.mb0_25e {
  margin-bottom: 0.25em !important;
}
.m0_5e {
  margin: 0.5em !important;
}
.mt0_5e {
  margin-top: 0.5em !important;
}
.ml0_5e {
  margin-left: 0.5em !important;
}
.mr0_5e {
  margin-right: 0.5em !important;
}
.mb0_5e {
  margin-bottom: 0.5em !important;
}
.m0_75e {
  margin: 0.75em !important;
}
.mt0_75e {
  margin-top: 0.75em !important;
}
.ml0_75e {
  margin-left: 0.75em !important;
}
.mr0_75e {
  margin-right: 0.75em !important;
}
.mb0_75e {
  margin-bottom: 0.75em !important;
}
.m1e {
  margin: 1em !important;
}
.mt1e {
  margin-top: 1em !important;
}
.ml1e {
  margin-left: 1em !important;
}
.mr1e {
  margin-right: 1em !important;
}
.mb1e {
  margin-bottom: 1em !important;
}
.m1_25e {
  margin: 1.25em !important;
}
.mt1_25e {
  margin-top: 1.25em !important;
}
.ml1_25e {
  margin-left: 1.25em !important;
}
.mr1_25e {
  margin-right: 1.25em !important;
}
.mb1_25e {
  margin-bottom: 1.25em !important;
}
.m1_5e {
  margin: 1.5em !important;
}
.mt1_5e {
  margin-top: 1.5em !important;
}
.ml1_5e {
  margin-left: 1.5em !important;
}
.mr1_5e {
  margin-right: 1.5em !important;
}
.mb1_5e {
  margin-bottom: 1.5em !important;
}
.m1_75e {
  margin: 1.75em !important;
}
.mt1_75e {
  margin-top: 1.75em !important;
}
.ml1_75e {
  margin-left: 1.75em !important;
}
.mr1_75e {
  margin-right: 1.75em !important;
}
.mb1_75e {
  margin-bottom: 1.75em !important;
}
.m2e {
  margin: 2em !important;
}
.mt2e {
  margin-top: 2em !important;
}
.ml2e {
  margin-left: 2em !important;
}
.mr2e {
  margin-right: 2em !important;
}
.mb2e {
  margin-bottom: 2em !important;
}
.m2_25e {
  margin: 2.25em !important;
}
.mt2_25e {
  margin-top: 2.25em !important;
}
.ml2_25e {
  margin-left: 2.25em !important;
}
.mr2_25e {
  margin-right: 2.25em !important;
}
.mb2_25e {
  margin-bottom: 2.25em !important;
}
.m2_5e {
  margin: 2.5em !important;
}
.mt2_5e {
  margin-top: 2.5em !important;
}
.ml2_5e {
  margin-left: 2.5em !important;
}
.mr2_5e {
  margin-right: 2.5em !important;
}
.mb2_5e {
  margin-bottom: 2.5em !important;
}
.m2_75e {
  margin: 2.75em !important;
}
.mt2_75e {
  margin-top: 2.75em !important;
}
.ml2_75e {
  margin-left: 2.75em !important;
}
.mr2_75e {
  margin-right: 2.75em !important;
}
.mb2_75e {
  margin-bottom: 2.75em !important;
}
.m3e {
  margin: 3em !important;
}
.mt3e {
  margin-top: 3em !important;
}
.ml3e {
  margin-left: 3em !important;
}
.mr3e {
  margin-right: 3em !important;
}
.mb3e {
  margin-bottom: 3em !important;
}
.m3_25e {
  margin: 3.25em !important;
}
.mt3_25e {
  margin-top: 3.25em !important;
}
.ml3_25e {
  margin-left: 3.25em !important;
}
.mr3_25e {
  margin-right: 3.25em !important;
}
.mb3_25e {
  margin-bottom: 3.25em !important;
}
.m3_5e {
  margin: 3.5em !important;
}
.mt3_5e {
  margin-top: 3.5em !important;
}
.ml3_5e {
  margin-left: 3.5em !important;
}
.mr3_5e {
  margin-right: 3.5em !important;
}
.mb3_5e {
  margin-bottom: 3.5em !important;
}
.m3_75e {
  margin: 3.75em !important;
}
.mt3_75e {
  margin-top: 3.75em !important;
}
.ml3_75e {
  margin-left: 3.75em !important;
}
.mr3_75e {
  margin-right: 3.75em !important;
}
.mb3_75e {
  margin-bottom: 3.75em !important;
}
.m4e {
  margin: 4em !important;
}
.mt4e {
  margin-top: 4em !important;
}
.ml4e {
  margin-left: 4em !important;
}
.mr4e {
  margin-right: 4em !important;
}
.mb4e {
  margin-bottom: 4em !important;
}
.m4_25e {
  margin: 4.25em !important;
}
.mt4_25e {
  margin-top: 4.25em !important;
}
.ml4_25e {
  margin-left: 4.25em !important;
}
.mr4_25e {
  margin-right: 4.25em !important;
}
.mb4_25e {
  margin-bottom: 4.25em !important;
}
.m4_5e {
  margin: 4.5em !important;
}
.mt4_5e {
  margin-top: 4.5em !important;
}
.ml4_5e {
  margin-left: 4.5em !important;
}
.mr4_5e {
  margin-right: 4.5em !important;
}
.mb4_5e {
  margin-bottom: 4.5em !important;
}
.m4_75e {
  margin: 4.75em !important;
}
.mt4_75e {
  margin-top: 4.75em !important;
}
.ml4_75e {
  margin-left: 4.75em !important;
}
.mr4_75e {
  margin-right: 4.75em !important;
}
.mb4_75e {
  margin-bottom: 4.75em !important;
}
.m5e {
  margin: 5em !important;
}
.mt5e {
  margin-top: 5em !important;
}
.ml5e {
  margin-left: 5em !important;
}
.mr5e {
  margin-right: 5em !important;
}
.mb5e {
  margin-bottom: 5em !important;
}
.p0 {
  padding: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.p5 {
  padding: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.p65 {
  padding: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.p70 {
  padding: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.p75 {
  padding: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.p80 {
  padding: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.p85 {
  padding: 85px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.p90 {
  padding: 90px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.p95 {
  padding: 95px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.p100 {
  padding: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.p0_25e {
  padding: 0.25em !important;
}
.pt0_25e {
  padding-top: 0.25em !important;
}
.pl0_25e {
  padding-left: 0.25em !important;
}
.pr0_25e {
  padding-right: 0.25em !important;
}
.pb0_25e {
  padding-bottom: 0.25em !important;
}
.p0_5e {
  padding: 0.5em !important;
}
.pt0_5e {
  padding-top: 0.5em !important;
}
.pl0_5e {
  padding-left: 0.5em !important;
}
.pr0_5e {
  padding-right: 0.5em !important;
}
.pb0_5e {
  padding-bottom: 0.5em !important;
}
.p0_75e {
  padding: 0.75em !important;
}
.pt0_75e {
  padding-top: 0.75em !important;
}
.pl0_75e {
  padding-left: 0.75em !important;
}
.pr0_75e {
  padding-right: 0.75em !important;
}
.pb0_75e {
  padding-bottom: 0.75em !important;
}
.p1e {
  padding: 1em !important;
}
.pt1e {
  padding-top: 1em !important;
}
.pl1e {
  padding-left: 1em !important;
}
.pr1e {
  padding-right: 1em !important;
}
.pb1e {
  padding-bottom: 1em !important;
}
.p1_25e {
  padding: 1.25em !important;
}
.pt1_25e {
  padding-top: 1.25em !important;
}
.pl1_25e {
  padding-left: 1.25em !important;
}
.pr1_25e {
  padding-right: 1.25em !important;
}
.pb1_25e {
  padding-bottom: 1.25em !important;
}
.p1_5e {
  padding: 1.5em !important;
}
.pt1_5e {
  padding-top: 1.5em !important;
}
.pl1_5e {
  padding-left: 1.5em !important;
}
.pr1_5e {
  padding-right: 1.5em !important;
}
.pb1_5e {
  padding-bottom: 1.5em !important;
}
.p1_75e {
  padding: 1.75em !important;
}
.pt1_75e {
  padding-top: 1.75em !important;
}
.pl1_75e {
  padding-left: 1.75em !important;
}
.pr1_75e {
  padding-right: 1.75em !important;
}
.pb1_75e {
  padding-bottom: 1.75em !important;
}
.p2e {
  padding: 2em !important;
}
.pt2e {
  padding-top: 2em !important;
}
.pl2e {
  padding-left: 2em !important;
}
.pr2e {
  padding-right: 2em !important;
}
.pb2e {
  padding-bottom: 2em !important;
}
.p2_25e {
  padding: 2.25em !important;
}
.pt2_25e {
  padding-top: 2.25em !important;
}
.pl2_25e {
  padding-left: 2.25em !important;
}
.pr2_25e {
  padding-right: 2.25em !important;
}
.pb2_25e {
  padding-bottom: 2.25em !important;
}
.p2_5e {
  padding: 2.5em !important;
}
.pt2_5e {
  padding-top: 2.5em !important;
}
.pl2_5e {
  padding-left: 2.5em !important;
}
.pr2_5e {
  padding-right: 2.5em !important;
}
.pb2_5e {
  padding-bottom: 2.5em !important;
}
.p2_75e {
  padding: 2.75em !important;
}
.pt2_75e {
  padding-top: 2.75em !important;
}
.pl2_75e {
  padding-left: 2.75em !important;
}
.pr2_75e {
  padding-right: 2.75em !important;
}
.pb2_75e {
  padding-bottom: 2.75em !important;
}
.p3e {
  padding: 3em !important;
}
.pt3e {
  padding-top: 3em !important;
}
.pl3e {
  padding-left: 3em !important;
}
.pr3e {
  padding-right: 3em !important;
}
.pb3e {
  padding-bottom: 3em !important;
}
.p3_25e {
  padding: 3.25em !important;
}
.pt3_25e {
  padding-top: 3.25em !important;
}
.pl3_25e {
  padding-left: 3.25em !important;
}
.pr3_25e {
  padding-right: 3.25em !important;
}
.pb3_25e {
  padding-bottom: 3.25em !important;
}
.p3_5e {
  padding: 3.5em !important;
}
.pt3_5e {
  padding-top: 3.5em !important;
}
.pl3_5e {
  padding-left: 3.5em !important;
}
.pr3_5e {
  padding-right: 3.5em !important;
}
.pb3_5e {
  padding-bottom: 3.5em !important;
}
.p3_75e {
  padding: 3.75em !important;
}
.pt3_75e {
  padding-top: 3.75em !important;
}
.pl3_75e {
  padding-left: 3.75em !important;
}
.pr3_75e {
  padding-right: 3.75em !important;
}
.pb3_75e {
  padding-bottom: 3.75em !important;
}
.p4e {
  padding: 4em !important;
}
.pt4e {
  padding-top: 4em !important;
}
.pl4e {
  padding-left: 4em !important;
}
.pr4e {
  padding-right: 4em !important;
}
.pb4e {
  padding-bottom: 4em !important;
}
.p4_25e {
  padding: 4.25em !important;
}
.pt4_25e {
  padding-top: 4.25em !important;
}
.pl4_25e {
  padding-left: 4.25em !important;
}
.pr4_25e {
  padding-right: 4.25em !important;
}
.pb4_25e {
  padding-bottom: 4.25em !important;
}
.p4_5e {
  padding: 4.5em !important;
}
.pt4_5e {
  padding-top: 4.5em !important;
}
.pl4_5e {
  padding-left: 4.5em !important;
}
.pr4_5e {
  padding-right: 4.5em !important;
}
.pb4_5e {
  padding-bottom: 4.5em !important;
}
.p4_75e {
  padding: 4.75em !important;
}
.pt4_75e {
  padding-top: 4.75em !important;
}
.pl4_75e {
  padding-left: 4.75em !important;
}
.pr4_75e {
  padding-right: 4.75em !important;
}
.pb4_75e {
  padding-bottom: 4.75em !important;
}
.p5e {
  padding: 5em !important;
}
.pt5e {
  padding-top: 5em !important;
}
.pl5e {
  padding-left: 5em !important;
}
.pr5e {
  padding-right: 5em !important;
}
.pb5e {
  padding-bottom: 5em !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs19 {
  font-size: 19px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs21 {
  font-size: 21px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs23 {
  font-size: 23px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs25 {
  font-size: 25px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs27 {
  font-size: 27px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs29 {
  font-size: 29px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs31 {
  font-size: 31px !important;
}
.fs32 {
  font-size: 32px !important;
}
.fs33 {
  font-size: 33px !important;
}
.fs34 {
  font-size: 34px !important;
}
.fs35 {
  font-size: 35px !important;
}
.fs36 {
  font-size: 36px !important;
}
.fs37 {
  font-size: 37px !important;
}
.fs38 {
  font-size: 38px !important;
}
.fs39 {
  font-size: 39px !important;
}
.fs40 {
  font-size: 40px !important;
}
.fs41 {
  font-size: 41px !important;
}
.fs42 {
  font-size: 42px !important;
}
.fs43 {
  font-size: 43px !important;
}
.fs44 {
  font-size: 44px !important;
}
.fs45 {
  font-size: 45px !important;
}
.fs46 {
  font-size: 46px !important;
}
.fs47 {
  font-size: 47px !important;
}
.fs48 {
  font-size: 48px !important;
}
.fs49 {
  font-size: 49px !important;
}
.fs50 {
  font-size: 50px !important;
}
.fs-xs {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .fs-xs {
    font-size: 10px;
  }
}
.fs-s {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .fs-s {
    font-size: 12px;
  }
}
.fs-m {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .fs-m {
    font-size: 14px;
  }
}
.fs-l {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .fs-l {
    font-size: 17px;
  }
}
.fs-xl {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .fs-xl {
    font-size: 20px;
  }
}
.fs16 {
  font-size: 16px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs-ini {
  font-size: initial !important;
}
