@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* ress.css • v2.0.4 MIT License github.com/filipelinhares/ress */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: 600; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  /* -moz-appearance: none; */
  /* -webkit-appearance: none; */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media print, screen and (min-width: 744px) {
  html {
    font-size: clamp(8px, 0.6vw, 10px);
  }
}
@media screen and (max-width: 743px) {
  html {
    font-size: clamp(9px, 2.56vw, 12px);
  }
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  color: #454147;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 743px) {
  body {
    line-height: 1.75;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  body {
    line-height: 2;
    font-size: 1.8rem;
  }
}

body.is_menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #fff;
    color: #454147;
  }
}
img {
  vertical-align: top;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 743px) {
  img {
    width: 100%;
  }
}

a {
  color: #454147;
  text-decoration: underline;
}
a:visited {
  color: #454147;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 744px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    color: inherit;
  }
}

button {
  outline: none;
}

:focus-visible {
  outline: 3px solid #454147;
}

:-moz-focusring {
  outline: 3px solid #454147;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

sup {
  vertical-align: super;
  font-weight: normal;
  font-size: 50%;
}

em {
  font-style: normal;
}

body {
  scrollbar-color: #454147 #ECECEC;
}

::-webkit-scrollbar {
  width: 10px; /* 右のスクロールバーの幅 */
  height: 10px; /* 下のスクロールバーの幅 */
}

/* スクロールバーの背景 */
::-webkit-scrollbar-track-piece {
  background-color: #ECECEC;
}

/* スクロールバーのつまみ */
::-webkit-scrollbar-thumb {
  /* 透明度やグラデーションも設定できる */
  background-color: #454147;
  /* ボーダーは余白のために使うとよい */
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: content-box;
}

.c-headingStyle1, .c-singleBody h1 {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1, .c-singleBody h1 {
    margin: 0 0 1.2em;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle1, .c-singleBody h1 {
    margin: 0 0 3.6rem;
  }
}
.c-headingStyle1__main {
  color: #FAEE00;
  line-height: 1.1;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1__main {
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 1px 0 #454147;
    font-size: 8.2vw;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle1__main {
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 2px 2px 0 #454147;
    font-size: 6.2rem;
  }
}
.c-headingStyle1__main .u-font--small {
  font-size: 0.7em;
  transform: translateY(-0.1em);
}
.c-headingStyle1__sub {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.15em;
  white-space: nowrap;
  line-height: 1.1;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1__sub {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle1__sub {
    font-size: 2.4rem;
  }
}
.c-headingStyle1__sub::before, .c-headingStyle1__sub::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.6em;
  width: 1.25em;
  height: 1px;
  background: #454147;
}
.c-headingStyle1__sub::before {
  left: -1.6em;
  transform: rotate(45deg);
}
.c-headingStyle1__sub::after {
  right: -1.4em;
  transform: rotate(-45deg);
}
.l-container .c-headingStyle1, .l-container .c-singleBody h1, .c-singleBody .l-container h1 {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .l-container .c-headingStyle1, .l-container .c-singleBody h1, .c-singleBody .l-container h1 {
    margin-left: -4.27vw;
    margin-right: -4.27vw;
  }
}

.c-headingStyle2, .c-singleBody h2 {
  position: relative;
  margin: 1.5em 0 0.8em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-headingStyle2, .c-singleBody h2 {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle2, .c-singleBody h2 {
    font-size: 4.6rem;
  }
}
.c-headingStyle2:first-of-type, .c-singleBody h2:first-of-type {
  margin-top: 0;
}

.c-headingStyle3, .c-singleBody h3 {
  position: relative;
  line-height: 1.3;
  text-align: left;
  background: #454147;
  color: #fff;
  padding: 1em 1.5em;
  margin: 3em 0 1.5em;
  border-radius: 6px;
}
@media screen and (max-width: 743px) {
  .c-headingStyle3, .c-singleBody h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle3, .c-singleBody h3 {
    font-size: 2rem;
  }
}

.c-headingStyle4, .c-singleBody h4 {
  position: relative;
  line-height: 1.5;
  text-align: left;
  padding-left: 1.8em;
}
@media screen and (max-width: 743px) {
  .c-headingStyle4, .c-singleBody h4 {
    font-size: 1.6rem;
    margin: 3em 0 1.2em;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle4, .c-singleBody h4 {
    font-size: 1.8rem;
    margin: 3em 0 1.2em;
  }
}
.c-headingStyle4::before, .c-singleBody h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: solid 0.45em #454147;
  background: #FAEE00;
}

.c-headingStyle5 {
  position: relative;
  padding-left: 70px;
  margin: 0 0 1.2em;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 743px) {
  .c-headingStyle5 {
    padding-left: 50px;
  }
}
.c-headingStyle5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 60px;
  height: 1px;
  background: #454147;
}
@media screen and (max-width: 743px) {
  .c-headingStyle5::before {
    width: 40px;
  }
}

.c-btnStyle1, .c-btnStyle1--back {
  display: inline-block;
  padding: 1.1em 1.5em 1.1em 1.5em;
  position: relative;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  border: solid 1px #454147;
  background-color: #fff;
  border-radius: 60px;
  text-decoration: none !important;
  font-weight: 500;
  color: #454147;
  z-index: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: 0.2s;
}
@media screen and (max-width: 743px) {
  .c-btnStyle1, .c-btnStyle1--back {
    min-width: 200px;
    font-size: 1.7rem;
    padding-top: 1.2em;
  }
}
@media print, screen and (min-width: 744px) {
  .c-btnStyle1, .c-btnStyle1--back {
    min-width: 350px;
    font-size: 19px;
  }
}
.c-btnStyle1:visited, .c-btnStyle1--back:visited {
  color: #454147;
}
.c-btnStyle1 span, .c-btnStyle1--back span {
  position: relative;
  display: inline-block;
  padding-left: 2.6em;
}
.c-btnStyle1 span::before, .c-btnStyle1--back span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3em;
  margin: auto;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background: #FAEE00 url(../images/common/ico_arrow_01.svg) no-repeat center center;
  background-size: 30%;
}
.c-btnStyle1[target=_blank] span, [target=_blank].c-btnStyle1--back span {
  padding-right: 1.5rem;
}
.c-btnStyle1[target=_blank] span::after, [target=_blank].c-btnStyle1--back span::after {
  content: "";
  position: absolute;
  bottom: 0.55em;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url(../images/common/ico_blank_b.svg) no-repeat center center;
  background-size: contain;
}
@media (hover: hover) {
  .c-btnStyle1:hover, .c-btnStyle1--back:hover {
    transform: translate(0, -4px) scale(1.04);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}

.c-btnStyle1--back::after {
  display: none;
}

.c-btnStyle2 {
  position: relative;
  text-align: right;
  margin: 0.6rem 0;
  padding-right: 1.8em;
}
.c-btnStyle2::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: #FAEE00 url(../images/common/ico_arrow_01.svg) no-repeat center center;
  background-size: 40%;
}

.c-btnCta {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-btnCta {
    margin: 5rem 0;
  }
}
@media print, screen and (min-width: 744px) {
  .c-btnCta {
    margin: 8rem 0;
  }
}
.c-btnCta__link {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 600;
  z-index: 1;
  letter-spacing: 0.08em;
  transition: 0.2s;
  background: #3AE032;
  color: #454147;
}
@media screen and (max-width: 743px) {
  .c-btnCta__link {
    padding: 1.5em 2.4em 1.5em 4.4em;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-btnCta__link {
    padding: 1.5em 3.4em 1.5em 5.4em;
    font-size: 2.2rem;
  }
}
.c-btnCta__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.9em;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  border-radius: 50%;
  background: #fff url(../images/common/ico_arrow_01.svg) no-repeat center center;
  background-size: 0.8em;
}
.c-btnCta__link span {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
}
.c-btnCta__link span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.7em;
  height: 1.7em;
  background: url(../images/common/ico_buginner.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(2px);
}
@media (hover: hover) {
  .c-btnCta__link:hover {
    transform: translate(0, -4px) scale(1.04);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}

.c-ulStyle1, .c-singleBody ul {
  margin: 0 0 2em;
}
.c-ulStyle1 li, .c-singleBody ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.25em;
  line-height: 1.75;
}
.c-ulStyle1 li::before, .c-singleBody ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0.3em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #454147;
}

.c-olStyle1, .c-singleBody ol {
  padding-left: 1.3em;
  margin: 0 0 2em;
}
.c-olStyle1 li, .c-singleBody ol li {
  list-style-type: decimal;
  margin-bottom: 0.3em;
}

.c-text {
  margin-bottom: 1.875em;
  line-height: 1.875;
}

.c-textLead {
  line-height: 1.6;
  font-weight: 500;
}
@media print, screen and (min-width: 744px) {
  .c-textLead {
    margin-bottom: 5rem;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .c-textLead {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 743px) {
  .c-textLead br {
    display: none;
  }
}

.c-textRemarks {
  color: #777;
  line-height: 1.5;
  margin: 3rem 0;
}
@media print, screen and (min-width: 744px) {
  .c-textRemarks {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .c-textRemarks {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-textLead + .c-textRemarks {
    margin-top: -2.5rem;
    text-align: center;
  }
}

.c-textBalloon1 {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 743px) {
  .c-textBalloon1 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-textBalloon1 {
    font-size: 2.4rem;
  }
}
.c-textBalloon1 span {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.15em;
  white-space: nowrap;
  line-height: 1.1;
  font-weight: 600;
}
.c-textBalloon1 span::before, .c-textBalloon1 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.6em;
  width: 1.25em;
  height: 1px;
  background: #454147;
}
.c-textBalloon1 span::before {
  left: -1.6em;
  transform: rotate(45deg);
}
.c-textBalloon1 span::after {
  right: -1.4em;
  transform: rotate(-45deg);
}

.c-textLink {
  position: relative;
  margin: 0;
  padding-left: 1.8em;
}
.c-textLink::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  margin: auto;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: #FAEE00 url(../images/common/ico_arrow_01.svg) no-repeat center center;
  background-size: 40%;
}
.c-textLink[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: super;
  margin-left: 3px;
  margin-right: 5px;
  width: 0.7em;
  height: 0.7em;
  background: url(../images/common/ico_blank_b.svg) no-repeat center center;
  background-size: contain;
}

.c-textMarker {
  font-style: normal;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, transparent 65%, #FAEE00 65%, #FAEE00 100%) repeat scroll 0 0;
}

.c-tableStyle1 {
  line-height: 1.5;
  width: 100%;
  border-collapse: collapse;
  border-top: dotted 1px #aaa;
}
@media screen and (max-width: 743px) {
  .c-tableStyle1 {
    margin: 0 0 30px;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-tableStyle1 {
    margin: 0 0 60px;
    font-size: 16px;
  }
}
.c-tableStyle1 th,
.c-tableStyle1 td {
  border-bottom: dotted 1px #aaa;
  background: #FFF;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  padding: 1.5em 10px 1.5em 15px;
}
@media print, screen and (min-width: 744px) {
  .c-tableStyle1 th,
.c-tableStyle1 td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-tableStyle1 th {
  background: #F7F7F7;
  text-align: center;
  font-weight: 500;
  line-height: 1.33;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 743px) {
  .c-tableStyle1 th {
    width: 20vw;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-tableStyle1 th {
    width: 240px;
  }
}

.c-form {
  text-align: left;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=password],
.c-form select,
.c-form textarea {
  margin-bottom: 1rem;
  padding: 1.8rem 1.6rem;
  border-radius: 5px;
  width: 100%;
  outline: none;
  font-size: 1.4rem;
  background: #f0f0f0;
  vertical-align: top;
  border: solid 1px #f0f0f0;
}
@media print, screen and (min-width: 744px) {
  .c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=password],
.c-form select,
.c-form textarea {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.c-form input[type=text]:focus,
.c-form input[type=email]:focus,
.c-form input[type=tel]:focus,
.c-form input[type=password]:focus,
.c-form select:focus,
.c-form textarea:focus {
  background: #fff;
  border: solid 1px #454147;
}
.c-form input[type=submit],
.c-form input[type=button] {
  outline: none;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #8E8E93;
}
@media screen and (max-width: 743px) {
  .c-form textarea {
    height: 300px;
  }
}
.c-form select {
  position: relative;
  width: 100%;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #454147;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form select option:disabled {
  display: none;
}
.c-form p {
  margin: 0 0 1.5em;
}

.c-form__sheet {
  box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 743px) {
  .c-form__sheet {
    margin: 3rem 0;
    padding: 2rem 2rem 6rem;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__sheet {
    margin: 5rem 0;
    padding: 2rem 10rem 8rem;
    border-radius: 12px;
  }
}

.c-form_remarks {
  margin: 2rem auto 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .c-form_remarks {
    display: flex;
    justify-content: center;
    max-width: 600px;
  }
}
@media screen and (max-width: 743px) {
  .c-form_remarks {
    font-size: 13px;
  }
}

.c-form__field {
  position: relative;
  display: flex;
  border-bottom: solid 1px #ddd;
}
@media print, screen and (min-width: 744px) {
  .c-form__field {
    gap: 4rem;
    padding: 3rem 0 2rem;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field {
    flex-direction: column;
    gap: 0.6rem;
    padding: 2rem 0 1.5rem;
  }
}
.c-form__field_title {
  display: block;
  position: relative;
  line-height: 1.75;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 744px) {
  .c-form__field_title {
    width: 23rem;
    flex-shrink: 0;
    padding-top: 1.8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field_title {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__field_body {
    width: calc(100% - 26rem);
  }
}
.c-form__field_remarks {
  margin-top: -0.5rem;
  color: #777;
}
@media print, screen and (min-width: 744px) {
  .c-form__field_remarks {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field_remarks {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 744px) {
  .c-form__must {
    padding-right: 6rem;
  }
}
.c-form__must::after {
  content: "必須";
  display: inline-block;
  border: solid 1px #E50000;
  color: #E50000;
  text-align: center;
  margin-left: 6px;
  padding: 3px 6px 4px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: normal;
  vertical-align: baseline;
  transform: translateY(-2px);
}
@media screen and (max-width: 743px) {
  .c-form__must::after {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__must::after {
    position: absolute;
    right: 0;
    top: 2.5rem;
  }
}

.c-form__select {
  position: relative;
}
.c-form__select:before {
  content: "";
  position: absolute;
  top: -0.6em;
  bottom: 0;
  margin: auto;
  right: 1.3em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  z-index: 10;
}
.c-form__select select {
  color: #8E8E93;
}
.c-form__select select.selected {
  color: #454147;
}

.c-form__inputbtn {
  padding: 1.5rem 0 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .c-form__inputbtn {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn {
    font-size: 1.6rem;
  }
}
.c-form__inputbtn label {
  cursor: pointer;
}
.c-form__inputbtn input[type=radio],
.c-form__inputbtn input[type=checkbox] {
  display: none;
}
.c-form__inputbtn input[type=radio] + span,
.c-form__inputbtn input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 1rem;
  margin-bottom: 1.2rem;
}
.c-form__inputbtn input[type=radio] + span::before,
.c-form__inputbtn input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #454147;
  border-radius: 50%;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=radio] + span::before,
.c-form__inputbtn input[type=checkbox] + span::before {
    top: 3px;
  }
}
.c-form__inputbtn input[type=radio]:checked + span::before {
  border: solid 1px #53B374;
}
.c-form__inputbtn input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #53B374;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=radio]:checked + span::after {
    top: 7px;
  }
}
.c-form__inputbtn input[type=checkbox]:checked + span::before {
  border: solid 1px #53B374;
  background: #53B374;
}
.c-form__inputbtn input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 6px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=checkbox]:checked + span::after {
    top: 0px;
  }
}
.c-form__inputbtn .wpcf7-list-item {
  margin-left: 0 !important;
}

.c-form__file {
  padding-bottom: 1em;
}
@media screen and (max-width: 743px) {
  .c-form__file {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__file {
    font-size: 14px;
  }
}
.c-form__file > div {
  margin-bottom: 0.6rem;
}

.c-form__privacy {
  margin: 4rem 0 1rem;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .c-form__privacy {
    font-size: 1.6rem;
  }
}
.c-form__privacy a {
  text-decoration: underline;
}
.c-form__privacy_box {
  display: inline-block;
  padding: 1.5rem 8rem 0rem;
  border: solid 1px #bbb;
}
@media screen and (max-width: 743px) {
  .c-form__privacy_box {
    display: block;
    padding: 1.5rem 0 0;
  }
}

.c-form__submit {
  text-align: center;
}
.c-form__submit label {
  display: inline-block;
  position: relative;
  margin: 0;
}
.c-form__submit label.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-form__submit label input {
  display: inline-block;
  padding: 1.4em 3.33em 1.4em;
  position: relative;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  background-color: #454147;
  border-radius: 60px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  transition: 0.08s linear;
}
@media screen and (max-width: 743px) {
  .c-form__submit label input {
    width: 60vw;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__submit label input {
    width: 36rem;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .c-form__submit label input:hover {
    background-color: #454147;
  }
}

.c-formPassword {
  position: relative;
}
.c-formPassword_eye {
  display: block;
  position: absolute;
  top: 1.8rem;
  right: 1.5rem;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
}
@media screen and (max-width: 743px) {
  .c-formPassword_eye {
    top: 1.4rem;
  }
}
.c-formPassword .ico-eye {
  background: url(../images/common/ico_eye.svg) no-repeat center center;
  background-size: contain;
  opacity: 1;
}
.c-formPassword .ico-eye-slash {
  background: url(../images/common/ico_eye-slash.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}

.c-form__turnstile {
  margin: 2rem auto;
}
@media print, screen and (min-width: 744px) {
  .c-form__turnstile {
    width: 360px;
  }
}

.wpcf7-spinner {
  margin: 0 -30px 0 6px;
}

.wpcf7-not-valid-tip {
  font-size: 0.75em !important;
  line-height: 1.2;
  margin: -0.5em 0 1.5em;
}

input[type=text]:read-only {
  background: #fffad9;
  outline: inherit;
}

.wpcf7-form.init .wpcf7-not-valid-tip {
  display: none !important;
}

.c-pagetitle {
  position: relative;
  margin: 0 0 1rem;
  width: 100%;
  background-color: #53B374;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 744px) {
  .c-pagetitle {
    height: 26rem;
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 2px 2px 0 #454147;
  }
}
@media screen and (max-width: 743px) {
  .c-pagetitle {
    height: 20rem;
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 1px 0 #454147;
  }
}

.c-pagetitle__txt {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 0.9;
  text-align: center;
}
.c-pagetitle__txt_main {
  position: relative;
  display: block;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .c-pagetitle__txt_main {
    font-size: 2.8rem;
  }
}
.c-pagetitle__txt_sub {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 743px) {
  .c-pagetitle__txt_sub {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 743px) {
  .c-section {
    margin: 0 0 120px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-section {
    margin: 0 0 120px;
  }
}

.pagination {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 0;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .pagination {
    margin: 40px 0;
  }
}
.pagination a,
.pagination span {
  position: relative;
  display: inline-block;
  background: #eee;
  border-radius: 4px;
  margin: 0 2px 5px 2px;
  padding: 9px 10px 10px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #1e1e1e;
  vertical-align: top;
}
@media print, screen and (min-width: 744px) {
  .pagination a,
.pagination span {
    padding: 9px 12px 11px;
    font-size: 1.6rem;
  }
}
.pagination a.current,
.pagination span.current {
  background: #454147;
  border-color: #454147;
  color: #fff;
}
@media print, screen and (min-width: 744px) {
  .pagination a:hover {
    background: #454147;
    border-color: #454147;
    color: #fff;
  }
  .pagination a:hover::after {
    border-color: #fff;
  }
}
.pagination .page-prev::after,
.pagination .page-next::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 13px;
  margin: auto;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 744px) {
  .pagination .page-prev::after,
.pagination .page-next::after {
    right: 10px;
  }
}
.pagination .page-next {
  padding-right: 25px;
}
.pagination .page-prev {
  padding-left: 25px;
}
.pagination .page-prev::after {
  right: inherit;
  left: 13px;
  transform: rotate(225deg);
}
@media print, screen and (min-width: 744px) {
  .pagination .page-prev::after {
    left: 10px;
  }
}

.c-singleBody::after {
  content: "";
  display: block;
  clear: both;
}
.c-singleBody p {
  margin: 2em 0 2em;
}
.c-singleBody ul {
  margin: 2em 0 2em;
}
.c-singleBody ol {
  margin: 2em 0 2em;
}
.c-singleBody .wp-block-image {
  margin: 2em 0 2em;
}
.c-singleBody img {
  position: relative;
}
.c-singleBody figcaption {
  margin-top: -1em;
  margin-bottom: 1.5em;
}

.c-singleEyecatch {
  text-align: center;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 744px) {
  .c-singleEyecatch {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-singleEyecatch img {
    height: auto;
  }
}

.c-singleNavi__btn {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .c-singleNavi__btn {
    margin: 120px 0 0;
  }
}
@media screen and (max-width: 743px) {
  .c-singleNavi__btn {
    margin: 80px 0 0;
  }
}

@media print, screen and (min-width: 744px) {
  .c-naviBtn {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .c-naviBtn {
    margin-bottom: 4rem;
  }
}
.c-naviBtn__list {
  display: grid;
  grid-auto-rows: 1fr;
  border-top: solid 1px #454147;
  border-left: solid 1px #454147;
}
@media print, screen and (min-width: 744px) {
  .c-naviBtn__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}
@media screen and (max-width: 743px) {
  .c-naviBtn__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
.c-naviBtn__list li {
  display: flex;
  min-width: 0;
}
.c-naviBtn__list a {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  border-right: solid 1px #454147;
  border-bottom: solid 1px #454147;
  background-color: #fff;
  color: #454147 !important;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .c-naviBtn__list a {
    padding: 1.2em 1.4em 1.2em 2.8em;
    min-height: 6.2rem;
    font-size: 17px;
  }
}
@media screen and (max-width: 743px) {
  .c-naviBtn__list a {
    padding: 0.7em 0.8em 0.7em 1.8em;
    min-height: 5rem;
    font-size: 1.4rem;
  }
}
.c-naviBtn__list a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.3em;
  margin: auto;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/common/ico_arrow_01.svg) no-repeat center center;
  background-size: 42%;
}
@media screen and (max-width: 743px) {
  .c-naviBtn__list a::before {
    left: 0.4em;
  }
}
.c-naviBtn__list a[href^="#"]::before {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .c-naviBtn__list a:hover {
    background-color: #F9F8F5;
  }
}

.c-naviText {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  gap: 1rem 3rem;
  letter-spacing: 0;
  transform: translateX(2rem);
}
.c-naviText li {
  position: relative;
  line-height: 1.3;
  margin-left: -1px;
  text-align: center;
}
.c-naviText li::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: -1.5rem;
  margin: auto;
  width: 1px;
  height: 0.9em;
  background: #888;
}
.c-naviText li::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -1.5rem;
  margin: auto;
  width: 1px;
  height: 0.9em;
  background: #888;
}
@media screen and (max-width: 743px) {
  .c-naviText li {
    width: calc((100% - 13rem) / 4);
  }
}
.c-naviText li a.is_active {
  color: #454147 !important;
  font-weight: 700;
  pointer-events: none;
  text-decoration: none;
}

@media print, screen and (min-width: 744px) {
  .is_sp {
    display: none !important;
  }
}

@media screen and (max-width: 743px) {
  .is_pc {
    display: none !important;
  }
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

.u-clear::after {
  content: "";
  display: block;
  clear: both;
}

.u-alignL {
  text-align: left;
}

.u-alignR {
  text-align: right;
}

.u-alignC {
  text-align: center;
}

.u-addNew {
  position: relative;
}
.u-addNew::after {
  content: "NEW";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5px;
  transform: translateY(-50%);
  padding: 7px 18px 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Hind", sans-serif;
  line-height: 1.2;
  background: #FAEE00;
  border-radius: 20px;
  color: #454147;
}
@media screen and (max-width: 743px) {
  .u-addNew::after {
    font-size: 1.4rem;
  }
}

.u-illust img {
  width: 100%;
  height: auto;
}

.u-dummyBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  height: 16rem;
  background: #eee;
  font-size: 1.7rem;
  margin: 0 auto 4rem;
}
@media print, screen and (min-width: 744px) {
  .u-dummyBlock {
    height: 40rem;
  }
}

.u-font--bold {
  font-weight: 600;
}

.u-font--sup {
  vertical-align: super;
  font-size: 0.5em;
}

.u-font--italic {
  font-style: italic;
}

.u-font--small {
  font-size: 0.85em;
  display: inline-block;
  line-height: inherit;
}

.u-font--large {
  font-size: 1.2em;
}

.u-color--red {
  color: #E50000;
}

.u-color--green {
  color: #53B374;
}

.u-font-uppercase {
  text-transform: uppercase;
}

.icon-plus {
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  transition: 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 743px) {
  .icon-plus {
    width: 14px;
    height: 14px;
  }
}
.icon-plus::before, .icon-plus::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  background: #454147;
  z-index: 10;
  border-radius: 2px;
}
.icon-plus::before {
  width: 100%;
  height: 3px;
}
@media screen and (max-width: 743px) {
  .icon-plus::before {
    height: 2px;
  }
}
.icon-plus::after {
  width: 3px;
  height: 100%;
}
@media screen and (max-width: 743px) {
  .icon-plus::after {
    width: 2px;
  }
}
.open > * > .icon-plus {
  transform: rotate(180deg);
}
.open > * > .icon-plus::after {
  display: none;
}

[data-icon] {
  position: relative;
  display: inline-block;
}
[data-icon]::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

[data-icon=book]::after {
  background-image: url("../images/common/ico_category_book.svg");
}

[data-icon=comic]::after {
  background-image: url("../images/common/ico_category_comic.svg");
  transform: scale(0.9);
}

[data-icon=dvd]::after {
  background-image: url("../images/common/ico_category_dvd.svg");
}

[data-icon=game]::after {
  background-image: url("../images/common/ico_category_game.svg");
}

[data-icon=music]::after {
  background-image: url("../images/common/ico_category_music.svg");
}

[data-icon=ticket]::after {
  background-image: url("../images/common/ico_category_ticket.svg");
}

[data-icon=gold]::after {
  background-image: url("../images/common/ico_category_gold.svg");
}

[data-icon=stamp]::after {
  background-image: url("../images/common/ico_category_stamp.svg");
  transform: scale(0.8);
}

[data-icon=bottle]::after {
  background-image: url("../images/common/ico_category_bottle.svg");
}

[data-icon=tent]::after {
  background-image: url("../images/common/ico_category_tent.svg");
}

[data-icon=drone]::after {
  background-image: url("../images/common/ico_category_drone.svg");
}

[data-icon=camera]::after {
  background-image: url("../images/common/ico_category_camera.svg");
}

[data-icon=earphone]::after {
  background-image: url("../images/common/ico_category_earphone.svg");
  transform: scale(0.9);
}

[data-icon=machine]::after {
  background-image: url("../images/common/ico_category_machine.svg");
}

[data-icon=piano]::after {
  background-image: url("../images/common/ico_category_piano.svg");
}

[data-icon=guide-ok] {
  background: #3AE032;
}
[data-icon=guide-ok]::after {
  background-image: url("../images/common/ico_thumbs_up_ok_w.svg");
}

[data-icon=guide-ok2] {
  background: #79737C;
}
[data-icon=guide-ok2]::after {
  background-image: url("../images/common/ico_thumbs_up_ok_w.svg");
}

[data-icon=guide-ng] {
  background: #E50000;
}
[data-icon=guide-ng]::after {
  background-image: url("../images/common/ico_thumbs_down_ng_w.svg");
}

[data-icon=guide-camera-ok] {
  background: #3AE032;
}
[data-icon=guide-camera-ok]::after {
  background-image: url("../images/common/ico_camera_ok_w.svg");
}

[data-icon=guide-camera-ok2] {
  background: #79737C;
}
[data-icon=guide-camera-ok2]::after {
  background-image: url("../images/common/ico_camera_ok_w.svg");
}

[data-icon=guide-camera-ng] {
  background: #E50000;
}
[data-icon=guide-camera-ng]::after {
  background-image: url("../images/common/ico_camera_ng_w.svg");
}

.u-loadlazy.hide {
  opacity: 0;
}

.u-loadlazy.show {
  transition: opacity 0.3s linear;
  opacity: 1 !important;
}

.u-showLoading {
  position: relative;
}

.u-showLoading:has(.u-loadlazy)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  opacity: 0.5;
  background: url("../images/common/loading.svg") no-repeat center center/contain;
}
@media print, screen and (min-width: 744px) {
  .u-showLoading:has(.u-loadlazy)::before {
    width: 4rem;
    height: 4rem;
  }
}

.u-showLoading:has(.u-loadlazy.show)::before {
  display: none;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mt135 {
  margin-top: 135px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt145 {
  margin-top: 145px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt155 {
  margin-top: 155px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mt165 {
  margin-top: 165px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mt175 {
  margin-top: 175px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mt185 {
  margin-top: 185px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mt195 {
  margin-top: 195px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mt205 {
  margin-top: 205px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-mt215 {
  margin-top: 215px !important;
}

.u-mt220 {
  margin-top: 220px !important;
}

.u-mt225 {
  margin-top: 225px !important;
}

.u-mt230 {
  margin-top: 230px !important;
}

.u-mt235 {
  margin-top: 235px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mt245 {
  margin-top: 245px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

.u-mt255 {
  margin-top: 255px !important;
}

.u-mt260 {
  margin-top: 260px !important;
}

.u-mt265 {
  margin-top: 265px !important;
}

.u-mt270 {
  margin-top: 270px !important;
}

.u-mt275 {
  margin-top: 275px !important;
}

.u-mt280 {
  margin-top: 280px !important;
}

.u-mt285 {
  margin-top: 285px !important;
}

.u-mt290 {
  margin-top: 290px !important;
}

.u-mt295 {
  margin-top: 295px !important;
}

.u-mt300 {
  margin-top: 300px !important;
}

.u-mt305 {
  margin-top: 305px !important;
}

.u-mt310 {
  margin-top: 310px !important;
}

.u-mt315 {
  margin-top: 315px !important;
}

.u-mt320 {
  margin-top: 320px !important;
}

.u-mt325 {
  margin-top: 325px !important;
}

.u-mt330 {
  margin-top: 330px !important;
}

.u-mt335 {
  margin-top: 335px !important;
}

.u-mt340 {
  margin-top: 340px !important;
}

.u-mt345 {
  margin-top: 345px !important;
}

.u-mt350 {
  margin-top: 350px !important;
}

.u-mt355 {
  margin-top: 355px !important;
}

.u-mt360 {
  margin-top: 360px !important;
}

.u-mt365 {
  margin-top: 365px !important;
}

.u-mt370 {
  margin-top: 370px !important;
}

.u-mt375 {
  margin-top: 375px !important;
}

.u-mt380 {
  margin-top: 380px !important;
}

.u-mt385 {
  margin-top: 385px !important;
}

.u-mt390 {
  margin-top: 390px !important;
}

.u-mt395 {
  margin-top: 395px !important;
}

.u-mt400 {
  margin-top: 400px !important;
}

.u-mt405 {
  margin-top: 405px !important;
}

.u-mt410 {
  margin-top: 410px !important;
}

.u-mt415 {
  margin-top: 415px !important;
}

.u-mt420 {
  margin-top: 420px !important;
}

.u-mt425 {
  margin-top: 425px !important;
}

.u-mt430 {
  margin-top: 430px !important;
}

.u-mt435 {
  margin-top: 435px !important;
}

.u-mt440 {
  margin-top: 440px !important;
}

.u-mt445 {
  margin-top: 445px !important;
}

.u-mt450 {
  margin-top: 450px !important;
}

.u-mt455 {
  margin-top: 455px !important;
}

.u-mt460 {
  margin-top: 460px !important;
}

.u-mt465 {
  margin-top: 465px !important;
}

.u-mt470 {
  margin-top: 470px !important;
}

.u-mt475 {
  margin-top: 475px !important;
}

.u-mt480 {
  margin-top: 480px !important;
}

.u-mt485 {
  margin-top: 485px !important;
}

.u-mt490 {
  margin-top: 490px !important;
}

.u-mt495 {
  margin-top: 495px !important;
}

.u-mt500 {
  margin-top: 500px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mb155 {
  margin-bottom: 155px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-mb165 {
  margin-bottom: 165px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-mb175 {
  margin-bottom: 175px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-mb185 {
  margin-bottom: 185px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-mb195 {
  margin-bottom: 195px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-mb205 {
  margin-bottom: 205px !important;
}

.u-mb210 {
  margin-bottom: 210px !important;
}

.u-mb215 {
  margin-bottom: 215px !important;
}

.u-mb220 {
  margin-bottom: 220px !important;
}

.u-mb225 {
  margin-bottom: 225px !important;
}

.u-mb230 {
  margin-bottom: 230px !important;
}

.u-mb235 {
  margin-bottom: 235px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-mb245 {
  margin-bottom: 245px !important;
}

.u-mb250 {
  margin-bottom: 250px !important;
}

.u-mb255 {
  margin-bottom: 255px !important;
}

.u-mb260 {
  margin-bottom: 260px !important;
}

.u-mb265 {
  margin-bottom: 265px !important;
}

.u-mb270 {
  margin-bottom: 270px !important;
}

.u-mb275 {
  margin-bottom: 275px !important;
}

.u-mb280 {
  margin-bottom: 280px !important;
}

.u-mb285 {
  margin-bottom: 285px !important;
}

.u-mb290 {
  margin-bottom: 290px !important;
}

.u-mb295 {
  margin-bottom: 295px !important;
}

.u-mb300 {
  margin-bottom: 300px !important;
}

.u-mb305 {
  margin-bottom: 305px !important;
}

.u-mb310 {
  margin-bottom: 310px !important;
}

.u-mb315 {
  margin-bottom: 315px !important;
}

.u-mb320 {
  margin-bottom: 320px !important;
}

.u-mb325 {
  margin-bottom: 325px !important;
}

.u-mb330 {
  margin-bottom: 330px !important;
}

.u-mb335 {
  margin-bottom: 335px !important;
}

.u-mb340 {
  margin-bottom: 340px !important;
}

.u-mb345 {
  margin-bottom: 345px !important;
}

.u-mb350 {
  margin-bottom: 350px !important;
}

.u-mb355 {
  margin-bottom: 355px !important;
}

.u-mb360 {
  margin-bottom: 360px !important;
}

.u-mb365 {
  margin-bottom: 365px !important;
}

.u-mb370 {
  margin-bottom: 370px !important;
}

.u-mb375 {
  margin-bottom: 375px !important;
}

.u-mb380 {
  margin-bottom: 380px !important;
}

.u-mb385 {
  margin-bottom: 385px !important;
}

.u-mb390 {
  margin-bottom: 390px !important;
}

.u-mb395 {
  margin-bottom: 395px !important;
}

.u-mb400 {
  margin-bottom: 400px !important;
}

.u-mb405 {
  margin-bottom: 405px !important;
}

.u-mb410 {
  margin-bottom: 410px !important;
}

.u-mb415 {
  margin-bottom: 415px !important;
}

.u-mb420 {
  margin-bottom: 420px !important;
}

.u-mb425 {
  margin-bottom: 425px !important;
}

.u-mb430 {
  margin-bottom: 430px !important;
}

.u-mb435 {
  margin-bottom: 435px !important;
}

.u-mb440 {
  margin-bottom: 440px !important;
}

.u-mb445 {
  margin-bottom: 445px !important;
}

.u-mb450 {
  margin-bottom: 450px !important;
}

.u-mb455 {
  margin-bottom: 455px !important;
}

.u-mb460 {
  margin-bottom: 460px !important;
}

.u-mb465 {
  margin-bottom: 465px !important;
}

.u-mb470 {
  margin-bottom: 470px !important;
}

.u-mb475 {
  margin-bottom: 475px !important;
}

.u-mb480 {
  margin-bottom: 480px !important;
}

.u-mb485 {
  margin-bottom: 485px !important;
}

.u-mb490 {
  margin-bottom: 490px !important;
}

.u-mb495 {
  margin-bottom: 495px !important;
}

.u-mb500 {
  margin-bottom: 500px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-ml135 {
  margin-left: 135px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-ml145 {
  margin-left: 145px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-ml155 {
  margin-left: 155px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-ml165 {
  margin-left: 165px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-ml175 {
  margin-left: 175px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-ml185 {
  margin-left: 185px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-ml195 {
  margin-left: 195px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-ml205 {
  margin-left: 205px !important;
}

.u-ml210 {
  margin-left: 210px !important;
}

.u-ml215 {
  margin-left: 215px !important;
}

.u-ml220 {
  margin-left: 220px !important;
}

.u-ml225 {
  margin-left: 225px !important;
}

.u-ml230 {
  margin-left: 230px !important;
}

.u-ml235 {
  margin-left: 235px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-ml245 {
  margin-left: 245px !important;
}

.u-ml250 {
  margin-left: 250px !important;
}

.u-ml255 {
  margin-left: 255px !important;
}

.u-ml260 {
  margin-left: 260px !important;
}

.u-ml265 {
  margin-left: 265px !important;
}

.u-ml270 {
  margin-left: 270px !important;
}

.u-ml275 {
  margin-left: 275px !important;
}

.u-ml280 {
  margin-left: 280px !important;
}

.u-ml285 {
  margin-left: 285px !important;
}

.u-ml290 {
  margin-left: 290px !important;
}

.u-ml295 {
  margin-left: 295px !important;
}

.u-ml300 {
  margin-left: 300px !important;
}

.u-ml305 {
  margin-left: 305px !important;
}

.u-ml310 {
  margin-left: 310px !important;
}

.u-ml315 {
  margin-left: 315px !important;
}

.u-ml320 {
  margin-left: 320px !important;
}

.u-ml325 {
  margin-left: 325px !important;
}

.u-ml330 {
  margin-left: 330px !important;
}

.u-ml335 {
  margin-left: 335px !important;
}

.u-ml340 {
  margin-left: 340px !important;
}

.u-ml345 {
  margin-left: 345px !important;
}

.u-ml350 {
  margin-left: 350px !important;
}

.u-ml355 {
  margin-left: 355px !important;
}

.u-ml360 {
  margin-left: 360px !important;
}

.u-ml365 {
  margin-left: 365px !important;
}

.u-ml370 {
  margin-left: 370px !important;
}

.u-ml375 {
  margin-left: 375px !important;
}

.u-ml380 {
  margin-left: 380px !important;
}

.u-ml385 {
  margin-left: 385px !important;
}

.u-ml390 {
  margin-left: 390px !important;
}

.u-ml395 {
  margin-left: 395px !important;
}

.u-ml400 {
  margin-left: 400px !important;
}

.u-ml405 {
  margin-left: 405px !important;
}

.u-ml410 {
  margin-left: 410px !important;
}

.u-ml415 {
  margin-left: 415px !important;
}

.u-ml420 {
  margin-left: 420px !important;
}

.u-ml425 {
  margin-left: 425px !important;
}

.u-ml430 {
  margin-left: 430px !important;
}

.u-ml435 {
  margin-left: 435px !important;
}

.u-ml440 {
  margin-left: 440px !important;
}

.u-ml445 {
  margin-left: 445px !important;
}

.u-ml450 {
  margin-left: 450px !important;
}

.u-ml455 {
  margin-left: 455px !important;
}

.u-ml460 {
  margin-left: 460px !important;
}

.u-ml465 {
  margin-left: 465px !important;
}

.u-ml470 {
  margin-left: 470px !important;
}

.u-ml475 {
  margin-left: 475px !important;
}

.u-ml480 {
  margin-left: 480px !important;
}

.u-ml485 {
  margin-left: 485px !important;
}

.u-ml490 {
  margin-left: 490px !important;
}

.u-ml495 {
  margin-left: 495px !important;
}

.u-ml500 {
  margin-left: 500px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-mr135 {
  margin-right: 135px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-mr145 {
  margin-right: 145px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-mr155 {
  margin-right: 155px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-mr165 {
  margin-right: 165px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-mr175 {
  margin-right: 175px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-mr185 {
  margin-right: 185px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-mr195 {
  margin-right: 195px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-mr205 {
  margin-right: 205px !important;
}

.u-mr210 {
  margin-right: 210px !important;
}

.u-mr215 {
  margin-right: 215px !important;
}

.u-mr220 {
  margin-right: 220px !important;
}

.u-mr225 {
  margin-right: 225px !important;
}

.u-mr230 {
  margin-right: 230px !important;
}

.u-mr235 {
  margin-right: 235px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-mr245 {
  margin-right: 245px !important;
}

.u-mr250 {
  margin-right: 250px !important;
}

.u-mr255 {
  margin-right: 255px !important;
}

.u-mr260 {
  margin-right: 260px !important;
}

.u-mr265 {
  margin-right: 265px !important;
}

.u-mr270 {
  margin-right: 270px !important;
}

.u-mr275 {
  margin-right: 275px !important;
}

.u-mr280 {
  margin-right: 280px !important;
}

.u-mr285 {
  margin-right: 285px !important;
}

.u-mr290 {
  margin-right: 290px !important;
}

.u-mr295 {
  margin-right: 295px !important;
}

.u-mr300 {
  margin-right: 300px !important;
}

.u-mr305 {
  margin-right: 305px !important;
}

.u-mr310 {
  margin-right: 310px !important;
}

.u-mr315 {
  margin-right: 315px !important;
}

.u-mr320 {
  margin-right: 320px !important;
}

.u-mr325 {
  margin-right: 325px !important;
}

.u-mr330 {
  margin-right: 330px !important;
}

.u-mr335 {
  margin-right: 335px !important;
}

.u-mr340 {
  margin-right: 340px !important;
}

.u-mr345 {
  margin-right: 345px !important;
}

.u-mr350 {
  margin-right: 350px !important;
}

.u-mr355 {
  margin-right: 355px !important;
}

.u-mr360 {
  margin-right: 360px !important;
}

.u-mr365 {
  margin-right: 365px !important;
}

.u-mr370 {
  margin-right: 370px !important;
}

.u-mr375 {
  margin-right: 375px !important;
}

.u-mr380 {
  margin-right: 380px !important;
}

.u-mr385 {
  margin-right: 385px !important;
}

.u-mr390 {
  margin-right: 390px !important;
}

.u-mr395 {
  margin-right: 395px !important;
}

.u-mr400 {
  margin-right: 400px !important;
}

.u-mr405 {
  margin-right: 405px !important;
}

.u-mr410 {
  margin-right: 410px !important;
}

.u-mr415 {
  margin-right: 415px !important;
}

.u-mr420 {
  margin-right: 420px !important;
}

.u-mr425 {
  margin-right: 425px !important;
}

.u-mr430 {
  margin-right: 430px !important;
}

.u-mr435 {
  margin-right: 435px !important;
}

.u-mr440 {
  margin-right: 440px !important;
}

.u-mr445 {
  margin-right: 445px !important;
}

.u-mr450 {
  margin-right: 450px !important;
}

.u-mr455 {
  margin-right: 455px !important;
}

.u-mr460 {
  margin-right: 460px !important;
}

.u-mr465 {
  margin-right: 465px !important;
}

.u-mr470 {
  margin-right: 470px !important;
}

.u-mr475 {
  margin-right: 475px !important;
}

.u-mr480 {
  margin-right: 480px !important;
}

.u-mr485 {
  margin-right: 485px !important;
}

.u-mr490 {
  margin-right: 490px !important;
}

.u-mr495 {
  margin-right: 495px !important;
}

.u-mr500 {
  margin-right: 500px !important;
}

.u-mt0em {
  margin-top: 0em !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mt3em {
  margin-top: 3em !important;
}

.u-mt4em {
  margin-top: 4em !important;
}

.u-mt5em {
  margin-top: 5em !important;
}

.u-mt6em {
  margin-top: 6em !important;
}

.u-mt7em {
  margin-top: 7em !important;
}

.u-mt8em {
  margin-top: 8em !important;
}

.u-mt9em {
  margin-top: 9em !important;
}

.u-mt10em {
  margin-top: 10em !important;
}

.u-mb0em {
  margin-bottom: 0em !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-mb3em {
  margin-bottom: 3em !important;
}

.u-mb4em {
  margin-bottom: 4em !important;
}

.u-mb5em {
  margin-bottom: 5em !important;
}

.u-mb6em {
  margin-bottom: 6em !important;
}

.u-mb7em {
  margin-bottom: 7em !important;
}

.u-mb8em {
  margin-bottom: 8em !important;
}

.u-mb9em {
  margin-bottom: 9em !important;
}

.u-mb10em {
  margin-bottom: 10em !important;
}

@media screen and (max-width: 743px) {
  .u-spmlr-10vw {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
.u-showText {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform 0.5s;
}
.u-showText span {
  transform: translate(100%, 0);
  transition: transform 0.5s;
}

.u-showText.-visible,
.u-showText.-visible span {
  transform: translate(0, 0);
}

.u-showMv {
  overflow: hidden;
  transform: translate(100%, 0);
  transition: transform 0.5s;
}
.u-showMv > div {
  transform: translate(-100%, 0);
  transition: transform 0.5s;
}

.u-showMv.-visible {
  transform: translate(0, 0);
}
.u-showMv.-visible > div {
  transform: translate(0, 0);
}

.u-showTitle {
  overflow: hidden;
  transform: translate(-105%, 0);
  transition: transform 0.5s;
}
.u-showTitle > div {
  transform: translate(105%, 0);
  transition: transform 0.5s;
}

.u-showTitle.-visible,
.u-showTitle.-visible > div {
  transform: translate(0, 0);
}

.u-showName {
  display: inline-block;
  padding: 10px;
  overflow: hidden;
  transform: translate(-105%, 0);
  transition: transform 0.4s;
}
.u-showName > div {
  transform: translate(105%, 0);
  transition: transform 0.4s;
}

.u-showName.-visible,
.u-showName.-visible > div {
  transform: translate(0, 0);
}

.u-fadeinMv {
  opacity: 0;
}

@keyframes scrollArrowReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  12% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  64% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  82% {
    opacity: 1;
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(100% 0 0 0);
  }
}
@media screen and (max-width: 743px) {
  .u-scrollArrow {
    display: none;
  }
}
@media print, screen and (min-width: 744px) {
  .u-scrollArrow {
    text-align: center;
    margin-top: -26rem;
    margin-bottom: 10rem;
  }
  .u-scrollArrow span {
    display: inline-block;
    overflow: hidden;
  }
  .u-scrollArrow img {
    display: block;
    animation: scrollArrowReveal 2.8s ease-in-out infinite;
    transform-origin: top center;
    will-change: clip-path, opacity;
  }
}
@media print and (prefers-reduced-motion: reduce), screen and (min-width: 744px) and (prefers-reduced-motion: reduce) {
  .u-scrollArrow img {
    animation: none;
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

/*---------------------------------
  SNS ボタン
---------------------------------*/
.sns_org {
  margin: 15px 0 0;
  display: block;
  min-width: 100%;
  display: flex;
  align-items: stretch;
}

.sns_org li {
  flex: 1;
}

.sns_org li a {
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding: 8px 0;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 743px) {
  .sns_org li a {
    padding: 1.2rem 0;
  }
}
@media screen and (max-width: 743px) {
  .sns_org li a p {
    font-size: 0;
    margin-left: 1rem;
  }
}

/* ボタン内のシェア数スタイル */
.sns_org li a .sns_count {
  position: absolute;
  font-size: 85%;
  right: 5px;
  bottom: 3px;
}

.sns_org a {
  background: #333;
}

.sns_org a:hover {
  background: #000;
}

.sns_org li.facebook-o a {
  background: #3b5998;
}

.sns_org li.twitter-o a {
  background: #00acee;
}

.sns_org li.line-o a {
  background: #25af00;
}

.sns_org li.hatebu-o a {
  background: #f03e51;
}

/* Facebookボタンスタイル */
.sns_org .facebook-o p:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://www.booksupply.jp/img/icon_facebook2.png);
  background-size: contain;
  vertical-align: middle;
  margin: -1px 7px 0 0;
}

/* Twitterボタンスタイル */
.sns_org .twitter-o p:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://www.booksupply.jp/img/icon_twitter2.png);
  background-size: contain;
  vertical-align: middle;
  margin: -1px 7px 0 0;
}

/* LINEボタンスタイル */
.sns_org .line-o p:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://www.booksupply.jp/img/icon_line2.png);
  background-size: contain;
  vertical-align: middle;
  margin: -1px 7px 0 0;
}

/* はてブボタンスタイル */
.sns_org .hatebu-o p:before {
  content: "B!";
  font-family: Verdana;
  font-weight: 600;
  margin: 0 7px 0 0;
  font-size: 16px;
  line-height: 100%;
}

@media screen and (max-width: 743px) {
  .l-contents {
    padding-top: 60px;
    min-height: 200px;
    max-width: 100vw;
    overflow-x: clip;
  }
}
@media print, screen and (min-width: 744px) {
  .l-contents {
    padding-top: 107px;
    min-height: 200px;
    overflow-x: clip;
  }
}
@media screen and (min-width: 744px) and (max-width: 1729px) {
  .l-contents {
    padding-top: 92px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1537px) {
  .l-contents {
    padding-top: 80px;
  }
}
@media screen and (max-width: 743px) {
  body:has(.l-headerBanner) .l-contents {
    padding-top: 96px;
  }
}
@media print, screen and (min-width: 744px) {
  body:has(.l-headerBanner) .l-contents {
    padding-top: 147px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1729px) {
  body:has(.l-headerBanner) .l-contents {
    padding-top: 132px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1537px) {
  body:has(.l-headerBanner) .l-contents {
    padding-top: 120px;
  }
}

.l-container, .l-container--narrow, .l-container--wide {
  position: relative;
  padding: 0 4.27vw;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 744px) {
  .l-container, .l-container--narrow, .l-container--wide {
    min-width: 1120px;
    max-width: 1480px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 743px) {
  .l-container .l-container, .l-container--narrow .l-container, .l-container .l-container--narrow, .l-container--narrow .l-container--narrow, .l-container--wide .l-container, .l-container--wide .l-container--narrow, .l-container .l-container--wide, .l-container--narrow .l-container--wide, .l-container--wide .l-container--wide {
    margin-left: -4.27vw;
    margin-right: -4.27vw;
  }
}
@media print, screen and (min-width: 744px) {
  .l-container .l-container, .l-container--narrow .l-container, .l-container .l-container--narrow, .l-container--narrow .l-container--narrow, .l-container--wide .l-container, .l-container--wide .l-container--narrow, .l-container .l-container--wide, .l-container--narrow .l-container--wide, .l-container--wide .l-container--wide {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--wide {
    max-width: 1680px;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--narrow {
    max-width: 1120px;
  }
}

.l-header {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #F7F7F7;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 744px) {
  .l-header {
    position: fixed;
  }
}
@media screen and (max-width: 743px) {
  .l-header {
    position: fixed;
  }
}
.l-headerBanner {
  position: relative;
  padding: 9px;
  background-color: #454147;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  height: 40px;
  z-index: 220;
}
@media screen and (max-width: 743px) {
  .l-headerBanner {
    height: 36px;
    font-size: 12px;
  }
}
.l-headerBanner a {
  color: #fff;
}

.l-headerMain {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .l-headerMain {
    height: 107px;
    margin: 0 70px;
    min-width: 1280px;
  }
}
@media screen and (max-width: 743px) {
  .l-headerMain {
    height: 60px;
    margin: 0 4.27vw;
  }
}

@media print, screen and (min-width: 744px) {
  .l-headerTitle {
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
  }
  .l-headerTitle img {
    width: 258px;
    height: auto;
  }
}
@media screen and (max-width: 743px) {
  .l-headerTitle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 139px;
    height: 26px;
  }
  .l-headerTitle img {
    width: 139px;
    height: auto;
  }
}
@media print, screen and (min-width: 744px) {
  .l-headerNavi {
    position: absolute;
    top: 38px;
    left: 0;
    transform-origin: left center;
  }
}
@media screen and (max-width: 743px) {
  .l-headerNavi {
    display: none;
  }
}

.l-headerNavi__main {
  display: flex;
}
.l-headerNavi__main > li {
  margin-right: 36px;
}
.l-headerNavi__main > li > a {
  display: inline-block;
  position: relative;
  color: #454147;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
}
.l-headerNavi__main > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: calc(100% - 5px);
  height: 6px;
  background: #FAEE00;
  z-index: 1;
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
@media (hover: hover) {
  .l-headerNavi__main > li > a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}

.l-headerNavi__dropdown > span {
  display: inline-block;
  position: relative;
  color: #454147;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
  margin-right: 13px;
  border-bottom: solid 40px transparent;
}
.l-headerNavi__dropdown > span::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: -13px;
  margin: auto;
  width: 4px;
  height: 4px;
  border: solid 4px transparent;
  border-top: solid 7px #454147;
}

.l-headerNavi__dropdown_panel {
  position: absolute;
  top: 61px;
  left: 0;
  width: 1050px;
  background: #F7F7F7;
  padding: 50px 30px 50px 80px;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
  display: none;
}
.l-headerNavi__dropdown_panel::before {
  content: "";
  position: absolute;
  top: -45px;
  left: calc(50% - 70px);
  width: 20px;
  height: 20px;
  border: solid 20px transparent;
  border-bottom: solid 30px #F7F7F7;
  display: none;
}

.l-headerNavi__dropdown_panel_content {
  opacity: 0;
  transition: 0.2s linear;
}
.is_dropdown_open .l-headerNavi__dropdown_panel_content {
  opacity: 1;
}

.l-headerNavi__menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr 1fr 1fr 0.8fr;
  grid-template-rows: repeat(4, auto);
  gap: 6px;
}
.l-headerNavi__menu li a {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  color: #454147;
  margin-bottom: 1em;
  padding-left: 1.3em;
  font-size: 17px;
}
.l-headerNavi__menu li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #454147;
  border-right: 2px solid #454147;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .l-headerNavi__menu li a:hover {
    text-decoration: underline;
  }
}
.l-headerNavi__menu li a [data-icon] {
  width: 1.7em;
  height: 1.7em;
  margin-left: 0.2em;
  margin-right: 0.3em;
  vertical-align: top;
  transform: translateY(-0.2em);
}

.l-headerBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  z-index: 220;
}
@media print, screen and (min-width: 744px) {
  .l-headerBtn {
    right: 80px;
    height: 52px;
  }
}
@media screen and (max-width: 743px) {
  .l-headerBtn {
    right: 0;
    height: 44px;
  }
}
.l-headerBtn__mypage {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  text-decoration: none !important;
  font-weight: 600;
  color: #454147;
  z-index: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .l-headerBtn__mypage {
    border-radius: 60px;
    background: #fff;
    border: solid 2px #454147;
    padding-top: 11px;
    width: 175px;
    height: 52px;
    font-size: 19px;
  }
}
@media screen and (max-width: 743px) {
  .l-headerBtn__mypage {
    width: auto;
    font-size: 9px;
  }
}
.l-headerBtn__mypage:visited {
  color: #454147;
}
.l-headerBtn__mypage span {
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 744px) {
  .l-headerBtn__mypage span {
    padding-left: 30px;
  }
}
@media screen and (max-width: 743px) {
  .l-headerBtn__mypage span {
    padding-top: 34px;
  }
}
.l-headerBtn__mypage span::before {
  content: "";
  position: absolute;
  margin: auto;
  background: url(../images/common/ico_mypage.svg) no-repeat center center;
  background-size: contain;
}
@media print, screen and (min-width: 744px) {
  .l-headerBtn__mypage span::before {
    top: 0;
    bottom: 0;
    left: -5px;
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 743px) {
  .l-headerBtn__mypage span::before {
    top: 0;
    left: 0;
    right: 0;
    width: 33px;
    height: 33px;
  }
}

.l-headerMain,
.l-headerTitle,
.l-headerNavi {
  transition: 0.2s linear;
}

@media screen and (min-width: 744px) and (max-width: 1729px) {
  .l-headerMain {
    margin: 0 60px;
    height: 92px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1537px) {
  .l-headerMain {
    margin: 0 40px;
    height: 80px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1729px) {
  .l-headerTitle {
    width: 232px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1537px) {
  .l-headerTitle {
    width: 208px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1729px) {
  .l-headerNavi {
    transform: scale(0.9);
    top: 30px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1537px) {
  .l-headerNavi {
    transform: scale(0.8);
    top: 24px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1729px) {
  .l-headerBtn {
    transform-origin: right center;
    transform: scale(0.85);
  }
}
@media screen and (min-width: 744px) and (max-width: 1537px) {
  .l-headerBtn {
    transform: scale(0.75);
  }
}

.l-drawerBtn {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 220;
  cursor: pointer;
  transition: 0.2s;
  background: #454147;
  border-radius: 50%;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBtn {
    right: 0;
  }
}
@media screen and (max-width: 743px) {
  .l-drawerBtn {
    left: 0;
    width: 40px;
    height: 40px;
  }
}
.l-drawerBtn span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
@media screen and (max-width: 743px) {
  .l-drawerBtn span {
    width: 14px;
    height: 2px;
  }
}
.l-drawerBtn span::before, .l-drawerBtn span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background: #fff;
  transition: 0.2s;
  border-radius: 1px;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBtn span::before {
    top: -7px;
  }
  .l-drawerBtn span::after {
    bottom: -7px;
  }
}
@media screen and (max-width: 743px) {
  .l-drawerBtn span::before {
    top: -5px;
  }
  .l-drawerBtn span::after {
    bottom: -5px;
  }
}
.is_menu_open .l-drawerBtn {
  background: #222;
}
.is_menu_open .l-drawerBtn span {
  height: 0;
}
.is_menu_open .l-drawerBtn span::before, .is_menu_open .l-drawerBtn span::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.is_menu_open .l-drawerBtn span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is_menu_open .l-drawerBtn span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-drawerWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  z-index: 200;
  overflow-y: auto;
  display: none;
  background: #F7F7F7;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow {
    padding: 26vw 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow {
    padding: 80px 50px 30px;
  }
}

.l-drawerWindow__home {
  margin-bottom: 3rem;
  z-index: 10;
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__home {
    display: block;
    position: absolute;
    top: 25px;
    left: 70px;
  }
  body:has(.l-headerBanner) .l-drawerWindow__home {
    top: 65px;
  }
}
.l-drawerWindow__home a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  text-decoration: none;
  padding-left: 1.9em;
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__home a {
    font-size: 23px;
  }
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__home a {
    font-size: 1.6rem;
  }
}
.l-drawerWindow__home a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/ico_home.svg) no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__home a::before {
    width: 39px;
    height: 39px;
  }
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__home a::before {
    width: 1.5em;
    height: 1.5em;
  }
}

.l-drawerBody {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100dvh - 200px);
    min-height: 75rem;
    min-width: 1290px;
  }
}

@media print, screen and (min-width: 744px) {
  .l-drawerBody__layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 150rem;
    gap: 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__layout_column {
    width: 40rem;
    flex-shrink: 0;
  }
  .l-drawerBody__layout_column[data-columnNum="2"] {
    width: 57rem;
  }
}

.l-drawerBody__navi_ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: solid 1px #bbb;
}
@media screen and (max-width: 743px) {
  .l-drawerBody__navi_ttl {
    padding: 1.2rem 0.5rem 1.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__navi_ttl {
    padding: 14px 16px 14px;
    font-size: 2rem;
    cursor: pointer;
  }
}
.l-drawerBody__navi_ttl.open .l-drawerBody__navi_ttl_plus {
  transform: rotate(180deg);
}
.l-drawerBody__navi_ttl.open .l-drawerBody__navi_ttl_plus::after {
  display: none;
}

.l-drawerBody__navi_ttl_plus {
  display: inline-block;
  position: absolute;
  background: #FAEE00;
  border-radius: 50%;
  transition: 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 743px) {
  .l-drawerBody__navi_ttl_plus {
    top: 1.5rem;
    right: 0.5rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__navi_ttl_plus {
    top: 19px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
}
.l-drawerBody__navi_ttl_plus::before, .l-drawerBody__navi_ttl_plus::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  background: #454147;
  z-index: 10;
  border-radius: 2px;
}
.l-drawerBody__navi_ttl_plus::before {
  width: 50%;
  height: 3px;
}
@media screen and (max-width: 743px) {
  .l-drawerBody__navi_ttl_plus::before {
    height: 2px;
  }
}
.l-drawerBody__navi_ttl_plus::after {
  width: 3px;
  height: 50%;
}
@media screen and (max-width: 743px) {
  .l-drawerBody__navi_ttl_plus::after {
    width: 2px;
  }
}

.l-drawerBody__navi_body {
  position: relative;
  border-bottom: solid 1px #bbb;
  display: none;
}
@media screen and (max-width: 743px) {
  .l-drawerBody__navi_body {
    padding: 2.5rem 0.5rem 2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__navi_body {
    padding: 30px 16px 20px;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__navi_body:last-child {
    border-bottom: none;
  }
}

.l-drawerBody__navi_list li a, .l-drawerBody__navi_list-category li a {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  color: #454147;
  margin-bottom: 1em;
  padding-left: 1.3em;
}
@media screen and (max-width: 743px) {
  .l-drawerBody__navi_list li a, .l-drawerBody__navi_list-category li a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__navi_list li a, .l-drawerBody__navi_list-category li a {
    font-size: 1.8rem;
  }
}
.l-drawerBody__navi_list li a::before, .l-drawerBody__navi_list-category li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #454147;
  border-right: 2px solid #454147;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .l-drawerBody__navi_list li a:hover, .l-drawerBody__navi_list-category li a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 744px) {
  .l-drawerBody__navi_list-category {
    column-count: 2;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__navi_list-category li {
    width: calc(50% - 5px);
  }
}
.l-drawerBody__navi_list-category li a {
  white-space: nowrap;
}
.l-drawerBody__navi_list-category [data-icon] {
  width: 1.7em;
  height: 1.7em;
  margin-left: 0.2em;
  margin-right: 0.3em;
  vertical-align: top;
  transform: translateY(-0.2em);
}

.l-drawerBody__navi_other {
  margin-bottom: 3.3rem;
}
.l-drawerBody__navi_other li a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: solid 1px #bbb;
  text-decoration: none;
}
@media screen and (max-width: 743px) {
  .l-drawerBody__navi_other li a {
    padding: 1.2rem 0.5rem 1.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__navi_other li a {
    padding: 14px 16px 14px;
    font-size: 2rem;
  }
}

.l-drawer__cta {
  z-index: 90;
  padding: 0 1rem;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  .l-drawer__cta {
    display: none;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawer__cta {
    justify-content: center;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawer__cta li {
    flex: 1;
  }
}

[class^=l-drawer__cta_] {
  position: relative;
  display: block;
  background: #F7F7F7;
  text-decoration: none;
  color: #454147;
  width: 100%;
  padding: 1em 0.5em 1em 1em;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
[class^=l-drawer__cta_] span {
  position: relative;
  display: inline-block;
  padding-left: 0.9em;
}

.l-drawer__cta_first {
  background: #3AE032;
}
.l-drawer__cta_first span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: -0.8em;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/common/ico_buginner.svg) no-repeat center center;
  background-size: contain;
}

.l-drawer__cta_second {
  background: #FAEE00;
}
.l-drawer__cta_second span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: -1em;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/common/ico_box.svg) no-repeat center center;
  background-size: contain;
}

.l-drawerBody__banner_dummy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  height: 10rem;
  background: #eee;
  font-size: 1.7rem;
  margin: 0 auto 4rem;
}

.l-drawerBody__banner {
  display: flex;
  flex-direction: column;
  margin: 0 auto 3.6rem;
  gap: 1.6rem;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__banner {
    gap: 2rem;
  }
}

.l-drawerBody__sns {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
}
.l-drawerBody__sns dt {
  margin-right: 3rem;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Hind", sans-serif;
}
@media screen and (max-width: 743px) {
  .l-drawerBody__sns dt {
    font-size: 1.6rem;
  }
}
.l-drawerBody__sns dd ul {
  display: flex;
  gap: 2.7rem;
}
.l-drawerBody__sns dd ul li a {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.l-drawerBody__sns_ig {
  background-image: url(../images/common/ico_sns_instagram.svg);
}

.l-drawerBody__sns_x {
  background-image: url(../images/common/ico_sns_x.svg);
  transform: scale(0.9);
}

.l-drawerBody__sns_yt {
  background-image: url(../images/common/ico_sns_youtube.svg);
}

.l-breadcrumbs {
  position: relative;
  line-height: 1.75;
}
@media print, screen and (min-width: 744px) {
  .l-breadcrumbs {
    min-width: 1120px;
    max-width: 1480px;
    padding: 0 60px;
    margin: 3rem auto 5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .l-breadcrumbs {
    font-size: 1.2rem;
    margin: 1.5rem 1rem 2.5rem;
  }
}
.l-breadcrumbs ul, .l-breadcrumbs li {
  display: inline-block;
}
.l-breadcrumbs a {
  position: relative;
  display: inline-block;
  padding-right: 2.1em;
  color: #454147;
}
@media screen and (max-width: 743px) {
  .l-breadcrumbs a {
    padding-right: 1.5em;
  }
}
.l-breadcrumbs a::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0.75em;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #454147;
  border-right: 1px solid #454147;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .l-breadcrumbs a::after {
    right: 0.5em;
  }
}

@media print, screen and (min-width: 744px) {
  .l-footerCategory {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footerCategory {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footerCategory__ttl {
    margin-bottom: 5rem;
  }
}

.l-footerMain {
  position: relative;
  background: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .l-footerMain {
    margin-top: 12rem;
    padding: 10.4rem 0 7.5rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footerMain {
    margin-top: 10rem;
    padding: 24vw 0 10vw;
  }
}

@media print, screen and (min-width: 744px) {
  .l-footer__title {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__title {
    margin-bottom: 10vw;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footer__title_logo {
    width: 262px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__title_logo {
    text-align: center;
    width: 55vw;
    margin: 0 auto 8px;
  }
}
.l-footer__title_logo img {
  width: 100%;
  height: auto;
}
.l-footer__title_license {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .l-footer__title_license {
    text-align: center;
    font-size: 1rem;
  }
}

@media screen and (max-width: 743px) {
  .l-footer__navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footer__navi {
    display: flex;
  }
}
.l-footer__navi a {
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__navi a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footer__navi_column {
    width: calc(25% - 5px);
  }
}
@media screen and (max-width: 743px) {
  .l-footer__navi_column {
    width: 50%;
    margin-bottom: 3rem;
  }
}
.l-footer__navi_ttl {
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .l-footer__navi_ttl {
    font-size: 2rem;
    margin-bottom: 0.7em;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__navi_ttl {
    font-size: 1.5rem;
    margin-bottom: 0.9em;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footer__navi_list {
    font-size: 1.6rem;
  }
}
.l-footer__navi_list li {
  position: relative;
  padding-left: 1.3em;
  list-style: 1.4;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 743px) {
  .l-footer__navi_list li {
    margin-bottom: 0.5em;
    padding-left: 1.2em;
  }
}
.l-footer__navi_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #454147;
  border-right: 2px solid #454147;
  transform: rotate(45deg);
}
@media screen and (max-width: 743px) {
  .l-footer__navi_list li::before {
    top: 0.7em;
  }
}
.l-footer__navi_list2 {
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .l-footer__navi_list2 {
    font-size: 2rem;
  }
}
.l-footer__navi_list2 li {
  margin-bottom: 1em;
}
@media screen and (max-width: 743px) {
  .l-footer__navi_list2 li {
    margin-bottom: 1.2em;
  }
}

.l-footerSub {
  background: #454147;
  color: #fff;
}
@media print, screen and (min-width: 744px) {
  .l-footerSub {
    padding: 28px 0 35px;
  }
}
@media screen and (max-width: 743px) {
  .l-footerSub {
    padding: 6vw 0 30vw;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footerSub__layout {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footerSub__link {
    display: flex;
  }
}
@media screen and (max-width: 743px) {
  .l-footerSub__link {
    margin-bottom: 10vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-footerSub__link li {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .l-footerSub__link li {
    font-size: 12px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 743px) {
  .l-footerSub__link li {
    width: calc(50% - 5px);
    font-size: 1.1rem;
    margin-bottom: 0.4em;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footerSub__link li:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    width: 1px;
    height: 0.8em;
    background: #fff;
  }
}
.l-footerSub__link a {
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) {
  .l-footerSub__link a:hover {
    text-decoration: underline;
  }
}
.l-footerSub__copyright {
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Hind", sans-serif;
}
@media screen and (max-width: 743px) {
  .l-footerSub__copyright {
    text-align: center;
  }
}
.l-footerSub__copyright small {
  font-size: 12px;
}
@media screen and (max-width: 743px) {
  .l-footerSub__copyright small {
    font-size: 11px;
  }
}

.l-footer__pagetop {
  display: none;
}
.l-footer__pagetop span {
  position: fixed;
  display: block;
  z-index: 110;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  outline: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
@media print, screen and (min-width: 744px) {
  .l-footer__pagetop span {
    width: 54px;
    height: 54px;
  }
}
.l-footer__pagetop span::after {
  content: "";
  position: absolute;
  display: block;
  top: 12%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24%;
  height: 24%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.l-footer__pagetop2 span {
  display: block;
  position: absolute;
  z-index: 110;
  width: 12rem;
  height: 12rem;
  top: -6rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/common/ico_backtotop1.svg) no-repeat;
  background-size: 58%;
  background-position: center;
  cursor: pointer;
}
@media print, screen and (min-width: 744px) {
  .l-footer__pagetop2 span {
    width: 16rem;
    height: 16rem;
    top: -8rem;
  }
}
.l-footer__pagetop2 span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/ico_backtotop2.svg) no-repeat;
  background-size: cover;
  animation: footerPagetopRotate 12s linear infinite;
}

@keyframes footerPagetopRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.l-sideFixed__cta {
  z-index: 90;
}
@media print, screen and (min-width: 744px) {
  .l-sideFixed__cta {
    position: fixed;
    right: 0;
    top: 18dvh;
    width: 78px;
  }
  .l-sideFixed__cta li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 743px) {
  .l-sideFixed__cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    z-index: 300;
  }
  .l-sideFixed__cta li {
    width: calc(50% - 0.4rem);
  }
}

[class^=l-sideFixed__btn_] {
  position: relative;
  display: block;
  background: #F7F7F7;
  text-decoration: none;
  color: #454147;
}
@media screen and (max-width: 743px) {
  [class^=l-sideFixed__btn_] {
    width: 100%;
    padding: 1.8rem 0 1.4rem 2.5rem;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 744px) {
  [class^=l-sideFixed__btn_] {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 100%;
    padding: 25px 24px 25px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px 0 0 10px;
    border: solid 1px #454147;
    border-right: 0;
    transition: 0.2s;
    transform: translateX(8px);
  }
}
@media (hover: hover) {
  [class^=l-sideFixed__btn_]:hover {
    transform: translateX(0px);
  }
}

.l-sideFixed__btn_first {
  background: #3AE032;
}
.l-sideFixed__btn_first::before {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_buginner.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 743px) {
  .l-sideFixed__btn_first::before {
    position: absolute;
    top: 0.5rem;
    bottom: 0;
    left: 2.3rem;
    margin: auto;
    width: 3.3rem;
    height: 3.3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-sideFixed__btn_first::before {
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
    transform: translateX(-1px);
  }
}

.l-sideFixed__btn_second {
  background: #FAEE00;
}
@media screen and (max-width: 743px) {
  .l-sideFixed__btn_second {
    padding-left: 3.5rem;
  }
}
.l-sideFixed__btn_second::before {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_box.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 743px) {
  .l-sideFixed__btn_second::before {
    position: absolute;
    top: 0.5rem;
    bottom: 0;
    left: 1.6rem;
    margin: auto;
    width: 3.3rem;
    height: 3.3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-sideFixed__btn_second::before {
    width: 33px;
    height: 33px;
    margin-bottom: 6px;
  }
}

.p-mv {
  position: relative;
  width: 100%;
  transition: 0.2s linear;
}
@media print, screen and (min-width: 744px) {
  .p-mv {
    margin: 3rem auto 6rem;
    padding: 0 60px;
    height: 70dvh;
    max-height: 50vw;
    min-height: 600px;
    width: 1480px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1537px) {
  .p-mv {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 744px) and (max-width: 1280px) {
  .p-mv {
    transform: scale(0.82);
    transform-origin: left center;
  }
}
@media screen and (max-width: 743px) {
  .p-mv {
    margin-bottom: 2rem;
    transform: scale(1);
  }
}
@media print, screen and (min-width: 744px) {
  .p-mv__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% + 8rem);
    height: 640px;
    margin: auto;
  }
  .p-mv__img img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-mv__img {
    width: 90vw;
    margin: 2rem auto 3rem;
  }
  .p-mv__img img {
    width: 100%;
    height: auto;
  }
}
.p-mv__img_balloon {
  color: #fff;
  text-align: center;
  background: url(../images/common/illust_balloon.svg) no-repeat center;
  background-size: contain;
  line-height: 1.4;
  margin: 0 auto 1rem;
  padding-top: 1em;
}
@media print, screen and (min-width: 744px) {
  .p-mv__img_balloon {
    width: 290px;
    height: 100px;
    font-size: 18px;
  }
}
@media screen and (max-width: 743px) {
  .p-mv__img_balloon {
    width: 20rem;
    height: 6.9rem;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-mv__layout {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.p-mv__body {
  transition-duration: 0s !important;
  transition: opacity 0.8s !important;
  z-index: 10;
}
@media screen and (max-width: 743px) {
  .p-mv__body {
    padding: 3vw 6vw 5vw;
  }
}

.p-mv__badge {
  display: flex;
}
@media print, screen and (min-width: 744px) {
  .p-mv__badge {
    gap: 2rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-mv__badge {
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-mv__badge img {
    height: 9.4rem;
    width: auto;
  }
}

.p-mv__copy {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 744px) {
  .p-mv__badge + .p-mv__copy {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-mv__badge + .p-mv__copy {
    margin-top: 3rem;
  }
}

.p-mv__copy_main {
  font-weight: 500;
  line-height: 1.1;
  color: #FAEE00;
  font-family: corporate-logo-ver2, sans-serif;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 743px) {
  .p-mv__copy_main {
    font-size: 3.3rem;
    text-align: center;
    text-stroke: 1px #454147;
    -webkit-text-stroke: 1px #454147;
    text-shadow: 0.5px 0.5px 0 #454147;
  }
}
@media print, screen and (min-width: 744px) {
  .p-mv__copy_main {
    width: 11.5em;
    text-stroke: 3px #454147;
    -webkit-text-stroke: 3px #454147;
    font-size: 8rem;
  }
}
.p-mv__copy_main em {
  font-style: normal;
  font-size: 1.5em;
  white-space: nowrap;
}
.p-mv__copy_main em .u-font--small {
  font-size: 0.75em;
}

.slug-switch2 .p-mv__copy_main_name, .slug-switch .p-mv__copy_main_name {
  font-size: 1.15em;
}

.p-mv__copy_main--switch {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 743px) {
  .p-mv__copy_main--switch {
    font-size: 3.1rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-mv__copy_main--switch {
    font-size: 7.4rem;
  }
}

.p-mv__copy_sub {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: corporate-logo-ver2, sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .p-mv__copy_sub {
    font-size: 2.65rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 744px) {
  .p-mv__copy_sub {
    margin-bottom: 1rem;
    font-size: 6.4rem;
  }
}
.p-mv__copy_sub_dot {
  display: inline-block;
}
.p-mv__copy_sub_dot span {
  position: relative;
  display: inline-block;
}
.p-mv__copy_sub_dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #FAEE00;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .p-mv__copy_sub_dot span::before {
    top: -0.33em;
    width: 0.22em;
    height: 0.22em;
  }
}
@media print, screen and (min-width: 744px) {
  .p-mv__copy_sub_dot span::before {
    top: -0.25em;
    width: 0.18em;
    height: 0.18em;
  }
}
.p-homeMv .p-mv__copy_sub {
  margin-bottom: 0 !important;
}

.p-mv__copy_txt {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 743px) {
  .p-mv__copy_txt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-mv__copy_txt {
    margin-top: 3rem;
    width: 80rem;
    font-size: 2.2rem;
  }
}

.p-entry {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 744px) {
  .p-entry {
    width: 100%;
    max-width: 100%;
    margin: 6rem 8rem 12rem 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30rem;
    gap: 8rem;
  }
}

.p-entryAside {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-entryAside {
    width: 30rem;
  }
}
@media screen and (max-width: 743px) {
  .p-entryAside {
    margin-top: 5rem;
  }
}

.p-entryAside__box {
  position: relative;
  background: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem;
  margin: 0 0 2rem;
}
.p-entryAside__box_heading {
  margin: -2rem -2rem 2rem;
  background: #454147;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  text-align: center;
}

.p-entryAside__box.is_sticky {
  position: sticky;
  top: 13rem;
}
body:has(.l-headerBanner) .p-entryAside__box.is_sticky {
  top: 17rem;
}

.p-entryAside__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 743px) {
  .p-entryAside__list {
    margin: 3rem 1rem;
  }
}
.p-entryAside__list_item a {
  display: block;
  height: 100%;
  color: #454147;
  text-decoration: none;
}
@media (hover: hover) {
  .p-entryAside__list_item a:hover {
    text-decoration: none;
  }
  .p-entryAside__list_item a:hover img {
    transform: scale(1.06);
  }
}
.p-entryAside__list_item_thumb {
  position: relative;
  margin-bottom: 0.8rem;
}
.p-entryAside__list_item_thumb figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.6rem;
}
.p-entryAside__list_item_thumb figure img {
  aspect-ratio: 1.5;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: auto) {
  .p-entryAside__list_item_thumb figure {
    position: relative;
  }
  .p-entryAside__list_item_thumb figure::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .p-entryAside__list_item_thumb figure::after {
    content: "";
    clear: both;
    display: block;
  }
  .p-entryAside__list_item_thumb figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-entryAside__list_item_thumb img {
  transition: transform 0.3s, opacity 0.3s linear !important;
}
.p-entryAside__list_item_txt {
  line-height: 1.5;
  margin-bottom: 0.3em;
  font-weight: 500;
}
@media print, screen and (min-width: 744px) {
  .p-entryAside__list_item_txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-entryAside__list_item_txt {
    font-size: 1.4rem;
  }
}
.p-entryAside__list_item_date {
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  color: #454147;
}
@media screen and (max-width: 743px) {
  .p-entryAside__list_item_date {
    font-size: 1.2rem;
  }
}

.p-entryAside__navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-entryAside__navi a {
  color: #454147;
  text-decoration: none;
}
@media (hover: hover) {
  .p-entryAside__navi a:hover {
    text-decoration: underline;
  }
}
.p-entryAside__navi > ul {
  display: flex;
  flex-direction: column;
}
.p-entryAside__navi > ul > li {
  background: #fff;
  padding: 1.2rem 2rem;
  border-radius: 0.4rem;
}
.p-entryAside__navi > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-entryAside__navi > ul > li > a,
.p-entryAside__navi > ul > li > span {
  display: block;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 744px) {
  .p-entryAside__navi > ul > li > a,
.p-entryAside__navi > ul > li > span {
    font-size: 15px;
  }
}
@media screen and (max-width: 743px) {
  .p-entryAside__navi > ul > li > a,
.p-entryAside__navi > ul > li > span {
    font-size: 1.6rem;
  }
}
.p-entryAside__navi > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-entryAside__navi > ul > li > ul > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-entryAside__navi > ul > li > ul > li {
    font-size: 14px;
  }
}
@media screen and (max-width: 743px) {
  .p-entryAside__navi > ul > li > ul > li {
    font-size: 1.5rem;
  }
}
.p-entryAside__navi > ul > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.45em;
  height: 0.45em;
  border-top: 2px solid #454147;
  border-right: 2px solid #454147;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 744px) {
  .p-entryMain {
    min-width: 0;
    overflow-x: clip;
  }
}

.p-entryArticle__header {
  margin-bottom: 2rem;
}
.p-entryArticle__header_title {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__header_title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
}

.p-entryArticle__body {
  word-wrap: break-word !important;
  overflow-wrap: anywhere;
  font-size: 1.5rem;
  line-height: 1.67;
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body {
    font-size: 1.7rem;
  }
}
.p-entryArticle__body #ez-toc-container {
  padding: 2rem !important;
}
.p-entryArticle__body #ez-toc-container a {
  color: #454147 !important;
}
.p-entryArticle__body embed, .p-entryArticle__body iframe, .p-entryArticle__body object, .p-entryArticle__body video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}
.p-entryArticle__body p {
  margin: 2rem 0;
}
.p-entryArticle__body img {
  width: 100%;
  height: auto;
}
.p-entryArticle__body a {
  color: #454147 !important;
  text-decoration: underline !important;
}
.p-entryArticle__body mark {
  background: #ffff00;
  color: #555;
  padding: 2px 4px;
  text-decoration: none;
}
.p-entryArticle__body h2:not(.author-title) {
  position: relative;
  line-height: 1.25;
  color: #000 !important;
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body h2:not(.author-title) {
    font-size: 4rem !important;
    margin: 10rem 0 4rem;
    border-radius: 3px;
  }
}
@media screen and (max-width: 743px) {
  .p-entryArticle__body h2:not(.author-title) {
    margin: 10rem 0 4rem;
    font-size: 2.8rem !important;
  }
}
.p-entryArticle__body h3 {
  position: relative;
  line-height: 1.4;
  margin: 6rem 0 4rem;
  color: #000 !important;
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-entryArticle__body h3 {
    font-size: 2.4rem;
  }
}
.p-entryArticle__body h3 a {
  color: #454147 !important;
}
.p-entryArticle__body h3 a:hover {
  text-decoration: none;
}
.p-entryArticle__body h4 {
  position: relative;
  font-size: 1.8rem;
  margin: 4rem 0 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body h4 {
    font-size: 2rem;
    margin: 5rem 0 2rem;
  }
}
.p-entryArticle__body h5 {
  margin: 3.5rem 0 1rem !important;
  font-weight: 600;
}
.p-entryArticle__body .author-info {
  display: block;
  position: relative;
  margin: 132px 0 0;
  padding: 15px 0;
  font-size: 14px;
  border-top: 1px solid #555;
}
.p-entryArticle__body .author-info::before {
  display: block;
  content: "著者プロフィール";
  position: absolute;
  top: -32px;
  left: 0;
  width: 200px;
  height: 32px;
  padding: 9px 0;
  text-align: center;
  line-height: 100%;
  font-size: 14px;
  color: #fff;
  background: #333;
}
.p-entryArticle__body .author-avatar {
  float: left;
  width: 15%;
}
.p-entryArticle__body .author-avatar img {
  width: 100%;
  height: auto;
}
.p-entryArticle__body .author-description {
  float: right;
  width: 82%;
}
.p-entryArticle__body h2.author-title {
  display: block;
  max-width: 100%;
  margin: 0 0 5px;
  padding: 0 0 5px;
  line-height: 120%;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
.p-entryArticle__body .author-link,
.p-entryArticle__body .author-heading {
  display: none;
}
.p-entryArticle__body ul li,
.p-entryArticle__body ol li {
  margin-left: 20px;
  list-style-type: inherit;
}
.p-entryArticle__body table {
  border-collapse: collapse;
  height: auto !important;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body table {
    width: 100% !important;
  }
}
.p-entryArticle__body table tr {
  height: auto !important;
}
.p-entryArticle__body table th,
.p-entryArticle__body table td {
  border: 1px solid #ccc;
  width: auto !important;
  height: auto !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 743px) {
  .p-entryArticle__body table th,
.p-entryArticle__body table td {
    min-width: 10rem;
    padding: 1rem;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body table th,
.p-entryArticle__body table td {
    min-width: 14rem;
    padding: 1rem 1.4rem;
    font-size: 1.4rem;
  }
}
.p-entryArticle__body table th[style*="#ffc06e" i],
.p-entryArticle__body table td[style*="#ffc06e" i] {
  padding: 0.8rem 1rem !important;
  background-color: #79727c !important;
  color: #fff !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
@media screen and (max-width: 743px) {
  .p-entryArticle__body table th[style*="#ffc06e" i],
.p-entryArticle__body table td[style*="#ffc06e" i] {
    font-size: 1.2rem !important;
  }
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body table th[style*="#ffc06e" i],
.p-entryArticle__body table td[style*="#ffc06e" i] {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 743px) {
  .p-entryArticle__body table th img,
.p-entryArticle__body table td img {
    max-width: 160px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body table th img,
.p-entryArticle__body table td img {
    max-width: 240px;
  }
}
.p-entryArticle__body .scr2 {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 3rem 0;
}
.p-entryArticle__body .scr2 table {
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body .scr2 table {
    width: 100% !important;
  }
}
@media screen and (max-width: 743px) {
  .p-entryArticle__body .scr2 table[style*="width: 10"], .p-entryArticle__body .scr2 table[style*="width: 11"] {
    width: 100% !important;
  }
}
.p-entryArticle__body .wpBoxStyle ul li,
.p-entryArticle__body .wpBoxStyle ol li {
  margin-left: 20px;
  list-style-type: inherit;
}
.p-entryArticle__body .wp-sideItemsTit {
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #2d89a3;
}
.p-entryArticle__body .wp-sideItemsBox {
  margin-bottom: 20px;
  padding: 20px;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
}
.p-entryArticle__body .wp_sideItems li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.p-entryArticle__body .wp_sideItems li a {
  display: block;
  color: #333;
}
.p-entryArticle__body .wp_sideItems li a small,
.p-entryArticle__body .wp_sideItems li a strong {
  display: block;
  font-weight: normal;
}
.p-entryArticle__body .wp_sideItems li a strong {
  font-size: 14px;
  line-height: 140%;
}
.p-entryArticle__body .wp_sideItems li a img {
  display: block;
  margin: auto;
  border-radius: 10px;
}
.p-entryArticle__body h1 a span[style*="12pt"] {
  line-height: 1.4 !important;
  display: inline-block !important;
}
@media screen and (max-width: 743px) {
  .p-entryArticle__body h1 a span[style*="12pt"] {
    font-size: 1.25rem !important;
  }
}
@media print, screen and (min-width: 744px) {
  .p-entryArticle__body h1 a span[style*="12pt"] {
    font-size: 1.6rem !important;
  }
}

@media print, screen and (min-width: 744px) {
  .p-campaignBanners {
    display: flex;
    align-items: center;
    padding: 12rem 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-campaignBanners {
    padding: 5rem 0;
  }
}
.p-campaignBanners__header {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-campaignBanners__header {
    width: 480px;
    margin-right: 40px;
    flex-shrink: 0;
  }
}
.p-campaignBanners__header_ttl {
  font-size: 46px;
  margin-bottom: 20px;
  line-height: 1.1;
}
@media screen and (max-width: 743px) {
  .p-campaignBanners__header_ttl {
    font-size: 32px;
  }
}
.p-campaignBanners__header_ttl span {
  font-size: 61%;
  display: inline-block;
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
}
.p-campaignBanners__header_btn {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-campaignBanners__header_btn {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-campaignBanners__header_btn a {
    min-width: 352px;
  }
}
@media screen and (max-width: 743px) {
  .p-campaignBanners__header_btn a {
    width: 90%;
  }
}
.p-mv + .p-campaignBanners {
  padding-top: 0;
}

@media print, screen and (min-width: 744px) {
  .p-campaignBanners__body {
    flex-shrink: 0;
    width: calc(100vw - 520px);
    overflow: hidden !important;
  }
}
@media screen and (max-width: 743px) {
  .p-campaignBanners__body {
    width: 86vw;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 744px) {
  .p-campaignBanners__slide_item {
    width: 48rem !important;
    border-radius: 22px;
  }
  .p-campaignBanners__slide_item:not(:last-child) {
    margin-right: 40px;
  }
  .p-campaignBanners__slide_item img {
    border: solid 2px #454147;
    border-radius: 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-campaignBanners__slide_item {
    border-radius: 20px;
  }
  .p-campaignBanners__slide_item:not(:last-child) {
    margin-right: 10px;
  }
  .p-campaignBanners__slide_item img {
    border: solid 2px #454147;
    border-radius: 18px;
  }
}
.p-campaignBanners__slide_item a {
  display: block;
}

@media print, screen and (min-width: 744px) {
  .p-campaignBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8rem 0;
    padding: 6rem 0;
    background: #F9F8F5;
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-campaignBanner {
    margin: 7rem 0 7rem;
  }
}
.p-campaignBanner__header {
  text-align: center;
}
.p-campaignBanner__header_ttl {
  font-size: 3.6rem;
  margin-bottom: 20px;
  line-height: 1.1;
}
@media screen and (max-width: 743px) {
  .p-campaignBanner__header_ttl {
    font-size: 2.6rem;
  }
}
.p-campaignBanner__header_ttl span {
  font-size: 61%;
  display: inline-block;
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
}
.p-campaignBanner__header_btn {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-campaignBanner__header_btn {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-campaignBanner__header_btn a {
    min-width: 352px;
  }
}
@media screen and (max-width: 743px) {
  .p-campaignBanner__header_btn a {
    width: 90%;
  }
}

@media screen and (max-width: 743px) {
  .p-campaignBanner__body {
    width: 86vw;
    margin: 0 auto;
  }
}

.p-campaignBanner__item + .p-campaignBanner__item {
  margin-top: 3rem;
}

.p-result__section {
  background-color: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-result__section {
    padding: 12rem 0 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-result__section {
    padding: 5rem 0 3rem;
  }
}

.p-resultIndex {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-resultIndex {
    padding: 3.2rem 0 3.2rem;
    border-top: solid 1px #dedede;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex {
    padding: 7rem 2rem 8rem 0;
    border-top: solid 1px #dedede;
  }
}

@media screen and (max-width: 743px) {
  .p-resultIndex__header {
    margin-bottom: 1.8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__header {
    margin-bottom: 3.5rem;
  }
}

.p-resultIndex__ttl {
  line-height: 1.3;
}
.p-resultIndex__ttl_main {
  display: inline-block;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__ttl_main {
    font-weight: 600;
    font-size: 2.4rem;
    font-style: normal;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, transparent 65%, #FAEE00 65%, #FAEE00 100%) repeat scroll 0 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__ttl_main {
    font-weight: 500;
    color: #FAEE00;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 2px 2px 0 #454147;
    font-size: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-resultIndex__ttl_main .u-font--small {
    font-size: 0.7em;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__ttl_main .u-font--small {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 743px) {
  .p-resultIndex__ttl_sub {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__ttl_sub {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
  }
}

.p-resultIndex__arrow {
  position: absolute;
  top: 7rem;
  right: 2rem;
  height: 5.6rem;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__arrow {
    display: none;
  }
}
.p-resultIndex__arrow div {
  cursor: pointer;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 1rem 0 0;
  background: #454147 url(../images/common/ico_arrow_01_w.svg) no-repeat center center;
  background-size: 35%;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-resultIndex__arrow div {
    transition: 0.2s;
  }
  .p-resultIndex__arrow div:hover {
    background-color: #454147;
    border-color: #454147;
  }
}
.p-resultIndex__arrow--prev {
  transform: rotate(180deg);
}
.p-resultIndex__arrow .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-resultIndex__header:has(.is_pc:nth-last-child(n+1)) + .p-resultIndex__body .p-resultIndex__arrow {
  top: 25.5rem;
}

.p-resultIndex__header:has(.is_pc:nth-last-child(n+2)) + .p-resultIndex__body .p-resultIndex__arrow {
  top: 31rem;
}

.p-resultIndex__body {
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__body {
    width: 100vw;
    margin-left: -4.27vw;
    padding-left: 4.27vw;
  }
}

.p-resultIndex__list {
  line-height: 1.3;
}
.p-resultIndex__list a {
  text-decoration: none;
}
.p-resultIndex__list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__list_item {
    width: 35vw !important;
  }
}
.p-resultIndex__list_item_time {
  color: #717171;
  display: block;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__list_item_time {
    margin-bottom: 6px;
    font-size: 9px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__list_item_time {
    margin-bottom: 12px;
    font-size: 10px;
  }
}
.p-resultIndex__list_item_thumb {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__list_item_thumb {
    height: 30vw;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__list_item_thumb {
    height: 22rem;
    margin-bottom: 2rem;
  }
}
.p-resultIndex__list_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-resultIndex__list_item_price {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__list_item_price {
    margin-bottom: 2px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__list_item_price {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 743px) {
  .p-resultIndex__list_item_price dt {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__list_item_price dt {
    font-size: 14px;
  }
}
.p-resultIndex__list_item_price dd {
  color: #E50000;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__list_item_price dd {
    font-size: 19px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__list_item_price dd {
    font-size: 26px;
  }
}
.p-resultIndex__list_item_price dd span {
  font-size: 55%;
}
.p-resultIndex__list_item_ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__list_item_ttl {
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__list_item_ttl {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 743px) {
  .p-resultIndex__list_item_name {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__list_item_name {
    font-weight: 600;
    font-size: 13px;
  }
}

.p-resultIndex__btn {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-resultIndex__btn {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-resultIndex__btn {
    margin-bottom: 6rem;
  }
}

.p-reason__section {
  background-color: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-reason__section {
    margin: 0 0 10rem;
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__section {
    margin: 0 0 6rem;
    padding: 6rem 0 6rem;
  }
}

.p-reason__header {
  text-align: center;
  line-height: 1.1;
}
@media print, screen and (min-width: 744px) {
  .p-reason__header {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__header {
    margin-bottom: 70px;
  }
}
.p-reason__header_ttl {
  display: inline-block;
  position: relative;
}
.p-reason__header_ttl_sub_1 {
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
  transform: translateX(10px);
}
.p-reason__header_ttl_sub_2 {
  position: absolute;
  top: 7.4rem;
  left: 5.4rem;
  display: block;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-top: 1rem;
  padding-left: 2em;
}
.p-reason__header_ttl_main {
  font-size: 8.7rem;
  color: #FAEE00;
  margin-top: 0;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 744px) {
  .p-reason__header_ttl_main {
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 2px 2px 0 #454147;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__header_ttl_main {
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 1px 0 #454147;
  }
}
.p-reason__header_ttl_main_big {
  display: inline-block;
  font-size: 200%;
  transform: translateY(0.02em);
}
.p-reason__header_ttl_main_small {
  font-size: 90%;
}
@media screen and (max-width: 743px) {
  .p-reason__header_ttl_sub {
    top: 0;
    left: 20px;
  }
  .p-reason__header_ttl_sub_1 {
    font-size: 1.6rem;
  }
  .p-reason__header_ttl_sub_2 {
    top: 3.2rem;
    left: 3rem;
    font-size: 1.4rem;
  }
  .p-reason__header_ttl_main {
    font-size: 4.5rem;
    margin-top: 0.6rem;
  }
}

.p-reason__header2 {
  text-align: center;
  line-height: 1.1;
}
@media print, screen and (min-width: 744px) {
  .p-reason__header2 {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__header2 {
    margin-bottom: 7rem;
  }
}
.p-reason__header2_ttl {
  display: inline-block;
  position: relative;
  padding-left: 5.8rem;
}
@media print, screen and (min-width: 744px) {
  .p-reason__header2_ttl {
    padding-left: 11rem;
  }
}
.p-reason__header2_ttl_word1 {
  font-size: 2.8rem;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-reason__header2_ttl_word1 {
    font-size: 5.2rem;
  }
}
.p-reason__header2_ttl_word2 {
  font-weight: 600;
  color: #FAEE00;
}
@media print, screen and (min-width: 744px) {
  .p-reason__header2_ttl_word2 {
    font-size: 6.9rem;
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 2px 2px 0 #454147;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__header2_ttl_word2 {
    font-size: 3.7rem;
    text-shadow: 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 0 0 #454147, -1px 0 0 #454147, 0 1px 0 #454147, 0 -1px 0 #454147, 1px 1px 0 #454147, -1px 1px 0 #454147, 1px -1px 0 #454147, -1px -1px 0 #454147, 1px 1px 0 #454147;
  }
}
.p-reason__header2_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5.2rem;
  height: 7.2rem;
  background: url(../images/common/reason_flag.svg) no-repeat center;
  background-size: contain;
}
@media print, screen and (min-width: 744px) {
  .p-reason__header2_ttl::before {
    width: 9.8rem;
    height: 13.6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-reason__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10rem 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__list {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    padding: 0 1rem;
  }
}

.p-reason__item {
  position: relative;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 744px) {
  .p-reason__item {
    flex: calc(50% - 1.5rem);
    padding: 9rem 8rem 8rem;
    border-radius: 42px;
    border: solid 1px #454147;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__item {
    padding: 60px 8vw 40px;
    border-radius: 42px;
    border: solid 1px #454147;
  }
}
.p-reason__item_point {
  position: absolute;
  top: -8.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 13.8rem;
  height: 13.8rem;
  background: #454147;
  border-radius: 50%;
  padding-top: 4rem;
  font-size: 2.3rem;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.p-reason__item_point span {
  display: block;
  font-size: 235%;
}
@media screen and (max-width: 743px) {
  .p-reason__item_point {
    top: -48px;
    width: 80px;
    height: 80px;
    padding-top: 25px;
    font-size: 13px;
  }
}
.p-reason__item_ttl {
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 743px) {
  .p-reason__item_ttl {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
  }
}
.p-reason__item_ttl span {
  display: inline-block;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, transparent 75%, #FAEE00 75%, #FAEE00 95%) repeat scroll 0 0;
}
.p-reason__item_ttl_sub {
  font-size: 65%;
}
.p-reason__item_pct {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-reason__item_pct img {
    height: 20rem;
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__item_pct img {
    height: 12rem;
    width: auto;
  }
}
.p-reason__item_body {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 744px) {
  .p-reason__item_body {
    margin-top: 4rem;
    font-size: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__item_body {
    margin-top: 2rem;
  }
}
.p-reason__item_body p small {
  display: inline-block;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 744px) {
  .p-reason__item_body p small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__item_body p small {
    font-size: 1.2rem;
  }
}
.p-reason__item[data-reason="3"] .p-reason__item_pct img, .p-reason__item[data-reason="7"] .p-reason__item_pct img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 744px) {
  .p-reason__item[data-reason="5"] .p-reason__item_pct img, .p-reason__item[data-reason="8"] .p-reason__item_pct img {
    height: 28rem;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__item[data-reason="5"] .p-reason__item_pct img, .p-reason__item[data-reason="8"] .p-reason__item_pct img {
    height: 16rem;
  }
}
.p-reason__item_link {
  width: 100%;
  text-align: right;
  margin-top: 1em;
}
@media print, screen and (min-width: 744px) {
  .p-reason__item_link {
    font-size: 0.85em;
  }
}

.p-reason__price {
  position: relative;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media print, screen and (min-width: 744px) {
  .p-reason__price {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-reason__price {
    font-size: 1.8rem;
  }
}
.p-reason__price span {
  display: inline-block;
}
.p-reason__price i {
  font-size: 148%;
  position: relative;
  font-weight: 600;
  font-style: normal;
}
.p-reason__price i::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.35em;
  right: -1.3em;
  width: 0.7em;
  height: 0.7em;
  background: url(../images/common/illust_hot.svg) no-repeat center;
  background-size: contain;
}

.p-categoryIcons {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIcons {
    margin: 17rem auto 14rem;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIcons {
    margin: 6rem auto 6rem;
  }
}
.p-categoryIcons__lead {
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIcons__lead {
    margin-bottom: 7.5rem;
    font-size: 2.6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIcons__lead {
    margin-bottom: 3rem;
  }
}

.p-categoryIcons__illust {
  position: absolute;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIcons__illust {
    left: 5rem;
    bottom: -14rem;
    width: 26rem;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIcons__illust {
    left: 6rem;
    bottom: 4rem;
    width: 16rem;
  }
}

.p-categoryIcons__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIcons__list {
    width: 103.6rem;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIcons__list {
    margin: 0 3.84vw 12rem;
    justify-content: space-between;
  }
}
.p-categoryIcons__list li {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIcons__list li {
    width: 16.4rem;
    margin: 0 1.8rem 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIcons__list li {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 20px;
  }
}
.p-categoryIcons__list li a {
  text-decoration: none;
}
.p-categoryIcons__list li i {
  display: block;
  border-radius: 50%;
  border: solid 2px #eee;
  background-color: #fff;
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIcons__list li i {
    width: 16.4rem;
    height: 16.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIcons__list li i {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}
.p-categoryIcons__list li i::after {
  background-size: 45%;
}
@media (hover: hover) {
  .p-categoryIcons__list li i:hover {
    transform: translate(0, -4px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
}
.p-categoryIcons__list li span {
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIcons__list li span {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIcons__list li span {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-categoryIndex {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 744px) {
  .p-categoryIndex__column {
    width: calc(50% - 30px);
  }
}

.p-categoryIndex__box {
  position: relative;
  background: #F7F7F7;
  border-radius: 8px;
  padding: 0 20px;
  margin: 0 0 20px;
  transition: 0.2s;
}
@media (hover: hover) {
  .p-categoryIndex__box:hover {
    transform: translate(0, -4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIndex__box {
    margin-bottom: 8px;
  }
}
.p-categoryIndex__box_ttl {
  position: relative;
  font-weight: 600;
  margin: 0;
  padding: 22px 0 22px 2.5em;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIndex__box_ttl {
    font-size: 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIndex__box_ttl {
    font-size: 16px;
  }
}
.p-categoryIndex__box_ttl i[data-icon] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.8em;
  height: 1.8em;
}
.p-categoryIndex__box_ttl .icon-plus {
  top: 0;
  bottom: 0;
  right: 0.5rem;
  margin: auto;
}
.p-categoryIndex__box_body {
  border-top: solid 1px #ddd;
  padding: 22px 10px 22px 10px;
}
.p-categoryIndex__box_list {
  line-height: 1.9;
  font-weight: 500;
}
@media print, screen and (min-width: 744px) {
  .p-categoryIndex__box_list {
    font-size: 15px;
    margin: 0 40px 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIndex__box_list {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.p-categoryIndex__box_list::after {
  content: "など";
}
.p-categoryIndex__box_list li {
  position: relative;
  display: inline;
}
.p-categoryIndex__box_list li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 0.1em 0 0.5em;
}
.p-categoryIndex__box_list li a {
  color: #E50000 !important;
}
.p-categoryIndex__box_btn {
  text-align: center;
}
.p-categoryIndex__box_btn .c-btnStyle1 {
  font-size: 14px;
  min-width: auto;
}
@media (hover: hover) {
  .p-categoryIndex__box_btn .c-btnStyle1:hover {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    transform: scale(1.03) translate(0, -3px);
  }
}

@media print, screen and (min-width: 744px) {
  .p-categoryIndex__box.open {
    transform: translate(0, -4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 743px) {
  .p-categoryIndex__box.open {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
}

.p-step__section {
  background-color: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-step__section {
    margin: 0;
    padding: 10rem 0 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-step__section {
    margin: 0;
    padding: 7rem 0 1rem;
  }
}
@media print, screen and (min-width: 744px) {
  body.home .p-step__section {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 743px) {
  body.home .p-step__section {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 743px) {
  .p-step__flow {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-step__flow {
    max-width: 1680px;
    margin: 13rem auto 10rem;
    display: flex;
    justify-content: space-around;
  }
}
.p-step__flow_item {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-step__flow_item {
    display: flex;
    align-items: center;
    margin: 0 0 6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-step__flow_item {
    width: 32rem;
  }
}
.p-step__flow_item_num {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  z-index: 11;
}
@media print, screen and (min-width: 744px) {
  .p-step__flow_item_num {
    position: absolute;
    top: -8rem;
    left: -1rem;
    font-size: 9.8rem;
    margin-bottom: -1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-step__flow_item_num {
    position: absolute;
    top: -2.4rem;
    left: -1rem;
    font-size: 3.9rem;
    margin-bottom: -1rem;
  }
}
.p-step__flow_item_illust {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-step__flow_item_illust {
    width: 38vw;
    margin-right: 1.6rem;
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-step__flow_item_illust {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.p-step__flow_item_illust img {
  position: relative;
  width: 100%;
  max-width: 26rem;
  height: auto;
  z-index: 10;
}
@media print, screen and (min-width: 744px) {
  .p-step__flow_item_body {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-step__flow_item_ttl {
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 743px) {
  .p-step__flow_item_ttl {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-step__flow_item_ttl {
    font-size: 2.8rem;
  }
}
.p-step__flow_item_txt {
  text-align: left;
}
@media screen and (max-width: 743px) {
  .p-step__flow_item_txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 744px) {
  .p-step__flow_item_txt {
    line-height: 1.75;
    font-size: 2rem;
  }
}

.p-step__flow_item:not(:last-child) .p-step__flow_item_illust::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #454147;
}
@media screen and (max-width: 743px) {
  .p-step__flow_item:not(:last-child) .p-step__flow_item_illust::after {
    width: 2px;
    height: 150%;
  }
}
@media print, screen and (min-width: 744px) {
  .p-step__flow_item:not(:last-child) .p-step__flow_item_illust::after {
    width: 150%;
    height: 4px;
  }
}

.p-step__firstBanner {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-step__firstBanner {
    margin: 10rem auto 0;
    width: 1020px;
    background: #D7F2E0;
  }
}
@media screen and (max-width: 743px) {
  .p-step__firstBanner {
    margin: 5rem 0 0;
  }
}
.p-step__firstBanner a {
  display: block;
}
.p-step__firstBanner img {
  display: block;
  width: 100%;
  height: auto;
}

.p-step__movie {
  margin: 10rem auto 4rem;
}
@media screen and (max-width: 743px) {
  .p-step__movie {
    margin: 5rem auto 4rem;
  }
}

.p-step__movie_video {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.p-step__movie_video video {
  display: block;
  width: 100%;
  height: auto;
  background: #454147;
}

.p-step__mangadewakaru {
  text-align: center;
}
.p-step__mangadewakaru_btn {
  margin-bottom: 3rem;
  cursor: pointer;
}
.p-step__mangadewakaru_body {
  display: none;
}

@media print, screen and (min-width: 744px) {
  .p-columnArchive {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin: 0 0 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-columnArchive {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin: 0 0 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-entryMain .p-columnArchive {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-columnArchive__item {
  position: relative;
}
.p-columnArchive__item a {
  display: block;
  height: 100%;
  color: #454147;
  text-decoration: none;
}
@media (hover: hover) {
  .p-columnArchive__item a:hover {
    text-decoration: none;
  }
  .p-columnArchive__item a:hover img {
    transform: scale(1.06);
  }
}
.p-columnArchive__item_thumb {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-columnArchive__item_thumb {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 743px) {
  .p-columnArchive__item_thumb {
    margin-bottom: 12px;
  }
}
.p-columnArchive__item_thumb figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.6rem;
}
.p-columnArchive__item_thumb figure img {
  aspect-ratio: 1.5;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: auto) {
  .p-columnArchive__item_thumb figure {
    position: relative;
  }
  .p-columnArchive__item_thumb figure::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .p-columnArchive__item_thumb figure::after {
    content: "";
    clear: both;
    display: block;
  }
  .p-columnArchive__item_thumb figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-columnArchive__item_thumb img {
  transition: transform 0.3s, opacity 0.3s linear !important;
}
.p-columnArchive__item_noimage {
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  background-color: #F9F8F5;
  background-image: url("../images/common/noimage.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}
.p-columnArchive__item_txt {
  line-height: 1.5;
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 744px) {
  .p-columnArchive__item_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-columnArchive__item_txt {
    font-size: 1.3rem;
  }
}
.p-columnArchive__item_date {
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  color: #454147;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .p-columnArchive__item_date {
    font-size: 1.1rem;
  }
}
.p-columnArchive__item_category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.p-columnArchive__item_category li {
  padding: 0.3em 0.8em 0.4em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 4px 4px 0;
  background: #454147;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-columnArchive__item_category li {
    font-size: 1.1rem;
  }
}

.p-newsTicker {
  border: solid 1px #454147;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-newsTicker {
    padding: 52px 250px 50px 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsTicker {
    padding: 5vw 4.27vw;
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-newsTicker__list li {
    display: flex;
    align-items: center;
  }
}
.p-newsTicker__list li:not(:first-child) {
  display: none;
}
.p-newsTicker__list_date {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  color: #454147;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-newsTicker__list_date {
    width: 155px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-newsTicker__list_date {
    font-size: 1.4rem;
  }
}
.p-newsTicker__list_txt {
  line-height: 1.3;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-newsTicker__list_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsTicker__list_txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-newsTicker__list_txt a {
  text-decoration: none;
  color: #454147 !important;
}

.p-newsBox {
  position: relative;
  border: solid 1px #454147;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-newsBox {
    margin: 5rem 0 4rem;
    padding: 3rem 10rem;
    border-radius: 30px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsBox {
    padding: 2.4rem 3rem;
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-newsBox__list li {
    display: flex;
    align-items: center;
    padding: 3rem 8rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-newsBox__list li {
    padding: 1.6rem 0 2rem;
  }
}
.p-newsBox__list li:not(:last-child) {
  border-bottom: dashed 1px #454147;
}
.p-newsBox__list_date {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  color: #454147;
  font-weight: 500;
}
@media print, screen and (min-width: 744px) {
  .p-newsBox__list_date {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-newsBox__list_date {
    font-size: 1.4rem;
  }
}
.p-newsBox__list_txt {
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-newsBox__list_txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-newsBox__list_txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-newsBox__list_txt a {
  text-decoration: none;
  color: #454147 !important;
}

.p-newsBox__illust {
  position: absolute;
}
@media print, screen and (min-width: 744px) {
  .p-newsBox__illust {
    top: 0;
    left: 0;
    width: 27rem;
    transform: translateY(calc(-100% + 5px));
  }
}
@media screen and (max-width: 743px) {
  .p-newsBox__illust {
    display: none;
  }
}

.p-bookstore__section {
  position: relative;
  background: #FFFEE6;
}
@media print, screen and (min-width: 744px) {
  .p-bookstore__section {
    padding: 10rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-bookstore__section {
    padding: 6rem 0 18rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-bookstore__body {
    margin: 5rem 4rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-bookstore__body {
    margin: 3rem 2rem 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-bookstore__body_txt {
    font-size: 2.4rem;
  }
}

.p-bookstore__btn {
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 744px) {
  .p-bookstore__btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-bookstore__btn {
    margin-top: 3rem;
  }
}

.p-bookstore__img_slide {
  transition-timing-function: linear !important;
}
@media print, screen and (min-width: 744px) {
  .p-bookstore__img_slide_item {
    width: 990px;
    height: 510px;
  }
}
@media screen and (max-width: 743px) {
  .p-bookstore__img_slide_item {
    width: 100%;
    height: auto;
  }
}
.p-bookstore__img_slide_item img {
  width: 100%;
  height: auto;
}

.p-bookstore__illust {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 744px) {
  .p-bookstore__illust {
    left: calc(50% + 35rem);
    width: 22rem;
  }
}
@media screen and (max-width: 743px) {
  .p-bookstore__illust {
    right: 3rem;
    width: 16rem;
  }
}

.p-brandIndex__credo {
  background: #FAEE00;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__credo {
    padding: 11.5rem 0 13rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__credo {
    padding: 6rem 0 12rem;
  }
}
.p-brandIndex__credo_ttl {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__credo_ttl {
    font-size: 6.7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__credo_ttl {
    font-size: 6vw;
  }
}
.p-brandIndex__credo_txt {
  line-height: 1.6;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__credo_txt {
    margin: 0 auto;
    width: 78rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__credo_txt {
    margin: 0 2rem;
    font-size: 4vw;
  }
}
.p-brandIndex__credo_company {
  text-align: center;
  margin-top: 1.4em;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__credo_company {
    font-size: 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__credo_company {
    font-size: 5vw;
  }
}
.p-brandIndex__credo_company_copy {
  font-weight: 600;
  margin-bottom: 0.3em;
}
.p-brandIndex__credo_company_name {
  font-size: 60%;
}
@media screen and (max-width: 743px) {
  .p-brandIndex__credo_company_name {
    font-size: 3.5vw;
  }
}

.p-brandIndex__credo_illust1 {
  position: absolute;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__credo_illust1 {
    bottom: -2rem;
    right: calc(50% + 45rem);
    width: 14.1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__credo_illust1 {
    bottom: -10rem;
    left: 1rem;
    width: 8.46rem;
  }
}

.p-brandIndex__credo_illust2 {
  position: absolute;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__credo_illust2 {
    bottom: -2rem;
    left: calc(50% + 39rem);
    width: 15.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__credo_illust2 {
    bottom: -10rem;
    right: 1rem;
    width: 9.24rem;
  }
}

.p-brandIndex__project {
  background-color: #DFE1E0;
  position: relative;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project {
    overflow-x: clip;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project {
    overflow-y: clip;
  }
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_layout {
    display: flex;
    max-width: 1920px;
    padding: 0;
  }
}
@media screen and (min-width: 744px) and (max-width: 1280px) {
  .p-brandIndex__project_layout {
    display: block;
  }
}
.p-brandIndex__project_section {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_section {
    width: 50%;
    padding: 13rem 15rem 12rem;
    text-align: center;
  }
}
@media screen and (min-width: 744px) and (max-width: 1280px) {
  .p-brandIndex__project_section {
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_section {
    padding: 8rem 0 7rem;
  }
}
.p-brandIndex__project_section > * {
  position: relative;
}
.p-brandIndex__project_ttl {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_ttl {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_ttl {
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_thumb {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_thumb {
    margin-top: 20px;
  }
}
.p-brandIndex__project_thumb img {
  border-radius: 6px;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_btn {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_btn {
    text-align: center;
    margin-top: 3rem;
  }
}
.p-brandIndex__project_btn .c-btnStyle1 {
  background-color: #FAEE00;
}
.p-brandIndex__project_btn .c-btnStyle1 span::before {
  background-color: #fff;
}

@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_section[data-project=ouendan] {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_section[data-project=ouendan] .p-brandIndex__project_ttl {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_section[data-project=ouendan] .p-brandIndex__project_ttl {
    padding: 0 10vw;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_section[data-project=ouendan] .p-brandIndex__project_ttl img {
    height: 7rem;
    width: auto;
  }
}
.p-brandIndex__project_section[data-project=ouendan] .p-brandIndex__project_txt {
  line-height: 1.6;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_section[data-project=ouendan] .p-brandIndex__project_txt {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_section[data-project=ouendan] .p-brandIndex__project_txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 743px) {
  .p-brandIndex__project_section[data-project=honnokimochi] {
    margin-left: -4.27vw;
    margin-right: -4.27vw;
    padding: 10rem 4.27vw 7rem;
  }
}
.p-brandIndex__project_section[data-project=honnokimochi]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  background: #C1BFAC;
  z-index: 0;
  transform: skewX(-15deg);
}
@media screen and (min-width: 744px) and (max-width: 1280px) {
  .p-brandIndex__project_section[data-project=honnokimochi]::before {
    width: 100%;
    height: 120%;
    transform: skewY(-15deg);
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_section[data-project=honnokimochi]::before {
    top: 2rem;
    width: 100%;
    height: 120%;
    transform: skewY(-15deg);
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_section[data-project=honnokimochi] .p-brandIndex__project_ttl {
    font-size: 3rem;
    text-align: center;
    line-height: 1.3;
  }
}
.p-brandIndex__project_section[data-project=honnokimochi] .p-brandIndex__project_txt {
  line-height: 1.6;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_section[data-project=honnokimochi] .p-brandIndex__project_txt {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_section[data-project=honnokimochi] .p-brandIndex__project_txt {
    font-size: 1.6rem;
  }
}

.p-brandIndex__project_illust {
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 744px) {
  .p-brandIndex__project_illust {
    top: -4rem;
    left: calc(50% - 20rem);
    width: 28.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-brandIndex__project_illust {
    top: 62rem;
    left: 3.5rem;
    width: 16.2rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-media__section {
    padding: 4rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-media__section {
    padding: 2rem 0 6rem;
  }
}

.p-media__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 744px) {
  .p-media__list {
    width: 100%;
    max-width: 1000px;
    margin: 6rem auto 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-media__list li {
    margin: 0 36px 30px;
  }
}
@media screen and (max-width: 743px) {
  .p-media__list li {
    margin: 0 18px 15px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-media__list li img {
    height: 55px;
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-media__list li img {
    height: 30px;
    width: auto;
  }
}

@media print, screen and (min-width: 744px) {
  .p-group__section {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-group__section {
    padding: 8rem 0 6rem;
  }
}

.p-group__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 744px) {
  .p-group__list {
    margin: 0 auto;
    gap: 2.4rem 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list {
    justify-content: space-between;
    gap: 1.6rem 0;
  }
}
.p-group__list a {
  display: block;
  text-decoration: none;
  color: #454147 !important;
}
.p-group__list li {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-group__list li {
    flex-basis: calc((100% - 6rem) / 4);
    width: calc((100% - 6rem) / 4);
  }
}
@media screen and (max-width: 743px) {
  .p-group__list li {
    width: calc(50% - 8px);
  }
}
.p-group__list_logo {
  background: #F7F7F7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .p-group__list_logo {
    height: 94px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list_logo {
    height: 18vw;
    padding: 5px 6vw;
  }
}
@media print, screen and (min-width: 744px) {
  .p-group__list_logo img {
    height: 3.6rem;
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list_logo img {
    height: 6vw;
    width: auto;
  }
}
.p-group__list_ttl {
  margin-top: 0.9em;
  line-height: 1.3;
  font-size: 13px;
}
@media screen and (max-width: 743px) {
  .p-group__list_ttl {
    font-size: 1.1rem;
  }
}
.p-group__list_ttl span {
  position: relative;
  display: inline-block;
}
.p-group__list_ttl span::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: -1.2em;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/ico_blank_b.svg) no-repeat center center;
  background-size: contain;
}

@media (hover: hover) {
  .p-group__list a:hover .p-group__list_logo {
    transform: translate(0, 4px);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  }
}

.p-group__list2 {
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-group__list2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem 9rem;
    margin: 6rem auto 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list2 {
    gap: 1.6rem;
    margin: 3rem auto 8rem;
  }
}
.p-group__list2 li {
  min-width: 0;
  transition: 0.2s;
}
.p-group__list2_item {
  width: 100%;
}
.p-group__list2_item_layout {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #454147 !important;
}
@media print, screen and (min-width: 744px) {
  .p-group__list2_item_layout {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list2_item_layout {
    gap: 1.6rem;
  }
}
.p-group__list2_item_logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .p-group__list2_item_logo {
    flex-basis: 23rem;
    width: 30rem;
    min-height: 13rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list2_item_logo {
    flex-basis: 36vw;
    width: 36vw;
    min-height: 33vw;
    padding: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-group__list2_item_logo img {
    height: 4rem;
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list2_item_logo img {
    max-height: 2.8rem;
    width: auto;
  }
}
@media print, screen and (min-width: 744px) {
  .p-group__list2_item_content {
    padding-top: 0.4rem;
  }
}
.p-group__list2_item_title {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .p-group__list2_item_title {
    font-size: 1.5rem;
  }
}
.p-group__list2_item_txt {
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-group__list2_item_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list2_item_txt {
    font-size: 1.2rem;
  }
}
.p-group__list2_item_link {
  line-height: 1.4;
  text-align: right;
  margin-top: 1em;
  text-decoration: underline;
}
@media print, screen and (min-width: 744px) {
  .p-group__list2_item_link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-group__list2_item_link {
    font-size: 1.2rem;
  }
}
.p-group__list2_item_link::after {
  content: "";
  display: inline-block;
  vertical-align: super;
  margin-left: 3px;
  margin-right: 0;
  width: 0.7em;
  height: 0.7em;
  background: url(../images/common/ico_blank_b.svg) no-repeat center center;
  background-size: contain;
}

@media (hover: hover) {
  .p-group__list2_item a:hover .p-group__list2_item_logo {
    transform: translate(0, 4px);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  }
}

.p-voice__section {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-voice__section {
    margin: 12rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-voice__section {
    margin: 6rem 0 4rem;
  }
}
.p-voice__section_lead {
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-voice__section_lead {
    font-size: 20px;
  }
}
.p-voice__section_remarks {
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 744px) {
  .p-voice__section_remarks {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-voice__section_remarks {
    margin-bottom: 30px;
  }
}

.p-voice__illust {
  position: absolute;
}
@media print, screen and (min-width: 744px) {
  .p-voice__illust {
    top: -7rem;
    left: calc(50% + 25rem);
    width: 29rem;
  }
}
@media screen and (max-width: 743px) {
  .p-voice__illust {
    display: none;
  }
}

.p-voice__badge {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media print, screen and (min-width: 744px) {
  .p-voice__badge {
    gap: 2rem;
    margin: 2rem 0 3.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-voice__badge {
    gap: 0.4rem;
    margin: 1rem 0 1.6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-voiceArchive {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-voiceArchive .swiper-wrapper,
.p-voiceArchive .swiper-slide {
    display: contents !important;
  }
}
.p-voiceArchive__item {
  background: #F9F8F5;
}
@media print, screen and (min-width: 744px) {
  .p-voiceArchive__item {
    border-radius: 30px;
    padding: 35px 30px 40px;
  }
}
@media screen and (max-width: 743px) {
  .p-voiceArchive__item {
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 1.6rem 2rem 2.8rem;
  }
}
.p-voiceArchive__item_name {
  position: relative;
  line-height: 1.2;
  font-weight: 600;
  padding: 1.4em 0 1.4em 5.5em;
}
@media print, screen and (min-width: 744px) {
  .p-voiceArchive__item_name {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 743px) {
  .p-voiceArchive__item_name {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.p-voiceArchive__item_name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4em;
  height: 4.4em;
  background-color: #fff;
  border-radius: 50%;
}
.p-voiceArchive__item_txt {
  line-height: 1.6;
  font-weight: 400;
}
@media print, screen and (min-width: 744px) {
  .p-voiceArchive__item_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-voiceArchive__item_txt {
    line-height: 1.75;
    font-size: 1.4rem;
  }
}
.p-voiceArchive__item_date {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  text-align: right;
  margin-top: 3rem;
}
@media screen and (max-width: 743px) {
  .p-voiceArchive__item_date {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

[data-avatar="1"] .p-voiceArchive__item_name::before {
  background-image: url("../images/common/avatar1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-avatar="2"] .p-voiceArchive__item_name::before {
  background-image: url("../images/common/avatar2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-avatar="3"] .p-voiceArchive__item_name::before {
  background-image: url("../images/common/avatar3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-avatar="4"] .p-voiceArchive__item_name::before {
  background-image: url("../images/common/avatar4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-avatar="5"] .p-voiceArchive__item_name::before {
  background-image: url("../images/common/avatar5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-avatar="6"] .p-voiceArchive__item_name::before {
  background-image: url("../images/common/avatar6.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 744px) {
  .p-faq {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faq {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 743px) {
  .p-faq__heading {
    margin-left: -4.27vw;
    margin-right: -4.27vw;
    border-radius: 0;
  }
}

.p-faq__section {
  background: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-faq__section {
    padding: 15rem 0 12rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faq__section {
    padding: 5rem 0 6rem;
  }
}
.p-faq__section_ttl {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-faq__section_ttl {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faq__section_ttl {
    margin-bottom: 4rem;
  }
}
.p-faq__section_ttl > div {
  position: relative;
  display: inline-block;
}
.p-faq__section_ttl > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  margin: auto;
  left: -1.8em;
  width: 1.54em;
  height: 1.54em;
  background-image: url(../images/common/illust_faq_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-faq__section_ttl > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  margin: auto;
  right: -1.8em;
  width: 1.54em;
  height: 1.54em;
  background-image: url(../images/common/illust_faq_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-faq__section_btn {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-faq__section_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-faq__section_btn {
    margin-top: 30px;
  }
}
.p-categoryIcons + .p-faq__section {
  padding-top: 0;
}
.p-faqSearch {
  position: relative;
  background: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-faqSearch {
    margin: 6rem 0 5rem;
    padding: 3.2rem 4rem 3.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faqSearch {
    margin: 4rem 0 3rem;
    padding: 3rem 3rem 4rem;
  }
}

.p-faqSearch__lead {
  position: relative;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-faqSearch__lead {
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faqSearch__lead {
    margin-bottom: 1.4rem;
    padding-left: 3.8rem;
    font-size: 1.4rem;
  }
}

.p-faqSearch__controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 743px) {
  .p-faqSearch__controls {
    flex-direction: column;
    align-items: stretch;
  }
}

.p-faqSearch__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
}
@media screen and (max-width: 743px) {
  .p-faqSearch__actions {
    width: 100%;
  }
}

.p-faqSearch__input {
  min-width: 0;
  flex: 1 1 auto;
  border: 1px solid #bdb8ad;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 744px) {
  .p-faqSearch__input {
    height: 5.6rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faqSearch__input {
    height: 4.8rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
}
.p-faqSearch__input::placeholder {
  color: #8a8478;
}
.p-faqSearch__input:focus {
  outline: none;
  border-color: #454147;
  box-shadow: 0 0 0 0.3rem rgba(69, 65, 71, 0.12);
}

.p-faqSearch__button {
  flex: 0 0 auto;
  border: 1px solid #454147;
  border-radius: 999px;
  background: #454147;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  transition: 0.15s linear;
}
@media print, screen and (min-width: 744px) {
  .p-faqSearch__button {
    min-width: 12rem;
    height: 5.6rem;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faqSearch__button {
    flex: 1 1 0;
    width: auto;
    height: 4.8rem;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .p-faqSearch__button:hover {
    transform: translateY(-1px);
    opacity: 0.9;
  }
}

.p-faqSearch__button--sub {
  background: #fff;
  color: #454147;
}

@media screen and (max-width: 743px) {
  .p-faqIndex {
    margin: 0 -3.84vw;
  }
}

@media screen and (max-width: 743px) {
  .p-faqIndex--style2 {
    margin: 0 -3.84vw;
  }
}

.p-faqIndex marker {
  display: inline;
  padding: 0 0.1em;
  background: linear-gradient(transparent 0%, transparent 65%, #FAEE00 65%, #FAEE00 100%);
}

.p-faqIndex__item {
  position: relative;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 14px;
  transition: 0.2s;
}
@media (hover: hover) {
  .p-faqIndex__item:hover {
    transform: translate(0, -4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item {
    font-size: 1.4rem;
    margin-bottom: 8px;
    border-radius: 8px;
  }
}
.p-faqIndex__item_q {
  position: relative;
  line-height: 1.4;
  color: #454147;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item_q {
    padding: 2rem 4rem 2rem 0;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-faqIndex__item_q {
    padding: 34px 90px 32px 0;
    font-size: 20px;
    cursor: pointer;
  }
}
.p-faqIndex__item_q::before {
  content: "Q";
  display: block;
  flex-shrink: 0;
  line-height: 1;
  color: #454147;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  width: 1.86em;
  height: 1.86em;
  font-size: 145%;
  line-height: 1.86em;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #454147;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item_q::before {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
    margin: 0 0.8rem 0 1.1rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-faqIndex__item_q::before {
    margin: 0 calc(70px - 1.86em) 0 40px;
  }
}
.p-faqIndex__item_a {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item_a {
    padding: 2rem 0 2rem 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-faqIndex__item_a {
    padding: 30px 0 32px 0;
  }
}
.p-faqIndex__item_a_body {
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item_a_body {
    padding: 0 2rem 0 5.5rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-faqIndex__item_a_body {
    padding: 0 90px 0 110px;
    font-size: 18px;
  }
}
.p-faqIndex__item_a_body::before {
  content: "A";
  display: block;
  position: absolute;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  width: 1.86em;
  height: 1.86em;
  font-size: 145%;
  line-height: 1.86em;
  border-radius: 50%;
  background: #454147;
  border: solid 2px #454147;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item_a_body::before {
    left: 1.1rem;
    top: 0;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-faqIndex__item_a_body::before {
    left: 40px;
    top: 0;
  }
}
.p-faqIndex__item_a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background: #ddd;
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item_a::after {
    width: calc(100% - 20px);
  }
}
.p-faqIndex__item_a p {
  margin: 0 0 1.5em;
}
.p-faqIndex__item .icon-plus {
  flex-shrink: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  transition: 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item .icon-plus {
    right: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faq__single .p-faqIndex__item .p-faqIndex__item_q {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faq__single .p-faqIndex__item .p-faqIndex__item_a_body {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-faqIndex__item.open {
    transform: translate(0, -4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 743px) {
  .p-faqIndex__item.open {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
}

.p-faqIndex--style2 .p-faqIndex__item {
  box-shadow: none !important;
}
.p-faqIndex--style2 .p-faqIndex__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background: #bbb;
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .p-faqIndex--style2 .p-faqIndex__item::after {
    width: calc(100% - 20px);
    bottom: -4px;
  }
}
@media (hover: hover) {
  .p-faqIndex--style2 .p-faqIndex__item:hover {
    transform: none;
    box-shadow: none;
  }
}
@media print, screen and (min-width: 744px) {
  .p-faqIndex--style2 .p-faqIndex__item_q {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-faqIndex--style2 .p-faqIndex__item_a {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 744px) {
  .p-contact {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contact {
    margin-bottom: 8rem;
  }
}

.p-contact__box {
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 744px) {
  .p-contact__box {
    margin-top: 8rem;
    padding: 3rem 6rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contact__box {
    margin-top: 5rem;
    margin-left: -4.27vw;
    margin-right: -4.27vw;
    padding: 3rem 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contact__box .c-btnStyle1 {
    width: 100%;
  }
}

.p-policy {
  /* Section */
  /* Blocks */
  /* Lists & links */
}
@media print, screen and (min-width: 744px) {
  .p-policy {
    margin-bottom: 12rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-policy {
    margin-bottom: 8rem;
  }
}
.p-policy__header {
  margin: 0 0 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #777;
}
.p-policy__meta {
  margin: 0 0 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #777;
  line-height: 1.5;
}
.p-policy__section {
  margin-bottom: 10rem;
  font-style: normal;
}
@media screen and (max-width: 743px) {
  .p-policy__section {
    margin-bottom: 6rem;
  }
}
.p-policy__heading {
  font-size: 3.2rem;
  line-height: 1.4;
  margin: 0 0 3rem;
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  .p-policy__heading {
    font-size: 2.4rem;
  }
}
.p-policy__block {
  padding: 0 0 3rem;
  margin: 0 0 5rem;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 743px) {
  .p-policy__block {
    padding: 0 0 2rem;
    margin: 0 0 4rem;
  }
}
.p-policy__title {
  font-size: 2.2rem;
  margin: 0 0 1em;
  font-weight: 600;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}
@media screen and (max-width: 743px) {
  .p-policy__title {
    font-size: 1.8rem;
  }
}
.p-policy__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.8em;
  height: 0.8em;
  background-color: currentColor;
  border-radius: 1px;
}
.p-policy__subtitle {
  font-size: 1rem;
  margin: 0.5rem 0 0.25rem;
  font-weight: 600;
}
.p-policy__text {
  margin: 0 0 0.75rem;
  line-height: 1.9;
}
.p-policy__list {
  margin: 0.25rem 0 1rem 1.2em;
  padding: 0;
}
.p-policy__list > li {
  position: relative;
  margin: 0 0 0.75em;
  padding-left: 1em;
  line-height: 1.67;
}
.p-policy__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 0.35em;
  height: 0.35em;
  background-color: currentColor;
  border-radius: 50%;
}
.p-policy__links {
  margin: 0.5rem 0 1rem;
  padding: 0;
}
.p-policy__links > li {
  margin: 0 0 0.5em;
  line-height: 1.67;
}
.p-policy__item-note, .p-policy__text--small {
  font-size: 0.92em;
  color: #666666;
}
.p-policy__link {
  color: #0a66c2;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-policy__link:hover, .p-policy__link:focus-visible {
  text-decoration-thickness: 2px;
  outline: none;
}
.p-policy__link[aria-disabled=true] {
  color: #666666;
  text-decoration: none;
  cursor: not-allowed;
}
.p-policy address {
  font-style: normal;
  line-height: 1.67;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 743px) {
  .p-policy address {
    margin: 0 0 1rem;
  }
}

.p-policy__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5rem;
}
.p-policy__table th,
.p-policy__table td {
  border: 1px solid #bbb;
  padding: 1.6rem 1.8rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.67;
  font-size: 1.6rem;
}
@media screen and (max-width: 743px) {
  .p-policy__table th,
.p-policy__table td {
    padding: 1.2rem 1rem;
    font-size: 1.3rem;
  }
}
.p-policy__table th {
  background-color: #f5f5f5;
  width: 26rem;
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  .p-policy__table th {
    width: 25%;
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 744px) {
  .p-simulator {
    margin: 12rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulator {
    margin: 8rem 0 6rem;
  }
}

.p-simulatorBox {
  position: relative;
  background: #eee;
  border-radius: 30px;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox {
    padding: 80px 80px 80px;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox {
    padding: 7rem 4.27vw 6rem;
    margin-left: -4.27vw;
    margin-right: -4.27vw;
  }
}
.p-simulatorBox__txt {
  line-height: 1.75;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__txt {
    width: 840px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
  }
}

.p-simulatorBox__illust {
  position: absolute;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__illust {
    top: -4rem;
    left: 12rem;
    width: 27rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__illust {
    top: -3rem;
    left: 2rem;
    width: 20rem;
  }
}

.p-simulatorBox__form {
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form {
    border-radius: 20px;
    margin: 25px 0;
    padding: 25px 80px 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form {
    border-radius: 20px;
    margin: 2.5rem -2vw;
    padding: 3.5rem 3rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_layout {
    display: flex;
    justify-content: space-between;
  }
}
.p-simulatorBox__form_condition {
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_condition {
    display: flex;
    justify-content: space-between;
  }
}
.p-simulatorBox__form_condition dt {
  margin-right: 15px;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_condition dt::after {
    display: inline-block;
    content: ":";
    margin-left: 0.3em;
    transform: translateY(-0.1em);
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form_condition dt {
    margin-bottom: 0.5rem;
  }
  .p-simulatorBox__form_condition dt::before {
    content: "＜";
  }
  .p-simulatorBox__form_condition dt::after {
    content: "＞";
  }
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_condition dd {
    padding-bottom: 0;
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form_condition dd {
    font-size: 1.3rem;
    padding-top: 0.3rem;
    padding-bottom: 1rem;
    margin-right: -1rem;
  }
  .p-simulatorBox__form_condition dd label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .p-simulatorBox__form_condition dd label span {
    padding-right: 0.6rem !important;
  }
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_hint {
    font-size: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form_hint {
    font-size: 1.3rem;
  }
}
.p-simulatorBox__form_hint a {
  color: #454147 !important;
}
.p-simulatorBox__form_remarks {
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_remarks {
    font-size: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form_remarks {
    font-size: 1.2rem;
  }
}

.p-simulatorBox__form_input {
  margin: 1.5rem 0 1.5rem;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_input {
    display: flex;
  }
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_input_txt {
    width: 75%;
  }
}
.p-simulatorBox__form_input_txt input {
  width: 100%;
  border: solid 1px #707070;
  background: #f9f9f9;
  outline: none;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_input_txt input {
    font-size: 20px;
    border-radius: 12px 0 0 12px;
    padding: 20px 25px;
    border-right: none;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form_input_txt input {
    font-size: 1.5rem;
    border-radius: 8px;
    padding: 2rem 1.2rem;
    margin-bottom: 1rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.p-simulatorBox__form_input_txt input:focus {
  border: solid 1px #FAEE00;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_input_submit {
    width: 25%;
    background-color: #454147;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 12px 12px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form_input_submit {
    text-align: center;
  }
}
.p-simulatorBox__form_input_submit button {
  color: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_input_submit button {
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form_input_submit button {
    background: #454147;
    padding: 0.9rem 2.5rem 0.9rem;
    border-radius: 100px;
    font-size: 1.4rem;
  }
}
.p-simulatorBox__form_input_submit button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__form_input_remarks {
    font-size: 14px;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__form_input_remarks {
    font-size: 1.3rem;
  }
}

.p-simulatorBox__response {
  margin-top: 2rem;
}

.p-simulatorBox__status {
  border-radius: 12px;
  line-height: 1.6;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__status {
    padding: 1.4rem 1.8rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__status {
    padding: 1.2rem 1.4rem;
    font-size: 1.3rem;
  }
}
.p-simulatorBox__status.is-loading {
  background: #f3f3f3;
  color: #454147;
}
.p-simulatorBox__status.is-error {
  background: #fff1f1;
  color: #b00020;
  border: 1px solid #f2c4c4;
}

.p-simulatorBox__result {
  margin-top: 1.6rem;
  background: #f6f6f6;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorBox__result {
    padding: 2.5rem;
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorBox__result {
    padding: 1.6rem;
    border-radius: 0.6rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.p-simulatorResult {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorResult {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorResult {
    gap: 1.5rem;
  }
}
.p-simulatorResult__image {
  flex-shrink: 0;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #ececec;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorResult__image {
    width: 18rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorResult__image {
    width: 10rem;
    margin-bottom: 1.2rem;
  }
}
.p-simulatorResult__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-simulatorResult__body {
  min-width: 0;
  flex: 1;
}
.p-simulatorResult__table {
  width: 100%;
  border-collapse: collapse;
}
.p-simulatorResult__table th,
.p-simulatorResult__table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  border-bottom: 1px solid #ececec;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorResult__table th,
.p-simulatorResult__table td {
    padding: 1.2rem 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorResult__table th,
.p-simulatorResult__table td {
    display: block;
    padding: 0.8rem 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorResult__table td {
    padding-top: 0.4rem;
  }
}
.p-simulatorResult__table th {
  font-weight: 700;
  color: #454147;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorResult__table th {
    width: 12rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorResult__table th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-simulatorResult__table tr:last-child th,
.p-simulatorResult__table tr:last-child td {
  border-bottom: none;
}

body.is-simulator-modal-open {
  overflow: hidden;
}

.p-simulatorModal {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.p-simulatorModal[hidden] {
  display: none;
}
.p-simulatorModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.p-simulatorModal__dialog {
  position: relative;
  background: #fff;
  color: #333;
  border: 1px solid #444;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 744px) {
  .p-simulatorModal__dialog {
    width: 450px;
    min-height: 350px;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorModal__dialog {
    width: min(92vw, 420px);
  }
}
@media print, screen and (min-width: 744px) {
  .p-simulatorModal__body {
    padding: 32px;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorModal__body {
    padding: 2.4rem 2rem;
  }
}
.p-simulatorModal__image {
  text-align: center;
  margin: 0 0 1.2rem;
}
.p-simulatorModal__image img {
  display: inline-block;
}
@media print, screen and (min-width: 744px) {
  .p-simulatorModal__image img {
    width: 80px;
  }
}
@media screen and (max-width: 743px) {
  .p-simulatorModal__image img {
    width: 64px;
  }
}

.over18_tit {
  font-weight: 700;
  color: #c91415;
  text-align: center;
  margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 744px) {
  .over18_tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 743px) {
  .over18_tit {
    font-size: 2.3rem;
  }
}

.over18_txt {
  margin: 1rem 0 0;
  text-align: center;
  line-height: 1.8;
}

.over18_txt2 {
  text-align: center;
  color: #d9802f;
  margin: 1rem 0 2rem;
}
@media print, screen and (min-width: 744px) {
  .over18_txt2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 743px) {
  .over18_txt2 {
    font-size: 2rem;
  }
}

.over18_check {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.over18_check li {
  width: 35%;
}
.over18_check button,
.over18_check a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: none;
}
.over18_check li:first-child button,
.over18_check li:first-child a {
  background: #d9802f;
}
.over18_check li:last-child button,
.over18_check li:last-child a {
  background: #ccc;
  color: #333;
}

.p-highDemand__section {
  background: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__section {
    padding: 8rem 0 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-highDemand__section {
    padding: 6rem 0 4rem;
  }
}

.p-highDemand__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__list {
    margin-bottom: 4.5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-highDemand__list {
    margin-bottom: 3rem;
    gap: 1.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-highDemand__list_item {
    width: calc(50% - 0.6rem);
  }
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__list_item {
    width: calc((100% - 10rem) / 5);
  }
}
.p-highDemand__list_item > a,
.p-highDemand__list_item > div {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem 2.5rem;
  background: #fff;
  color: #454147 !important;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__list_item > a,
.p-highDemand__list_item > div {
    padding: 3rem 2rem 3rem;
  }
}
.p-highDemand__list_item_thumb {
  position: relative;
  width: 100%;
  height: 14.4rem;
  margin-bottom: 2.3rem;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__list_item_thumb {
    height: 22rem;
  }
}
.p-highDemand__list_item_thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.p-highDemand__list_item_label {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__list_item_label {
    font-size: 1.7rem;
  }
}

.p-highDemand__index {
  border: solid 1px #454147;
  margin: 3rem 0 0;
  padding: 2.5rem 1.5rem;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__index {
    margin: 4.5rem 0 0;
    padding: 3rem 4.5rem;
  }
}
.p-highDemand__index_ttl {
  margin: 0 0 1.5rem;
  padding: 0 0 2.4rem;
  border-bottom: solid 1px #454147;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__index_ttl {
    font-size: 2rem;
  }
}
.p-highDemand__index_list {
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 744px) {
  .p-highDemand__index_list {
    font-size: 1.6rem;
  }
}
.p-highDemand__index_list::after {
  content: "";
}
.p-highDemand__index_list li {
  display: inline;
  position: relative;
}
.p-highDemand__index_list li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  margin: 0 0.5em;
}
.p-highDemand__index_list li a {
  color: #E50000 !important;
}
.p-highDemand__index_toggle {
  display: none;
}
@media screen and (max-width: 743px) {
  .p-highDemand__index.is-collapsible .p-highDemand__index_list {
    overflow: hidden;
    transition: max-height 0.28s ease;
  }
  .p-highDemand__index.is-collapsible .p-highDemand__index_toggle {
    display: block;
    margin: 1.6rem auto 0;
    padding: 0.4em 1.8em;
    border-radius: 999px;
    background: #eee;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .p-highDemand__index.is-collapsible.is-collapsed .p-highDemand__index_list {
    max-height: 6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .p-highDemand__index.is-collapsible.is-open .p-highDemand__index_list {
    max-height: var(--highDemandIndexHeight);
  }
}

@media print, screen and (min-width: 744px) {
  .p-highDemand__btn {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-highDemand__btn {
    margin-top: 3rem;
  }
}

.p-highPrice__section {
  background: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-highPrice__section {
    padding: 10rem 0 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-highPrice__section {
    padding: 6rem 0 1rem;
  }
}

@media screen and (max-width: 743px) {
  .p-highPrice__section_layout {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-highPrice__section_layout {
    margin-top: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-highprice__point, .p-highprice__point--wide {
  position: relative;
  padding: 3rem 3rem 2.5rem;
  margin: 3.6rem 0 3.6rem;
  border: 1px solid #454147;
  border-radius: 2rem;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point, .p-highprice__point--wide {
    width: calc(50% - 2rem);
    margin: 0 0 4.5rem;
    padding: 5.5rem 6rem;
    border-radius: 2rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-highprice__point--wide {
    width: 100%;
  }
}

.p-highprice__point_num {
  position: absolute;
  top: -3rem;
  left: -1rem;
  width: 6rem;
  height: 6rem;
  background: url("../images/common/ico_balloon.svg") no-repeat center center;
  background-size: contain;
  padding-top: 1.4rem;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #454147;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_num {
    transform: scale(1.5);
    top: -2rem;
  }
}
.p-highprice__point_num span {
  display: block;
  line-height: 0.9;
  font-size: 250%;
}

@media screen and (max-width: 743px) {
  .p-highprice__point_illust {
    width: 100%;
    margin: 2rem 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_illust {
    width: 70%;
    margin: 2rem auto;
  }
}

@media print, screen and (min-width: 744px) {
  .p-highprice__point_layout {
    display: flex;
    gap: 3rem;
  }
  .p-highprice__point_layout .p-highprice__point_body {
    flex: 1.5;
  }
  .p-highprice__point_layout .p-highprice__point_illust {
    flex: 1;
    margin: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-highprice__point_layout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-highprice__point_layout .p-highprice__point_body {
    display: contents;
  }
  .p-highprice__point_layout .p-highprice__point_ttl {
    order: 0;
  }
  .p-highprice__point_layout .p-highprice__point_txt {
    order: 2;
  }
  .p-highprice__point_layout .p-highprice__point_illust {
    order: 1;
    width: 60%;
    margin: 2rem 0;
  }
}

.p-highprice__point_ttl {
  position: relative;
  padding-left: 1.6em;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  .p-highprice__point_ttl {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    justify-self: center;
  }
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_ttl {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
}
.p-highprice__point_ttl::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/common/ico_check.svg") no-repeat center center;
  background-size: contain;
}
.p-highprice__point_ttl em {
  font-size: 1.25em;
}
.p-highprice__point_ttl:has(em)::before {
  top: 0.35em;
}

.p-highprice__point_txt p {
  line-height: 1.67;
  margin-bottom: 0.8rem;
}

.p-highprice__point_remarks {
  margin-top: 1rem;
  font-size: 1rem;
  color: #888;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_remarks {
    font-size: 1.3rem;
  }
}

.p-highprice__point_example {
  border: solid 1px #79737C;
  border-radius: 20px;
}
@media screen and (max-width: 743px) {
  .p-highprice__point_example {
    margin-top: 2rem;
  }
}
.p-highprice__point_example_ttl {
  padding: 1.2rem 1rem;
  background: #FAEE00;
  color: #454147;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  border-radius: 19px 19px 0 0;
  border-bottom: solid 1px #79737C;
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_example_ttl {
    font-size: 2rem;
  }
}
.p-highprice__point_example_body {
  padding: 1rem 0;
  display: flex;
}

.p-highprice__point_example_item {
  padding: 0 1rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  width: 50%;
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_example_item {
    font-size: 1.3rem;
  }
}
.p-highprice__point_example_item:not(:last-child) {
  border-right: dashed 1px #79737C;
}
.p-highprice__point_example_item_thumb {
  height: 10.5rem;
  margin-bottom: 0.5rem;
}
.p-highprice__point_example_item_thumb img {
  height: 100%;
  width: auto;
}

.p-highprice__point_example_item_caption {
  margin-bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  gap: 0.4rem;
}
.p-highprice__point_example_item_caption dt {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_example_item_caption dt {
    font-size: 1.4rem;
  }
}
.p-highprice__point_example_item_caption dd {
  font-size: 1.2rem;
  background: #E3E3E3;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  border-radius: 5rem;
}
@media screen and (max-width: 743px) {
  .p-highprice__point_example_item_caption dd {
    width: 100%;
  }
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_example_item_caption dd {
    min-width: 18rem;
    font-size: 1.6rem;
  }
}

.p-highprice__point_example_item_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.p-highprice__point_example_item_price dt {
  font-size: 1.1rem;
  font-weight: 600;
  transform: translateY(0.3em);
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_example_item_price dt {
    font-size: 1.6rem;
  }
}
.p-highprice__point_example_item_price dd {
  color: #E50000;
  font-size: 2.2rem;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_example_item_price dd {
    font-size: 3.6rem;
  }
}
.p-highprice__point_example_item_price dd span {
  font-size: 1.2rem;
  font-weight: normal;
}
@media print, screen and (min-width: 744px) {
  .p-highprice__point_example_item_price dd span {
    font-size: 1.7rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-highprice__point_layout2 {
    display: flex;
    justify-content: space-between;
  }
  .p-highprice__point_layout2_column {
    width: calc(50% - 2rem);
  }
}

@media print, screen and (min-width: 744px) {
  .p-guideline__section {
    padding: 0 3rem;
    margin: 0 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-guideline__section {
    padding: 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guideline .p-guideline__section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-guideline .p-guideline__section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-guideline .p-guideline__section:nth-of-type(1) {
    padding-top: 3rem;
  }
}

.p-guideline__container {
  background: #FAEE00;
}
@media screen and (max-width: 743px) {
  .p-guideline__container {
    padding: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guideline__container {
    border-radius: 40px;
  }
}
@media screen and (max-width: 743px) {
  .p-guideline .p-guideline__container {
    padding: 1.5rem 2rem;
    border-radius: 4rem;
    margin-right: -2.2rem !important;
    margin-left: -2.2rem !important;
  }
}

.p-guideline__contents {
  padding-top: 5.5rem;
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__contents {
    padding: 8rem 3rem;
  }
}

.p-guideline__tab {
  display: flex;
  gap: 7px;
}
.p-guideline__tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 7px) / 2);
  background: #FFFA98;
  border-radius: 20px 20px 0 0;
  line-height: 1.1;
  font-weight: 600;
  min-height: 5rem;
  cursor: pointer;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__tab li {
    min-height: 7rem;
  }
}
.p-guideline__tab li.is_active {
  color: #fff;
  cursor: default;
}
.p-guideline__tab li.is_active[class*="--ok"] {
  background: #3AE032;
}
.p-guideline__tab li.is_active[class*="--ng"] {
  background: #E50000;
}
.p-guideline__tab li.is_active[class*="--check"] {
  background: #454147;
}
.p-guideline__tab li span {
  position: relative;
  display: inline-block;
  padding: 1rem 0 0.8rem 1.5em;
  font-size: 1.6rem;
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__tab li span {
    font-size: 2.2rem;
  }
}
.p-guideline__tab li span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.2em;
  width: 1.4em;
  height: 1.4em;
  margin: auto;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-guideline__tab--ok span::before {
  background-image: url("../images/common/ico_thumbs_up.svg");
}

.p-guideline__tab--ok.is_active span::before {
  background-image: url("../images/common/ico_thumbs_up_w.svg");
}

.p-guideline__tab--ng span::before {
  background-image: url("../images/common/ico_thumbs_down.svg");
}

.p-guideline__tab--ng.is_active span::before {
  background-image: url("../images/common/ico_thumbs_down_w.svg");
}

.p-guideline__tab--check span::before {
  background-image: url("../images/common/ico_camera.svg");
}

.p-guideline__tab--check.is_active span::before {
  background-image: url("../images/common/ico_camera_w.svg");
}

.p-guideline__body {
  background: #fff;
  padding: 1rem 2rem 1rem 2.5rem;
  transition: 0.3s;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__body {
    padding: 4.5rem 6rem 6rem 5rem;
  }
}

.p-guideline__panel:not(.is_active) {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.p-guideline__panel.is_active {
  max-height: auto;
  transition: opacity 0.3s linear 0.1s, visibility 0.3s linear 0.1s;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__panel {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .p-guideline__panel_column {
    width: calc(33.3333333333% - 2rem);
  }
}

.p-guideline__panel_heading {
  position: relative;
  margin: 1.8rem 0 0;
  padding: 1.2em 1rem 1.2em 4.2em;
  background: #E3E3E3;
  border-radius: 1.8em 14px 14px 1.8em;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 743px) {
  .p-guideline__panel_heading {
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guideline__panel_heading {
    font-size: 1.8rem;
  }
}
.p-guideline__panel_heading h3 {
  font-weight: 600;
}
.p-guideline__panel_heading [data-icon] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3.6em;
  height: 3.6em;
  margin: auto;
  vertical-align: top;
  border-radius: 50%;
}
.p-guideline__panel_heading [data-icon]::after {
  background-size: 45% !important;
}
.p-guideline__panel_heading .icon-plus {
  top: 0;
  bottom: 0;
  right: 1.8rem;
  margin: auto;
}

.p-guideline__panel_section {
  margin-bottom: 3rem;
  padding: 0.6rem 0 0;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__panel_section {
    padding: 0.6rem 2rem 0;
  }
}
.p-guideline__panel_section p {
  line-height: 1.67;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__panel_section p {
    font-size: 1.6rem;
  }
}
.p-guideline__panel_section > h4 {
  position: relative;
  margin: 1.6rem 0 0.4rem;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__panel_section > h4 {
    font-size: 1.7rem;
  }
}
.p-guideline__panel_section > h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  vertical-align: top;
  background-image: url("../images/common/ico_check2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-guideline__panel_section > ul > li {
  position: relative;
  margin: 0 0 0.5rem;
  padding-left: 1.2em;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__panel_section > ul > li {
    font-size: 1.6rem;
  }
}
.p-guideline__panel_section > ul > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  background: #3AE032;
  border-radius: 50%;
}
.p-guideline__panel_section figure {
  margin: 1rem 0;
}
.p-guideline__panel_section figure img + img {
  margin-top: 1rem;
}
.p-guideline__panel_section figure figcaption {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-left: 1.4rem;
  margin: 0 0 0.2rem;
  font-weight: 500;
}
.p-guideline__panel_section figure figcaption::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 2px;
  width: 6px;
  height: 6px;
  border: solid 4px transparent;
  border-top: solid 6px #454147;
}

.p-guideline__check {
  margin-top: 2rem;
}

.p-guideline__check_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #FFFA98;
  border-radius: 10px;
  line-height: 1.1;
  font-weight: 600;
  min-height: 6rem;
  cursor: pointer;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__check_btn {
    min-height: 8rem;
  }
}
.p-guideline__check_btn span {
  position: relative;
  display: inline-block;
  padding: 1rem 0 0.8rem 1.6em;
  font-size: 1.6rem;
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__check_btn span {
    font-size: 2.2rem;
  }
}
.p-guideline__check_btn span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.2em;
  width: 1.4em;
  height: 1.4em;
  margin: auto;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/common/ico_camera.svg");
}
.open .p-guideline__check_btn {
  border-radius: 10px 10px 0 0;
  background: #454147;
  color: #fff;
}
.open .p-guideline__check_btn span::before {
  background-image: url("../images/common/ico_camera_w.svg");
}
.p-guideline__check_btn .icon-plus {
  top: 0;
  bottom: 0;
  right: 1.8rem;
  margin: auto;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__check_btn .icon-plus {
    right: 3rem;
  }
}

.p-guideline__check.open > * > .icon-plus {
  transform: rotate(180deg);
}
.p-guideline__check.open > * > .icon-plus::after {
  display: none;
}
.p-guideline__check.open > * > .icon-plus::before {
  background: #fff;
}

.p-guideline__check_body {
  padding: 1rem 2rem 4rem 2.5rem;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-guideline__check_body {
    padding: 4.5rem 6rem 6rem 5rem;
  }
  .p-guideline__check_body_layout {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .p-guideline__check_body_layout_column {
    width: calc(33.3333333333% - 2rem);
  }
}

.p-guideline__btn {
  margin-top: 4.5rem;
}

@media screen and (max-width: 743px) {
  .p-guidline__condition {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guidline__condition {
    margin-top: 4rem;
  }
}
.p-guidline__condition_heading {
  position: relative;
  margin: 0 0 2rem;
  padding-left: 1em;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 743px) {
  .p-guidline__condition_heading {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guidline__condition_heading {
    font-size: 2rem;
  }
}
.p-guidline__condition_heading::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 5px;
  height: calc(100% - 0.2em);
  background: #3AE032;
  border-radius: 999px;
}
.p-guidline__condition_table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}
@media screen and (max-width: 743px) {
  .p-guidline__condition_table {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guidline__condition_table {
    font-size: 1.6rem;
  }
}
.p-guidline__condition_table th,
.p-guidline__condition_table td {
  border-bottom: solid 2px #FAEE00;
  vertical-align: middle;
  padding: 1.5rem 1.5rem;
}
@media print, screen and (min-width: 744px) {
  .p-guidline__condition_table th,
.p-guidline__condition_table td {
    padding: 2rem 3rem;
  }
}
.p-guidline__condition_table th {
  background: rgba(243, 243, 243, 0.9);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .p-guidline__condition_table th {
    width: 6.8em;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guidline__condition_table th {
    width: 180px;
  }
}
.p-guidline__condition_table td {
  background: #fff;
}

@media print, screen and (min-width: 744px) {
  .p-genreDetail {
    margin: 0 0 12rem;
  }
}
@media screen and (max-width: 743px) {
  .p-genreDetail {
    margin: 0 0 8rem;
  }
}

.p-genreDetail__lead,
.p-genreDetail__leadMain,
.p-genreDetail__leadSub,
.p-genreDetail__title {
  position: relative;
  z-index: 1;
}

.p-genreDetail__lead {
  margin: 0;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 744px) {
  .p-genreDetail__lead {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .p-genreDetail__lead {
    font-size: 1.5rem;
  }
}

.p-genreDetail__leadMain {
  margin: 1.8rem 0 0;
  font-weight: 800;
  line-height: 1.2;
  color: #454147;
}
@media print, screen and (min-width: 744px) {
  .p-genreDetail__leadMain {
    font-size: 5.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .p-genreDetail__leadMain {
    text-align: center;
    font-size: 2.8rem;
  }
}
.p-genreDetail__leadMain span {
  display: inline-block;
}

.p-genreDetail__leadSub {
  margin: 2rem 0 0;
  font-weight: 500;
  line-height: 1.85;
}
@media print, screen and (min-width: 744px) {
  .p-genreDetail__leadSub {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .p-genreDetail__leadSub {
    font-size: 1.5rem;
  }
}

.p-genreDetail__title {
  margin: 3.6rem 0 2.4rem;
  text-align: center;
  background: #454147;
  color: #fff;
  padding: 0.4em 1.2em 0.45em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-radius: 3px;
}
@media print, screen and (min-width: 744px) {
  .p-genreDetail__title {
    margin-top: 6rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-genreDetail__title {
    font-size: 1.8rem;
  }
}

.p-genreDetail__list {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 744px) {
  .p-genreDetail__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-genreDetail__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-container--narrow .p-genreDetail__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.p-genreDetail__list li {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(69, 65, 71, 0.16);
  color: #454147;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-genreDetail__list li {
    padding: 2rem 2rem 2.4rem;
    border-radius: 1.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-genreDetail__list li {
    padding: 1.2rem 1.2rem 1.6rem;
    border-radius: 0.8rem;
    font-size: 1.2rem;
  }
}
.p-genreDetail__list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 0 1.2rem;
  object-fit: contain;
  object-position: center;
}
.p-genreDetail__list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 0 0.5rem;
  padding: 0.35em 0.8em;
  border-radius: 999px;
  background: #FAEE00;
  color: #454147;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 744px) {
  .p-genreDetail__list span {
    min-height: 3rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-genreDetail__list span {
    min-height: 2.4rem;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeMv {
    margin-bottom: 25rem;
  }
}
.p-homeMv .p-mv__copy_main {
  margin-bottom: 1rem;
}
@media screen and (max-width: 743px) {
  .p-homeMv .p-mv__copy_main {
    font-size: 5.6rem;
    transform: translateX(0.2em);
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeMv .p-mv__copy_main {
    margin-top: 30px;
    font-size: 140px;
  }
}
.p-homeMv .p-mv__copy_sub {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 743px) {
  .p-homeMv .p-mv__copy_sub {
    font-size: 4.5rem;
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeMv .p-mv__copy_sub {
    margin-top: 40px;
    font-size: 125px;
  }
}

.p-homeCampaign .p-campaignBanners {
  padding-top: 0;
}

.p-homeColumn {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn {
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn {
    padding: 0rem 0 3rem;
  }
}
.p-homeColumn__btn {
  text-align: center;
  margin-top: 2.5rem;
}

.p-homeColumn__illust {
  position: absolute;
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__illust {
    top: -2rem;
    left: calc(50% + 30rem);
    width: 32rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn__illust {
    display: none;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup {
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn__pickup {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.p-homeColumn__pickup_header {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_header {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn__pickup_header {
    margin-bottom: -2px;
  }
}
.p-homeColumn__pickup_header_ttl {
  display: inline-block;
  background: #F7F7F7;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_header_ttl {
    border: solid 3px #454147;
    border-radius: 30px 30px 0 0;
    border-bottom: 0;
    padding: 1rem 3rem 8px;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn__pickup_header_ttl {
    border: solid 2px #454147;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    padding: 10px 20px 7px;
  }
}
.p-homeColumn__pickup_header_ttl_sub {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.15em;
  white-space: nowrap;
  line-height: 1.1;
  margin: 0;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-homeColumn__pickup_header_ttl_sub {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_header_ttl_sub {
    font-size: 2rem;
  }
}
.p-homeColumn__pickup_header_ttl_sub::before, .p-homeColumn__pickup_header_ttl_sub::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.6em;
  width: 1.25em;
  height: 1px;
  background: #454147;
}
.p-homeColumn__pickup_header_ttl_sub::before {
  left: -1.6em;
  transform: rotate(45deg);
}
.p-homeColumn__pickup_header_ttl_sub::after {
  right: -1.4em;
  transform: rotate(-45deg);
}
.p-homeColumn__pickup_header_ttl_main {
  line-height: 1.1;
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_header_ttl_main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn__pickup_header_ttl_main {
    font-size: 1.6rem;
  }
}

.p-homeColumn__pickup_body {
  background: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_body {
    padding: 65px 65px 50px;
    border: solid 3px #454147;
    border-radius: 0 30px 30px 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn__pickup_body {
    padding: 50px 30px 30px;
    border: solid 2px #454147;
    border-radius: 0 20px 20px 20px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_body .p-columnArchive__item {
    width: calc(50% - 3rem);
    margin-bottom: 3rem;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn__pickup_body .p-columnArchive__item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_body .p-columnArchive__item_thumb {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_body .p-columnArchive__item_txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeColumn__pickup_body .p-columnArchive__item_txt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeColumn__pickup_body .p-columnArchive__item_category {
    margin-bottom: 1rem;
  }
  .p-homeColumn__pickup_body .p-columnArchive__item_category li {
    padding: 5px 1em;
    font-size: 1.6rem;
  }
}

.p-homeNews {
  background: #F7F7F7;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews {
    padding: 10rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews {
    padding: 6rem 0 6rem;
  }
}

.p-aboutMv {
  background: #53B374;
  margin: 0 0 1rem;
}
@media print, screen and (min-width: 744px) {
  .p-aboutMv__layout {
    min-width: 1120px;
    max-width: 1480px;
    margin: 0 auto;
    padding: 3rem 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutMv__layout {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding: 1.5rem 0 3.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutMv__illust {
    margin: 0 2rem 1rem 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutMv__illust {
    width: 48rem;
    margin-top: -2rem;
  }
  .p-aboutMv__illust img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutMv__title {
    margin: 0 5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutMv__title {
    width: 40rem;
    margin-right: 6rem;
  }
  .p-aboutMv__title img {
    width: 100%;
    height: auto;
  }
}

.p-aboutTarget {
  position: relative;
  border: solid 1px #bbb;
  background: #F9F8F5;
  border-radius: 1rem;
  padding: 3.6rem 3.5rem 2rem;
  margin: 3.6rem 0;
}
@media print, screen and (min-width: 744px) {
  .p-aboutTarget {
    padding: 4.8rem 4.8rem 4rem;
    margin: 6rem 0;
  }
}
.p-aboutTarget__title {
  position: absolute;
  display: inline-block;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: #FAEE00;
  padding: 0.5em 1em 0.5em;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 5rem;
}
@media print, screen and (min-width: 744px) {
  .p-aboutTarget__title {
    font-size: 2rem;
    top: -2.4rem;
  }
}
.p-aboutTarget__list {
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-aboutTarget__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-aboutTarget__list li {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 1.5em;
}
.p-aboutTarget__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.1em;
  height: 1.1em;
  background: url("../images/common/ico_check.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 743px) {
  .p-aboutRecommend {
    margin: 6rem 0;
  }
}

.p-aboutRecommend__title {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  line-height: 1.1;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__title {
    font-size: 2.4rem;
  }
}
.p-aboutRecommend__title span {
  display: block;
  font-size: 3.8rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__title span {
    font-size: 4.8rem;
  }
}
.p-aboutRecommend__title::before, .p-aboutRecommend__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3rem;
  width: 1px;
  height: calc(100% + 1rem);
  background: transparent;
  border-right: dotted 4px #53B374;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__title::before, .p-aboutRecommend__title::after {
    border-right: dotted 6px #53B374;
  }
}
.p-aboutRecommend__title::before {
  left: calc(50% - 12rem);
  transform: rotate(-30deg);
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__title::before {
    left: calc(50% - 17rem);
  }
}
.p-aboutRecommend__title::after {
  right: calc(50% - 12rem);
  transform: rotate(30deg);
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__title::after {
    right: calc(50% - 17rem);
  }
}

.p-aboutRecommend__content {
  background: #53B374;
}
@media screen and (max-width: 743px) {
  .p-aboutRecommend__content {
    margin-left: -4.27vw;
    margin-right: -4.27vw;
    padding: 4rem 4.27vw;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__content {
    padding: 4rem;
    border-radius: 1.6rem;
  }
}
.p-aboutRecommend__content_body {
  background: #fff;
  border-radius: 1rem;
  padding: 3.6rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__content_body {
    padding: 6rem 4rem;
  }
}
.p-aboutRecommend__content_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__content_title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-aboutRecommend__content_text {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #53B374;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__content_text {
    font-size: 2.8rem;
  }
}
.p-aboutRecommend__content_illust {
  margin: 2rem 0 2rem;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__content_illust img {
    width: 36rem;
    height: auto;
  }
}
.p-aboutRecommend__content_list li {
  position: relative;
  padding-left: 1.6em;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRecommend__content_list li {
    font-size: 2.2rem;
  }
}
.p-aboutRecommend__content_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/common/ico_check.svg") no-repeat center;
  background-size: contain;
}

.p-aboutStep .p-step__firstBanner {
  display: none;
}

.p-step__required {
  position: relative;
  border: solid 1px #bbb;
  background: #F9F8F5;
  border-radius: 1rem;
  padding: 8rem 2.5rem 3rem;
  margin: 8rem 0;
}
@media print, screen and (min-width: 744px) {
  .p-step__required {
    padding: 8rem 12rem 5rem;
    margin: 10rem 0;
  }
}
.p-step__required::before {
  content: "";
  display: block;
  position: absolute;
  top: -4.8rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 9.6rem;
  height: 9.6rem;
  background: url("../images/about/required_illust.svg") no-repeat center;
  background-size: contain;
}
@media print, screen and (min-width: 744px) {
  .p-step__required::before {
    width: 12rem;
    height: 12rem;
    top: -6rem;
  }
}
.p-step__required_ttl {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 744px) {
  .p-step__required_ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-step__required_layout {
    display: flex;
    gap: 14rem;
  }
}

.p-step__required_item {
  margin: 0 0 4rem;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 744px) {
  .p-step__required_item {
    flex: 1;
    position: relative;
    font-size: 1.8rem;
  }
  .p-step__required_item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -7rem;
    width: 1px;
    height: calc(100% - 3rem);
    background: #bbb;
  }
}
.p-step__required_item_heading {
  position: relative;
  margin: 3rem 0 1rem;
  padding-left: 1.5em;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-step__required_item_heading {
    font-size: 2.2rem;
  }
}
.p-step__required_item_heading small {
  font-size: 1.2rem;
}
.p-step__required_item_heading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.1em;
  height: 1.1em;
  background: url("../images/common/ico_check3.svg") no-repeat center;
  background-size: contain;
}
.p-step__required_item_heading2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 3rem 0 1rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-step__required_item_heading2 {
    font-size: 2.2rem;
  }
}
.p-step__required_item p {
  line-height: 1.67;
}
.p-step__required_item_list li {
  position: relative;
  padding-left: 0.9em;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 2rem;
  font-weight: 500;
}
@media print, screen and (min-width: 744px) {
  .p-step__required_item_list li {
    font-size: 1.8rem;
  }
}
.p-step__required_item_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.6rem;
  height: 0.6rem;
  background: #53B374;
  border-radius: 50%;
}

.p-notfound {
  text-align: left;
  margin: 150px 30px 150px;
}
@media print, screen and (min-width: 744px) {
  .p-notfound {
    text-align: center;
    margin: 220px 0 200px;
  }
}
.p-notfound h1 {
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 10vw;
  color: #ddd;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 744px) {
  .p-notfound h1 {
    font-size: 70px;
  }
}

@media print, screen and (min-width: 744px) {
  .p-privacy {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 743px) {
  .p-privacy {
    margin: 0 0 60px;
  }
}
.p-privacy p {
  margin-bottom: 2em;
}

/*# sourceMappingURL=style.css.map */
