@charset "UTF-8";
/******* フォント *******/
/******* CSSリセット *******/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Potta+One&display=swap");
*,
::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,
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 */
  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;
}

/******* Sass *******/
/*

基本の指定：body, a
変数定義
ファンクション：@function, @mixin

*/
/*
* {
  outline: 1px solid red;

  @include tab {
    outline: 1px solid green;
  }

  @include sp {
    outline: 1px solid blue;
  }
}
*/
html {
  /*
  font-size: 10px;

  @include tab {
    font-size: 7px;
  }
  */
  font-size: clamp(3px, 1vw, 10px);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
}

main {
  background-color: #ccf3ff;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.fontRed {
  color: red;
}

header {
  background-color: #1515c6;
  height: 120px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media (max-width: 739px) {
  header {
    height: 80px;
  }
}
header .l-header-container {
  color: white;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  header .l-header-container {
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 739px) {
  header .l-header-container {
    padding: 0 10px 0 0px;
  }
}
header .l-header-container-leftbox {
  text-align: center;
}
header .l-header-container-leftbox-text {
  margin-top: 10px;
}
@media (max-width: 739px) {
  header .l-header-container-leftbox-text {
    font-size: 2.8rem;
  }
}
@media (max-width: 739px) {
  header .l-header-container-leftbox {
    width: 45%;
  }
  header .l-header-container-leftbox figure {
    text-align: left;
  }
  header .l-header-container-leftbox figure img {
    width: 70%;
  }
}
header .l-header-container nav {
  font-size: 2.7rem;
  margin-top: 44px;
  margin-bottom: 44px;
  margin-right: 44px;
}
@media (max-width: 739px) {
  header .l-header-container nav {
    margin-right: 0;
  }
}
header .l-header-container nav ul {
  display: flex;
  gap: 42px;
}
@media (max-width: 739px) {
  header .l-header-container nav ul {
    gap: 10px;
  }
}
header .l-header-container nav ul li a:hover {
  color: #ccf3ff;
}

@media (max-width: 739px) {
  .br-none {
    display: none;
  }
}

.l-section_firstview {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 200px;
}
@media (max-width: 739px) {
  .l-section_firstview {
    padding-top: 120px;
  }
}
.l-section_firstview-contaier {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.l-section_firstview-contaier #fv-msg1 {
  width: 90%;
  margin: auto;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier #fv-msg1 {
    text-align: center;
  }
}
.l-section_firstview-contaier #fv-msg1 p {
  font-size: 4.3rem;
  font-weight: bold;
}
.l-section_firstview-contaier #fv-msg1 p span {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  color: red;
}
.l-section_firstview-contaier #fv-msg2 {
  margin-top: 60px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-left: 20px;
  font-weight: bold;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier #fv-msg2 {
    gap: 5px;
    margin-top: 20px;
  }
}
.l-section_firstview-contaier #fv-msg2-text1 {
  font-size: 3.8rem;
}
.l-section_firstview-contaier #fv-msg2-text2 {
  font-size: 5.6rem;
  color: red;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier #fv-msg2-text2 {
    font-size: 4.8rem;
  }
}
.l-section_firstview-contaier #fv-point-container {
  margin-top: 16px;
  display: flex;
  gap: 30px;
  padding-left: 20px;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier #fv-point-container {
    gap: 20px;
    justify-content: center;
    padding-left: 0px;
    order: 2;
  }
}
.l-section_firstview-contaier .fv-price-container {
  width: 100%;
  background-color: #ffffe8;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier .fv-price-container {
    margin-top: 90px;
    order: 1;
  }
}
.l-section_firstview-contaier .fv-price-container-box1 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
  width: fit-content;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier .fv-price-container-box1 {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 10px;
  }
}
.l-section_firstview-contaier .fv-price-container-box1 #fv-price-text1 {
  text-decoration: line-through;
  font-size: 4.1rem;
}
.l-section_firstview-contaier .fv-price-container-box1 figure {
  width: 20px;
}
.l-section_firstview-contaier .fv-price-container-box1 figure img {
  width: 100%;
}
.l-section_firstview-contaier .fv-price-container-box1 #price-bold {
  display: flex;
  flex-flow: column;
}
.l-section_firstview-contaier .fv-price-container-box1 #price-bold-box1 {
  display: flex;
  align-items: end;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier .fv-price-container-box1 #price-bold-box1 .time {
    font-size: 1.8rem;
  }
}
.l-section_firstview-contaier .fv-price-container-box1 #price-bold-box1-firstprice {
  font-size: 3.4rem;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier .fv-price-container-box1 #price-bold-box1-firstprice {
    font-size: 3rem;
  }
}
.l-section_firstview-contaier .fv-price-container-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-section_firstview-contaier .fv-price-container .fv-price-container-img {
  width: 40%;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier .fv-price-container .fv-price-container-img {
    width: 40%;
  }
}
.l-section_firstview-contaier .fv-price-container .fv-price-container-img img {
  width: 100%;
}
.l-section_firstview-contaier-btn {
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: auto;
}
@media (max-width: 739px) {
  .l-section_firstview-contaier-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    order: 3;
  }
}

.l-section2 {
  width: 100%;
  max-width: 1000px;
}
.l-section2-title-container {
  width: 100%;
  background-color: #1515c6;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 50px 30px 50px;
  margin-bottom: 64px;
}
@media (max-width: 739px) {
  .l-section2-title-container {
    padding: 10px;
    gap: 10px;
    margin-bottom: 32px;
  }
  .l-section2-title-container figure {
    width: 30%;
  }
  .l-section2-title-container figure img {
    width: 100%;
  }
}
.l-section2-title-container h2 {
  color: white;
  font-size: 3.5rem;
  font-weight: bold;
}
.l-section2-main-container {
  text-align: center;
}
.l-section2-main-container .main-text {
  font-size: 4.8rem;
  margin-bottom: 32px;
}
@media (max-width: 739px) {
  .l-section2-main-container .main-text {
    margin-bottom: 16px;
  }
}
.l-section2-main-container .msg-container {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: relative;
  border: solid 5px pink;
  margin-bottom: 55px;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .l-section2-main-container .msg-container {
    height: auto;
  }
}
@media (max-width: 739px) {
  .l-section2-main-container .msg-container {
    margin-bottom: 20px;
  }
}
.l-section2-main-container .msg-container-text {
  text-align: left;
  padding: 20px;
  width: 80%;
}
.l-section2-main-container .msg-container-text p {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 5rem;
}
.l-section2-main-container .msg-container-text p span {
  color: red;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .l-section2-main-container .msg-container-text {
    width: 80%;
  }
}
.l-section2-main-container .msg-container figure {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 739px) {
  .l-section2-main-container .msg-container figure {
    width: 28%;
  }
}
.l-section2-main-container .msg-container figure img {
  height: 100%;
}
.l-section2-main-container .msg2-container {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 100px;
}
@media (max-width: 739px) {
  .l-section2-main-container .msg2-container {
    margin-bottom: 30px;
  }
}
.l-section2-main-container .msg2-container-img1 {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .l-section2-main-container .msg2-container-img1 {
    padding-top: 70px;
    width: 15%;
  }
  .l-section2-main-container .msg2-container-img1 img {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .l-section2-main-container .msg2-container-img1 {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .l-section2-main-container .msg2-container-img2 {
    width: 70%;
  }
  .l-section2-main-container .msg2-container-img2 img {
    width: 100%;
  }
}
.l-section2-main-container .msg3-container {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 739px) {
  .l-section2-main-container .msg3-container {
    margin-bottom: 30px;
  }
}
.l-section2-main-container .msg3-container p {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: left;
}
.l-section2-main-container .msg3-container p span {
  color: blue;
}
.l-section2-main-container .msg4-container {
  width: 100%;
  background-color: #ffffe8;
  border: solid 1px #ff7307;
  padding: 20px;
  font-weight: bold;
}
.l-section2-main-container .msg4-container-textbox1 {
  margin: auto;
  width: fit-content;
  font-size: 3rem;
  display: flex;
  flex-flow: column;
  gap: 20px;
  text-align: left;
}
.l-section2-main-container .msg4-container-textbox1-text {
  display: flex;
  justify-content: start;
  align-items: center;
}
.l-section2-main-container .msg4-container-textbox1-text p span {
  position: relative;
}
.l-section2-main-container .msg4-container-textbox1-text p span::after {
  content: url(./img/keypoint.svg);
  position: absolute;
  top: -22px;
  left: 10px;
}
@media (max-width: 739px) {
  .l-section2-main-container .msg4-container-textbox1-text figure {
    width: 40%;
  }
  .l-section2-main-container .msg4-container-textbox1-text figure img {
    width: 100%;
  }
}
.l-section2-main-container .msg4-container-textbox2 {
  margin-top: 40px;
  padding: 20px;
  background-color: #fcf377;
  border-radius: 25px;
  font-size: 2.5rem;
  line-height: 4rem;
}
@media (max-width: 739px) {
  .l-section2-main-container .msg4-container-textbox2 {
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
  }
}
.l-section2-main-container .msg4-container-textbox2 p span {
  color: red;
}
@media (max-width: 1024px) {
  .l-section2-main-container .msg4-container-textbox2 {
    font-size: 2.2rem;
  }
}

.l-section3 {
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
}
.l-section3-title-container {
  width: 100%;
  background-color: #1515c6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 50px 30px 50px;
}
.l-section3-title-container h2 {
  color: white;
  font-size: 3.5rem;
  font-weight: bold;
}
@media (max-width: 739px) {
  .l-section3-title-container {
    padding: 30px 20px 30px 20px;
    gap: 10px;
  }
  .l-section3-title-container figure {
    width: 40%;
  }
  .l-section3-title-container figure img {
    width: 100%;
  }
}
.l-section3-point-container {
  background-color: #ffffe8;
  border: solid 1px #ff7307;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (max-width: 739px) {
  .l-section3-point-container {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }
}
.l-section3-point-container .l-point-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 739px) {
  .l-section3-point-container .l-point-box {
    gap: 15px;
  }
}
.l-section3-point-container .l-point-box .l-point-head {
  background-color: #1515c6;
  font-size: 4rem;
  color: white;
  padding: 10px 50px 10px 50px;
  border-radius: 50px;
}
.l-section3-point-container .l-point-box .l-point-sub {
  font-size: 3.9rem;
  font-weight: bold;
}
.l-section3-point-container .l-point-box .l-point-main {
  width: 100%;
  background-color: white;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 30px;
  border: solid 3px #707070;
}
@media (max-width: 739px) {
  .l-section3-point-container .l-point-box .l-point-main {
    padding: 15px;
  }
}
.l-section3-point-container .l-point-box .l-point-main-text {
  width: 60%;
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: fit-content;
  align-items: center;
}
@media (max-width: 739px) {
  .l-section3-point-container .l-point-box .l-point-main-text {
    gap: 10px;
    width: 55%;
  }
}
.l-section3-point-container .l-point-box .l-point-main-text-main {
  font-size: 3rem;
  line-height: 5rem;
  color: red;
  font-weight: bold;
}
@media (max-width: 739px) {
  .l-section3-point-container .l-point-box .l-point-main-text-main {
    width: 80%;
  }
}
.l-section3-point-container .l-point-box .l-point-main-text-sub {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: bold;
}
@media (max-width: 739px) {
  .l-section3-point-container .l-point-box .l-point-main-text-sub {
    font-size: 2.4rem;
  }
}
.l-section3-point-container .l-point-box .l-point-main figure {
  width: 40%;
}
.l-section3-point-container .l-point-box .l-point-main figure img {
  width: 100%;
}
.l-section3-point-container .l-point-box .l-point-main #l-point-order-text {
  order: 2;
}
.l-section3-point-container .l-point-box .l-point-main #l-point-order-img {
  order: 1;
}
.l-section3-reserve-container {
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
}
@media (max-width: 1024px) {
  .l-section3-reserve-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 739px) {
  .l-section3-reserve-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.l-section4 {
  width: 100%;
  max-width: 1000px;
}
.l-section4-title-container {
  width: 100%;
  background-color: #1515c6;
  padding: 10px 0 10px 0;
}
.l-section4-title-container h2 {
  width: fit-content;
  margin: auto;
  color: white;
  font-size: 5rem;
  font-weight: bold;
}
.l-section4-step-container {
  background-color: #ffffe8;
  border: solid 1px #ff7307;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-flow: column;
  gap: 120px;
}
@media (max-width: 739px) {
  .l-section4-step-container {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }
}
.l-section4-step-container .l-section4-step-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px;
  /*
  .l-arrow {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      transform: translate(-50%, 100%);
      left: 50%;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 100px 0 100px; 
      border-color: white transparent transparent transparent;
    }

    &::before {
      content: "";
      position: absolute;
      transform: translate(-50%, 100%);
      left: 50%;
      bottom: -1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 100px 0 100px;
      border-color: #707070 transparent transparent transparent;
    }
  }
  */
}
@media (max-width: 739px) {
  .l-section4-step-container .l-section4-step-box {
    gap: 20px;
  }
}
.l-section4-step-container .l-section4-step-box-title {
  background-color: #1515c6;
  font-size: 4rem;
  color: white;
  padding: 10px 50px 10px 50px;
  border-radius: 50px;
  width: fit-content;
}
.l-section4-step-container .l-section4-step-box-main {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 30px;
  border: solid 1px #707070;
  position: relative;
}
@media (max-width: 739px) {
  .l-section4-step-container .l-section4-step-box-main {
    height: 200px;
    align-items: center;
  }
}
.l-section4-step-container .l-section4-step-box-main figure {
  width: 35%;
}
.l-section4-step-container .l-section4-step-box-main figure img {
  width: 100%;
}
@media (max-width: 739px) {
  .l-section4-step-container .l-section4-step-box-main {
    padding: 15px;
  }
  .l-section4-step-container .l-section4-step-box-main figure {
    width: 35%;
  }
  .l-section4-step-container .l-section4-step-box-main figure img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-section4-step-container .l-section4-step-box-main figure {
    width: 35%;
  }
  .l-section4-step-container .l-section4-step-box-main figure img {
    width: 100%;
  }
}
.l-section4-step-container .l-section4-step-box-main .text-box {
  display: flex;
  flex-flow: column;
  gap: 30px;
  width: 60%;
}
@media (max-width: 739px) {
  .l-section4-step-container .l-section4-step-box-main .text-box {
    gap: 15px;
    width: 60%;
  }
}
.l-section4-step-container .l-section4-step-box-main .text-box #section4-step-sub {
  font-weight: bold;
  font-size: 2.2rem;
}
.l-section4-step-container .l-section4-step-box-main .text-box #section4-step5 {
  margin-top: 20px;
}
@media (max-width: 739px) {
  .l-section4-step-container .l-section4-step-box-main .text-box #section4-step5 {
    margin-top: 0px;
  }
}
.l-section4-step-container .l-section4-step-box-main .text-box-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #eecb6d;
  padding: 10px 50px 10px 50px;
  border-radius: 50px;
  border: solid 1px #707070;
  width: 90%;
}
@media (max-width: 739px) {
  .l-section4-step-container .l-section4-step-box-main .text-box-title {
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}
.l-section4-step-container .l-section4-step-box-main .text-box-text {
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: bold;
}
@media (max-width: 739px) {
  .l-section4-step-container .l-section4-step-box-main .text-box-text {
    font-size: 2.4rem;
  }
}

.l-section5 {
  width: 100%;
  max-width: 1000px;
}
.l-section5-title-container {
  width: 100%;
  background-color: #1515c6;
  padding: 10px 0 10px 0;
  margin: 0;
}
@media (max-width: 739px) {
  .l-section5-title-container {
    margin: 0;
  }
}
.l-section5-title-container h2 {
  width: fit-content;
  margin: auto;
  color: white;
  font-size: 5rem;
  font-weight: bold;
}
.l-section5-content-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 90px;
  background-color: #ffffe8;
  gap: 50px;
}
@media (max-width: 739px) {
  .l-section5-content-container {
    padding-top: 40px;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .l-section5-content-container figure {
    width: 60%;
  }
  .l-section5-content-container figure img {
    width: 100%;
  }
}
.l-section5-content-container .l-content-title {
  background-color: #fc4d00;
  color: white;
  font-size: 5.2rem;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
  width: 80%;
  text-align: center;
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-title {
    width: 90%;
    padding: 10px 20px 10px 20px;
  }
}
.l-section5-content-container .l-content-price {
  background-color: #fffa9b;
  width: 80%;
  min-width: 785px;
  border-radius: 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  padding: 25px 0 25px 0;
}
@media (max-width: 1024px) {
  .l-section5-content-container .l-content-price {
    gap: 10px;
    min-width: 500px;
  }
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-price {
    width: 90%;
    min-width: 300px;
  }
}
.l-section5-content-container .l-content-price-msg {
  font-size: 3.7rem;
  color: red;
  display: flex;
  align-items: end;
  width: fit-content;
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-price-msg {
    font-size: 5rem;
  }
}
.l-section5-content-container .l-content-price-msg::before {
  content: url(./img/emphasize_left.svg);
  padding-bottom: 10px;
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-price-msg::before {
    content: url(./img/emphasize_left_sp.svg);
  }
}
.l-section5-content-container .l-content-price-msg::after {
  content: url(./img/emphasize_right.svg);
  padding-bottom: 10px;
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-price-msg::after {
    content: url(./img/emphasize_right_sp.svg);
  }
}
.l-section5-content-container .l-content-price-subbox {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.l-section5-content-container .l-content-price-subbox-text {
  font-size: 3.5rem;
}
.l-section5-content-container .l-content-price-subbox-time {
  font-size: 3.5rem;
}
.l-section5-content-container .l-content-price-subbox-beforeprice {
  font-size: 3.5rem;
}
.l-section5-content-container .l-content-price-subbox-beforeprice span {
  font-size: 3.5rem;
  text-decoration: line-through;
}
.l-section5-content-container .l-content-price #section5-price {
  right: 30px;
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-price #section5-price {
    right: 15px;
  }
}
.l-section5-content-container .l-content-price #section5-price div {
  right: -60px;
  bottom: 20px;
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-price #section5-price div {
    right: -27px;
    bottom: 5px;
  }
}
.l-section5-content-container .l-content-price #section5-price-text {
  font-size: 14.1rem;
}
.l-section5-content-container .l-content-price #section5-price-tax {
  font-size: 2.2rem;
}
.l-section5-content-container .l-content-price #section5-price-yen {
  font-size: 5.7rem;
}
.l-section5-content-container .l-content-msg {
  width: 100%;
}
.l-section5-content-container .l-content-msg hr {
  width: 90%;
  margin: auto;
  border-width: 6px 0 0 0;
  border-style: dotted;
  border-color: #8b8b8b;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-msg hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.l-section5-content-container .l-content-msg-box {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.8rem;
  width: fit-content;
  margin: auto;
}
.l-section5-content-container .l-content-msg-box p span {
  color: red;
}
.l-section5-content-container .l-content-reserve {
  width: 100%;
  display: flex;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 50px;
  gap: 30px;
}
@media (max-width: 739px) {
  .l-section5-content-container .l-content-reserve {
    gap: 0;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.l-section5-content-container .l-content-reserve-caution {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.2rem;
}
.l-section5-content-container .l-content-reserve-btn {
  width: 80%;
  margin: auto;
}

.l-section6 {
  width: 100%;
  max-width: 1000px;
}
.l-section6-title-container {
  width: 100%;
  background-color: #1515c6;
  padding: 10px 0 10px 0;
  margin: 0px 0 60px 0;
}
@media (max-width: 739px) {
  .l-section6-title-container {
    margin: 0px 0 30px 0;
  }
}
.l-section6-title-container h2 {
  width: fit-content;
  margin: auto;
  color: white;
  font-size: 4.5rem;
  font-weight: bold;
}
.l-section6-swiper-container {
  width: 90%;
  margin: auto;
}
.l-section6-swiper-container .swiper {
  width: 100%;
}
.l-section6-swiper-container .swiper-wrapper {
  width: 100%;
}
.l-section6-swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
  width: 100%;
  height: 1420px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #ffffe8;
  border: solid 1px red;
  padding: 30px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .l-section6-swiper-container .swiper-wrapper .swiper-slide {
    height: 85vh;
  }
  .l-section6-swiper-container .swiper-wrapper .swiper-slide figure {
    width: 40%;
  }
  .l-section6-swiper-container .swiper-wrapper .swiper-slide figure img {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .l-section6-swiper-container .swiper-wrapper .swiper-slide {
    height: 80vh;
    min-height: fit-content;
    padding: 15px;
  }
  .l-section6-swiper-container .swiper-wrapper .swiper-slide figure {
    width: 60%;
  }
  .l-section6-swiper-container .swiper-wrapper .swiper-slide figure img {
    width: 100%;
  }
}
.l-section6-swiper-container .swiper-wrapper .swiper-slide .l-slide-title {
  font-size: 4rem;
}
.l-section6-swiper-container .swiper-wrapper .swiper-slide .l-slide-voice {
  background-color: white;
  padding: 25px;
  border: solid 1px #707070;
  width: 95%;
}
@media (max-width: 739px) {
  .l-section6-swiper-container .swiper-wrapper .swiper-slide .l-slide-voice {
    padding: 10px;
  }
}
.l-section6-swiper-container .swiper-wrapper .swiper-slide .l-slide-voice p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 5rem;
}
@media (max-width: 1024px) {
  .l-section6-swiper-container .swiper-wrapper .swiper-slide .l-slide-voice p {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
@media (max-width: 739px) {
  .l-section6-swiper-container .swiper-wrapper .swiper-slide .l-slide-voice p {
    font-size: 3rem;
    line-height: 5rem;
  }
}

.l-section7 {
  width: 100%;
  max-width: 1000px;
}
.l-section7-title-container {
  width: 100%;
  background-color: #1515c6;
  padding: 10px 0 10px 0;
  margin: 120px 0 60px 0;
}
@media (max-width: 739px) {
  .l-section7-title-container {
    margin: 60px 0 30px 0;
  }
}
.l-section7-title-container h2 {
  width: fit-content;
  margin: auto;
  color: white;
  font-size: 4.5rem;
  font-weight: bold;
}
.l-section7-container {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.l-section7-container .l-content-price {
  background-color: #fffa9b;
  width: 70%;
  min-width: 785px;
  border-radius: 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  padding: 25px 0 25px 0;
}
.l-section7-container .l-content-price-addinfo p {
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .l-section7-container .l-content-price {
    gap: 10px;
    min-width: 500px;
  }
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price {
    width: 90%;
    min-width: 300px;
  }
}
.l-section7-container .l-content-price-msg {
  font-size: 3.7rem;
  color: red;
  display: flex;
  align-items: end;
  width: fit-content;
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price-msg {
    font-size: 5rem;
  }
}
.l-section7-container .l-content-price-msg::before {
  content: url(./img/emphasize_left.svg);
  padding-bottom: 10px;
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price-msg::before {
    content: url(./img/emphasize_left_sp.svg);
  }
}
.l-section7-container .l-content-price-msg::after {
  content: url(./img/emphasize_right.svg);
  padding-bottom: 10px;
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price-msg::after {
    content: url(./img/emphasize_right_sp.svg);
  }
}
.l-section7-container .l-content-price-subbox {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.l-section7-container .l-content-price-subbox-time {
  font-size: 4.9rem;
}
.l-section7-container .l-content-price-subbox-beforeprice {
  font-size: 2.8rem;
}
.l-section7-container .l-content-price-subbox-beforeprice span {
  font-size: 3.5rem;
  text-decoration: line-through;
}
.l-section7-container .l-content-price-subbox-container {
  display: flex;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price-subbox-container {
    margin-top: 0;
  }
}
.l-section7-container .l-content-price-subbox-container-addinfo {
  margin-left: 70px;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  gap: 15px;
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price-subbox-container-addinfo {
    margin-left: 25px;
    font-size: 3rem;
  }
}
.l-section7-container .l-content-price-subbox-container::before {
  content: ""; /* 擬似要素にはcontentが必須 */
  position: absolute;
  top: 50%; /* 要素の中央に配置 */
  left: 0;
  width: 100%; /* 横線の長さを親要素と同じにする */
  height: 3px; /* 横線の厚さ */
  background-color: #000; /* 横線の色 */
  transform: translateY(-50%); /* Y軸方向に50%移動して完全に中央に配置 */
  z-index: 999;
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price-subbox-container::before {
    height: 2px;
  }
}
.l-section7-container .l-content-price #section7-price {
  right: 30px;
  margin-top: -10px;
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price #section7-price {
    right: 15px;
  }
}
.l-section7-container .l-content-price #section7-price div {
  right: -60px;
  bottom: 20px;
}
@media (max-width: 739px) {
  .l-section7-container .l-content-price #section7-price div {
    right: -27px;
    bottom: 5px;
  }
}
.l-section7-container .l-content-price #section7-price-text {
  font-size: 14.1rem;
}
.l-section7-container .l-content-price #section7-price-tax {
  font-size: 2.2rem;
}
.l-section7-container .l-content-price #section7-price-yen {
  font-size: 5.7rem;
}
@media (max-width: 739px) {
  .l-section7-container {
    gap: 20px;
  }
  .l-section7-container figure {
    width: 50%;
  }
  .l-section7-container figure img {
    width: 100%;
  }
}
.l-section7-container .subtitle {
  color: red;
  font-size: 4rem;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .l-section7-container .subtitle {
    margin-bottom: 10px;
  }
}
.l-section7-container .text-area {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  gap: 20px;
}
.l-section7-container .text-area__title {
  font-size: 3.7rem;
  font-weight: bold;
}
.l-section7-container .text-area__text {
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}
.l-section7-container .service-price {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.l-section7-container .service-price__title {
  font-size: 4.6rem;
  margin-bottom: 20px;
}
.l-section7-container .service-price .plus {
  font-size: 5rem;
}
.l-section7-container .service-price .msg {
  font-size: 3.7rem;
}
.l-section7-container .service-price #section7-price-text {
  font-size: 8.5rem;
}
.l-section7-container .service-caution {
  width: 90%;
  text-align: right;
}
.l-section7-container .service-caution p {
  font-size: 1.8rem;
}

.l-section8 {
  width: 100%;
  max-width: 1000px;
}
.l-section8-title-container {
  width: 100%;
  background-color: #1515c6;
  padding: 10px 0 10px 0;
  margin: 60px 0 60px 0;
}
@media (max-width: 739px) {
  .l-section8-title-container {
    margin: 30px 0 30px 0;
  }
}
.l-section8-title-container h2 {
  width: fit-content;
  margin: auto;
  color: white;
  font-size: 4.5rem;
  font-weight: bold;
}
.l-section8-container {
  display: flex;
  flex-flow: column;
  gap: 50px;
  align-items: center;
  width: 100%;
}
@media (max-width: 739px) {
  .l-section8-container {
    gap: 30px;
  }
}
.l-section8-container .content-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 739px) {
  .l-section8-container .content-container {
    gap: 10px;
  }
}
.l-section8-container .content-container__title {
  font-size: 4.5rem;
}
.l-section8-container .content-container__address {
  font-size: 3rem;
}
.l-section8-container .content-container__table {
  width: 50%;
  min-width: 600px;
}
@media (max-width: 1024px) {
  .l-section8-container .content-container__table {
    min-width: 400px;
  }
}
@media (max-width: 739px) {
  .l-section8-container .content-container__table {
    min-width: 300px;
  }
}
.l-section8-container .content-container__table table {
  background-color: white;
  font-size: 3.9rem;
  width: 100%;
}
.l-section8-container .content-container__table table tr td {
  text-align: center;
  padding: 10px 0 10px 0;
  border: solid 1px #707070;
}
@media (max-width: 739px) {
  .l-section8-container .content-container__table table tr td {
    padding: 5px 0 5px 0;
  }
}
.l-section8-container .content-container__map {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-section8-container .content-container__map figure {
    width: 60%;
  }
  .l-section8-container .content-container__map figure img {
    width: 100%;
  }
  .l-section8-container .content-container__map a {
    width: 60%;
  }
}
@media (max-width: 739px) {
  .l-section8-container .content-container__map figure {
    width: 70%;
    min-width: 300px;
  }
  .l-section8-container .content-container__map figure img {
    width: 100%;
  }
  .l-section8-container .content-container__map a {
    width: 70%;
    min-width: 300px;
  }
}
.l-section8-container .content-container__map .access-link {
  background-color: #1515c6;
  color: white;
  font-size: 4rem;
  padding: 10px 0 10px 0;
  width: 655px;
  text-align: center;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .l-section8-container .content-container__map .access-link {
    width: 100%;
    font-size: 2rem;
  }
}
@media (max-width: 739px) {
  .l-section8-container .content-container__map .access-link {
    font-size: 3.5rem;
  }
}
.l-section8-container .content-container__map .text {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 5rem;
  margin: 20px 0 20px 0;
}
.l-section8-container .content-container__map p {
  font-size: 4rem;
  font-weight: bold;
}

.l-section9 {
  width: 100%;
  max-width: 1000px;
}
.l-section9-title-container {
  width: 100%;
  background-color: #1515c6;
  padding: 10px 0 10px 0;
  margin: 120px 0 60px 0;
}
@media (max-width: 739px) {
  .l-section9-title-container {
    margin: 60px 0 30px 0;
  }
}
.l-section9-title-container h2 {
  width: fit-content;
  margin: auto;
  color: white;
  font-size: 4.5rem;
  font-weight: bold;
}
.l-section9 .profile-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .l-section9 .profile-container {
    padding: 10px;
  }
  .l-section9 .profile-container figure {
    width: 30%;
  }
  .l-section9 .profile-container figure img {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .l-section9 .profile-container {
    gap: 20px;
    padding: 5px;
  }
}
.l-section9 .profile-container-info {
  display: flex;
  flex-flow: column;
  font-weight: bold;
}
.l-section9 .profile-container-info .subtitle {
  font-size: 2.2rem;
  margin-top: 10px;
}
.l-section9 .profile-container-info .name {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .l-section9 .profile-container-info .name {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.l-section9 .profile-container-info .name p:nth-child(1) {
  font-size: 3.5rem;
}
.l-section9 .profile-container-info .name p:nth-child(2) {
  font-size: 6rem;
}
.l-section9 .profile-container-info .text {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 4rem;
}
.l-section9 .discription-container {
  width: 100%;
}
.l-section9 .discription-container-box {
  width: 95%;
  background-color: #ffffe8;
  margin: auto;
  padding: 20px;
  border: solid 1px #ff7307;
  margin-top: 115px;
}
@media (max-width: 739px) {
  .l-section9 .discription-container-box {
    margin-top: 30px;
    padding: 10px;
  }
}
.l-section9 .discription-container-box p {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 4rem;
}
@media (max-width: 739px) {
  .l-section9 .discription-container-box p {
    font-size: 2.8rem;
    line-height: 4.3rem;
  }
}

.l-section10 {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 60px;
}
@media (max-width: 739px) {
  .l-section10 {
    padding-bottom: 30px;
  }
}
.l-section10-title-container {
  width: 100%;
  background-color: #1515c6;
  padding: 10px 0 10px 0;
  margin: 40px 0 100px 0;
}
@media (max-width: 739px) {
  .l-section10-title-container {
    margin: 10px 0 10px 0;
  }
}
.l-section10-title-container h2 {
  width: fit-content;
  margin: auto;
  color: white;
  font-size: 4.5rem;
  font-weight: bold;
}
.l-section10 .button-container {
  display: flex;
  flex-flow: column;
  gap: 60px;
  align-items: center;
}
@media (max-width: 739px) {
  .l-section10 .button-container {
    gap: 10px;
  }
}
.l-section10 .button-container .btn {
  width: 80%;
}
.l-section10 .button-container .info {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 3.9rem;
}
.l-section10 .button-container .sns-box {
  display: flex;
  width: 60%;
  min-width: 700px;
  justify-content: space-around;
}
@media (max-width: 739px) {
  .l-section10 .button-container .sns-box {
    margin-top: 30px;
    min-width: 350px;
  }
}
.l-section10 .button-container .sns-box .sns {
  display: flex;
  flex-flow: column;
  gap: 10px;
  align-items: center;
}
@media (max-width: 739px) {
  .l-section10 .button-container .sns-box .sns figure {
    width: 50%;
    margin: auto;
  }
  .l-section10 .button-container .sns-box .sns figure img {
    width: 100%;
  }
}
.l-section10 .button-container .sns-box .sns p {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 739px) {
  .l-section10 .button-container .sns-box .sns p {
    font-size: 2rem;
  }
}
.l-section10 .button-container .sns-box .sns .campaign {
  font-size: 2.4rem;
  text-align: center;
}

.c-circle-icon {
  width: 170px;
  height: 170px;
  background-color: #fffdce;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 15px 0px 0px 0 #f2e356;
}
@media (max-width: 1024px) {
  .c-circle-icon {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 739px) {
  .c-circle-icon {
    width: 100px;
    height: 100px;
    box-shadow: 10px 0px 0px 0 #f2e356;
  }
}
.c-circle-icon p {
  font-size: 2.1rem;
  text-align: center;
  line-height: 3.2rem;
}
@media (max-width: 739px) {
  .c-circle-icon p {
    font-size: 2.8rem;
    line-height: 4.3rem;
  }
}
.c-circle-icon p .circle-bold {
  font-size: 2.5rem;
  font-weight: bold;
  color: red;
}
@media (max-width: 739px) {
  .c-circle-icon p .circle-bold {
    font-size: 3.5rem;
  }
}

.c-button._shiny {
  display: block;
  position: relative;
  padding: 1em 1.5em;
  background-color: #ea1313;
  border-radius: 25px;
  margin: 30px auto;
  font-size: 4.1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 300ms;
  font-weight: bold;
}
@media (max-width: 739px) {
  .c-button._shiny {
    border-radius: 10px;
  }
}
.c-button._shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 4.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(90) rotate(45deg);
    opacity: 0;
  }
}
.c-main-price {
  display: flex;
  align-items: end;
  position: relative;
  width: fit-content;
  font-weight: bold;
}
.c-main-price-text {
  font-size: 9.1rem;
  font-weight: bold;
}
@media (max-width: 739px) {
  .c-main-price-text {
    font-size: 8rem;
  }
}
.c-main-price div {
  text-align: center;
  position: absolute;
  right: -60px;
  bottom: 10px;
  font-weight: bold;
}
@media (max-width: 739px) {
  .c-main-price div {
    right: -25px;
    bottom: 5px;
  }
}
.c-main-price div .price-bold-tax {
  font-weight: bold;
  font-size: 2rem;
}
.c-main-price div .price-bold-yen {
  font-weight: bold;
  font-size: 3.5rem;
}

.c-main-price-sub {
  display: flex;
  align-items: end;
  position: relative;
  width: fit-content;
  font-weight: bold;
  right: 10px;
}
.c-main-price-sub-text {
  font-size: 5rem;
  font-weight: bold;
}
@media (max-width: 739px) {
  .c-main-price-sub-text {
    font-size: 8rem;
  }
}
.c-main-price-sub-info {
  text-align: center;
  position: absolute;
  right: -60px;
  bottom: 0px;
  font-weight: bold;
}
@media (max-width: 739px) {
  .c-main-price-sub-info {
    right: -25px;
    bottom: 5px;
  }
}
.c-main-price-sub-info .price-bold-tax {
  font-weight: bold;
  font-size: 1.8rem;
}
.c-main-price-sub-info .price-bold-yen {
  font-weight: bold;
  font-size: 3rem;
}

footer {
  background-color: #1515c6;
  height: fit-content;
}
footer .l-footer-container {
  color: white;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: end;
}
footer .l-footer-container figure {
  margin-top: 13px;
  margin-bottom: 13px;
}

/*# sourceMappingURL=style.css.map */
