html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}

body {
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

html {
  font-size: 10px;
}

body {
  font-family: "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 16px;
  color: #313131;
  font-weight: 500;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", serif;
}

a {
  text-decoration: none;
}

.showSp {
  display: none !important;
}

.wrapper {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.wrapperContent {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}

.centerText {
  text-align: center !important;
  justify-content: center;
}

.fv {
  position: relative;
}

.txt-center {
  text-align: center;
}

.m-25 {
  margin: 25px 0;
}

.mb-25 {
  margin-bottom: 25px;
}

.w-90 {
  width: 90%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.m-center {
  margin: 0 auto;
}

.p-relative {
  position: relative;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

h2 {
  font-weight: normal;
  margin-bottom: 80px;
}

.ptb-24 {
  padding: 24px 0px;
}

.bg-pink {
  background-color: #fce5e1;
}

/*========= CTA ===============*/

.cta_1 {
  position: absolute;
  top: 78%;
  left: 5%;
  right: 5%;
}

.cta_2 {
  position: absolute;
  top: 17%;
  left: 5%;
  right: 5%;
}

.cta_3 {
  position: absolute;
  top: 93%;
  left: 5%;
  right: 5%;
}

.cta_4 {
  position: absolute;
  top: 90%;
  left: 5%;
  right: 5%;
}

.cta_5 {
  position: absolute;
  top: 89%;
  left: 5%;
  right: 5%;
}

.cta_6 {
  position: absolute;
  top: 95%;
  left: 5%;
  right: 5%;
}

.cta_7 {
  position: absolute;
  top: 65%;
  left: 5%;
  right: 5%;
}

.cta_8 {
  position: absolute;
  top: 82%;
  left: 5%;
  right: 5%;
}

.cta_9 {
  position: absolute;
  top: 0.6%;
  width: 73%;
  left: 25%;
}

.cta_10off {
  width: 90%;
  position: absolute;
  top: 86%;
  left: 4%;
}

.cta_11 {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 4%;
}

.cta_fixed {
  position: fixed;
  top: 85%;
  text-align: center;
  max-width: 600px;
}

/*========= 画像と画像の隙間を消す ===============*/

section img {
  vertical-align: middle;
}

/* ---------- フッターメニュー ---------- */

.footer-menu {
  font-size: 16px;
  color: #222222;
}

.f-menu {
  margin: 0 48px;
  padding: 16px 0;
  border-bottom: solid 2px #222222;
}

.footer {
  padding: 16px 0;
}

.footer02 {
  text-align: center;
}

.f-menu02 {
  padding-top: 80px;
  margin: 0 48px;
  padding: 16px 0;
}

img {
  vertical-align: top;
}

/*========= CTAフローティング ===============*/

.floating {
  position: fixed;
  bottom: 24px;
  max-width: 750px;
  z-index: 999;
  width: 90%;
  left: 5%;
}

/*751px以上の記述。*/
@media (min-width: 751px) {
  .floating {
    width: 40% !important;
    left: 30%;
  }
}

/*========= モーダル ===============*/
:where(.modal--type1) {
  & .modal-dialog {
    margin: 0 auto;
  }

  & .modal-content {
    border: none;
    border-radius: 0;
    background-color: transparent;
  }

  & .modal-header {
    border-bottom: none;
    padding: 0.5em 0;
    margin-bottom: -3em;
    margin-right: -1em;
    position: relative;
    z-index: 1;

    & .btn-close {
      --bs-btn-close-color: var(--bs-white);
      --bs-btn-close-bg: none;
      --bs-btn-close-opacity: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3em;
      background-color: #646362;
      border-radius: 100vh;
      padding: 0.3em;

      &:focus {
        box-shadow: none;
      }
    }
  }

  & .modal-body {
    padding: 0;
  }

  @media (min-width: 750px) {
    & .modal-dialog {
      max-width: 580px;
    }
  }
}

.layer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.layer--popup {
  top: 76%;
  width: 93.96%;
}

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