@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

body {
  color: #000000;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "メイリオ", sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 860px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  display: block;
  padding: 0.8em 1em;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  color: #000000;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:not([type=checkbox]):not([type=radio]):focus,
textarea:focus,
select:focus {
  outline-color: #CA302F;
}
@supports (outline-offset: -3px) {
  input:not([type=checkbox]):not([type=radio]):focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: 3px solid #CA302F;
    outline-offset: -3px;
  }
}
input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #DDDDDD;
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #DDDDDD;
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #DDDDDD;
}
input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #DDDDDD;
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #DDDDDD;
}

input,
textarea {
  background-color: #FFFFFF;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 10%;
  border: 1px solid #F5F5F5;
  vertical-align: -0.1rem;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox],
  input[type=radio] {
    vertical-align: -0.2rem;
  }
}

textarea {
  max-height: 8.8em;
}
textarea.-vertical {
  resize: vertical;
}

select {
  padding: 0.8em 2em 0.8em 1em;
  background-color: #FFFFFF;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: top 50% right 0.9em;
  cursor: pointer;
}

label {
  font-weight: 500;
}

button {
  color: #000000;
}

button[type=submit] {
  background-color: #F5F5F5;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.checkOption {
  display: block;
}

input[type=checkbox] + .checkText {
  padding-left: 0.5rem;
  font-weight: 400;
}
input[type=checkbox]:before, input[type=checkbox]:after {
  content: "";
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
input[type=checkbox]:before {
  width: 0;
  height: 2px;
  left: 2px;
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox]:after {
  width: 2px;
  height: 0;
  right: 9px;
  bottom: 3px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
input[type=checkbox]:checked {
  background-color: #CA302F;
  border-color: #CA302F;
}
input[type=checkbox]:checked:before {
  width: 5px;
  height: 2px;
  left: 1px;
  top: 7px;
}
input[type=checkbox]:checked:after {
  width: 2px;
  height: 10px;
  right: 4px;
  bottom: 1px;
}
input[type=checkbox]:indeterminate:before {
  width: 7.5px;
  height: 2px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
input[type=checkbox]:indeterminate:before {
  top: 50%;
  left: 1px;
}
input[type=checkbox]:indeterminate:after {
  content: none;
}

.radioOption {
  display: block;
}

input[type=radio] {
  border-radius: 50%;
  position: relative;
}
input[type=radio] + .radioText {
  padding-left: 0.5rem;
  font-weight: 400;
}
input[type=radio]:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  margin: 2px;
  border-radius: 50%;
  background-color: #765F4D;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=radio]:checked {
  border-color: #765F4D;
}
input[type=radio]:checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
input[type=radio]:focus {
  border-color: #765F4D;
}

.requiredTag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 20px;
  padding: 0 7px;
  background-color: #CA302F;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .requiredTag {
    width: 36px;
    height: 18px;
    font-size: 11px;
  }
}

label {
  display: block;
}
label.required:after {
  display: inline-block;
  content: "必須";
  width: 43px;
  height: 20px;
  margin-left: 1rem;
  background-color: #CA302F;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  label.required:after {
    width: 36px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
  }
}

.error {
  display: block;
  width: 100%;
  margin-top: 1rem;
  line-height: initial;
  color: #CA302F;
  font-size: 1.4rem;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.header {
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1160px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 1161px) {
  .header__wrap {
    padding-top: 10rem;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1161px) {
  .header__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.34em 2em;
}
@media screen and (max-width: 1160px) {
  .header__main {
    padding: 0.7em 0.7em 0.7em 1em;
  }
}
.header__logo {
  max-width: 24.3rem;
  line-height: 1;
}
@media screen and (max-width: 1160px) {
  .header__logo {
    max-width: 22.3rem;
  }
}
@media screen and (max-width: 860px) {
  .header__logo {
    max-width: 19.3rem;
  }
}
.header__logo a,
.header__logo span {
  display: inline-block;
}
.header__search {
  max-width: 27rem;
  width: 100%;
}
.header__search .searchForm .searchInput {
  padding: 0.7em 1em 0.5em 2.8em;
  width: 100%;
  min-height: 5rem;
  background-color: #F2F2F2;
  background-image: url("../img/common/icon_search_black.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left 23px top 18px;
  border: none;
  border-radius: 99em;
  color: #46464B;
}
.header__search .searchForm .searchInput::-webkit-input-placeholder {
  letter-spacing: 0.06em;
  color: #46464B;
  font-size: 1.4rem;
}
.header__search .searchForm .searchInput::-moz-placeholder {
  letter-spacing: 0.06em;
  color: #46464B;
  font-size: 1.4rem;
}
.header__search .searchForm .searchInput:-ms-input-placeholder {
  letter-spacing: 0.06em;
  color: #46464B;
  font-size: 1.4rem;
}
.header__search .searchForm .searchInput::-ms-input-placeholder {
  letter-spacing: 0.06em;
  color: #46464B;
  font-size: 1.4rem;
}
.header__search .searchForm .searchInput::placeholder {
  letter-spacing: 0.06em;
  color: #46464B;
  font-size: 1.4rem;
}
@media screen and (max-width: 1160px) {
  .header__search {
    display: none;
  }
}
.header__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__actions .actionBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6em 1.8em 1.6em 1.8em;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.header__actions .actionBtn.-staff {
  padding-left: 3.7em;
  background-color: #46464B;
  background-image: url("../img/header/icon_staff_white.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left 25px center;
  border-radius: 0 0 0 20px;
}
.header__actions .actionBtn.-staff:hover {
  background-color: rgba(70, 70, 75, 0.8);
}
.header__actions .actionBtn.-contact {
  padding-left: 3.4em;
  background-color: #CA302F;
  background-image: url("../img/header/icon_contact_white.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left 25px center;
}
.header__actions .actionBtn.-contact:hover {
  background-color: rgba(202, 48, 47, 0.8);
}
@media screen and (max-width: 1160px) {
  .header__actions {
    display: none;
  }
}

/*==================================================================================================
	ナビゲーション
==================================================================================================*/
@media screen and (max-width: 1160px) {
  .catNav {
    display: none;
    height: calc(100vh - 72px);
    margin-top: -0.8rem;
    position: relative;
  }
  .catNav:before {
    display: block;
    content: "";
    width: 100%;
    height: 1.1rem;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #FFFFFF 8px, #CA302F 8px 11px);
    background: linear-gradient(to bottom, #FFFFFF 8px, #CA302F 8px 11px);
    position: absolute;
    z-index: 10;
  }
  .catNav:after {
    display: block;
    content: "";
    height: 0;
    width: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 8px solid #CA302F;
    position: absolute;
    top: 0;
    right: 3.3rem;
    z-index: 10;
  }
}
@media screen and (max-width: 1160px) {
  .catNav__inner {
    max-height: calc(100vh - 100px);
    padding: 3em 1.35em 2.7em 1.35em;
    overflow-y: auto;
  }
}
.catNav .catNavSearch {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 3rem;
}
.catNav .catNavSearch .searchForm .searchInput {
  padding: 0.7em 1em 0.5em 2.65em;
  width: 100%;
  min-height: 5rem;
  background-color: #FFFFFF;
  background-image: url("../img/common/icon_search_black.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left 19.5px top 15px;
  border: 1px solid #8E8E8E;
  border-radius: 99em;
  color: #46464B;
}
.catNav .catNavSearch .searchForm .searchInput::-webkit-input-placeholder {
  letter-spacing: 0.05em;
  color: #46464B;
  font-size: 1.4rem;
}
.catNav .catNavSearch .searchForm .searchInput::-moz-placeholder {
  letter-spacing: 0.05em;
  color: #46464B;
  font-size: 1.4rem;
}
.catNav .catNavSearch .searchForm .searchInput:-ms-input-placeholder {
  letter-spacing: 0.05em;
  color: #46464B;
  font-size: 1.4rem;
}
.catNav .catNavSearch .searchForm .searchInput::-ms-input-placeholder {
  letter-spacing: 0.05em;
  color: #46464B;
  font-size: 1.4rem;
}
.catNav .catNavSearch .searchForm .searchInput::placeholder {
  letter-spacing: 0.05em;
  color: #46464B;
  font-size: 1.4rem;
}
@media screen and (min-width: 1161px) {
  .catNav .catNavSearch {
    display: none;
  }
}
.catNav .catNavActions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.1rem;
}
.catNav .catNavActions .actionBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 16.2rem;
  width: 100%;
  min-height: 6rem;
  padding: 1em;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.catNav .catNavActions .actionBtn.-staff {
  padding-left: 3em;
  background-color: #46464B;
  background-image: url("../img/header/icon_staff_white.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left 17px center;
}
.catNav .catNavActions .actionBtn.-contact {
  padding-left: 3.4em;
  background-color: #CA302F;
  background-image: url("../img/header/icon_contact_white.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left 26px center;
}
@media screen and (min-width: 1161px) {
  .catNav .catNavActions {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .catNav .catNavActions .actionBtn {
    letter-spacing: 0;
  }
}
.catNav .catNavList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1160px) {
  .catNav .catNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #DDDDDD;
  }
}
.catNav .catNavList__item {
  width: 150px;
  padding-bottom: 2rem;
  position: relative;
}
.catNav .catNavList__item.-salesMenu:not(.-salesMenu ~ .-salesMenu) {
  margin-left: 0.1rem;
}
.catNav .catNavList__item.-salesMenu:not(.-salesMenu ~ .-salesMenu):before {
  display: block;
  content: "";
  width: 0.1rem;
  height: 8rem;
  background-color: #DDDDDD;
  position: absolute;
  left: -0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catNav .catNavList__item.current .catTrigger {
  background-color: #CA302F;
}
.catNav .catNavList__item.current .catTrigger__icon {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(86%) saturate(0%) hue-rotate(162deg) brightness(116%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(86%) saturate(0%) hue-rotate(162deg) brightness(116%) contrast(101%);
}
.catNav .catNavList__item.current .catTrigger__label {
  color: #FFFFFF;
}
.catNav .catNavList__item.current .catTrigger__badge span {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #CA302F;
}
.catNav .catNavList__item.current.-purple .catTrigger {
  background-color: #633B98;
}
.catNav .catNavList__item.current.-purple .catTrigger__badge span {
  color: #633B98;
}
.catNav .catNavList__item.current.-blue .catTrigger {
  background-color: #3458AE;
}
.catNav .catNavList__item.current.-blue .catTrigger__badge span {
  color: #3458AE;
}
.catNav .catNavList__item.current.-green .catTrigger {
  background-color: #46A158;
}
.catNav .catNavList__item.current.-green .catTrigger__badge span {
  color: #46A158;
}
.catNav .catNavList__item.current.-yellow .catTrigger {
  background-color: #FCC201;
}
.catNav .catNavList__item.current.-yellow .catTrigger__badge span {
  color: #FCC201;
}
.catNav .catNavList__item.current.-orange .catTrigger {
  background-color: #F2913D;
}
.catNav .catNavList__item.current.-orange .catTrigger__badge span {
  color: #F2913D;
}
.catNav .catNavList__item.current.-pink .catTrigger {
  background-color: #FA78A0;
}
.catNav .catNavList__item.current.-pink .catTrigger__badge span {
  color: #FA78A0;
}
.catNav .catNavList__item.current.-brown .catTrigger {
  background-color: #765F4D;
}
.catNav .catNavList__item.current.-brown .catTrigger__badge span {
  color: #765F4D;
}
.catNav .catNavList__item.-purple .catMenu .catMenuList__item.current a {
  background-color: #633B98;
}
.catNav .catNavList__item.-blue .catMenu .catMenuList__item.current a {
  background-color: #3458AE;
}
.catNav .catNavList__item.-green .catMenu .catMenuList__item.current a {
  background-color: #46A158;
}
.catNav .catNavList__item.-yellow .catMenu .catMenuList__item.current a {
  background-color: #FCC201;
}
.catNav .catNavList__item.-orange .catMenu .catMenuList__item.current a {
  background-color: #F2913D;
}
.catNav .catNavList__item.-pink .catMenu .catMenuList__item.current a {
  background-color: #FA78A0;
}
.catNav .catNavList__item.-brown .catMenu .catMenuList__item.current a {
  background-color: #765F4D;
}
@media screen and (min-width: 1161px) {
  .catNav .catNavList__item.is-current:not(:hover):not(.is-open) .catMenu {
    display: none;
  }
  .catNav .catNavList__item:hover .catTrigger, .catNav .catNavList__item.is-open .catTrigger, .catNav .catNavList__item.is-current .catTrigger {
    background-color: #CA302F;
  }
  .catNav .catNavList__item:hover .catTrigger__icon, .catNav .catNavList__item.is-open .catTrigger__icon, .catNav .catNavList__item.is-current .catTrigger__icon {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(86%) saturate(0%) hue-rotate(162deg) brightness(116%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(86%) saturate(0%) hue-rotate(162deg) brightness(116%) contrast(101%);
  }
  .catNav .catNavList__item:hover .catTrigger__label, .catNav .catNavList__item.is-open .catTrigger__label, .catNav .catNavList__item.is-current .catTrigger__label {
    color: #FFFFFF;
  }
  .catNav .catNavList__item:hover .catTrigger__badge span, .catNav .catNavList__item.is-open .catTrigger__badge span, .catNav .catNavList__item.is-current .catTrigger__badge span {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #CA302F;
  }
  .catNav .catNavList__item:hover .catMenu, .catNav .catNavList__item.is-open .catMenu, .catNav .catNavList__item.is-current .catMenu {
    display: block;
  }
  .catNav .catNavList__item.-purple:hover .catTrigger, .catNav .catNavList__item.-purple.is-open .catTrigger, .catNav .catNavList__item.-purple.is-current .catTrigger {
    background-color: #633B98;
  }
  .catNav .catNavList__item.-purple:hover .catTrigger__badge span, .catNav .catNavList__item.-purple.is-open .catTrigger__badge span, .catNav .catNavList__item.-purple.is-current .catTrigger__badge span {
    color: #633B98;
  }
  .catNav .catNavList__item.-purple .catTrigger__badge span {
    border-color: #633B98;
    color: #633B98;
  }
  .catNav .catNavList__item.-purple .catMenu {
    border-bottom-color: #633B98;
  }
  .catNav .catNavList__item.-purple .catMenu:before {
    background: -webkit-linear-gradient(top, transparent 8px, #633B98 8px 11px);
    background: linear-gradient(to bottom, transparent 8px, #633B98 8px 11px);
  }
  .catNav .catNavList__item.-purple .catMenu:after {
    border-bottom-color: #633B98;
  }
  .catNav .catNavList__item.-purple .catMenu__label {
    color: #633B98;
  }
  .catNav .catNavList__item.-purple .catMenu .catMenuList__item.is-current a {
    background-color: #633B98;
    color: #FFFFFF;
  }
  .catNav .catNavList__item.-purple .catMenu .catMenuList__item a:hover, .catNav .catNavList__item.-purple .catMenu .catMenuList__item a:focus {
    background-color: #633B98;
  }
  .catNav .catNavList__item.-purple .catMenu .catMenuList__item a:after {
    -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(12%) saturate(6842%) hue-rotate(240deg) brightness(98%) contrast(89%);
            filter: brightness(0) saturate(100%) invert(25%) sepia(12%) saturate(6842%) hue-rotate(240deg) brightness(98%) contrast(89%);
  }
  .catNav .catNavList__item.-blue:hover .catTrigger, .catNav .catNavList__item.-blue.is-open .catTrigger, .catNav .catNavList__item.-blue.is-current .catTrigger {
    background-color: #3458AE;
  }
  .catNav .catNavList__item.-blue:hover .catTrigger__badge span, .catNav .catNavList__item.-blue.is-open .catTrigger__badge span, .catNav .catNavList__item.-blue.is-current .catTrigger__badge span {
    color: #3458AE;
  }
  .catNav .catNavList__item.-blue .catTrigger__badge span {
    border-color: #3458AE;
    color: #3458AE;
  }
  .catNav .catNavList__item.-blue .catMenu {
    border-bottom-color: #3458AE;
  }
  .catNav .catNavList__item.-blue .catMenu:before {
    background: -webkit-linear-gradient(top, transparent 8px, #3458AE 8px 11px);
    background: linear-gradient(to bottom, transparent 8px, #3458AE 8px 11px);
  }
  .catNav .catNavList__item.-blue .catMenu:after {
    border-bottom-color: #3458AE;
  }
  .catNav .catNavList__item.-blue .catMenu__label {
    color: #3458AE;
  }
  .catNav .catNavList__item.-blue .catMenu .catMenuList__item.is-current a {
    background-color: #3458AE;
    color: #FFFFFF;
  }
  .catNav .catNavList__item.-blue .catMenu .catMenuList__item a:hover, .catNav .catNavList__item.-blue .catMenu .catMenuList__item a:focus {
    background-color: #3458AE;
  }
  .catNav .catNavList__item.-blue .catMenu .catMenuList__item a:after {
    -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(1339%) hue-rotate(208deg) brightness(92%) contrast(82%);
            filter: brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(1339%) hue-rotate(208deg) brightness(92%) contrast(82%);
  }
  .catNav .catNavList__item.-green:hover .catTrigger, .catNav .catNavList__item.-green.is-open .catTrigger, .catNav .catNavList__item.-green.is-current .catTrigger {
    background-color: #46A158;
  }
  .catNav .catNavList__item.-green:hover .catTrigger__badge span, .catNav .catNavList__item.-green.is-open .catTrigger__badge span, .catNav .catNavList__item.-green.is-current .catTrigger__badge span {
    color: #46A158;
  }
  .catNav .catNavList__item.-green .catTrigger__badge span {
    border-color: #46A158;
    color: #46A158;
  }
  .catNav .catNavList__item.-green .catMenu {
    border-bottom-color: #46A158;
  }
  .catNav .catNavList__item.-green .catMenu:before {
    background: -webkit-linear-gradient(top, transparent 8px, #46A158 8px 11px);
    background: linear-gradient(to bottom, transparent 8px, #46A158 8px 11px);
  }
  .catNav .catNavList__item.-green .catMenu:after {
    border-bottom-color: #46A158;
  }
  .catNav .catNavList__item.-green .catMenu__label {
    color: #46A158;
  }
  .catNav .catNavList__item.-green .catMenu .catMenuList__item.is-current a {
    background-color: #46A158;
    color: #FFFFFF;
  }
  .catNav .catNavList__item.-green .catMenu .catMenuList__item a:hover, .catNav .catNavList__item.-green .catMenu .catMenuList__item a:focus {
    background-color: #46A158;
  }
  .catNav .catNavList__item.-green .catMenu .catMenuList__item a:after {
    -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(71%) saturate(368%) hue-rotate(80deg) brightness(95%) contrast(85%);
            filter: brightness(0) saturate(100%) invert(49%) sepia(71%) saturate(368%) hue-rotate(80deg) brightness(95%) contrast(85%);
  }
  .catNav .catNavList__item.-yellow:hover .catTrigger, .catNav .catNavList__item.-yellow.is-open .catTrigger, .catNav .catNavList__item.-yellow.is-current .catTrigger {
    background-color: #FCC201;
  }
  .catNav .catNavList__item.-yellow:hover .catTrigger__badge span, .catNav .catNavList__item.-yellow.is-open .catTrigger__badge span, .catNav .catNavList__item.-yellow.is-current .catTrigger__badge span {
    color: #FCC201;
  }
  .catNav .catNavList__item.-yellow .catTrigger__badge span {
    border-color: #FCC201;
    color: #FCC201;
  }
  .catNav .catNavList__item.-yellow .catMenu {
    border-bottom-color: #FCC201;
  }
  .catNav .catNavList__item.-yellow .catMenu:before {
    background: -webkit-linear-gradient(top, transparent 8px, #FCC201 8px 11px);
    background: linear-gradient(to bottom, transparent 8px, #FCC201 8px 11px);
  }
  .catNav .catNavList__item.-yellow .catMenu:after {
    border-bottom-color: #FCC201;
  }
  .catNav .catNavList__item.-yellow .catMenu__label {
    color: #FCC201;
  }
  .catNav .catNavList__item.-yellow .catMenu .catMenuList__item.is-current a {
    background-color: #FCC201;
    color: #FFFFFF;
  }
  .catNav .catNavList__item.-yellow .catMenu .catMenuList__item a:hover, .catNav .catNavList__item.-yellow .catMenu .catMenuList__item a:focus {
    background-color: #FCC201;
  }
  .catNav .catNavList__item.-yellow .catMenu .catMenuList__item a:after {
    -webkit-filter: brightness(0) saturate(100%) invert(81%) sepia(19%) saturate(6448%) hue-rotate(359deg) brightness(105%) contrast(104%);
            filter: brightness(0) saturate(100%) invert(81%) sepia(19%) saturate(6448%) hue-rotate(359deg) brightness(105%) contrast(104%);
  }
  .catNav .catNavList__item.-orange:hover .catTrigger, .catNav .catNavList__item.-orange.is-open .catTrigger, .catNav .catNavList__item.-orange.is-current .catTrigger {
    background-color: #F2913D;
  }
  .catNav .catNavList__item.-orange:hover .catTrigger__badge span, .catNav .catNavList__item.-orange.is-open .catTrigger__badge span, .catNav .catNavList__item.-orange.is-current .catTrigger__badge span {
    color: #F2913D;
  }
  .catNav .catNavList__item.-orange .catTrigger__badge span {
    border-color: #F2913D;
    color: #F2913D;
  }
  .catNav .catNavList__item.-orange .catMenu {
    border-bottom-color: #F2913D;
  }
  .catNav .catNavList__item.-orange .catMenu:before {
    background: -webkit-linear-gradient(top, transparent 8px, #F2913D 8px 11px);
    background: linear-gradient(to bottom, transparent 8px, #F2913D 8px 11px);
  }
  .catNav .catNavList__item.-orange .catMenu:after {
    border-bottom-color: #F2913D;
  }
  .catNav .catNavList__item.-orange .catMenu__label {
    color: #F2913D;
  }
  .catNav .catNavList__item.-orange .catMenu .catMenuList__item.is-current a {
    background-color: #F2913D;
    color: #FFFFFF;
  }
  .catNav .catNavList__item.-orange .catMenu .catMenuList__item a:hover, .catNav .catNavList__item.-orange .catMenu .catMenuList__item a:focus {
    background-color: #F2913D;
  }
  .catNav .catNavList__item.-orange .catMenu .catMenuList__item a:after {
    -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(65%) saturate(639%) hue-rotate(334deg) brightness(103%) contrast(90%);
            filter: brightness(0) saturate(100%) invert(61%) sepia(65%) saturate(639%) hue-rotate(334deg) brightness(103%) contrast(90%);
  }
  .catNav .catNavList__item.-pink:hover .catTrigger, .catNav .catNavList__item.-pink.is-open .catTrigger, .catNav .catNavList__item.-pink.is-current .catTrigger {
    background-color: #FA78A0;
  }
  .catNav .catNavList__item.-pink:hover .catTrigger__badge span, .catNav .catNavList__item.-pink.is-open .catTrigger__badge span, .catNav .catNavList__item.-pink.is-current .catTrigger__badge span {
    color: #FA78A0;
  }
  .catNav .catNavList__item.-pink .catTrigger__badge span {
    border-color: #FA78A0;
    color: #FA78A0;
  }
  .catNav .catNavList__item.-pink .catMenu {
    border-bottom-color: #FA78A0;
  }
  .catNav .catNavList__item.-pink .catMenu:before {
    background: -webkit-linear-gradient(top, transparent 8px, #FA78A0 8px 11px);
    background: linear-gradient(to bottom, transparent 8px, #FA78A0 8px 11px);
  }
  .catNav .catNavList__item.-pink .catMenu:after {
    border-bottom-color: #FA78A0;
  }
  .catNav .catNavList__item.-pink .catMenu__label {
    color: #FA78A0;
  }
  .catNav .catNavList__item.-pink .catMenu .catMenuList__item.is-current a {
    background-color: #FA78A0;
    color: #FFFFFF;
  }
  .catNav .catNavList__item.-pink .catMenu .catMenuList__item a:hover, .catNav .catNavList__item.-pink .catMenu .catMenuList__item a:focus {
    background-color: #FA78A0;
  }
  .catNav .catNavList__item.-pink .catMenu .catMenuList__item a:after {
    -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(93%) saturate(1502%) hue-rotate(299deg) brightness(101%) contrast(96%);
            filter: brightness(0) saturate(100%) invert(64%) sepia(93%) saturate(1502%) hue-rotate(299deg) brightness(101%) contrast(96%);
  }
  .catNav .catNavList__item.-brown:hover .catTrigger, .catNav .catNavList__item.-brown.is-open .catTrigger, .catNav .catNavList__item.-brown.is-current .catTrigger {
    background-color: #765F4D;
  }
  .catNav .catNavList__item.-brown:hover .catTrigger__badge span, .catNav .catNavList__item.-brown.is-open .catTrigger__badge span, .catNav .catNavList__item.-brown.is-current .catTrigger__badge span {
    color: #765F4D;
  }
  .catNav .catNavList__item.-brown .catTrigger__badge span {
    border-color: #765F4D;
    color: #765F4D;
  }
  .catNav .catNavList__item.-brown .catMenu {
    border-bottom-color: #765F4D;
  }
  .catNav .catNavList__item.-brown .catMenu:before {
    background: -webkit-linear-gradient(top, transparent 8px, #765F4D 8px 11px);
    background: linear-gradient(to bottom, transparent 8px, #765F4D 8px 11px);
  }
  .catNav .catNavList__item.-brown .catMenu:after {
    border-bottom-color: #765F4D;
  }
  .catNav .catNavList__item.-brown .catMenu__label {
    color: #765F4D;
  }
  .catNav .catNavList__item.-brown .catMenu .catMenuList__item.is-current a {
    background-color: #765F4D;
    color: #FFFFFF;
  }
  .catNav .catNavList__item.-brown .catMenu .catMenuList__item a:hover, .catNav .catNavList__item.-brown .catMenu .catMenuList__item a:focus {
    background-color: #765F4D;
  }
  .catNav .catNavList__item.-brown .catMenu .catMenuList__item a:after {
    -webkit-filter: brightness(0) saturate(100%) invert(36%) sepia(24%) saturate(538%) hue-rotate(344deg) brightness(96%) contrast(82%);
            filter: brightness(0) saturate(100%) invert(36%) sepia(24%) saturate(538%) hue-rotate(344deg) brightness(96%) contrast(82%);
  }
}
@media screen and (max-width: 1280px) {
  .catNav .catNavList__item:last-child .catMenu {
    left: auto;
    right: 0;
  }
  .catNav .catNavList__item:last-child .catMenu:after {
    left: auto;
    right: 6.75rem;
  }
}
@media screen and (max-width: 1160px) {
  .catNav .catNavList__item {
    width: 100%;
  }
  .catNav .catNavList__item:first-child .catTrigger__badge, .catNav .catNavList__item.-salesMenu .catTrigger__badge {
    display: inline-block;
  }
  .catNav .catNavList__item:last-child {
    padding-bottom: 0;
  }
  .catNav .catNavList__item.-salesMenu:not(.-salesMenu ~ .-salesMenu) {
    margin-left: 0;
    padding-top: 3rem;
    border-top: 1px solid #DDDDDD;
  }
  .catNav .catNavList__item.-salesMenu:not(.-salesMenu ~ .-salesMenu):before {
    content: none;
  }
  .catNav .catNavList__item.-salesMenu .catTrigger__badge span {
    border-color: #765F4D;
    color: #765F4D;
  }
  .catNav .catNavList__item.-purple .catTrigger__label {
    color: #633B98;
  }
  .catNav .catNavList__item.-blue .catTrigger__label {
    color: #3458AE;
  }
  .catNav .catNavList__item.-green .catTrigger__label {
    color: #46A158;
  }
  .catNav .catNavList__item.-yellow .catTrigger__label {
    color: #FCC201;
  }
  .catNav .catNavList__item.-orange .catTrigger__label {
    color: #F2913D;
  }
  .catNav .catNavList__item.-pink .catTrigger__label {
    color: #FA78A0;
  }
  .catNav .catNavList__item.-brown .catTrigger__label {
    color: #765F4D;
  }
}
.catNav .catTrigger {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  width: 100%;
  height: 100%;
  padding: 1em 1em 1.13em;
  background-color: #FFFFFF;
  border: none;
  border-radius: 2px;
  text-align: center;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.catNav .catTrigger__icon {
  min-height: 4.5rem;
  margin-bottom: 0.8rem;
}
.catNav .catTrigger__icon picture {
  display: block;
  line-height: 1;
}
.catNav .catTrigger__label {
  display: grid;
  place-items: center;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 600;
}
.catNav .catTrigger__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.catNav .catTrigger__badge span {
  display: inline-block;
  min-width: 6rem;
  min-height: 1.8rem;
  border-radius: 99em;
  border: 1px solid #CA302F;
  line-height: 1.3;
  text-align: center;
  color: #CA302F;
  font-weight: 500;
  font-family: "Quicksand", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 1160px) {
  .catNav .catTrigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem 0.9rem;
    margin-bottom: 1.5rem;
    padding: 0;
    height: auto;
    cursor: auto;
    aspect-ratio: unset;
  }
  .catNav .catTrigger__icon {
    max-width: 2.4rem;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .catNav .catTrigger__icon img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .catNav .catTrigger__label {
    margin-bottom: 0;
    letter-spacing: 0.07em;
    font-size: 1.6rem;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .catNav .catTrigger__label br {
    display: none;
  }
  .catNav .catTrigger__badge {
    display: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.catNav .catMenu__label {
  padding: 0.9em;
  background-color: #FFFFFF;
  text-align: center;
  font-family: "Quicksand", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
}
.catNav .catMenu .catMenuList {
  background-color: #FFFFFF;
}
.catNav .catMenu .catMenuList__item a {
  display: block;
  padding: 0.95em 1.5em;
  font-size: 1.4rem;
}
.catNav .catMenu .catMenuList__item.current a {
  color: #FFFFFF;
}
.catNav .catMenu .catMenuList__item.current a:after {
  -webkit-filter: none !important;
          filter: none !important;
}
@media screen and (min-width: 1161px) {
  .catNav .catMenu {
    display: none;
    min-width: 25rem;
    border-bottom: 3px solid #CA302F;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    z-index: 20;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .catNav .catMenu:before {
    display: block;
    content: "";
    width: 100%;
    height: 1.1rem;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, transparent 8px, #CA302F 8px 11px);
    background: linear-gradient(to bottom, transparent 8px, #CA302F 8px 11px);
  }
  .catNav .catMenu:after {
    display: block;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 6.75rem;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 8px solid #CA302F;
  }
  .catNav .catMenu .catMenuList {
    border-top: 1px solid #DDDDDD;
  }
  .catNav .catMenu .catMenuList__item a {
    position: relative;
  }
  .catNav .catMenu .catMenuList__item a:after {
    display: block;
    content: "";
    width: 0.5rem;
    height: 0.9rem;
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(2513%) hue-rotate(341deg) brightness(97%) contrast(94%);
            filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(2513%) hue-rotate(341deg) brightness(97%) contrast(94%);
    background-image: url("../img/header/icon_hnav_arrow_white.svg");
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: center right;
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .catNav .catMenu .catMenuList__item a:hover, .catNav .catMenu .catMenuList__item a:focus {
    background-color: #CA302F;
    color: #FFFFFF;
  }
  .catNav .catMenu .catMenuList__item a:hover:after, .catNav .catMenu .catMenuList__item a:focus:after {
    -webkit-filter: none !important;
            filter: none !important;
  }
}
@media screen and (max-width: 1160px) {
  .catNav .catMenu {
    display: block;
  }
  .catNav .catMenu__label {
    display: none;
  }
  .catNav .catMenu .catMenuList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 1rem;
  }
  .catNav .catMenu .catMenuList__item a {
    padding: 0.5em 0.9em;
    background-color: #F5F5F5;
    border-radius: 2px;
    font-size: 1.2rem;
  }
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
.hamburgerBtn {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  background-color: #CA302F;
  border: none;
  border-radius: 50%;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1160px) {
  .hamburgerBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburgerBtn .hamburgerLine {
  display: block;
  max-width: 3rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hamburgerBtn .hamburgerLine > span {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  height: 0.3rem;
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburgerBtn .hamburgerLine > span:last-child {
  margin-bottom: 0;
}
.hamburgerBtn .hamburgerLine.open .top {
  -webkit-transform: translateY(0.6em) rotate(-45deg);
          transform: translateY(0.6em) rotate(-45deg);
}
.hamburgerBtn .hamburgerLine.open .middle {
  opacity: 0;
}
.hamburgerBtn .hamburgerLine.open .bottom {
  -webkit-transform: translateY(-0.75em) rotate(45deg);
          transform: translateY(-0.75em) rotate(45deg);
}

/*==================================================================================================
	フッター
==================================================================================================*/
.scrollTop {
  position: absolute;
  top: -8rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .scrollTop {
    max-width: 6rem;
    top: -6rem;
  }
}

footer {
  position: relative;
}
@media screen and (max-width: 767px) {
  footer.hasFloatInq {
    margin-bottom: 9.6em;
  }
}
footer .footerCnt {
  padding-top: 5.3em;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  footer .footerCnt {
    padding-top: 7rem;
  }
}
footer .footerCnt .inner {
  max-width: 130rem;
}
@media screen and (max-width: 1360px) {
  footer .footerCnt .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
footer .footerCnt .footerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1em;
  min-height: 30rem;
}
@media screen and (max-width: 1160px) {
  footer .footerCnt .footerWrap {
    min-height: 25rem;
  }
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap .footerInfo {
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerWrap .footerInfo {
    margin-bottom: 2.8rem;
  }
}
footer .footerCnt .footerWrap .footerInfo__logo {
  display: inline-block;
  max-width: 24.3rem;
  width: 100%;
}
footer .footerCnt .footerWrap .footerInfo__logo:hover, footer .footerCnt .footerWrap .footerInfo__logo:focus {
  opacity: 0.8;
}
footer .footerCnt .footerWrap .footerInfo__text {
  margin-top: 2rem;
  color: #FFFFFF;
  font-size: 1.3rem;
}
footer .footerCnt .footerWrap .footerInfo .snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  margin-top: clamp(2.7rem, 4.5vw, 4rem);
}
footer .footerCnt .footerWrap .footerInfo .snsList a:hover, footer .footerCnt .footerWrap .footerInfo .snsList a:focus {
  opacity: 0.8;
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap .footerInfo .snsList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2rem;
  }
}
footer .footerCnt .footerWrap .footerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10rem;
  padding-top: 1.3em;
}
@media screen and (max-width: 1160px) {
  footer .footerCnt .footerWrap .footerNav {
    gap: 0 5rem;
  }
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap .footerNav {
    padding-top: 0;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerWrap .footerNav {
    margin-bottom: 3.6rem;
  }
}
footer .footerCnt .footerWrap .footerNav__wrap.-about .footerNav__item:not(:last-child) {
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap .footerNav__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footerCnt .footerWrap .footerNav__wrap.-service {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerWrap .footerNav__cont {
    padding-left: 0.9em;
  }
}
footer .footerCnt .footerWrap .footerNav__ttl {
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap .footerNav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 2rem;
    max-width: 31rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerWrap .footerNav__list {
    gap: 0.2em 8em;
  }
}
@media screen and (max-width: 560px) {
  footer .footerCnt .footerWrap .footerNav__list {
    max-width: 100%;
  }
}
footer .footerCnt .footerWrap .footerNav__item a {
  color: #FFFFFF;
}
footer .footerCnt .footerWrap .footerNav__item a:hover, footer .footerCnt .footerWrap .footerNav__item a:focus {
  color: rgba(255, 255, 255, 0.8);
}
footer .footerCnt .footerWrap .footerNav__item.-leftMenu {
  min-width: 21.7rem;
}
footer .footerCnt .footerWrap .footerNav__item.-rightMenu {
  min-width: 17rem;
}
footer .footerCnt .footerWrap .footerNav__item:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 1080px) {
  footer .footerCnt .footerWrap .footerNav__item.-leftMenu, footer .footerCnt .footerWrap .footerNav__item.-rightMenu {
    min-width: auto;
  }
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap .footerNav__item {
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerWrap .footerNav__item {
    width: auto;
  }
  footer .footerCnt .footerWrap .footerNav__item:not(:last-child) {
    margin-bottom: 0;
  }
  footer .footerCnt .footerWrap .footerNav__item a {
    letter-spacing: -0.04em;
  }
}
footer .footerCnt .footerWrap .footerNav__link, footer .footerCnt .footerWrap .footerNav__childBtn {
  display: inline-block;
  padding-left: 2.3rem;
  font-size: 1.4rem;
  position: relative;
}
footer .footerCnt .footerWrap .footerNav__link:after, footer .footerCnt .footerWrap .footerNav__childBtn:after {
  display: inline-block;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../img/footer/icon_fnav_open.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
footer .footerCnt .footerWrap .footerNav__link.is-open:after, footer .footerCnt .footerWrap .footerNav__childBtn.is-open:after {
  background-image: url("../img/footer/icon_fnav_close.svg");
}
footer .footerCnt .footerWrap .footerNav__link.-external:after, footer .footerCnt .footerWrap .footerNav__childBtn.-external:after {
  background-image: url("../img/footer/icon_link_white.svg");
}
footer .footerCnt .footerWrap .footerNav__childBtn {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
}
footer .footerCnt .footerWrap .footerNav__child {
  display: none;
  padding-top: 0.4em;
  padding-left: 2.4rem;
}
footer .footerCnt .footerWrap .footerNav__childItem {
  font-size: 1.3rem;
}
footer .footerCnt .footerWrap .footerNav__childLink {
  display: inline-block;
  padding-left: 1.5rem;
  background-image: url("../img/footer/icon_fnav_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: 4px auto;
  background-position: top 6px left;
}
footer .footerCnt .footerWrap .footerTel {
  padding-top: 1.4em;
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap .footerTel {
    max-width: 31.5rem;
    width: 100%;
    padding-top: 0;
  }
}
footer .footerCnt .footerWrap .footerTel__wrap {
  min-width: 30rem;
  padding: 1.6em 1em 1.5em;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  footer .footerCnt .footerWrap .footerTel__wrap {
    min-width: 25rem;
  }
}
@media screen and (max-width: 1020px) {
  footer .footerCnt .footerWrap .footerTel__wrap {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerWrap .footerTel__wrap {
    padding: 1.4em 1em 1.3em;
  }
}
footer .footerCnt .footerWrap .footerTel__ttl {
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerWrap .footerTel__ttl {
    margin-bottom: 0.9rem;
  }
}
footer .footerCnt .footerWrap .footerTel__tel {
  margin-bottom: 0.2rem;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 700;
}
footer .footerCnt .footerWrap .footerTel__tel a {
  display: inline-block;
  padding-left: 2.3rem;
  color: #CA302F;
  background-image: url("../img/footer/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: top left;
}
footer .footerCnt .footerWrap .footerTel__hours {
  color: #CA302F;
  font-size: 1.3rem;
  font-weight: 500;
}
footer .footerBg {
  width: 100%;
  overflow: hidden;
}
footer .footerBg .bgImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: scrollLoop 60s linear infinite;
          animation: scrollLoop 60s linear infinite;
}
footer .footerBg .bgImg img {
  width: 2703px;
  height: 395px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  footer .footerBg .bgImg img {
    width: 1505px;
    height: 220px;
  }
}
footer .footerBg {
  /* アニメーション（スライド） */
}
@-webkit-keyframes scrollLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2703px);
            transform: translateX(-2703px);
  }
}
@keyframes scrollLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2703px);
            transform: translateX(-2703px);
  }
}
footer .copy {
  padding: 1rem 2rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .copy {
    padding: 1.4rem 2rem;
    letter-spacing: 0.05em;
    font-size: 1rem;
  }
}

/*==================================================================================================
	パンくずリスト Bread
==================================================================================================*/
.breadcrumb {
  padding: 0 3rem;
}
@media screen and (max-width: 1020px) {
  .breadcrumb {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}
.breadcrumb__item {
  margin-right: 2rem;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
.breadcrumb__item a {
  color: #777777;
  font-weight: 500;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child)::after {
  display: block;
  content: "";
  width: 0.4rem;
  height: 0.7rem;
  background-image: url("../img/common/icon_breadcrumb_arrow_black.svg");
  background-repeat: no-repeat;
  background-size: 4px auto;
  position: absolute;
  top: 0.65rem;
  right: -1.1rem;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}

.breadcrumb + .mContainer {
  padding-top: clamp(5rem, 8vw, 8rem);
}

/* ==================================================================================================
	ページネーション Pagenavi
================================================================================================== */
.pagination {
  margin-top: clamp(4rem, 7vw, 7rem);
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.pagination__link,
.pagination .next,
.pagination .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4rem;
  min-height: 4rem;
  padding: 0.6em 0.5em 0.3em;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CA302F;
  background-color: #FFFFFF;
  border-radius: 99em;
  font-size: 1.3rem;
}
.pagination__link.current,
.pagination .next.current,
.pagination .prev.current {
  background-color: #CA302F;
  color: #FFFFFF;
}
.pagination__link:hover, .pagination__link:focus,
.pagination .next:hover,
.pagination .next:focus,
.pagination .prev:hover,
.pagination .prev:focus {
  background-color: #CA302F;
  color: #FFFFFF;
}
.pagination .next,
.pagination .prev {
  padding: 0.4em 0.5em 0.3em;
}
.pagination .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4rem;
}
.pagination.-purple .pagination__link,
.pagination.-purple .next,
.pagination.-purple .prev {
  border-color: #633B98;
}
.pagination.-purple .pagination__link.current,
.pagination.-purple .next.current,
.pagination.-purple .prev.current {
  background-color: #633B98;
}
.pagination.-purple .pagination__link:hover, .pagination.-purple .pagination__link:focus,
.pagination.-purple .next:hover,
.pagination.-purple .next:focus,
.pagination.-purple .prev:hover,
.pagination.-purple .prev:focus {
  background-color: #633B98;
}
.pagination.-blue .pagination__link,
.pagination.-blue .next,
.pagination.-blue .prev {
  border-color: #3458AE;
}
.pagination.-blue .pagination__link.current,
.pagination.-blue .next.current,
.pagination.-blue .prev.current {
  background-color: #3458AE;
}
.pagination.-blue .pagination__link:hover, .pagination.-blue .pagination__link:focus,
.pagination.-blue .next:hover,
.pagination.-blue .next:focus,
.pagination.-blue .prev:hover,
.pagination.-blue .prev:focus {
  background-color: #3458AE;
}
.pagination.-green .pagination__link,
.pagination.-green .next,
.pagination.-green .prev {
  border-color: #46A158;
}
.pagination.-green .pagination__link.current,
.pagination.-green .next.current,
.pagination.-green .prev.current {
  background-color: #46A158;
}
.pagination.-green .pagination__link:hover, .pagination.-green .pagination__link:focus,
.pagination.-green .next:hover,
.pagination.-green .next:focus,
.pagination.-green .prev:hover,
.pagination.-green .prev:focus {
  background-color: #46A158;
}
.pagination.-yellow .pagination__link,
.pagination.-yellow .next,
.pagination.-yellow .prev {
  border-color: #FCC201;
}
.pagination.-yellow .pagination__link.current,
.pagination.-yellow .next.current,
.pagination.-yellow .prev.current {
  background-color: #FCC201;
}
.pagination.-yellow .pagination__link:hover, .pagination.-yellow .pagination__link:focus,
.pagination.-yellow .next:hover,
.pagination.-yellow .next:focus,
.pagination.-yellow .prev:hover,
.pagination.-yellow .prev:focus {
  background-color: #FCC201;
}
.pagination.-orange .pagination__link,
.pagination.-orange .next,
.pagination.-orange .prev {
  border-color: #F2913D;
}
.pagination.-orange .pagination__link.current,
.pagination.-orange .next.current,
.pagination.-orange .prev.current {
  background-color: #F2913D;
}
.pagination.-orange .pagination__link:hover, .pagination.-orange .pagination__link:focus,
.pagination.-orange .next:hover,
.pagination.-orange .next:focus,
.pagination.-orange .prev:hover,
.pagination.-orange .prev:focus {
  background-color: #F2913D;
}
.pagination.-pink .pagination__link,
.pagination.-pink .next,
.pagination.-pink .prev {
  border-color: #FA78A0;
}
.pagination.-pink .pagination__link.current,
.pagination.-pink .next.current,
.pagination.-pink .prev.current {
  background-color: #FA78A0;
}
.pagination.-pink .pagination__link:hover, .pagination.-pink .pagination__link:focus,
.pagination.-pink .next:hover,
.pagination.-pink .next:focus,
.pagination.-pink .prev:hover,
.pagination.-pink .prev:focus {
  background-color: #FA78A0;
}
.pagination.-brown .pagination__link,
.pagination.-brown .next,
.pagination.-brown .prev {
  border-color: #765F4D;
}
.pagination.-brown .pagination__link.current,
.pagination.-brown .next.current,
.pagination.-brown .prev.current {
  background-color: #765F4D;
}
.pagination.-brown .pagination__link:hover, .pagination.-brown .pagination__link:focus,
.pagination.-brown .next:hover,
.pagination.-brown .next:focus,
.pagination.-brown .prev:hover,
.pagination.-brown .prev:focus {
  background-color: #765F4D;
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
.btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(5rem, 6vw, 6rem);
}
.btnArea.-group {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2em;
}
.btnArea.-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btnArea.-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btnArea.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btnArea.-row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.btnArea .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 35rem;
  width: 100%;
  min-height: 7rem;
  padding: 1em 4em;
  border-radius: 3.5rem;
  background-color: #FFFFFF;
  background-image: url("../img/common/icon_arrow_more_red.svg");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: right 24px center;
  border: 2px solid #CA302F;
  text-decoration: none;
  color: #CA302F;
  font-weight: 700;
  font-size: 1.7rem;
}
.btnArea .btn:hover, .btnArea .btn:focus {
  text-decoration: none;
  background-color: #CA302F;
  background-image: url("../img/common/icon_arrow_more_white.svg");
  color: #FFFFFF;
}
.btnArea .btn.-link {
  background-image: url("../img/common/icon_link_red.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 25px center;
}
.btnArea .btn.-link.-solidRed {
  background-image: url("../img/common/icon_link_white.svg");
}
.btnArea .btn.-link.-solidRed:hover, .btnArea .btn.-link.-solidRed:focus {
  background-image: url("../img/common/icon_link_red.svg");
}
.btnArea .btn.-link:hover, .btnArea .btn.-link:focus {
  background-image: url("../img/common/icon_link_white.svg");
}
.btnArea .btn.-inquiry {
  background-image: url("../img/common/icon_inquiry_white.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left 25px center;
}
.btnArea .btn.-inquiry.-solidRed {
  background-image: url("../img/common/icon_inquiry_white.svg");
}
.btnArea .btn.-inquiry.-solidRed:hover, .btnArea .btn.-inquiry.-solidRed:focus {
  background-image: url("../img/common/icon_inquiry_red.svg");
}
.btnArea .btn.-inquiry:hover, .btnArea .btn.-inquiry:focus {
  background-image: url("../img/common/icon_inquiry_white.svg");
}
.btnArea .btn.-iconCenter.-link {
  background-image: url("../img/common/icon_link_red.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 25px center;
}
.btnArea .btn.-iconCenter.-link.-solidRed {
  background-image: url("../img/common/icon_link_white.svg");
}
.btnArea .btn.-iconCenter.-link.-solidRed:hover, .btnArea .btn.-iconCenter.-link.-solidRed:focus {
  background-image: url("../img/common/icon_link_red.svg");
}
.btnArea .btn.-iconCenter.-link:hover, .btnArea .btn.-iconCenter.-link:focus {
  background-image: url("../img/common/icon_link_white.svg");
}
.btnArea .btn.-iconCenter.-inquiry {
  background-image: none;
}
.btnArea .btn.-iconCenter.-inquiry span {
  display: inline-block;
  padding-left: 3rem;
  background-image: url("../img/common/icon_inquiry_red.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left top 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btnArea .btn.-iconCenter.-inquiry.-solidRed {
  background-image: url("../img/common/icon_inquiry_white.svg");
}
.btnArea .btn.-iconCenter.-inquiry.-solidRed:hover, .btnArea .btn.-iconCenter.-inquiry.-solidRed:focus {
  background-image: url("../img/common/icon_inquiry_red.svg");
}
.btnArea .btn.-iconCenter.-inquiry:hover, .btnArea .btn.-iconCenter.-inquiry:focus {
  background-image: none;
}
.btnArea .btn.-iconCenter.-inquiry:hover span, .btnArea .btn.-iconCenter.-inquiry:focus span {
  background-image: url("../img/common/icon_inquiry_white.svg");
}
.btnArea .btn.-solidRed {
  background-color: #CA302F;
  background-image: url("../img/common/icon_arrow_more_white.svg");
  color: #FFFFFF;
}
.btnArea .btn.-solidRed:hover, .btnArea .btn.-solidRed:focus {
  background-color: #FFFFFF;
  background-image: url("../img/common/icon_arrow_more_red.svg");
  color: #CA302F;
}
.btnArea .btn.-outlineRed {
  border-color: #CA302F;
}
.btnArea .btn.-outlineWhite {
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .btnArea .btn {
    max-width: 30rem;
    padding: 1em 3em;
    background-position: right 17px center;
    font-size: 1.6rem;
  }
  .btnArea .btn.-link {
    background-position: right 14px center;
  }
}

/*==================================================================================================
	リスト List
==================================================================================================*/
.unstyledList {
  list-style: none;
}
.unstyledList li {
  margin-bottom: 0.5em;
}
.unstyledList li:last-child {
  margin-bottom: 0;
}

.dotsList {
  margin-bottom: clamp(1.6rem, 2.5vw, 2rem);
  list-style: none;
}
.dotsList li {
  margin-bottom: 0.5em;
  padding-left: 1.1em;
  position: relative;
}
.dotsList li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #CA302F;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.dotsList li:last-child {
  margin-bottom: 0;
}

.numList {
  margin-bottom: clamp(1.6rem, 2.5vw, 2rem);
  list-style: none;
  counter-reset: listnum;
}
.numList li {
  margin-bottom: 0.5em;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.numList li:before {
  color: #CA302F;
  font-family: "Quicksand", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
  counter-increment: listnum;
  content: counter(listnum) ".";
  margin-right: 0.7em;
}
.numList li:last-child {
  margin-bottom: 0;
}

.notesList {
  list-style: none;
}
.notesList li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .notesList li {
    font-size: 1rem;
  }
}

/* ==================================================================================================
	テーブル Table
================================================================================================== */
.tableWrap {
  max-width: 100%;
  overflow-x: auto;
}

.tableWrap + .tableWrap {
  margin-top: clamp(4rem, 6vw, 6rem);
}

table {
  width: 100%;
  min-width: 75rem;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
table th,
table td {
  text-align: left;
  font-weight: 400;
}
table th {
  width: 28%;
  padding: clamp(2rem, 3.2vw, 2.5rem) clamp(2rem, 3vw, 3rem);
}
table td {
  padding: clamp(2rem, 3.2vw, 2.5rem) clamp(2rem, 3vw, 3rem);
  background-color: #FFFFFF;
}

.simpleTable {
  border: 1px solid #DDDDDD;
}
.simpleTable tr {
  border-bottom: 1px solid #DDDDDD;
}
.simpleTable tr:last-child {
  border-bottom: none;
}
.simpleTable th {
  background-color: #F5F5F5;
  border-right: 1px solid #DDDDDD;
}
.simpleTable.-thRed th {
  background-color: #CA302F;
  color: #FFFFFF;
}

.borderTable tr:first-child {
  border-top: 1px solid #DDDDDD;
}
.borderTable tr {
  border-bottom: 1px solid #DDDDDD;
}
.borderTable th {
  padding: clamp(2rem, 3vw, 3rem) clamp(2rem, 3.2vw, 2.5rem);
}
.borderTable td {
  padding: clamp(2rem, 3vw, 3rem);
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.pageHead {
  padding: clamp(5rem, 8vw, 8rem) 0;
}
.pageHead .heading.-lv1 {
  margin-bottom: 0;
}
.pageHead .readText {
  margin-top: clamp(2rem, 5.5vw, 5rem);
}

.pageHead + .mContainer {
  padding-top: 0;
}

.categoryHead {
  margin-bottom: 2rem;
}
.categoryHead .inner {
  max-width: calc(100% - 6rem);
  padding: clamp(2rem, 5.5vw, 5rem) 2rem clamp(4.4rem, 5.5vw, 5.4rem);
  background-color: #3458AE;
}
@media screen and (max-width: 1020px) {
  .categoryHead .inner {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .categoryHead .inner {
    max-width: 100%;
  }
}
.categoryHead .mdShow {
  display: none;
}
.categoryHead__icon {
  margin-bottom: 2rem;
  text-align: center;
}
.categoryHead__icon img {
  max-width: 7rem;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .categoryHead__icon {
    margin-bottom: 1rem;
  }
  .categoryHead__icon img {
    max-width: 5rem;
  }
}
.categoryHead__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  line-height: 1.5;
  letter-spacing: 0;
}
.categoryHead__title .en {
  margin-bottom: 0.5rem;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Quicksand", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .categoryHead__title {
    margin-bottom: 1rem;
  }
}
.categoryHead__text {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .categoryHead__text {
    font-size: 1.2rem;
  }
}
.categoryHead.-purple .inner {
  background-color: #633B98;
}
.categoryHead.-blue .inner {
  background-color: #3458AE;
}
.categoryHead.-green .inner {
  background-color: #46A158;
}
.categoryHead.-yellow .inner {
  background-color: #FCC201;
}
.categoryHead.-orange .inner {
  background-color: #F2913D;
}
.categoryHead.-pink .inner {
  background-color: #FA78A0;
}
.categoryHead.-brown .inner {
  background-color: #765F4D;
}
@media screen and (max-width: 767px) {
  .categoryHead {
    margin-bottom: 0;
  }
  .categoryHead .mdShow {
    display: inline;
  }
}

.heading {
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.heading.-lv1 {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  margin-bottom: clamp(2rem, 5.5vw, 5rem);
  line-height: 1.5;
  letter-spacing: 0;
}
.heading.-lv2 {
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin-top: clamp(5rem, 8vw, 8rem);
  margin-bottom: clamp(4rem, 5.5vw, 5rem);
  line-height: 1.3;
}
.heading.-lv3 {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  margin-top: clamp(5rem, 8vw, 8rem);
  margin-bottom: clamp(3rem, 4vw, 4rem);
}
.heading.-lv4 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin-top: clamp(5rem, 8vw, 8rem);
  margin-bottom: 2rem;
  display: inline-block;
}
.heading.-lv5 {
  font-size: clamp(1.6rem, 2.2vw, 1.8rem);
  margin-top: clamp(5rem, 8vw, 8rem);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  display: inline-block;
}
.heading.-bgRed, .heading.-bgGray {
  padding: 0.65em;
}
.heading.-bgRed:not(.-accentLeft):not(.-lined), .heading.-bgGray:not(.-accentLeft):not(.-lined) {
  border-radius: 0.2rem;
}
.heading.-bgRed.-lv4, .heading.-bgRed.-lv5, .heading.-bgGray.-lv4, .heading.-bgGray.-lv5 {
  padding: 0.25em 0.5em;
}
.heading.-bgRed {
  background-color: #CA302F;
  color: #FFFFFF;
}
.heading.-bgGray {
  background-color: #F5F5F5;
}
.heading.-withEn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.heading.-withEn .en {
  margin-bottom: 0.7em;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #CA302F;
  font-family: "Quicksand", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .heading.-withEn .en {
    margin-bottom: 1em;
  }
}
.heading.-enFont {
  font-family: "Quicksand", "Noto Sans JP", "メイリオ", sans-serif;
}
.heading.-linedRed, .heading.-linedWhite {
  display: block;
  padding: clamp(1.8rem, 2.5vw, 2.3rem) 1rem clamp(1.6rem, 2.5vw, 2.1rem);
  position: relative;
}
.heading.-linedRed:before, .heading.-linedRed:after, .heading.-linedWhite:before, .heading.-linedWhite:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0.2rem;
}
.heading.-linedRed:before, .heading.-linedWhite:before {
  top: 0;
  height: 0.3rem;
}
.heading.-linedRed:after, .heading.-linedWhite:after {
  bottom: 0;
  height: 0.1rem;
}
.heading.-linedRed:before, .heading.-linedRed:after {
  background-color: #CA302F;
}
.heading.-linedWhite:before, .heading.-linedWhite:after {
  background-color: #FFFFFF;
}
.heading.-accentLeft {
  padding-left: 2.8rem;
  position: relative;
}
.heading.-accentLeft:before {
  content: "";
  width: 0.8rem;
  height: 100%;
  background-color: #CA302F;
  border-radius: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .heading.-accentLeft {
    padding-left: 2.3rem;
  }
}
.heading.-underlineCenter {
  padding-bottom: 2.1rem;
  position: relative;
}
.heading.-underlineCenter:before {
  content: "";
  width: 7rem;
  height: 0.7rem;
  background-color: #CA302F;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .heading.-underlineCenter {
    padding-bottom: 1.5rem;
  }
  .heading.-underlineCenter:before {
    width: 5rem;
    height: 0.5rem;
  }
}
.heading.-iconSmile, .heading.-iconImg, .heading.-iconArrow, .heading.-iconTable, .heading.-iconList, .heading.-iconBubble {
  padding-left: clamp(3.5rem, 5.5vw, 5rem);
  background-repeat: no-repeat;
  background-position: top 1em left 0.4em;
}
@media screen and (max-width: 767px) {
  .heading.-iconSmile, .heading.-iconImg, .heading.-iconArrow, .heading.-iconTable, .heading.-iconList, .heading.-iconBubble {
    background-position: top 1em left 0.3em;
    background-size: 20px auto;
  }
}
.heading.-iconSmile {
  background-image: url("../img/common/icon_smile_red.svg");
  background-size: 25px auto;
}
.heading.-iconImg {
  padding-left: clamp(4rem, 5.5vw, 5.4rem);
  background-image: url("../img/common/icon_img_red.svg");
  background-size: 29px auto;
}
@media screen and (max-width: 767px) {
  .heading.-iconImg {
    background-size: 22px auto;
  }
}
.heading.-iconArrow {
  background-image: url("../img/common/icon_circle-arrow_next_red.svg");
  background-size: 25px auto;
}
@media screen and (max-width: 767px) {
  .heading.-iconArrow {
    background-size: 20px auto;
  }
}
.heading.-iconTable {
  background-image: url("../img/common/icon_table_red.svg");
  background-size: 26px auto;
}
@media screen and (max-width: 767px) {
  .heading.-iconTable {
    background-size: 20px auto;
  }
}
.heading.-iconList {
  background-image: url("../img/common/icon_list_red.svg");
  background-size: 26px auto;
}
@media screen and (max-width: 767px) {
  .heading.-iconList {
    background-size: 20px auto;
  }
}
.heading.-iconBubble {
  padding-left: clamp(4rem, 5.5vw, 5.4rem);
  background-image: url("../img/common/icon_bubble_red.svg");
  background-size: 29px auto;
}
@media screen and (max-width: 767px) {
  .heading.-iconBubble {
    background-size: 22px auto;
  }
}
.heading.-bgRed.-iconSmile {
  background-image: url("../img/common/icon_smile_white.svg");
}
.heading.-bgRed.-iconImg {
  background-image: url("../img/common/icon_img_white.svg");
}
.heading.-bgRed.-iconArrow {
  background-image: url("../img/common/icon_circle-arrow_next_white.svg");
}
.heading.-bgRed.-iconTable {
  background-image: url("../img/common/icon_table_white.svg");
}
.heading.-bgRed.-iconList {
  background-image: url("../img/common/icon_list_white.svg");
}
.heading.-bgRed.-iconBubble {
  background-image: url("../img/common/icon_bubble_white.svg");
}
.heading.-textWhite {
  color: #FFFFFF;
}
.heading.-textWhite .en {
  color: #FFFFFF;
}
.heading.-textRed {
  color: #CA302F;
}
.heading.-textRed .en {
  color: #CA302F;
}

.heading:first-child {
  margin-top: 0;
}

.heading + .heading {
  margin-top: 0;
}

/*==================================================================================================
	レイアウト Layout
==================================================================================================*/
.flexList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem 6rem;
  margin-bottom: clamp(2.7rem, 4vw, 6rem);
}
.flexList__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.flexList.-col2 .flexList__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 6rem) / 2);
      -ms-flex: 0 0 calc((100% - 6rem) / 2);
          flex: 0 0 calc((100% - 6rem) / 2);
}
.flexList.-col3 .flexList__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 12rem) / 3);
      -ms-flex: 0 0 calc((100% - 12rem) / 3);
          flex: 0 0 calc((100% - 12rem) / 3);
}
.flexList__item.-single {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}
@media screen and (max-width: 1020px) {
  .flexList {
    gap: 2rem 4rem;
  }
  .flexList.-col2 .flexList__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 4rem) / 2);
        -ms-flex: 0 0 calc((100% - 4rem) / 2);
            flex: 0 0 calc((100% - 4rem) / 2);
  }
  .flexList.-col3 .flexList__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 8rem) / 3);
        -ms-flex: 0 0 calc((100% - 8rem) / 3);
            flex: 0 0 calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .flexList {
    gap: 1rem 0;
  }
  .flexList.-col2 .flexList__item, .flexList.-col3 .flexList__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.gridList {
  display: grid;
  gap: 4rem 6rem;
  margin-bottom: clamp(2.7rem, 4vw, 6rem);
}
.gridList.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.gridList.-col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1020px) {
  .gridList {
    gap: 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .gridList {
    gap: 1rem 0;
  }
  .gridList.-col2, .gridList.-col3 {
    grid-template-columns: 1fr;
  }
}

.cardListWrap {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .cardListWrap {
    margin-right: -5vw;
  }
}

.cardList {
  display: grid;
  gap: 4rem 6rem;
}
.cardList.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.cardList.-col3 {
  gap: 0 clamp(2rem, 5vw, 4rem);
  grid-template-columns: repeat(3, 340px);
  max-width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.cardList__img {
  display: block;
  margin-bottom: clamp(2rem, 3vw, 2.3rem);
  text-align: center;
  line-height: 1;
}
.cardList__img img {
  border-radius: 0.2rem;
}
.cardList__label {
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
}
.cardList__label.-center {
  text-align: center;
}
.cardList__label.-textWhite {
  color: #FFFFFF;
}
.cardList__label.-textRed {
  color: #CA302F;
}
.cardList__body .-center {
  text-align: center;
}
.cardList__body .-textWhite {
  color: #FFFFFF;
}
.cardList__body .-textRed {
  color: #CA302F;
}
@media screen and (max-width: 1160px) {
  .cardList.-col3 {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1020px) {
  .cardList {
    gap: 4rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .cardList {
    gap: 4rem;
  }
  .cardList.-col2 {
    grid-template-columns: 1fr;
  }
  .cardList.-col3 {
    grid-template-columns: repeat(3, 300px);
    padding-right: 5vw;
  }
  .cardList__label.-center {
    text-align: left;
  }
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  margin-bottom: clamp(2.7rem, 4vw, 6rem);
}
.feature.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature.-reverse__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(40% - 4rem);
      -ms-flex: 0 0 calc(40% - 4rem);
          flex: 0 0 calc(40% - 4rem);
}
.feature.-reverse__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(60% - 4rem);
      -ms-flex: 0 0 calc(60% - 4rem);
          flex: 0 0 calc(60% - 4rem);
}
.feature__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(60% - 4rem);
      -ms-flex: 0 0 calc(60% - 4rem);
          flex: 0 0 calc(60% - 4rem);
}
.feature__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(40% - 4rem);
      -ms-flex: 0 0 calc(40% - 4rem);
          flex: 0 0 calc(40% - 4rem);
}
.feature__title {
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin-bottom: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.8;
}
.feature__text {
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.feature__text a {
  color: #CA302F;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature__text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1020px) {
  .feature {
    gap: 4rem;
  }
  .feature.-reverse__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(40% - 2rem);
        -ms-flex: 0 0 calc(40% - 2rem);
            flex: 0 0 calc(40% - 2rem);
  }
  .feature.-reverse__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(60% - 2rem);
        -ms-flex: 0 0 calc(60% - 2rem);
            flex: 0 0 calc(60% - 2rem);
  }
  .feature__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(60% - 2rem);
        -ms-flex: 0 0 calc(60% - 2rem);
            flex: 0 0 calc(60% - 2rem);
  }
  .feature__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(40% - 2rem);
        -ms-flex: 0 0 calc(40% - 2rem);
            flex: 0 0 calc(40% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .feature.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

dl {
  margin-bottom: clamp(1.8rem, 3vw, 2.4rem);
}
dl dt {
  background-color: #F5F5F5;
  padding: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 600;
}
dl dd {
  padding: clamp(2rem, 3.2vw, 2.5rem) clamp(1.6rem, 2.5vw, 2rem);
}

/*==================================================================================================
	スライダー Splide
==================================================================================================*/
.splide__slide {
  position: relative;
}
.splide__pagination {
  margin-top: 2rem;
  gap: 0 1.5rem;
}
.splide__pagination__page {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #DDDDDD;
  border: none;
  border-radius: 99em;
}
.splide__pagination__page.is-active {
  background-color: #CA302F;
}
.splide__arrows .splide__arrow {
  display: block;
  width: clamp(4rem, 6vw, 6rem);
  height: clamp(4rem, 6vw, 6rem);
  margin: auto;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  border: none;
  border-radius: 99em;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
}
@supports (outline-offset: -3px) {
  .splide__arrows .splide__arrow:focus-visible {
    outline: 3px solid #CA302F;
    outline-offset: -3px;
  }
}
.splide__arrows .splide__arrow--prev {
  background-image: url("../img/common/splide/icon_arrow_prev_red.svg");
  left: 0;
}
.splide__arrows .splide__arrow--prev:disabled {
  background-image: url("../img/common/splide/icon_arrow_prev_gray.svg");
}
.splide__arrows .splide__arrow--next {
  background-image: url("../img/common/splide/icon_arrow_next_red.svg");
  right: 0;
}
.splide__arrows .splide__arrow--next:disabled {
  background-image: url("../img/common/splide/icon_arrow_next_gray.svg");
}
.splide__arrows svg {
  display: none;
}

.no_javascript .splide {
  visibility: visible;
}
.no_javascript .splide__track {
  overflow: auto;
}
.no_javascript .splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.no_javascript .splide__control {
  display: none;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.noScrolled {
  height: 100%;
  overflow: hidden;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.no_javascript .noJsMessage {
  padding: 1em 0;
}
.no_javascript .simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}
.no_javascript .simplebar-content-wrapper::-webkit-scrollbar,
.no_javascript .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial;
}
.no_javascript .lContainer.topPage .mainView .imgBox img {
  max-width: 130rem;
}
.no_javascript .rankingWrap {
  padding-bottom: 3rem;
  overflow-x: auto;
}
.no_javascript .lContainer.topPage .faqSec .faqList__content {
  display: block;
}
.no_javascript footer .footerCnt .footerWrap .footerNav__child {
  display: block;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
a {
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}

.readText {
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.readText.-center {
  text-align: center;
}
.readText.-textWhite {
  color: #FFFFFF;
}
.readText.-textRed {
  color: #CA302F;
}
.readText a {
  color: #CA302F;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.readText a:hover {
  text-decoration: none;
}

.notes {
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 1rem;
  }
}

.-bgGray {
  background-color: #F5F5F5;
}

.-bgRed {
  background-color: #CA302F;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 1160px) {
  .lContainer {
    padding-top: 8rem;
  }
}

.mContainer {
  padding: 6.7em 0;
}
@media screen and (max-width: 1020px) {
  .mContainer {
    padding: 6em 0;
  }
}
@media screen and (max-width: 860px) {
  .mContainer {
    padding: 5em 0;
  }
}
@media screen and (max-width: 767px) {
  .mContainer {
    padding: 4em 0;
  }
  .mContainer:last-child {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 560px) {
  .mContainer {
    padding: 3em 0;
  }
}
@media screen and (max-width: 480px) {
  .mContainer {
    padding: 2.2em 0;
  }
}