@charset "UTF-8";
/*================================
* フォントサイズ
=================================*/
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------
# RESET
--------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
}

alink,
avisited {
  color: inherit;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

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

em {
  font-style: normal;
}

/*--------------------------------------------------------------
# BASE
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #592E15;
  letter-spacing: -0.03em;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

/*@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}*/
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*--------------------------------------
* COMMON
*---------------------------------------*/
.sp {
  display: none;
}

@media (max-width: 599px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}

@media (max-width: 599px) {
  .pc {
    display: none;
  }
}
.m-btn {
  margin-right: -10px;
}

.m-btn a {
  display: block;
  font-size: 25px;
  font-size: clamp(15px, 1.838vw, 25px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
  border-radius: 5px;
  padding: 15px 10px;
  margin-right: 10px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 599px) {
  .m-btn a {
    font-size: 18px;
  }
}
.m-btn .btn_sub_t {
  display: block;
  font-size: 16px;
  font-size: clamp(10px, 1.25vw, 16px);
  font-weight: 700;
  margin-top: 3px;
}

.m-btn img {
  display: inline-block;
  width: 1.2rem;
  margin-right: 0.4rem;
  margin-bottom: 5px;
  vertical-align: middle;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 599px) {
  .m-btn img {
    width: 1rem;
  }
}
.m-btn_tel {
  color: #fff;
  background: #FF910E;
  background: linear-gradient(180deg, rgb(255, 145, 14) 0%, rgb(255, 54, 0) 100%);
  position: relative;
}

.m-btn_tel:hover {
  opacity: 0.8;
}

.m-btn_tel img {
  width: 1.8rem;
}

.m-btn_line {
  color: #fff;
  background: #01B901;
  background: linear-gradient(180deg, rgb(1, 185, 1) 0%, rgb(0, 126, 0) 100%);
}

.m-btn_line:hover {
  opacity: 0.8;
}

.m-btn_line img {
  width: 1.8rem;
}

.m-btn_web {
  color: #fff;
  background: #00A0EA;
  background: linear-gradient(180deg, rgb(0, 160, 234) 0%, rgb(0, 136, 199) 100%);
}

.m-btn_web:hover {
  opacity: 0.8;
}

.m-btn_web img {
  width: 1.8rem;
}

.bg-beige {
  background: #FFE6D4;
}

.bg-grad_gr {
  background: rgb(119, 205, 36);
  background: linear-gradient(90deg, rgb(119, 205, 36) 0%, rgb(0, 176, 29) 100%);
}

.bg-grad_org {
  background: rgb(255, 162, 0);
  background: linear-gradient(90deg, rgb(255, 162, 0) 0%, rgb(255, 113, 0) 100%);
}

/*--------------------------------------
* HEADER
*---------------------------------------*/
.header {
  margin: 0;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  gap: 6%;
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}

.header-logo {
  font-size: 10px;
  font-size: clamp(10px, 2.6315789474vw, 20px);
  text-align: center;
  width: clamp(135px, 34.6153846154vw, 229.5px);
  padding: 6px 0;
}

.header-logo img {
  width: 100%;
}

.header-btn {
  display: flex;
  flex-basis: 40%;
}

.header-btn a, .header-btn label {
  flex-basis: 50%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 6px;
}

.header-btn a .btn_sub_t,
.header-btn label .btn_sub_t {
  display: block;
  font-size: 16px;
}

.header-btn .m-btn_tel img,
.header-btn .m-btn_line img {
  width: 25px;
  margin-right: 3px;
}

@media (max-width: 1000px) {
  .header {
    padding: 0 0 0 2%;
  }
  .header-btn {
    flex-basis: 70%;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .header-logo {
    padding: 3px 0;
  }
  .header-btn a {
    font-size: 13px;
    padding: 3px;
  }
  .header-btn img {
    width: 1rem !important;
  }
  .header-btn a .btn_sub_t,
  .header-btn label .btn_sub_t {
    font-size: 10px;
    -webkit-font-smoothing: auto;
    margin-top: 0px;
  }
  .header-btn .m-btn_tel {
    margin-right: 0;
  }
  .header-btn .m-btn_tel img {
    width: 1rem;
  }
  .header-btn .m-btn_tel .btn_sub_t {
    margin-top: 0;
  }
}
.mv {
  background: url(../img/mv-bg.png) no-repeat 50% top;
  background-size: cover;
  /*height: clamp(373px,97.282vw,758.8px);*/
  padding-bottom: 40px;
}
@media (max-width: 599px) {
  .mv {
    padding-bottom: 10px;
  }
}

.mv-inner {
  max-width: 780px;
  margin: 0 auto;
}

.mv-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 2%;
  background: #fff;
  padding: 10px;
}
.mv-area--ttl {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  font-weight: 700;
  color: #FFF6B8;
  text-align: center;
  background: #E33C0B;
  border-radius: 5px;
  padding: 5px 8px;
}
.mv-area--review {
  font-size: 12px;
  font-size: clamp(12px, 3.1578947368vw, 24px);
  color: #E33C0B;
  background: #FFE6D4;
  border-radius: 5px;
  padding: 3px 10px;
}
.mv-area--review span {
  color: #3A3A3A;
}

.mv-catch {
  padding: 0 0 20px;
}

.mv-info {
  padding: 20px;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  display: flex;
  gap: 20px;
}
@media (max-width: 599px) {
  .mv-info {
    padding: 10px;
    gap: 10px;
    border-radius: 0 5px 5px 5px;
  }
}
.mv-info_l {
  flex-basis: 55%;
}
.mv-info_l img {
  display: block;
  width: 100%;
}
.mv-info_r {
  flex-basis: 45%;
}
.mv-info--ttl {
  font-size: 12px;
  font-size: clamp(12px, 3.1578947368vw, 24px);
  font-weight: 700;
  color: #fff;
  border-radius: 0 0 10px 0;
  padding: 10px 20px;
  margin: -20px 0 20px -20px;
  background: #592E15;
}
@media (max-width: 599px) {
  .mv-info--ttl {
    padding: 5px 10px;
    margin: -10px 0 10px -10px;
    border-radius: 0 0 5px 0;
  }
}
.mv-info--txt01 {
  font-size: 10px;
  font-size: clamp(10px, 2.6315789474vw, 20px);
  font-weight: 700;
  color: #E33C0B;
  text-align: center;
  padding-bottom: 5px;
}
.mv-info--txt02 {
  font-size: 10px;
  font-size: clamp(10px, 2.6315789474vw, 20px);
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .mv-info--txt02 {
    margin-bottom: 10px;
  }
}
.mv-info--tel {
  text-align: center;
  background: #F3F3F3;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 5px 10px;
}
@media (max-width: 599px) {
  .mv-info--tel {
    border-radius: 5px;
  }
}
.mv-info--tel a {
  font-size: 10px;
  font-size: clamp(10px, 2.6315789474vw, 20px);
}
.mv-info--tel a span {
  display: block;
  font-size: 14px;
  font-size: clamp(14px, 3.6842105263vw, 28px);
  font-weight: 700;
  color: #E33C0B;
}

@media (max-width: 599px) {
  .mv {
    /*height: clamp(346px,90vw,758.8px);*/
  }
  .mv-inner {
    width: 95%;
  }
  .mv-area {
    padding: 3px 10px;
  }
  .mv-catch {
    padding: 0 0 10px;
  }
  .mv-area--ttl {
    padding: 2px 3%;
  }
}
/*--------------------------------------
* CTA
*---------------------------------------*/
.cta-wrap {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 599px) {
  .cta-wrap {
    padding-top: 10px !important;
  }
}

.cta {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 54, 0, 0.5);
  margin: 0 auto;
  padding: 20px 15px 15px;
}

.cta-top {
  background: #fff;
  border-radius: 0 0 10px 10px;
  border: 6px solid #592E15;
  padding: 20px;
}

.cta .m-btn {
  flex-direction: row-reverse;
}

.cta-top--text {
  font-size: 30px;
  font-size: clamp(18px, 2.206vw, 30px);
  font-weight: 700;
  color: #592E15;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.b-br {
  border-radius: 0 0 30px 30px;
}

@media (max-width: 599px) {
  .cta .m-btn {
    display: block;
    margin-right: 0;
  }
  .cta .m-btn a {
    margin-top: 10px;
  }
  .cta-top {
    border-width: 3px;
  }
  .cta-top--text {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.cta-top--text em {
  color: #E33C0B;
}

.cta-top--text span::before, .cta-top--text span::after {
  content: "";
  display: block;
  border-left: 2px solid #5A2C14;
  width: 0;
  height: 70%;
  position: absolute;
  bottom: 0;
}

.cta-top--text span::before {
  transform: rotate(-30deg);
  left: 10%;
}

.cta-top--text span::after {
  transform: rotate(30deg);
  right: 10%;
}

@media (max-width: 599px) {
  .cta-top--text span::before, .cta-top--text span::after {
    border-width: 1px;
  }
  .cta-top--text span::before {
    left: 5%;
  }
  .cta-top--text span::after {
    right: 5%;
  }
}
.cta-bottom {
  font-size: 16px;
  font-size: clamp(16px, 4.2105263158vw, 32px);
  font-weight: 700;
  color: #FFF6B8;
  text-align: center;
  background: #E33C0B;
  border-radius: 0 0 10px 10px;
  margin: 20px -15px -15px;
  padding: 5px 0 0;
}
@media (max-width: 599px) {
  .cta-bottom {
    margin: 10px -15px -15px;
  }
}

/*--// CTAエリア-----------------------------*/ 
.top_sec-ttl {
  font-size: 23px;
  font-size: clamp(16px, 4.102vw, 32px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #E33C0B;
  padding: 10px;
}

.top_sec-ttl span {
  color: var(--accent-color);
}

.m-slide_list.slick-dotted.slick-slider {
  max-width: 1080px;
  margin: 20px auto 80px;
}

.m-slide_item {
  text-align: center;
  margin: 0 1%;
}

.m-slide_item img {
  margin: 0 auto 10px;
}

.m-slide_compare {
  font-size: 18px;
  font-size: clamp(12px, 2.308vw, 18px);
  margin-bottom: 10px;
}

.m-slide_bonus {
  font-size: 20px;
  font-size: clamp(14px, 2.564vw, 20px);
  font-weight: 700;
  color: #E33C0B;
  border: 1px solid #E33C0B;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.m-slide_price {
  font-size: 24px;
  font-size: clamp(12px, 3.767vw, 24px);
  font-weight: 700;
  color: #E33C0B;
}

.m-slide_price span {
  font-size: 32px;
  font-size: clamp(16px, 4.103vw, 32px);
}

.m-slide_list .slick-dots {
  bottom: -35px;
}

.m-slide_list .slick-dots li button:before {
  font-family: "Noto Sans";
  font-size: 24px;
  line-height: 20px;
}

@media (max-width: 599px) {
  .top_sec-ttl {
    padding: 5px 10px;
  }
  .m-slide_bonus {
    padding: 0 3px;
    margin-bottom: 0;
  }
  .m-slide_item {
    margin: 10px;
  }
  .m-slide_price span {
    font-size: 20px;
  }
  .m-slide_compare {
    margin-bottom: 5px;
  }
  .m-slide_item img {
    margin-bottom: 5px;
    max-width: 100px;
  }
  .m-slide_list .slick-dots {
    bottom: -15px;
  }
  .m-slide_list.slick-dotted.slick-slider {
    margin: 0 auto 7%;
  }
}/*# sourceMappingURL=mv.css.map */