*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  word-break: break-all;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

label,
input,
select,
option,
textarea,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

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

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

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

del {
  text-decoration: line-through;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-padding: 15rem;
}

body {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
li,
dt,
dd,
dl,
th,
td,
time,
label,
input,
textarea {
  font-family: "Zen Maru Gothic", serif;
  color: #2B0202;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
}

a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a:hover {
  opacity: 0.5;
}

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

input[type=checkbox] {
  accent-color: #DC0E3F;
}

.l-section {
  padding: 6rem 0;
}

.l-main {
  padding-top: 14rem;
}

.l-inner {
  padding: 0 2rem;
}

.l-container {
  max-width: 144rem;
  margin: 0 auto;
}

.l-single {
  padding: 5rem 0 0;
}

.l-single__article {
  max-width: 96rem;
  margin: 0 auto;
}

.l-single__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 5rem;
}

.l-single-bottom {
  padding: 6rem 0;
  background-color: #FFF1F1;
}

.l-single-bottom__inner {
  padding: 0 2rem;
}

.l-single-bottom__container {
  max-width: 144rem;
  margin: 0 auto;
}

.l-wordpress__content,
.l-wordpress-special__content {
  overflow: hidden;
}
.l-wordpress__content div,
.l-wordpress__content span,
.l-wordpress__content object,
.l-wordpress__content h1,
.l-wordpress__content h2,
.l-wordpress__content h3,
.l-wordpress__content h4,
.l-wordpress__content h5,
.l-wordpress__content h6,
.l-wordpress__content blockquote,
.l-wordpress__content abbr,
.l-wordpress__content address,
.l-wordpress__content cite,
.l-wordpress__content code,
.l-wordpress__content del,
.l-wordpress__content dfn,
.l-wordpress__content em,
.l-wordpress__content img,
.l-wordpress__content ins,
.l-wordpress__content kbd,
.l-wordpress__content q,
.l-wordpress__content samp,
.l-wordpress__content small,
.l-wordpress__content strong,
.l-wordpress__content sub,
.l-wordpress__content sup,
.l-wordpress__content var,
.l-wordpress__content b,
.l-wordpress__content i,
.l-wordpress__content dl,
.l-wordpress__content dt,
.l-wordpress__content dd,
.l-wordpress__content ol,
.l-wordpress__content ul,
.l-wordpress__content li,
.l-wordpress__content fieldset,
.l-wordpress__content form,
.l-wordpress__content label,
.l-wordpress__content legend,
.l-wordpress__content table,
.l-wordpress__content caption,
.l-wordpress__content tbody,
.l-wordpress__content tfoot,
.l-wordpress__content thead,
.l-wordpress__content tr,
.l-wordpress__content th,
.l-wordpress__content td,
.l-wordpress__content article,
.l-wordpress__content aside,
.l-wordpress__content canvas,
.l-wordpress__content details,
.l-wordpress__content figcaption,
.l-wordpress__content hgroup,
.l-wordpress__content menu,
.l-wordpress__content nav,
.l-wordpress__content section,
.l-wordpress__content summary,
.l-wordpress__content time,
.l-wordpress__content mark,
.l-wordpress__content audio,
.l-wordpress__content video,
.l-wordpress__content a,
.l-wordpress__content button,
.l-wordpress__content hr,
.l-wordpress__content input,
.l-wordpress__content select,
.l-wordpress__content abbr[title],
.l-wordpress__content dfn[title],
.l-wordpress__content form,
.l-wordpress__content p,
.l-wordpress__content input[type=submit],
.l-wordpress-special__content div,
.l-wordpress-special__content span,
.l-wordpress-special__content object,
.l-wordpress-special__content h1,
.l-wordpress-special__content h2,
.l-wordpress-special__content h3,
.l-wordpress-special__content h4,
.l-wordpress-special__content h5,
.l-wordpress-special__content h6,
.l-wordpress-special__content blockquote,
.l-wordpress-special__content abbr,
.l-wordpress-special__content address,
.l-wordpress-special__content cite,
.l-wordpress-special__content code,
.l-wordpress-special__content del,
.l-wordpress-special__content dfn,
.l-wordpress-special__content em,
.l-wordpress-special__content img,
.l-wordpress-special__content ins,
.l-wordpress-special__content kbd,
.l-wordpress-special__content q,
.l-wordpress-special__content samp,
.l-wordpress-special__content small,
.l-wordpress-special__content strong,
.l-wordpress-special__content sub,
.l-wordpress-special__content sup,
.l-wordpress-special__content var,
.l-wordpress-special__content b,
.l-wordpress-special__content i,
.l-wordpress-special__content dl,
.l-wordpress-special__content dt,
.l-wordpress-special__content dd,
.l-wordpress-special__content ol,
.l-wordpress-special__content ul,
.l-wordpress-special__content li,
.l-wordpress-special__content fieldset,
.l-wordpress-special__content form,
.l-wordpress-special__content label,
.l-wordpress-special__content legend,
.l-wordpress-special__content table,
.l-wordpress-special__content caption,
.l-wordpress-special__content tbody,
.l-wordpress-special__content tfoot,
.l-wordpress-special__content thead,
.l-wordpress-special__content tr,
.l-wordpress-special__content th,
.l-wordpress-special__content td,
.l-wordpress-special__content article,
.l-wordpress-special__content aside,
.l-wordpress-special__content canvas,
.l-wordpress-special__content details,
.l-wordpress-special__content figcaption,
.l-wordpress-special__content hgroup,
.l-wordpress-special__content menu,
.l-wordpress-special__content nav,
.l-wordpress-special__content section,
.l-wordpress-special__content summary,
.l-wordpress-special__content time,
.l-wordpress-special__content mark,
.l-wordpress-special__content audio,
.l-wordpress-special__content video,
.l-wordpress-special__content a,
.l-wordpress-special__content button,
.l-wordpress-special__content hr,
.l-wordpress-special__content input,
.l-wordpress-special__content select,
.l-wordpress-special__content abbr[title],
.l-wordpress-special__content dfn[title],
.l-wordpress-special__content form,
.l-wordpress-special__content p,
.l-wordpress-special__content input[type=submit] {
  all: revert;
}
.l-wordpress__content pre,
.l-wordpress-special__content pre {
  white-space: pre-wrap;
}
.l-wordpress__content img,
.l-wordpress__content svg,
.l-wordpress__content iframe,
.l-wordpress__content video,
.l-wordpress-special__content img,
.l-wordpress-special__content svg,
.l-wordpress-special__content iframe,
.l-wordpress-special__content video {
  width: 100%;
  min-width: initial;
  max-width: 100%;
}
.l-wordpress__content figure,
.l-wordpress-special__content figure {
  padding: 0;
  margin: 0;
}
.l-wordpress__content div,
.l-wordpress__content p,
.l-wordpress__content a,
.l-wordpress__content td,
.l-wordpress__content th,
.l-wordpress__content li,
.l-wordpress-special__content div,
.l-wordpress-special__content p,
.l-wordpress-special__content a,
.l-wordpress-special__content td,
.l-wordpress-special__content th,
.l-wordpress-special__content li {
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-wordpress__content h1,
.l-wordpress-special__content h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.l-wordpress__content h2,
.l-wordpress-special__content h2 {
  font-size: 2.4rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  font-weight: 700;
  background-color: #FFF1F1;
  border-left: 0.5rem solid #DC0E3F;
}
.l-wordpress__content h3,
.l-wordpress__content h4,
.l-wordpress__content h5,
.l-wordpress__content h6,
.l-wordpress-special__content h3,
.l-wordpress-special__content h4,
.l-wordpress-special__content h5,
.l-wordpress-special__content h6 {
  font-size: 2rem;
  font-weight: 700;
}
.l-wordpress__content table,
.l-wordpress-special__content table {
  border-collapse: collapse;
}
.l-wordpress__content th,
.l-wordpress-special__content th {
  font-weight: 700;
}
.l-wordpress__content td,
.l-wordpress-special__content td {
  padding: 0 1rem;
  border: 0.1rem solid #000;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 800;
  padding: 1rem 0;
}

.l-header__inner {
  padding: 0 5rem;
  margin-bottom: 1rem;
}

.l-header__container {
  max-width: 192rem;
  margin: 0 auto;
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  display: block;
  max-width: 22rem;
}

.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__box {
  margin-right: 4.5rem;
}

.l-header__flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1rem;
}

.l-header__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  border-radius: 2rem;
  padding: 0.8rem 1.2rem;
}
.l-header__btn:first-of-type {
  background: linear-gradient(315deg, #F41658 0%, #E5457E 49.5%, #F98DE1 100%);
}
.l-header__btn:first-of-type span:first-of-type {
  color: #fff;
}
.l-header__btn:nth-of-type(2), .l-header__btn:last-of-type {
  background-color: #FFF1F1;
}
.l-header__btn span {
  display: block;
}
.l-header__btn span:first-of-type {
  font-size: 1.4rem;
  font-weight: 700;
}
.l-header__btn span:last-of-type {
  width: 1.5rem;
}

.l-header__language-btn .gt_switcher-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background-color: #fff;
  border: 0.2rem solid #f3f3f6;
}
.l-header__language-btn .gt_switcher-popup img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 2.5rem;
}
.l-header__language-btn .gt_switcher-popup span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__language-btn .gt_switcher-popup span:first-of-type {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
.l-header__language-btn .gt_white_content {
  width: 20rem;
  height: auto;
}
.l-header__language-btn .gt_white_content .gt_languages {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-height: initial !important;
}
.l-header__language-btn .gt_white_content .glink img {
  width: 2.5rem;
}
.l-header__language-btn .gt_white_content .glink span {
  font-size: 1.2rem;
  font-weight: bold;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.l-header__link span {
  display: block;
}
.l-header__link span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8rem;
}
.l-header__link span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
}

.l-header__sp-language-btn {
  display: none;
}
.l-header__sp-language-btn .gt_switcher-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background-color: #fff;
  border: 0.2rem solid #f3f3f6;
  margin: 0 auto;
}
.l-header__sp-language-btn .gt_switcher-popup img {
  width: 2.5rem;
}
.l-header__sp-language-btn .gt_switcher-popup span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__sp-language-btn .gt_switcher-popup span:first-of-type {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
.l-header__sp-language-btn .gt_white_content {
  width: 20rem;
  height: auto;
}
.l-header__sp-language-btn .gt_white_content .gt_languages {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-height: initial !important;
}
.l-header__sp-language-btn .gt_white_content .glink img {
  width: 2.5rem;
}
.l-header__sp-language-btn .gt_white_content .glink span {
  font-size: 1.2rem;
}

.l-header__search {
  text-align: center;
  width: 3.5rem;
  margin-right: 2.5rem;
}
.l-header__search span {
  display: block;
}
.l-header__search span:first-of-type {
  margin-bottom: 0.5rem;
}
.l-header__search span:last-of-type {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

.l-header__bottom {
  padding: 0 2rem;
  background-color: #fff;
}

.l-header__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header__sub-item:first-of-type .l-header__sub-link {
  background-color: #DC0E3F;
}
.l-header__sub-item:nth-of-type(2) .l-header__sub-link {
  background-color: #DD5635;
}
.l-header__sub-item:nth-of-type(3) .l-header__sub-link {
  background-color: #E8B50D;
}
.l-header__sub-item:nth-of-type(4) .l-header__sub-link {
  background-color: #57AD4A;
}
.l-header__sub-item:nth-of-type(5) .l-header__sub-link {
  background-color: #3C67A7;
}
.l-header__sub-item:nth-of-type(6) .l-header__sub-link {
  background-color: #714687;
}
.l-header__sub-item:nth-of-type(7) .l-header__sub-link {
  background-color: #34284f;
}

.l-header__sub-link {
  display: block;
  text-align: center;
  padding: 0.5rem;
  width: 18rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.l-header-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.l-header__burger-btn {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 980;
}

.l-header__burger-text {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #DC0E3F;
  margin-bottom: 0.5rem;
}

.l-header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3.4rem;
  height: 2.2rem;
  margin: 0 auto;
}

.l-header__burger > span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #DC0E3F;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-header__burger > span:first-of-type.is_active {
  -webkit-transform: translateY(1.1rem) rotate(-40deg);
          transform: translateY(1.1rem) rotate(-40deg);
}
.l-header__burger > span:nth-of-type(2).is_active {
  opacity: 0;
}
.l-header__burger > span:last-of-type.is_active {
  width: 100%;
  -webkit-transform: translateY(-1.1rem) rotate(40deg);
          transform: translateY(-1.1rem) rotate(40deg);
}

.l-sp-header {
  display: none;
}

.l-sns {
  position: fixed;
  top: 30rem;
  right: 0;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background-color: #fff;
  z-index: 850;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.l-sns__inner {
  padding: 3rem 1rem;
}

.l-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

.l-sns__link {
  display: block;
  width: 3.5rem;
}

.l-menu {
  display: none;
  display: block;
  position: fixed;
  overflow: scroll;
  top: 0;
  right: -100%;
  width: 54rem;
  height: 100%;
  padding: 2rem 0 5rem;
  background-color: #FFF1F1;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  z-index: 950;
}

.l-menu.is_active {
  right: 0;
}

.l-menu__inner {
  padding: 0 3rem;
}

.l-menu__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.l-menu__logo {
  display: block;
  max-width: 20rem;
}

.l-menu__burger-text {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #DC0E3F;
  margin-bottom: 0.5rem;
}

.l-menu__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3.4rem;
  height: 2.2rem;
  margin: 0 auto;
}

.l-menu__burger > span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #DC0E3F;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.l-menu__burger > span:first-of-type.is_active {
  -webkit-transform: translateY(1.1rem) rotate(-40deg);
          transform: translateY(1.1rem) rotate(-40deg);
}
.l-menu__burger > span:nth-of-type(2).is_active {
  opacity: 0;
}
.l-menu__burger > span:last-of-type.is_active {
  -webkit-transform: translateY(-1.1rem) rotate(40deg);
          transform: translateY(-1.1rem) rotate(40deg);
}

.l-menu-search {
  margin-bottom: 3rem;
}

.menu-search-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1rem;
}

.menu-search-form__select-wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.menu-search-form__select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 0.8rem solid #dc0e3f;
  border-bottom: 0;
  cursor: pointer;
}

.menu-search-form__select {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  border-radius: 2.5rem;
  border: 0.1rem solid #DC0E3F;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.menu-search-form__select option {
  color: #2B0202;
}

.menu-search-form__input {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  height: 5rem;
  border-radius: 2.5rem;
  padding: 0 2rem;
  border: 0.1rem solid #DC0E3F;
  background-color: #fff;
}

.menu-search-form__btn {
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  width: 50%;
  height: 5rem;
  color: #fff;
  border-radius: 2.5rem;
  background: linear-gradient(91.56deg, #484848 6.7%, #0C0000 98.62%);
}
.menu-search-form__btn:after {
  content: "";
  background-image: url("../images/image_search-icon-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
}

.l-menu__nav-wrap {
  margin-bottom: 3rem;
}

.l-menu__main-nav {
  margin-bottom: 2rem;
}

.l-menu__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  margin-bottom: 2rem;
}

.l-menu__main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.l-menu__main-link span {
  display: block;
}
.l-menu__main-link span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8rem;
}
.l-menu__main-link span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

.l-menu__sub-nav {
  margin-bottom: 2rem;
}

.l-menu__sub-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}

.l-menu__sub-item:first-of-type .l-menu__sub-link {
  background-color: #DC0E3F;
}
.l-menu__sub-item:nth-of-type(2) .l-menu__sub-link {
  background-color: #DD5635;
}
.l-menu__sub-item:nth-of-type(3) .l-menu__sub-link {
  background-color: #E8B50D;
}
.l-menu__sub-item:nth-of-type(4) .l-menu__sub-link {
  background-color: #57AD4A;
}
.l-menu__sub-item:nth-of-type(5) .l-menu__sub-link {
  background-color: #3C67A7;
}
.l-menu__sub-item:nth-of-type(6) .l-menu__sub-link {
  background-color: #714687;
}
.l-menu__sub-item:nth-of-type(7) .l-menu__sub-link {
  background-color: #34284f;
}

.l-menu__sub-link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  line-height: 1;
  font-weight: 700;
}

.l-menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  width: 65%;
  height: 6rem;
  border-radius: 3rem;
  margin: 0 auto 2rem;
  background-color: #fff;
  border: 0.1rem solid #DC0E3F;
}
.l-menu__btn:first-of-type {
  color: #fff;
  border: none;
  background: linear-gradient(315deg, #F41658 0%, #E5457E 49.5%, #F98DE1 100%);
}
.l-menu__btn:last-of-type {
  margin-bottom: 4rem;
}

.l-menu-sns {
  margin-bottom: 2rem;
}

.l-menu-sns__list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem;
}

.l-menu-sns__link {
  display: block;
  width: 4rem;
}
.p-fv {
  padding-top: 14rem;
}

.p-fv__body {
  padding: 1rem 0;
  background-color: #f7f7f7;
}

.p-fv__item {
  max-width: 120rem;
}
.p-fv__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/630;
  border-radius: 1rem;
}

.p-fv__link {
  display: block;
}

#slider-fv {
  max-width: 192rem;
  margin: 0 auto 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
#slider-fv.slick-initialized {
  opacity: 1;
  visibility: visible;
}
#slider-fv .slick-slide {
  margin: 0 1rem;
}
#slider-fv .slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -5.5rem;
  width: 3.6rem;
  z-index: 10;
}
#slider-fv .prev-arrow {
  left: 28rem;
}
#slider-fv .next-arrow {
  right: 28rem;
}

.p-fv-thumbnail__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/630;
  border-radius: 0.5rem;
}

#slider-fv-thumbnail {
  max-width: 124rem;
  margin: 0 auto;
}
#slider-fv-thumbnail .slick-slide {
  position: relative;
  cursor: pointer;
  margin: 0 0.5rem;
}
#slider-fv-thumbnail .slick-slide::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  inset: 0;
  border-radius: 0.5rem;
}
#slider-fv-thumbnail .slick-slide.is_active::before {
  background-color: initial;
}

.p-top-search {
  padding: 4rem 0;
  margin-bottom: 5rem;
}

.p-top-search__body {
  max-width: 50rem;
  margin: 0 auto;
}

.top-search-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.top-search-form__box input {
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  width: 45rem;
  height: 4rem;
  border-radius: 2rem;
  border: 0.1rem solid #DC0E3F;
  background-color: #FFF1F1;
}
.top-search-form__box button {
  width: 4rem;
}

.p-top-banner {
  display: block;
  max-width: 80rem;
  margin: 0 auto;
}

.p-top-anchor__inner {
  padding: 0 2rem;
}

.p-top-anchor__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-top-anchor__list {
  padding: 2rem 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.p-top-anchor__item {
  border-right: 0.3rem solid #f3f3f6;
}
.p-top-anchor__item:first-of-type {
  border-left: 0.3rem solid #f3f3f6;
}

.p-top-anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem 0.5rem;
}

.top-anchor-link__icon {
  display: block;
  width: 4rem;
  margin: 0 auto 1rem;
}

.top-anchor-link__text {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}

.p-top-anchor__scroll-icon {
  display: none;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width:1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}

@media screen and (max-width:1440px) {
  html {
    font-size: 0.6944444444vw;
  }
  .l-container {
    max-width: 120rem;
  }
  .l-single-bottom__container {
    max-width: 120rem;
  }
  .l-header__inner {
    padding: 0 6rem;
  }
  .l-header__container {
    max-width: 144rem;
  }
  .l-header__box {
    margin-right: 2rem;
  }
  .l-header__search {
    width: 3.5rem;
    margin-right: 6rem;
  }
  #slider-fv .slide-arrow {
    bottom: -5.5rem;
  }
  #slider-fv .prev-arrow {
    left: 4rem;
  }
  #slider-fv .next-arrow {
    right: 4rem;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 2.6666666667vw;
  }
  .l-section {
    padding: 6rem 0;
  }
  .l-main {
    padding-top: 10.5rem;
  }
  .l-inner {
    padding: 0 2rem;
  }
  .l-single {
    padding: 4rem 0 0;
  }
  .l-single__article {
    max-width: 100%;
  }
  .l-single__flex {
    display: block;
    margin-bottom: 0;
  }
  .l-single-bottom {
    padding: 4rem 0;
  }
  .l-single-bottom__inner {
    padding: 0 2rem;
  }
  .l-wordpress__content div,
.l-wordpress__content p,
.l-wordpress__content a,
.l-wordpress__content td,
.l-wordpress__content th,
.l-wordpress__content li,
.l-wordpress-special__content div,
.l-wordpress-special__content p,
.l-wordpress-special__content a,
.l-wordpress-special__content td,
.l-wordpress-special__content th,
.l-wordpress-special__content li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .l-wordpress__content h1,
.l-wordpress-special__content h1 {
    font-size: 2rem;
  }
  .l-wordpress__content h2,
.l-wordpress-special__content h2 {
    font-size: 2rem;
    padding: 0.5rem 1rem 0.5rem 2rem;
    border-left: 0.5rem solid #DC0E3F;
  }
  .l-wordpress__content h3,
.l-wordpress__content h4,
.l-wordpress__content h5,
.l-wordpress__content h6,
.l-wordpress-special__content h3,
.l-wordpress-special__content h4,
.l-wordpress-special__content h5,
.l-wordpress-special__content h6 {
    font-size: 1.6rem;
  }
  .l-wordpress__content td,
.l-wordpress-special__content td {
    padding: 0 1rem;
    border: 0.1rem solid #000;
  }
  .l-header {
    padding: 1rem 0 0.8rem;
  }
  .l-header__logo {
    max-width: 13rem;
  }
  .l-header__sp-language-btn {
    display: block;
    margin-right: 1rem;
  }
  .l-header__sp-language-btn .gt_switcher-popup {
    padding: 1rem;
    border-radius: 1rem;
    border: 0.2rem solid #f3f3f6;
  }
  .l-header__sp-language-btn .gt_switcher-popup img {
    display: none;
  }
  .l-header__sp-language-btn .gt_switcher-popup span:first-of-type {
    font-size: 1.2rem;
  }
  .l-header__sp-language-btn .gt_white_content {
    width: 18rem;
  }
  .l-header__sp-language-btn .gt_white_content .glink img {
    width: 2rem;
  }
  .l-header__sp-language-btn .gt_white_content .glink span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .l-header__search span:first-of-type {
    width: 2.5rem;
    margin-bottom: 0.2rem;
  }
  .l-header__search span:last-of-type {
    font-size: 1.2rem;
  }
  .l-header__bottom {
    display: none;
  }
  .l-header__burger-btn {
    top: 1rem;
    right: 2rem;
  }
  .l-header__burger-text {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
  .l-header__burger {
    width: 3.4rem;
    height: 1.7rem;
  }
  .l-header__burger > span:first-of-type.is_active {
    -webkit-transform: translateY(0.9rem) rotate(-40deg);
            transform: translateY(0.9rem) rotate(-40deg);
  }
  .l-header__burger > span:last-of-type.is_active {
    -webkit-transform: translateY(-0.6rem) rotate(40deg);
            transform: translateY(-0.6rem) rotate(40deg);
  }
  .l-sp-header {
    display: block;
    padding: 1rem 0 0.5rem;
  }
  .l-sp-header__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-sp-header__item:last-of-type .l-sp-header__link {
    border-right: 0.1rem solid #DC0E3F;
  }
  .l-sp-header__link {
    display: block;
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #DC0E3F;
    border-top: 0.1rem solid #DC0E3F;
    border-left: 0.1rem solid #DC0E3F;
    border-bottom: 0.1rem solid #DC0E3F;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .l-sp-header__link:hover {
    opacity: 1;
    color: #fff;
    background-color: #DC0E3F;
  }
  .l-sns {
    display: none;
  }
  .l-menu {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0 14rem;
    opacity: 0;
    visibility: hidden;
  }
  .l-menu.is_active {
    right: 0;
    left: 0;
    opacity: 1;
    visibility: initial;
  }
  .l-menu__inner {
    padding: 0 1.5rem;
  }
  .l-menu__logo-wrap {
    margin-bottom: 2rem;
  }
  .l-menu__logo {
    max-width: 18rem;
  }
  .l-menu__burger-text {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
  .l-menu__burger {
    width: 3.4rem;
    height: 2rem;
  }
  .l-menu__burger > span {
    height: 0.1rem;
  }
  .l-menu__burger > span:first-of-type.is_active {
    -webkit-transform: translateY(1.1rem) rotate(-40deg);
            transform: translateY(1.1rem) rotate(-40deg);
  }
  .l-menu__burger > span:last-of-type.is_active {
    -webkit-transform: translateY(-0.8rem) rotate(40deg);
            transform: translateY(-0.8rem) rotate(40deg);
  }
  .l-menu-search {
    margin-bottom: 3rem;
  }
  .menu-search-form__content {
    row-gap: 1rem;
  }
  .menu-search-form__select-wrap::after {
    right: 2rem;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    border-top: 0.8rem solid #dc0e3f;
  }
  .menu-search-form__select {
    font-size: 1.2rem;
    width: 100%;
    height: 4rem;
    padding: 0 1.5rem;
    border-radius: 2rem;
    border: 0.1rem solid #DC0E3F;
  }
  .menu-search-form__input {
    font-size: 1.2rem;
    width: 100%;
    height: 4rem;
    padding: 0 1.5rem;
    border-radius: 2rem;
    border: 0.1rem solid #DC0E3F;
  }
  .menu-search-form__btn {
    width: 60%;
    height: 4rem;
    margin: 0 auto;
    font-size: 1.4rem;
    border-radius: 2rem;
  }
  .menu-search-form__btn:after {
    left: 3rem;
    width: 2rem;
    height: 2rem;
  }
  .l-menu__nav-wrap {
    margin-bottom: 3rem;
  }
  .l-menu__main-nav {
    margin-bottom: 2rem;
  }
  .l-menu__main-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
    margin-bottom: 2rem;
  }
  .l-menu__main-link {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .l-menu__main-link span:first-of-type {
    width: 1.8rem;
  }
  .l-menu__main-link span:last-of-type {
    font-size: 1.4rem;
  }
  .l-menu__sub-nav {
    margin-bottom: 2rem;
  }
  .l-menu__sub-list {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
  }
  .l-menu__sub-link {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .l-menu__btn {
    border: 0.1rem solid #DC0E3F;
  }
  .l-menu__btn:last-of-type {
    margin-bottom: 4rem;
  }
  .l-menu__btn {
    width: 85%;
    height: 5rem;
    margin: 0 auto 2rem;
    font-size: 1.4rem;
    border-radius: 2.5rem;
  }
  .l-menu-sns {
    margin-bottom: 2rem;
  }
  .l-menu-sns__list {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 2rem;
  }
  .l-menu-sns__link {
    width: 3.2rem;
  }
  .p-fv {
    padding-top: 10rem;
  }
  .p-fv__body {
    padding: 1rem 0;
  }
  .p-fv__item {
    max-width: 100%;
  }
  .p-fv__item img {
    width: 35rem;
    border-radius: 0.5rem;
  }
  #slider-fv {
    max-width: 100%;
    margin: 0 auto 1rem;
  }
  #slider-fv .slick-slide {
    max-width: 35rem;
    margin: 0 0.5rem;
  }
  #slider-fv .next-arrow {
    right: 1rem;
  }
  .p-fv-thumbnail__item img {
    border-radius: 0.5rem;
  }
  #slider-fv-thumbnail {
    max-width: 90%;
  }
  #slider-fv-thumbnail .slick-slide {
    margin: 0 0.2rem;
  }
  #slider-fv-thumbnail .slick-slide::before {
    background-color: initial;
  }
  .p-top-search__body {
    max-width: 100%;
  }
  .top-search-form__box {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .top-search-form__box input {
    padding-left: 1.5rem;
    font-size: 1.4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 4rem;
    border-radius: 2rem;
    border: 0.1rem solid #DC0E3F;
  }
  .top-search-form__box button {
    width: 4rem;
  }
  .p-top-banner {
    max-width: 100%;
    padding: 0 2rem;
    margin: 0 auto 2rem;
  }
  .p-top-anchor {
    margin-bottom: 1rem;
  }
  .p-top-anchor__inner {
    padding: 0;
  }
  .p-top-anchor__container {
    width: 100%;
  }
  .p-top-anchor__list-wrap {
    overflow-x: scroll;
    margin-bottom: 1rem;
  }
  .p-top-anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 124rem;
    padding: 1rem;
    margin-left: auto;
  }
  .p-top-anchor__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-top-anchor__item:first-of-type {
    border-left: 0.3rem solid #f3f3f6;
  }
  .p-top-anchor__link {
    padding: 0 0.5rem;
  }
  .top-anchor-link__icon {
    width: 2.6rem;
    margin: 0 auto 0.5rem;
  }
  .top-anchor-link__text {
    font-size: 1.2rem;
  }
  .p-top-anchor__scroll-icon {
    display: block;
    width: 12rem;
    margin: 0 auto;
    -webkit-animation: swing 3s ease-in-out infinite;
            animation: swing 3s ease-in-out infinite;
  }
}

@media screen and (max-width:1440px) and (max-width:768px) {
  .l-container {
    max-width: 100%;
  }
  .l-single-bottom__container {
    max-width: 100%;
  }
  .l-header__inner {
    padding: 0 1.5rem;
    margin-bottom: 0;
  }
  .l-header__container {
    max-width: 100%;
  }
  .l-header__box {
    display: none;
  }
  .l-header__search {
    width: 3rem;
    margin-right: 5rem;
  }
  #slider-fv .slide-arrow {
    width: 2rem;
    bottom: -3.5rem;
  }
  #slider-fv .prev-arrow {
    left: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .u-under__none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-over__none {
    display: none !important;
  }
}
/*# sourceMappingURL=critical-styles.css.map */
