@charset "UTF-8";
/* 読み込み
===================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 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] {
  -webkit-text-decoration: underline dotted;
          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,
img,
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 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
}

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* loopslide
============================================ */
/* fadeinWrap
============================================ */
/* fadein
============================================ */
/* fadeup
============================================ */
/* slide
===================================================== */
/* common
===================================================== */
html,
body {
  background-color: #fff;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

.wrapper {
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img,
video,
picture,
button {
  width: 100%;
  display: block;
}

svg {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .spNone {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

/* color
===================================================== */
body .wrapper.spring,
body .wrapper.autumn {
  background-color: #fdfdf2;
}

body .wrapper.summer,
body .wrapper.winter {
  background-color: #f4f7ff;
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  transition: opacity 0.5s;
}

/* .btn
===================================================== */
.btn {
  background-color: #7c867d;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .btn {
    width: min(47.3684210526vw, 450px);
    height: min(7.3684210526vw, 70px);
    font-size: min(1.6842105263vw, 16px);
    border-radius: min(5.0526315789vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 84.5333333333vw;
    height: 14.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 7.4666666667vw;
  }
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .btn svg {
    margin-left: min(1.0526315789vw, 10px);
    width: min(0.8421052632vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .btn svg {
    margin-left: 2.6666666667vw;
    width: 2.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .btn__top {
    width: min(40.5405405405vw, 450px);
    height: min(6.3063063063vw, 70px);
    font-size: min(1.4414414414vw, 16px);
    border-radius: min(4.3243243243vw, 48px);
  }
}
@media screen and (min-width: 768px) {
  .btn__top svg {
    margin-left: min(0.9009009009vw, 10px);
    width: min(0.7207207207vw, 8px);
  }
}

.btn__white {
  background-color: #fff;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .btn__white {
    border: 1px solid #333333;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    border: 0.2666666667vw solid #333333;
  }
}

@media screen and (min-width: 768px) {
  .btn__min {
    height: min(5.7894736842vw, 55px);
  }
}

/* .headTitle
===================================================== */
.headTitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .headTitle {
    font-size: min(2.5263157895vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .headTitle {
    font-size: 5.3333333333vw;
  }
}

/* .list
===================================================== */
.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (min-width: 768px) {
  .list {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto min(5.2631578947vw, 50px);
    row-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .list {
    margin-bottom: 10.1333333333vw;
    row-gap: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .list li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .list li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .list .list_img {
    margin-bottom: min(1.4736842105vw, 14px);
    width: 100%;
    max-width: 1020px;
  }
}
@media screen and (max-width: 767px) {
  .list .list_img {
    width: 100%;
    margin-bottom: 2.4vw;
  }
}
.list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .list p {
    font-size: min(1.2631578947vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .list p {
    font-size: 2.6666666667vw;
  }
}

.list__swiper {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.list__swiper .list_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list__swiper .list_img {
    margin-bottom: min(1.4736842105vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .list__swiper .list_img {
    margin-bottom: 2.4vw;
  }
}
.list__swiper p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .list__swiper p {
    font-size: min(1.2631578947vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .list__swiper p {
    font-size: 2.6666666667vw;
  }
}

/* .snapList
===================================================== */
@media screen and (min-width: 768px) {
  .snapList {
    max-width: 1020px;
    margin: 0 auto min(5.2631578947vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .snapList {
    margin-bottom: 10.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .snapList li {
    width: 16.6666666667%;
  }
}
.snapList .list_img {
  position: relative;
  overflow: hidden;
}
.snapList .list_img::before {
  content: "";
  display: block;
  padding-top: 120%;
  width: 100%;
}
.snapList .list_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .sec
===================================================== */
@media screen and (min-width: 768px) {
  .sec {
    padding-top: min(14.2105263158vw, 135px);
    padding-bottom: min(12.1052631579vw, 115px);
  }
}
@media screen and (max-width: 767px) {
  .sec {
    padding-top: 20.2666666667vw;
    padding-bottom: 17.0666666667vw;
  }
}
.sec .sec_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .sec .sec_inner {
    width: min(93.6842105263vw, 890px);
  }
}
@media screen and (max-width: 767px) {
  .sec .sec_inner {
    width: 85.3333333333vw;
  }
}
.sec .secThema {
  color: #f07b31;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 85vw;
}
@media screen and (min-width: 768px) {
  .sec .secThema {
    font-size: min(2.1052631579vw, 20px);
    margin-bottom: min(0.8421052632vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .sec .secThema {
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec .secThema .secThema_date {
  display: block;
  background-color: #f07b31;
  color: #fff;
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec .secThema .secThema_date {
    line-height: min(2.6315789474vw, 25px);
    font-size: min(1.7894736842vw, 17px);
    top: max(-4.2105263158vw, -40px);
    left: max(-4.7368421053vw, -45px);
    padding: 0 min(1.4736842105vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .sec .secThema .secThema_date {
    line-height: 6.6666666667vw;
    font-size: 4.5333333333vw;
    top: -9.0666666667vw;
    left: -6.1333333333vw;
    margin-bottom: 1.0666666667vw;
    padding: 0 4.2666666667vw;
  }
}
.sec .secThema .secThema_date::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .sec .secThema .secThema_date::before {
    left: min(2.9473684211vw, 28px);
    border-top: min(1.0526315789vw, 10px) solid #f07b31;
    border-right: min(0.4210526316vw, 4px) solid transparent;
    border-left: min(0.4210526316vw, 4px) solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .sec .secThema .secThema_date::before {
    left: 7.7333333333vw;
    border-top: 2.6666666667vw solid #f07b31;
    border-right: 1.0666666667vw solid transparent;
    border-left: 1.0666666667vw solid transparent;
  }
}
.sec .secThema .secThema_title {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec .secThema .secThema_title:has(span:nth-of-type(2)) span:first-child {
    transform: translateX(-0.3em);
  }
}
@media screen and (max-width: 767px) {
  .sec .secThema .secThema_title:has(span:nth-of-type(2)) span:last-child {
    transform: translateX(0.3em);
  }
}
.sec .secThema .secThema_title span {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sec .secThema .secThema_title span {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .sec .secThema .secThema_title span {
    display: block;
  }
}
.sec .secThema .secThema_title span:first-child {
  padding-left: 1.2em;
}
.sec .secThema .secThema_title span:first-child:before {
  content: "『 ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec .secThema .secThema_title span:last-child {
  padding-right: 1.2em;
}
.sec .secThema .secThema_title span:last-child::after {
  content: " 』";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .sec .headTitle__secItem {
    margin-bottom: min(4.3157894737vw, 41px);
  }
}
@media screen and (max-width: 767px) {
  .sec .headTitle__secItem {
    margin-bottom: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sec .swiperArea {
    margin-bottom: min(5.2631578947vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .sec .swiperArea {
    margin-bottom: 10.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sec .btn__item,
  .sec .btn__allitem {
    margin-bottom: min(1.8947368421vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .sec .btn__item,
  .sec .btn__allitem {
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sec .headTitle__secSnap {
    margin-bottom: min(4.4210526316vw, 42px);
    margin-top: min(12.7368421053vw, 121px);
  }
}
@media screen and (max-width: 767px) {
  .sec .headTitle__secSnap {
    margin-bottom: 7.4666666667vw;
    margin-top: 21.3333333333vw;
  }
}

/* .fixedBtn
===================================================== */
.fixedBtn {
  position: fixed;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .fixedBtn {
    bottom: min(2.6315789474vw, 25px);
    right: min(1.0526315789vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .fixedBtn {
    bottom: 6.6666666667vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fixedBtn .fixedBtn_item {
    width: min(5.5789473684vw, 53px);
  }
}
@media screen and (max-width: 767px) {
  .fixedBtn .fixedBtn_item {
    width: 14.1333333333vw;
  }
}
.fixedBtn .fixedBtn_item:not(:last-of-type) {
  margin-bottom: min(0.8421052632vw, 8px);
}
@media screen and (max-width: 767px) {
  .fixedBtn .fixedBtn_item:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.fixedBtn a {
  display: block;
}

/* .card
===================================================== */
.card {
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .card {
    width: min(55.6842105263vw, 529px);
    border-radius: min(1.0526315789vw, 10px);
    padding: min(3.5789473684vw, 34px) 0 min(5.7894736842vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .card {
    width: 80.5333333333vw;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 0 9.0666666667vw;
  }
}

/* .creditajax_price
===================================================== */
.creditajax_price .creditajax_price__proper::before,
.creditajax_price .creditajax_price__sale::before {
  content: "¥";
}
.creditajax_price .creditajax_price__sale {
  margin-left: 5px;
}

.creditajax_price__saleOn .creditajax_price__proper {
  text-decoration: line-through;
}
.creditajax_price__saleOn .creditajax_price__sale {
  color: #f00;
}

/* #footer
===================================================== */
.p-footer {
  padding: 50px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 40px;
  }
}
.p-footer .p-footer__snsList {
  display: flex;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer__snsList {
    gap: 20px;
  }
}
.p-footer .p-footer__snsList li {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer__snsList li {
    width: unset;
  }
}
.p-footer .p-footer__linkText {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 12px;
  line-height: 1;
}
.p-footer .p-footer__icon {
  display: inline-block;
  font-size: 16px;
}
.p-footer .p-footer__logo {
  width: 130px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer__logo {
    width: 150px;
    margin-top: 55px;
  }
}
.p-footer .p-footer__copy {
  margin-top: 10px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer__copy {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  ul#footer_snsArea li span.icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
}

/* .side
===================================================== */
@media screen and (min-width: 768px) {
  .side {
    position: fixed;
    top: 50%;
    left: 0;
    transform-origin: left center;
    transform: rotate(90deg) translate(-50%, calc(-50% + max(-1.8947368421vw, -18px)));
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  .side .side_inner {
    font-size: min(1.7894736842vw, 17px);
    gap: min(1.3684210526vw, 13px);
    display: flex;
    align-items: center;
    font-family: "ivypresto-display", serif;
    font-weight: 100;
    font-style: italic;
  }
}
@media screen and (min-width: 768px) {
  .side .side_side {
    background-color: #424e43;
    width: min(5.8947368421vw, 56px);
    height: min(0.0526315789vw, 0.5px);
  }
}

/* ai
===================================================== */
@media screen and (max-width: 767px) {
  .aiBtn {
    background-color: #707070;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 65.8666666667vw;
    border-radius: 1.3333333333vw;
    line-height: 14.6666666667vw;
    cursor: pointer;
  }
  .aiBtn .aiBtn_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.2666666667vw;
  }
  .aiBtn .aiBtn_inner img {
    width: 8.8vw;
  }
  .aiBtn .aiBtn_inner span {
    display: block;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.7333333333vw;
  }
  .aiBtn__photo {
    background-color: rgba(112, 112, 112, 0.3);
    transition: background-color 0.3s;
    position: relative;
  }
  .aiBtn__photo label {
    pointer-events: none;
  }
  .aiBtn__photo.on {
    background-color: #707070;
  }
  .aiBtn__photo.on label {
    pointer-events: auto;
  }
}
/* swiper
===================================================== */
@media screen and (min-width: 768px) {
  .swiperArea {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: min(93.6842105263vw, 890px);
  }
}
@media screen and (max-width: 767px) {
  .swiperArea .swiper {
    padding-left: 5.3333333333vw;
    width: 100vw;
    overflow-x: auto;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    /* Chrome, Safari 対応 */
  }
  .swiperArea .swiper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiperArea .swiper-wrapper {
    display: flex;
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .swiperArea .swiper-slide {
    width: 36.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .swiperArea .swiper-pagination {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .swiperArea .swiper-button {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #707070;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
  }
  .swiperArea .swiper-button__prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .swiperArea .swiper-button__prev img {
    transform: translate(-50%, -50%);
  }
  .swiperArea .swiper-button__next {
    right: 0;
    transform: translate(50%, -50%);
  }
  .swiperArea .swiper-button__next img {
    transform: translate(-50%, -50%) scale(-1, 1);
  }
  .swiperArea .swiper-button img {
    width: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .swiperArea > .swiper-button {
    transition: opacity 0.5s;
  }
  .swiperArea > .swiper-button.hide {
    opacity: 0;
    pointer-events: none;
  }
  .swiperArea .swiper .swiper-button {
    pointer-events: none;
    opacity: 0;
  }
  .swiperArea:has(.itemList) .swiper-button {
    top: calc((100% - 90px) / 2);
  }
  .swiperArea:has(.snapList) .swiper-button {
    top: calc((100% - 45px) / 2);
  }
}

/* .diagnosisFooter
===================================================== */
.diagnosisFooter {
  background-color: #f7f5f5;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .diagnosisFooter {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .diagnosisFooter {
    padding: 18.6666666667vw 0 18.6666666667vw;
  }
}
.diagnosisFooter .diagnosisFooterSubTitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .diagnosisFooter .diagnosisFooterSubTitle {
    font-size: min(1.8947368421vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosisFooter .diagnosisFooterSubTitle {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .diagnosisFooter .headTitle__diagnosisFooter {
    margin-bottom: min(4.7368421053vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosisFooter .headTitle__diagnosisFooter {
    margin-bottom: 9.3333333333vw;
  }
}
.diagnosisFooter .diagnosisList {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .diagnosisFooter .diagnosisList {
    align-items: center;
    gap: min(3.1578947368vw, 30px);
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .diagnosisFooter .diagnosisList {
    flex-direction: column;
    justify-content: center;
    width: 58.1333333333vw;
    gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .diagnosisFooter .diagnosisList li {
    width: min(30vw, 285px);
  }
}

/* animation
===================================================== */
.scrollon {
  opacity: 0;
  transition: opacity 0.6s;
  transition-delay: 0s;
}
.scrollon.on {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */