@charset "UTF-8";
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
}

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", sans-serif;
}

.sp {
  display: none;
}

p {
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}

img {
  display: block;
  width: 100%;
}

.header {
  background-color: #fff;
}

.header .wrap {
  padding: 13px 40px;
}

.header .logo-box svg {
  width: 158px;
}

.mainContents .wrapper-heading .main-visual {
  min-width: 980px;
  background-image: url(../img/top_fv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mainContents .wrap,
.footer .wrap {
  width: 980px;
  padding: 0 10px;
  min-width: 750px;
  margin: 0 auto;
}

.wrapper-heading .main-visual .main-visual-wrap {
  max-width: 972px;
  padding-top: 50px;
  padding-bottom: 25px;
  margin: 0 auto;
  position: relative;
}

.wrapper-heading .main-visual .main-visual-wrap .sub-title-box {
  width: 266px;
  text-align: center;
  background-color: #1c314e;
  margin-bottom: 26px;
}

.wrapper-heading .main-visual .main-visual-wrap .sub-title-box .sub-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 10px 0;
}

.wrapper-heading .main-visual .main-visual-wrap .title {
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
}

.wrapper-heading .main-visual .main-visual-wrap .title .first-title {
  display: inline-block;
  margin-left: -28px;
}

.wrapper-heading .main-visual .main-visual-wrap .title .s-title {
  font-size: 34px;
  margin-left: -25px;
}

.wrapper-heading .main-visual .main-visual-wrap .title .xl-title {
  font-size: 50px;
}

.wrapper-heading .main-visual .main-visual-wrap .title .xl-title {
  font-size: 52px;
}

.wrapper-heading .main-visual .main-visual-wrap .title .emphasis {
  color: #d79d23;
  font-size: 52px;
}

.wrapper-heading .main-visual .main-visual-wrap .image-box {
  display: flex;
  gap: 30px;
  margin-top: 16px;
}

.wrapper-heading .main-visual .main-visual-wrap .image-box .item {
  width: 135px;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri {
  font-family: 'Noto Serif JP', serif;
  padding: 14px 11px 22px;
  text-align: center;
  background-image: url(../img/kinri_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 29.5%;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt-s {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt {
  margin-bottom: 3px;
  font-kerning: normal;
  font-feature-settings: "kern";
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt .emphasis {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt .num {
  font-size: 50px;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt .num .karned {
  letter-spacing: -0.1em;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .note {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}


.campaign-line{
    text-align: center;
    padding: 29px 0 26px 0;
    background: #f0f6ff;
}

.campaign-line-text{
display: inline;
    background-position: left -100% center;
    padding-bottom: 0.6em;
    font-weight: bold;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(247, 210, 225, 0) 50%, rgb(185 228 255) 50%);
    transition: background-position 2s 0.1s;
}

.campaign-line-text a{
    color: #1a0b8f;
    font-weight: bold;
    font-size: 1.2em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.campaign-line-text a img{
     width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}



.wrapper-heading .application-adv {
  min-width: 980px;
  background-color: #fff;
}

.wrapper-heading .application-adv .adv-wrap {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 10px 0 rgba(0, 0, 0, 0.5);
}

.wrapper-heading .application-adv .adv-wrap .adv-txt {
  width: 450px;
  font-size: 19px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "Hiragino Sans", sans-serif;
  letter-spacing: .04em;
  color: #333;
  margin: 0 auto 10px;
}

.wrapper-heading .application-adv .adv-wrap .btn-red {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 375px;
  background-color: #d81f1f;
  padding: 15px 0;
  border-radius: 4px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "Hiragino Sans", sans-serif;
}

.wrapper-heading .application-adv .adv-wrap .btn-red img {
  width: 15px;
}

.wrapper-heading .application-adv .adv-wrap .btn-txt {
  font-size: 18px;
  letter-spacing: .04em;
  color: #fff;
}

.description-webloan-box {
  min-width: 980px;
  background-color: #f5efe7;
}

.description-webloan-box .wrap {
  padding-top: 60px;
  padding-bottom: 80px;
}

.description-webloan .title {
  color: #292929;
  text-align: center;
  font-size: 38px;
  letter-spacing: .04em;
  margin-bottom: 30px;
}

.description-webloan .txt-lead {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 70px;
}

.description-webloan .txt-lead span {
  font-size: 26px;
  color: #e85d5d;
}

.description-webloan-box .image-box .txt {
  font-size: 20px;
}

.merits {
  padding-top: 110px;
  padding-bottom: 130px;
}

.txt-heading {
  position: relative;
  text-align: center;
}

.txt-heading::before,
.txt-heading::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, #f5efe7 50%, #d3cabd 50%);
  height: 4px;
  position: absolute;
  top: 50%;
}

.txt-heading::before {
  left: 0;
}

.txt-heading::after {
  right: 0;
}

.merits .merits-heading {
  margin-bottom: 70px;
}

.merits .merits-heading::before,
.merits .merits-heading::after {
  width: calc(250 / 960 * 100%);
  margin-top: 15px;
}

.merits .merits-heading .txt {
  font-size: 28px;
  color: #a49581;
  margin-bottom: 5px;
}

.merits .merits-heading .title {
  font-size: 58px;
  font-weight: 600;
  color: #ba8223;
}

.merits .merit:first-child {
  margin-bottom: 64px;
}

.merits .merit:nth-child(2) {
  margin-bottom: 50px;
}

.merits .merit .merit-head {
  text-align: center;
}

.merits .merit .merit-head img {
  width: 110px;
  margin: 0 auto 9px;
}

.merits .merit:first-child .merit-head img {
  margin: 0 auto 3px;
}

.merits .merit .merit-head .num {
  font-size: 25px;
  color: #969696;
}

.merits .merit .merit-head .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
  color: #003c7f;
}

.merits .merit .merit-head .txt {
  font-size: 20px;
  color: #607995;
  margin-top: 10px;
}

.merits .merit .container {
  margin-top: 30px;
}

.merits .merit .container .txt {
  line-height: 1.8;
  font-size: 16px;
}

.merits .merit .container .txt .link {
  /*color: #2970da;*/
  color: #4678bd;
  text-decoration: underline;
}

.merits .merit .container .lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 36px;
  margin-bottom: 28px;
}

.merits .merit .container .lists .item img {
  margin-bottom: 16px;
}

.merits .merit .container .lists .item .title {
  color: #003c7f;
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}

.merits .merit .container .lists .item .txt {
  font-weight: 500;
  font-size:14px;
}

.merits .merit .container .attention {
  background-color: #ededed;
  padding: 34px 44px;
  margin-bottom: 16px;
}

.merits .merit .container .attention-txt {
  line-height: 1.7;
}

.merits .merit .container .attention .popup-trigger {
  font-weight: 600;
  font-size:14px;
  line-height: 2;
}

/*dialogを開いているとき*/
html.dialog-open {
  overflow: hidden;
  height: 100%;
}

/*デフォルトの指定をリセット*/
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

.site-wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

dialog {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/*dialog開閉時の指定*/
dialog:not([data-active='true']) {
  opacity: 0;
  scale: 0.9;
}

dialog[open] {
  display: block;
  opacity: 1;
  scale: 1;
}

dialog[data-closing] {
  opacity: 0;
  transform: scale(0.9);
}

/*背景色*/
::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  overflow: hidden;
  touch-action: none;
}

.popup-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4848f3;
  text-decoration: underline;
}

.popup-trigger img {
  width: 14px;
}

.popup .box {
  background-color: #fff;
  width: calc(877 / 1440 * 100%);
  padding: 50px 55px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup .box iframe {
  width: calc(721 / 767 *100%);
  height: 25.2vw;
  max-height: 363px;
}

.popup .box .heading {
  font-size: 16px;
  letter-spacing: .04em;
  margin-bottom: 20px;
}

.popup .box .txt-box {
  letter-spacing: .04em;
  border: 1px solid #a2a2a2;
  padding: 18px 25px;
  border-radius: 4px;
}

.popup .box .txt-box .title {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 15px;
}

.popup .box .txt-box .list .item {
  font-size: 15px;
}

.popup .box .txt-box .list .item:not(:last-child) {
  margin-bottom: 16px;
}

.popup .box .txt-box .list .item .item-title {
  font-weight: 300;
}

.popup .box .txt-box .list .item-txt {
  font-weight: 300;
  line-height: 1.8;
  padding-left: 1em;
}

#closeModal {
  width: 110px;
  text-align: center;
  background-color: #f5efe7;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

#closeModal .close-txt {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .04em;
  position: relative;
}

#closeModal .close-txt::before {
  content: "×";
  display: block;
  position: absolute;
  top: 48%;
  left: -15px;
  transform: translateY(-50%);
}

/*popupここまで*/
.merits .merit .container .movie {
  font-size: 14px;
}

.merits .merit .container .repayment-box {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.merits .merit .container .repayment-box .difference-box .txt {
  font-size: 17px;
  margin-bottom: 10px;
}

.merits .merit .container .repayment-box .point-list {
  width: calc(520 / 960 * 100%);
  padding: 45px 3.6% 20px 4.7%;
  background-color: #f5efe7;
}

.merits .merit .container .repayment-box .point-list .item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
}

.merits .merit .container .repayment-box .point-list .item img {
  width: 27px;
}

.merits .merit .container .repayment-box .point-list .item .txt {
  font-size: 20px;
}

.merits .merit .container .repayment-box .point-list .item .txt .emphasis {
  color: #ff6c00;
  font-size: 24px;
}

.merits .merit .container .repayment-box .point-list .item .txt .num {
  font-size: 30px;
}

.merits .merit .container .repayment-box .point-list .item .txt .attention-txt {
  font-size: 17px;
}

.side-merit-box {
  position: fixed;
  top: 100px;
  right: -100%;
  width: 230px;
  background: white;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: right 1.2s ease;
  z-index: 1000;
  padding-bottom: 19px;
}

.side-merit-box.active {
  right: 0;
}

.side-merit-box .title {
  background: #f5efe7;
  color: #b58129;
  font-size: 19px;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.side-merit-box .item {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 8px;
}

.side-merit-box .num {
  color: #969696;
}

.side-merit-box .text {
  color: #003c7f;
  margin-top: 4px;
}

.outline .outline-heading {
  font-size: 36px;
  font-weight: 600;
  color: #99825c;
  margin-bottom: 78px;
}

.outline .outline-heading::before,
.outline .outline-heading::after {
  width: calc(230 / 960 * 100%);
}

.outline .sub-sec-title {
  color: #333;
  font-weight: 600;
  font-size: 32px;
  padding-left: 30px;
  position: relative;
}

.outline .sub-sec-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 36px;
  background-color: #dac6ad;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.outline .table-txt {
  display: flex;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "Hiragino Sans", sans-serif;
  justify-content: flex-end;
  margin-top: 4px;
  margin-bottom: 10px;
}

.outline .table-txt .link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4848f3;
  text-decoration: underline;
}

.outline .table-txt .link img {
  width: 14px;
}

.outline .bank-conditions {
  margin-bottom: 70px;
}

.outline .bank-conditions .table-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 10px;
}

.outline .bank-conditions .table-lists .item {
  background-color: #f3f3f3;
}

.outline .bank-conditions .table-lists .item .title {
  font-size: 23px;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "Hiragino Sans", sans-serif;
  text-align: center;
  background-color: #998b74;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.outline .bank-conditions .table-lists .item .txt {
  padding: 20px;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "Hiragino Sans", sans-serif;
}

.outline .bank-conditions .table-lists .item .txt {
  padding: 20px;
  line-height: 1.8;
}

.outline .bank-conditions .table-attention {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.07;
}

.outline .bank-conditions .table-attention .link {
  color: #5b5bf4;
  text-decoration: underline;
}

.terms-of-use {
  margin-bottom: 90px;
}

.terms-of-use .sub-sec-title {
  margin-bottom: 30px;
}

.terms-of-use .txt {
  font-size: 15px;
  line-height: 1.8;
}

.terms-of-use .txt .link {
  color: #5b5bf4;
  text-decoration: underline;
}

.terms-of-use .attention-txt {
  font-size: 15px;
  font-weight: 500;
  color: #999;
  margin-bottom: 36px;
}

.terms-of-use .terms-accordion {
  position: relative;
}

.terms-of-use .terms-content {
  max-height: 120px;
  /* 初期表示範囲 */
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.terms-of-use .terms-accordion.open .terms-content {
  max-height: 1000px;
  /* 開いたときの高さ*/
}

.terms-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.terms-of-use .terms-accordion.open .terms-fade {
  opacity: 0;
}

.terms-of-use .terms-toggle {
  display: block;
  margin: 0 auto 60px;
  background: none;
  border: none;
  font-size: 18px;
  color: #243d67;
  font-weight: 600;
  cursor: pointer;
}

.terms-of-use .terms-toggle.hide {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
}

.terms-of-use .image {
  margin-bottom: 60px;
}

.terms-of-use .simulation-box {
  text-align: center;
  background-color: #fbf5ed;
  padding-top: 40px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border: 2px solid #c7a367;
  position: relative;
  z-index: 0;
}

.terms-of-use .simulation-box::after {
  content: "";
  width: 99.5%;
  height: 98%;
  border: 2px solid #c7a367;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.terms-of-use .simulation-box .txt {
  color: #b17e29;
  font-size: 18px;
  margin-bottom: 20px;
}

.terms-of-use .simulation-box .simulation-btn {
  width: 490px;
  display: flex;
  gap: 10px;
  justify-content: center;
  color: #fff;
  background-color: #e85d5d;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  margin: 0 auto;
}

.terms-of-use .simulation-box .simulation-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b11f1f;
  position: absolute;
  border-radius: 4px;
  margin: 0 auto;
  left: 0;
  top: 2px;
  z-index: -1;
}

.terms-of-use .simulation-box .simulation-btn img {
  width: 19px;
}

.flow .sub-sec-title {
  margin-bottom: 24px;
}

.flow .flow-sec-txt {
  font-size: 15px;
  margin-bottom: 40px;
}

.flow .flow-content {
  background-color: #f4f4f5;
  padding: 30px 19px 30px 14px;
  margin-bottom: 40px;
}

.flow-content .list-flow-step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 10px;
}

.flow-content .list-flow-step .flow-step {
  padding: 30px 10px 48px;
  background-color: #fff;
  position: relative;
}

.flow-content .list-flow-step .flow-step:first-child,
.flow-content .list-flow-step .flow-step:nth-child(2) {
  padding: 30px 20px 48px;
}

.flow-content .list-flow-step .flow-step:not(:last-child)::after {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  transform: translateY(-50%);
}

.flow-content .list-flow-step .flow-step .step-heading {
  margin-bottom: 15px;
}

.flow-content .list-flow-step .flow-step .step-heading .num-box {
  display: inline-block;
  padding: 2px 14px;
  background-color: #667794;
  color: #fff;
}

.flow-content .list-flow-step .flow-step .step-heading .num-box .num {
  color: #fff;
  font-family: "Noto Sans JP";
}

.flow-content .list-flow-step .flow-step .step-heading .txt {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  letter-spacing: 0.001em;
  background-color: #1c3a68;
  padding: 10px 3px;
}

.flow-content .list-flow-step .flow-step .inner p {
  font-size: 15px;
  font-weight: 600;
  font-family: "Noto Sans JP";
  letter-spacing: 0.01em;
}

.flow-content .list-flow-step .flow-step:first-child .inner p:first-of-type {
  margin-bottom: 36px;
}

.flow-content .list-flow-step .flow-step .inner .link {
  color: #5b5bf4;
  gap: 5px;
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
}

.flow-content .list-flow-step .flow-step .inner .link img {
  width: 14px;
}

.flow-content .list-flow-step .flow-step .inner .emphasis {
  color: #d81717;
  display: block;
  font-weight: 600;
  margin-top: 10px;
}

.flow-content .attention-txt {
  font-size: 14px;
  font-weight: 550;
  font-family: "Noto Sans JP";
  color: #666;
  line-height: 2.07;
  margin-bottom: 15px;
}

.flow-content .flow-bottom-txt {
  font-size: 15px;
  font-family: "Noto Sans JP";
  margin-bottom: 15px;
}

.flow-content .flow-bottom-txt .link {
  color: #ff6c00;
  text-decoration: underline;
}

.faq-link {
  display: flex;
  gap: 5px;
  text-decoration: underline;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #243d67;
  text-align: center;
  margin-bottom: 46px;
}

.faq-link img {
  width: 19px;
}

.offer-box {

  background-color: #faf6f1;
  padding: 26px 0 20px;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 90px;
}

.offer-box .txt {
  font-size: 19px;
  margin-bottom: 10px;
}

.offer-box .offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 350px;
  color: #fff;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "Hiragino Sans", sans-serif;
  font-weight: 600;
  background-color: #d81f1f;
  padding: 17px 25px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
}

.offer-box .offer-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #981414;
  border-radius: 4px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: -1;
}

.offer-box .offer-btn img {
  width: 9px;
}
.offer-btn:hover {
  background-color: #de5454; /* ホバー時の背景色 */
  color: #fff;              /* ホバー時の文字色 */
}
.notice-area {
  margin-bottom: 60px;
}

.notice-area .notice-part:not(:last-child) {
  margin-bottom: 24px;
}

.notice-area .notice-part:nth-child(5) {
  margin-bottom: 32px;
}

.notice-area .notice-part .title-box {
  background-color: #243d67;
  padding: 10px 15px;
}

.notice-area .notice-part .title-box .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.notice-area .notice-part .container {
  padding: 16px 15px 28px;
  border: 1px solid #b8b7b7;
}

.notice-area .notice-part .container .notice-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.notice-area .notice-part .container .list-notice li {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.04em;
}

.notice-area .notice-part .container .list-notice li .link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4848f3;
  text-decoration: underline;
  padding-left: 1em;
}

.notice-area .notice-part .container .list-notice li .link img {
  width: 14px;
}

.notice-area .notice-part .container .list-notice .attention-txt {
  padding-left: 10px;
  text-indent: 0;
}

.dl-info {
  border: 1px solid #8d7d62;
  margin-bottom: 60px;
}

.dl-info .title-box {
  text-align: center;
  padding: 10px 0;
  background-color: #ce9a42;
}

.dl-info .title-box .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.dl-info .dl-contact {
  padding: 30px;
}

.dl-info .dl-contact .dl-contact-box {
  text-align: center;
  margin-bottom: 25px;
}

.dl-info .dl-contact .dl-contact-box .dl-txt {
  font-size: 24px;
  letter-spacing: .04em;
}

.dl-info .dl-contact .dl-contact-box .contact-tel {
  font-size: 56px;
  color: #c3903b;
}

.dl-info .dl-contact .dl-contact-box .business-hours {
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: 600;
}

.dl-info .dl-contact .note {
  font-size: 14px;
  color: #646464;
  letter-spacing: .04em;
  font-weight: 500;
}

.signature {
  width: 320px;
  margin-left: auto;
}

.footer {
  min-width: 980px;
  padding-bottom: 150px;
}

.footer .footer-box .footer-top {
  padding: 24px 0;
  margin-top: 20px;
  background: #474747;
}

.footer .footer-box .footer-top .footer-top-links {
  display: flex;
}

.footer .footer-box .footer-top .footer-top-links .item {
  float: left;
  padding: 0 45px 0 13px;
  background: url(../img/com_ic02.png) no-repeat left 50%;
}

.footer .footer-box .footer-top .footer-top-links .item .link {
  font-size: 110%;
  color: #fff;
}

.footer .footer-box .footer-under {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .footer-box .footer-under .footer-under-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 20px;
}

.footer .footer-box .footer-under .footer-under-links .item {
  float: left;
  padding: 0 30px 0 13px;
  background: url(../img/com_ic01.png) no-repeat left 50%;
}

.footer .footer-box .footer-under .footer-under-links .item .link {
  font-size: 18px;
  color: #333366;
}

.footer .footer-box .footer-under .footer-under-other {
  display: flex;
  justify-content: space-between;
}

.footer .footer-box .footer-under .footer-under-other .txt-box {
  margin-bottom: 10px;
}

.footer .footer-box .footer-under .footer-under-other .txt-box .txLead {
  font-weight: 300;
  text-indent: -5em;
  padding-left: 5em;
}

.footer .footer-box .footer-under .footer-under-other .logo-box {
  width: 155px;
  margin-right: 10px;
}

.footer .footer-box .footer-under .copy {
  color: #888;
  font-weight: 300;
}

.page-top {
  width: 46px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 100;
}

.fixed-box {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.fixed-box .fixed-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.fixed-box .offer-box {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 30px;
}

.fixed-box .sns-box {
  margin-left: 30px;
}

.fixed-box .sns-box .txt {
  font-size: 19px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 17px;
}

.fixed-box .sns-box .btn-box {
  display: flex;
  align-items: center;
  gap: 25px;
}

.fixed-box .sns-box .btn-box .link {
  display: block;
  width: 52px;
}

  .sp {
    display: none;
  }

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header .wrap {
    padding: 18px 20px;
  }
  .header .logo-box svg {
    width: 129px;
  }
  .mainContents .wrapper-heading .main-visual {
    min-width: auto;
    width: 100%;
    background-image: url(../img/sp_top_fv_bg.png);
    background-position: right;
  }
  .wrapper-heading .main-visual .main-visual-wrap {
    max-width: none;
    padding: 70px 5.1vw 40px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri {
    padding: 14px 20px 16px;
    left: auto;
    right: 16px;
    background-image: url(../img/sp_kinri_bg.png);
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt-s {
    font-size: 13px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt {
    margin-bottom: 4px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt .karned-s {
    letter-spacing: -0.1em;
    font-size: 30px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt .num {
    font-size: 53px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt .num .karned {
    letter-spacing: -0.1em;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .note {
    font-size: 10px;
    line-height: 1.7;
  }

  .wrapper-heading .main-visual .main-visual-wrap .sub-title-box {
    width: calc(180 / 375 * 100%);
  }
  .wrapper-heading .main-visual .main-visual-wrap .sub-title-box .sub-title {
    font-size: 16px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .title {
    font-size: 34px;
    letter-spacing: 0;
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .first-title {
    margin-left: -20px;
    letter-spacing: .05em;
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .s-title {
    font-size: 28px;
    margin-left: -20px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .l-title {
    font-size: clamp(1.75rem, 8.7vw, 2rem);
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .xl-title {
    font-size: clamp(2rem, 10.2vw, 2.5rem);
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .emphasis {
    font-size: clamp(2.5rem, 12.3vw, 3rem);
  }
  .wrapper-heading .main-visual .main-visual-wrap .image-box {
    gap: 20px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .image-box .item {
    width: 105px;
  }
  .mainContents .wrap {
    width: 89.7%;
    padding: 0;
    min-width: auto;
  }
  .wrapper-heading .application-adv {
    min-width: auto;
    margin: 0 auto;
  }
  .wrapper-heading .application-adv .adv-wrap {
    width: 89.7%;
    margin: 0 auto;
  }
  .wrapper-heading .application-adv .adv-wrap .adv-txt {
    width: 100%;
    font-size: 16px;
  }
  .wrapper-heading .application-adv .adv-wrap .btn-red {
    max-width: 375px;
    width: 100%;
  }
  .wrapper-heading .application-adv .adv-wrap .btn-txt {
    font-size: 17px;
  }
  .description-webloan-box {
    min-width: auto;
  }
  .description-webloan-box .wrap {
    padding-top: 46px;
    padding-bottom: 50px;
  }
  .description-webloan .title {
    font-size: 30px;
  }
  .description-webloan .txt-lead {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 26px;
  }
  .description-webloan .txt-lead span {
    font-size: 20px;
  }
  .description-webloan-box .image-box .txt {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .merits {
    padding-top: 56px;
    padding-bottom: 80px;
  }
  .merits .merits-heading {
    margin-bottom: 50px;
  }
  .merits .merits-heading::before,
  .merits .merits-heading::after {
    width: calc(40 / 375 * 100%);
  }
  .merits .merits-heading .txt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .merits .merits-heading .title {
    font-size: 37px;
    padding-top: 10px;
  }
  .merits .merit:first-child {
    margin-bottom: 70px;
  }
  .merits .merit:first-child .merit-head img {
    margin-bottom: 20px;
  }
  .merits .merit:nth-child(2) .container {
    margin-top: 40px;
  }
  .merits .merit .merit-head img {
    width: 103px;
    margin-bottom: 20px;
  }
  .merits .merit:nth-child(2) .merit-head img {
    width: 111px;
  }
  .merits .merit .merit-head .num {
    font-size: 23px;
  }
  .merits .merit .merit-head .title {
    font-size: 30px;
    margin-top: 10px;
  }
  .merits .merit .container .lists {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-top: 25px;
  }
  .merits .merit .container .txt {
    line-height: 1.87;
  }
  .merits .merit .container .lists .item img {
    height: 51.2vw;
  }
  .merits .merit:nth-child(2) {
    margin-bottom: 105px;
  }
  .merits .merit .container .attention {
    padding: 25px 20px;
  }
  .merits .merit .container .attention-txt {
    font-size: 15px;
  }
  .popup-trigger {
    margin-top: 10px;
  }
  .merits .merit .container .movie {
    margin-top: 25px;
  }
  .merits .merit .container .repayment-box {
    flex-direction: column-reverse;
  }
  .merits .merit .container .repayment-box .point-list {
    width: 100%;
    padding: 10px 20px 20px 15px;
  }
  .merits .merit .container .repayment-box .point-list .item {
    margin-bottom: 15px;
  }
  .merits .merit .container .repayment-box .point-list .item .txt {
    font-size: 18px;
    line-height: 1.6;
  }
  .merits .merit .container .repayment-box .point-list .item .txt .emphasis {
    font-size: 22px;
  }
  .merits .merit .container .repayment-box .difference-box .txt {
    font-size: 15px;
  }
  .popup .box {
    width: calc(370 / 390 *100%);
    max-height: 85vh;
    padding: 60px 20px 20px;
    overflow-y: scroll;
  }
  .popup .box .txt-box {
    padding: 20px 13px 20px 9px;
  }
  .popup .box .txt-box .title {
    margin-bottom: 20px;
  }
  .popup .box .txt-box .title span {
    font-size: 15px;
  }
  .popup .box iframe {
    width: calc(320 / 330 *100%);
    height: 47.4vw;
    max-height: none;
  }
  .side-merit-box {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .outline .outline-heading {
    font-size: 28px;
    margin-bottom: 55px;
  }
  .outline .outline-heading::before,
  .outline .outline-heading::after {
    width: calc(40 / 375 * 100%);
  }
  .outline .sub-sec-title {
    font-size: 20px;
    padding-left: 20px;
  }
  .outline .sub-sec-title::before {
    height: 20px;
  }
  .outline .bank-conditions .bank-conditions-title {
    margin-bottom: 24px;
  }
  .outline .table-txt {
    margin-bottom: 10px;
  }
  .outline .bank-conditions {
    margin-bottom: 60px;
  }
  .outline .bank-conditions .table-lists {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .outline .bank-conditions .table-lists .item .title {
    font-size: 20px;
  }
  .outline .bank-conditions .table-lists .item .txt {
    padding: 12px 18px;
  }
  .outline .bank-conditions .table-attention {
    line-height: 1.7;
  }
  .terms-of-use {
    margin-bottom: 70px;
  }
  .terms-of-use .attention-txt {
    font-size: 14px;
    margin-top: 22px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .terms-of-use .image {
    margin-bottom: 15px;
  }
  .terms-of-use .simulation-box-wrap {
    width: 100%;
  }
  .terms-of-use .simulation-box {
    border-top: 2px solid #c7a367;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #c7a367;
    padding-top: 22px;
    margin-bottom: 0;
  }
  .terms-of-use .simulation-box::after {
    border-top: 2px solid #c7a367;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #c7a367;
  }
  .terms-of-use .simulation-box .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .terms-of-use .simulation-box .simulation-btn {
    width: calc(350 / 390 * 100%);
    font-size: 15px;
    padding: 20px 0;
  }
  .flow .flow-sec-txt {
    margin-bottom: 34px;
  }
  .flow .flow-content {
    padding: 30px 20px;
  }
  .flow-content .list-flow-step {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .flow-content .list-flow-step .flow-step,
  .flow-content .list-flow-step .flow-step:first-child,
  .flow-content .list-flow-step .flow-step:nth-child(2) {
    padding: 19px 20px 36px;
  }
  .flow-content .list-flow-step .flow-step:not(:last-child)::after {
    width: 22px;
    height: 31px;
    top: 99%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .flow-content .list-flow-step .flow-step .inner p {
    line-height: 1.75;
  }
  .flow-content .list-flow-step .flow-step .inner .emphasis {
    margin-top: 0;
  }
  .flow-content .list-flow-step .flow-step:first-child .inner p:first-of-type {
    margin-bottom: 20px;
  }
  .flow-content .list-flow-step .flow-step .step-heading .txt {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
  }
  .flow-content .attention-txt {
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .flow-content .flow-bottom-txt {
    line-height: 1.9;
    margin-bottom: 0;
  }
  .faq-link {
    margin-bottom: 34px;
  }
  .offer-box {
    padding: 16px 0 24px;
    margin-bottom: 52px;
  }
  .offer-box .txt {
    font-size: 15px;
  }
  .offer-box .offer-btn {
    width: 100%;
  }
  .notice-area {
    margin-bottom: 46px;
  }
  .notice-area .notice-part:not(:last-child) {
    margin-bottom: 20px;
  }
  .notice-area .notice-part .container {
    padding: 12px 15px 20px;
  }
  .notice-area .notice-part:nth-child(4) .container {
    padding: 12px 15px 44px;
  }
  .notice-area .notice-part .title-box .title {
    line-height: 1.66;
  }
  .notice-area .notice-part .container .notice-txt {
    line-height: 1.7;
  }
  .notice-area .notice-part .container .list-notice li {
    line-height: 1.75;
  }
  .dl-info {
    margin-bottom: 35px;
  }
  .dl-info .title-box {
    padding: 20px 0;
  }
  .dl-info .title-box .title {
    font-size: 18px;
  }
  .dl-info .dl-contact {
    padding: 33px 8px;
  }
  .dl-info .dl-contact .dl-contact-box .dl-txt {
    font-size: 17px;
  }
  .dl-info .dl-contact .dl-contact-box .contact-tel {
    font-size: 34px;
    letter-spacing: -0.05em;
  }
  .dl-info .dl-contact .dl-contact-box .business-hours {
    line-height: 1.8;
  }
  .dl-info .dl-contact .note {
    letter-spacing: 0.024em;
    line-height: 1.75;
  }
  .footer {
    min-width: auto;
  }
  .footer .wrap {
    width: 100%;
    padding: 0;
    min-width: auto;
  }
  .footer .footer-box .footer-top {
    padding: 0;
  }
  .footer .footer-box .footer-top .footer-top-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-box .footer-top .footer-top-links .item {
    padding: 10px 0 10px 25px;
    border-left: 1px solid #afafaf;
    background: url(../img/com_ic02.png) no-repeat 5% 50%;
  }
  .footer .footer-box .footer-top .footer-top-links .item:first-child,
  .footer .footer-box .footer-top .footer-top-links .item:nth-child(2) {
    border-bottom: 1px solid #afafaf;
  }
  .footer .footer-box .footer-top .footer-top-links .item:nth-child(odd) {
    border-left: none;
  }
  .footer .footer-box .footer-top .footer-top-links .item .link {
    font-size: 14px;
    line-height: 1.7;
  }
  .footer .footer-box .footer-under .footer-under-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .footer .footer-box .footer-under {
    padding-top: 8px;
  }
  .footer .footer-box .footer-under .footer-under-links .item {
    padding: 0 3px 0 20px;
    background: url(../img/com_ic01.png) no-repeat 5% 50%;
  }
  .footer .footer-box .footer-under .footer-under-links .item .link {
    font-size: 14px;
  }
  .footer .footer-box .footer-under .footer-under-other .txt-box .txLead {
    font-size: 13px;
    padding: 0 5px;
    margin-bottom: 0;
    text-indent: 0;
  }
  .footer .footer-box .footer-under .footer-under-other .logo-box {
    display: none;
  }
  .footer .footer-box .footer-under .copy {
    font-size: 14px;
    padding: 0 5px;
  }
  .page-top {
    bottom: 120px;
  }
  .fixed-box .offer-box {
    margin-left: 0;
  }
  .fixed-box .offer-box .offer-btn {
    font-size: 17px;
    line-height: 1.17;
    padding: 17px 6px 11px 11px;
    gap: 6px;
    width: 218px;
    position: relative;
    top: 3px;
  }
  .fixed-box .offer-box .offer-btn img {
    width: 9px;
    height: 17px;
    margin-top: 3px;
    margin-left: 5px;
  }
  .fixed-box .sns-box {
    margin-left: 13px;
  }
  .fixed-box .sns-box .txt {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .fixed-box .sns-box .btn-box {
    gap: 10px;
  }
  .fixed-box .sns-box .btn-box .link {
    width: 45px;
  }

  .campaign-line{
    padding: 32px 0 0px 0;
  }

 .sp.campaign-line-text{
     /*width: 453px;*/
     margin: 0 auto;
     background-position: left -100% center;
    padding-bottom: 2.4em;
    font-weight: bold;
    background-size: 193% 0.4em;
    background-repeat: repeat-x;
    transition: background-position 2s 0.1s;
    background-image: none;
    line-height:180%;
    font-size:0.85em;
}
 .sp.campaign-line-text img {
    margin-top:5px;
 }

.campaign-line-text a{
    color: #1a0b8f;
    font-weight: bold;
    font-size: 1.2em;
    /* display: inline-flex
; */
    align-items: normal;
}

.campaign-line-text a img{
        display: inline;
        position: relative;
        top: 27px;
        right: 4px;
}


}
