@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  line-height: 1;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
    # General elements
    # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
    # Forms
    # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
    # Specify media element style
    # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
    # Selection
    # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ---------------------------
          初期設定
-----------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

input {
  width: 100%;
}
input:focus {
  outline: 0;
  outline-offset: unset;
}

textarea {
  width: 100%;
  resize: none;
}
textarea:focus {
  outline: 0;
  outline-offset: unset;
}

/* ---------------------------
      初期設定ここまで
-----------------------------*/
@font-face {
  font-family: "KozGoPro";
  src: url("fonts/KozGoPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "irohakaku";
  src: url("fonts/irohakakuC-Medium.ttf") format("opentype");
}
.kozgopro {
  font-family: "KozGoPro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  font-family: "irohakaku", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

p {
  line-height: 1.6;
}

.section-title {
  position: relative;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.section-title img:not(.section-title-bg) {
  height: calc(100% - 5px);
  margin-bottom: 5px;
}
.section-title h2 {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #6B2400;
  display: block;
  margin: 0 20px;
  letter-spacing: 5px;
}
.section-title h2 .big {
  font-size: 40px;
}
.section-title h3 {
  color: #6B2400;
  border-bottom: 2px solid #6B2400;
  padding: 5px 0;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.section-title h3 .dot {
  display: inline-block;
  position: relative;
}
.section-title h3 .dot::before {
  content: "";
  background: #6B2400;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
}

.section-title-bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

body {
  position: relative;
}

.body-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
}

.header-wrapper {
  background-color: #fff;
}

.header-text {
  display: block;
  width: 100%;
  text-align: center;
}
.header-text p {
  padding: 5px;
  display: block;
  font-size: 15px;
  color: #4B4B4B;
}

.header-inner {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}
.header-inner h1 {
  display: block;
}
.header-inner h1 a {
  display: block;
}

.header-logo-sub {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 15px 0 5px;
}

.header-logo {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.global-nav {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.global-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.global-nav ul li {
  margin: 0 5px;
}
.global-nav ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.global-nav ul li a img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.global-nav ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mainvisual {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}

.mainvisual-inner {
  position: relative;
  padding-right: 0 !important;
  padding-bottom: 140px;
  min-width: 100%;
  margin-left: 4%;
}

.mainvisual-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.mainvisual-img {
  display: block;
}

.nouki-text {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #D34E64;
  text-align: center;
  font-size: 26px;
  border: 2px dashed #e8babb;
  border-radius: 10px;
  line-height: 1.4;
  letter-spacing: 3px;
  font-weight: bold;
}
.nouki-text .circle {
  color: #e8babb;
  margin: 0 5px;
  display: inline-block;
}
.nouki-text .big {
  font-size: 34px;
}
.nouki-text p {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 60px;
  white-space: nowrap;
}
.nouki-text p:first-child {
  border-radius: 10px 10px 0 0;
}
.nouki-text p:last-child {
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.7);
}

.price .section-title {
  padding-right: 200px;
}
.price .section-title h2 {
  color: #B42F29;
  letter-spacing: 20px;
  padding-left: 50px;
}

.price-icon {
  height: 50% !important;
}

.price-caption {
  width: 480px;
  margin-left: 15%;
  margin-bottom: -75px;
  display: block;
}

.price-balloon {
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 100px;
  display: block;
}

.price-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}
.price-flex > img {
  display: block;
}
.price-flex > img:first-of-type {
  width: 60%;
}
.price-flex > img:last-of-type {
  width: 34.5%;
  margin-top: 10px;
}
.price-flex > p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 22px;
  color: #D34E64;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-flex > p img {
  width: 20px;
  margin: 5px 0;
}

.price-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1120px;
  position: relative;
  padding-left: 120px;
  margin-bottom: 20px;
  margin-top: -40px;
}
.price-flex-2 h2 {
  display: block;
  background: #D34E64;
  text-align: center;
  color: #ffff66;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 70px;
  bottom: 0;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.price-flex-2 div {
  width: 100%;
  margin-left: 10px;
}

.price-flex-2-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1120px;
}
.price-flex-2-inner p {
  color: #79201C;
  font-weight: bold;
}
.price-flex-2-inner p .red {
  color: #D34E64;
}
.price-flex-2-inner p .border {
  border-bottom: 2px solid #D34E64;
}
.price-flex-2-inner > div:first-of-type {
  width: 55%;
}
.price-flex-2-inner > div:nth-of-type(2) {
  width: 40%;
}
.price-flex-2-inner > div:nth-of-type(3) {
  padding-left: 150px;
}

.price-caption-1 {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-caption-1 p {
  width: 260px;
  display: block;
}
.price-caption-1 img {
  width: auto;
  width: calc(100% - 270px);
}

.price-caption-2 {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.price-caption-2 p {
  width: 300px;
  font-size: 20px;
  display: block;
}
.price-caption-2 img {
  width: auto;
  width: calc(100% - 310px);
}

.price-caption-2-desc {
  position: absolute;
  bottom: 5px;
  left: 50px;
  line-height: 1;
  font-size: 16px !important;
}

.price-appeal {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 10px 0 30px;
  text-align: center;
  margin-bottom: 50px;
}
.price-appeal h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.price-appeal h3 > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
}
.price-appeal h3 .badge {
  background: #A76646;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  line-height: 40px;
  border-radius: 10px;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.price-appeal h3 .badge .yellow {
  color: #FFFCB5;
}
.price-appeal h4 {
  display: inline-block;
  padding: 10px 30px;
  background: #D34E64;
  color: #FFFCB5;
  font-size: 24px;
  border-radius: 10px;
  position: relative;
  letter-spacing: 1px;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.price-appeal h4 img {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.price-appeal-deco {
  position: relative !important;
  width: 40px;
  margin: 0 5px;
}

.price-plus {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
}

.price-appeal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.gaku-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.gaku-list li {
  max-width: 50%;
  width: 500px;
  padding: 0 20px;
}
.gaku-list li:last-child {
  width: 1000px;
  max-width: 100%;
}
.gaku-list li:last-child .gaku-box:last-of-type > img:nth-last-of-type(2), .gaku-list li:last-child .gaku-box:last-of-type img:last-of-type {
  width: 300px;
  position: absolute;
  bottom: 20px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.gaku-list li h3 {
  background: #87362B;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  position: relative;
}
.gaku-list li h3 .big {
  font-size: 24px;
  margin-left: 20px;
}
.gaku-list li h3 .circle {
  background: #fff;
  color: #87362B;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.gaku-list li h3 .yellow {
  color: #F7F3C3;
}
.gaku-list li h3 .badge {
  background: #ED5C75;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  right: -145px;
  padding: 10px;
  bottom: 0;
  font-weight: bold;
  font-size: 24px;
}
.gaku-list li h3 .badge .small {
  font-size: 16px;
}

.gaku-box {
  width: 100%;
  height: 340px;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.gaku-box > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.gaku-box > p {
  color: #87362B;
  font-size: 17px;
  line-height: 1.2;
  position: absolute;
  top: 45%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gaku-box-inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gaku-box-inner img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.gaku-box-inner p {
  width: 50%;
  padding-left: 20px;
  color: #87362B;
  font-size: 17px;
  line-height: 1.2;
}

.gaku-caption-list-wrapper {
  position: relative;
}

.gaku-deco-1 {
  position: absolute;
  right: -40px;
  top: 0;
  width: 200px;
  color: #f0e5e0;
}

.gaku-deco-2 {
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 200px;
}

.gaku-deco-3 {
  position: absolute;
  left: 35%;
  top: 30%;
  width: 200px;
}

.gaku-caption-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.gaku-caption-list li {
  position: relative;
  width: 500px;
  max-width: 50%;
  padding: 70px 40px 0;
  height: 550px;
}
.gaku-caption-list li h3 {
  position: absolute;
  display: block;
  height: 150px;
  width: 240px;
  z-index: 10;
  right: 50px;
  top: 0;
  padding-top: 20px;
  padding-left: 30px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 20px;
  color: #87362B;
  white-space: nowrap;
}
.gaku-caption-list li h3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gaku-caption-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sample {
  position: relative;
  overflow-x: hidden;
}
.sample .section-title {
  margin-bottom: 0;
}

.sample-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-48%, -50%);
          transform: translate(-48%, -50%);
  z-index: -1;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-width: 120%;
  height: 100%;
}

.sample-box {
  height: 100%;
  max-width: 1100px;
  position: relative;
}

.sample-img {
  max-width: 100%;
  margin-bottom: 180px;
}

.sample-btn {
  position: relative;
  z-index: 10;
  margin: -110px auto 40px;
  display: block;
  max-width: 830px;
  background: #FFF9EC;
  border: 1px solid #D3694C;
  border-radius: 10px;
  color: #D3694C;
  font-size: 32px;
  padding: 10px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 5px solid #D3694C;
}
.sample-btn:hover {
  opacity: 0.7;
}
.sample-btn img:not(.sample-btn-icon) {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.arrow-left, .arrow-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
}

.arrow-right {
  left: 20px;
}

.arrow-left {
  right: 20px;
}

.sample-btn-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  height: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-flex {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.about-flex p {
  color: #79201C;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.about-img {
  width: 325px;
  height: 310px;
  padding: 20px;
  background: #fff;
}
.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.sns-list li {
  margin: 0 5px;
}
.sns-list li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sns-list li img {
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact .section-title {
  margin-bottom: 10px;
}
.contact .section-title h2 {
  color: #fff;
}

.contact-inner p {
  font-size: 20px;
  color: #87362B;
  text-align: center;
  margin-bottom: 10px;
}

.contact-form {
  max-width: 1000px;
  margin: 0 auto;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.contact-item p {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  display: block;
  position: relative;
  width: 260px;
  height: 50px;
  text-align: left;
  padding: 10px 0 0 10px;
  font-size: 20px;
}
.contact-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-item input[type=text], .contact-item input[type=email], .contact-item input[type=tel], .contact-item textarea {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  letter-spacing: 1px;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.contact-item textarea {
  line-height: 1.6;
  height: 220px;
}
.contact-item select {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 25px 10px 10px;
  cursor: pointer;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.contact-item > div {
  width: calc(100% - 300px);
}
.contact-item > div p {
  color: #87362B;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

.select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-wrapper div {
  padding: 5px 10px;
  background: #fff;
  border: 2px solid #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.select-wrapper div::before {
  border-bottom: 4.5px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 15px;
  width: 0;
  pointer-events: none;
}
.select-wrapper div::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #000;
  content: "";
  position: absolute;
  right: 9px;
  top: 26px;
  width: 0;
  pointer-events: none;
}

.input-wrapper {
  background: #E5E5E5;
  padding: 3px;
}

.info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.info-flex a {
  display: block;
  width: 49%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.info-flex a:hover {
  opacity: 0.7;
}
.info-flex a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  visibility: visible;
  margin: 0;
  height: 1px;
  width: 1px;
}
input[type=checkbox]::before {
  visibility: visible;
  background: #fff;
  border: 1px solid #E5E5E5;
  content: "";
  display: block;
  height: 20px;
  left: -10px;
  margin-top: -11px;
  position: absolute;
  top: 11px;
  width: 20px;
  border-radius: 0;
  left: 0;
  top: 13px;
}
input[type=checkbox]::after {
  visibility: visible;
  border-right: 3px solid #60312c;
  border-bottom: 3px solid #60312c;
  content: "";
  display: block;
  height: 12px;
  left: -3px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  left: 7px;
  top: 15px;
}

input[type=checkbox]:checked:after {
  opacity: 1;
}

.confirm {
  width: calc(100% - 300px);
  margin-left: auto;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.confirm p {
  text-align: left;
  font-size: 16px;
  padding-left: 30px;
  letter-spacing: 0;
}

.submit {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.submit-wrapper {
  margin: 0 auto 30px;
  cursor: pointer;
  position: relative;
  width: 170px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.submit-wrapper:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.submit-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.footer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
.footer-inner h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.footer-deco {
  position: absolute;
  top: 0;
  right: calc(50vw - 30%);
  width: 100px;
}

.footer-logo-sub {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}

.footer-logo {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-flex {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-menu {
  min-width: 300px;
}
.footer-menu li {
  margin-bottom: 20px;
}
.footer-menu li a {
  color: #fff;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  display: block;
  position: relative;
  padding-left: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-menu li a:hover {
  opacity: 0.7;
}
.footer-menu li a::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-links a {
  display: block;
  width: 48%;
  margin-bottom: 20px;
}
.footer-links a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.footer-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.copyright {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 20px;
  text-align: center;
  background-color: #6B2400;
  color: #fff;
  letter-spacing: 2px;
}
.copyright .yellow {
  color: #FFFF68;
}

.hamburger-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  border-radius: 0 0 0 20px;
  width: 45px;
  height: 40px;
  z-index: 1000;
}

/*ボタン内側*/
.hamburger-btn span {
  display: inline-block;
  -webkit-transition: all 1s;
  transition: all 1s; /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 4px;
  background: #601300;
  width: 100%;
  border-radius: 10px;
}

.hamburger-btn p {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Quicksand", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.hamburger-btn span:nth-of-type(1) {
  top: 12.5%;
}

.hamburger-btn span:nth-of-type(2) {
  top: 37.5%;
}

.hamburger-btn span:nth-of-type(3) {
  top: 62.5%;
}

.hamburger-btn span:nth-of-type(4) {
  top: 87.5%;
}

/*activeクラスが付与されると線が回転して×に*/
.hamburger-btn.open span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(75%);
          transform: translate(-50%, -50%) rotate(45deg) scaleX(75%);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #fff;
}

.hamburger-btn.open span:nth-of-type(2), .hamburger-btn.open span:nth-of-type(3) {
  opacity: 0; /*真ん中の線は透過*/
}

.hamburger-btn.open span:nth-of-type(4) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(75%);
          transform: translate(-50%, -50%) rotate(-45deg) scaleX(75%);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #fff;
}

.hamburger-menu {
  font-family: "Quicksand", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.hamburger-menu-inner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: rgba(0, 0, 0, 0.7);
}
.hamburger-menu-inner > a img {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* アニメーション後のメニューの状態 */
.hamburger-btn.open ~ .hamburger-menu {
  pointer-events: auto;
  opacity: 1;
}
.hamburger-btn.open ~ .hamburger-menu .hamburger-menu-inner {
  right: 0;
}

.hamburger-menu-content {
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.hamburger-menu-content .btn {
  width: 250px;
}

.hamburger-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 30px auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 0 20px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hamburger-list li {
  display: block;
  width: 30%;
  margin: 0 10%;
}
.hamburger-list li a, .hamburger-list li span {
  display: block;
  color: #87362B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.hamburger-list li a:hover, .hamburger-list li span:hover {
  opacity: 0.7;
}
.hamburger-list li a img, .hamburger-list li span img {
  width: 100%;
  height: 100%;
}

.error-message {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px;
  color: red;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.success-message {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #333;
  background-color: #FFE200;
  font-size: 18px;
  line-height: 1.5;
}

.display-800, .display-500 {
  display: none !important;
}

@media screen and (max-width: 1150px) {
  .section-title {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .price-flex-2 {
    padding-left: 70px;
  }
  .price-flex-2 h2 {
    left: 10px;
  }
  .price-flex-2 div {
    margin-left: 0;
  }
  .price-caption {
    margin-left: 10%;
  }
  .info-flex {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .price-caption {
    margin-left: 5%;
  }
  .price-balloon {
    right: 5%;
  }
  .price-appeal h3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 0;
  }
  .price-appeal h3 .badge {
    margin-bottom: 20px;
  }
  .price-plus {
    margin-bottom: 20px;
  }
  .gaku-list li {
    padding: 0 10px;
  }
  .gaku-list li h3 .badge {
    right: -115px;
    font-size: 18px;
  }
  .about-flex {
    padding: 0 20px;
  }
  .footer-deco {
    right: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual-inner {
    min-width: 120%;
    margin-left: -6%;
  }
  .nouki-text {
    font-size: 22px;
  }
  .nouki-text .big {
    font-size: 28px;
  }
  .price-flex > p {
    font-size: 18px;
  }
  .price-caption {
    margin-left: 2%;
    width: 400px;
    margin-bottom: -55px;
  }
  .price-caption-1 img {
    width: calc(100% - 230px);
  }
  .price-caption-1 p {
    font-size: 14px;
  }
  .price-caption-2 {
    padding: 20px 20px 40px;
  }
  .price-caption-2 p {
    font-size: 14px;
  }
  .price-caption-2 img {
    width: calc(100% - 250px);
  }
  .price-appeal h3 .badge {
    font-size: 18px;
  }
  .price-appeal h4 {
    font-size: 20px;
  }
  .price .section-title h2 {
    padding: 0;
  }
  .price-balloon {
    right: 0;
  }
  .gaku-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gaku-box-inner img {
    width: 100%;
    width: calc(100% - 20px);
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .gaku-box-inner p {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .price-flex > p {
    font-size: 16px;
  }
  .price-flex > p img {
    width: 12px;
  }
}
@media screen and (max-width: 800px) {
  .display-none-800 {
    display: none !important;
  }
  .display-800 {
    display: block !important;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
  }
  .section-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .section-title h2 {
    white-space: nowrap;
  }
  .section-title h2 .big {
    font-size: 32px;
    white-space: nowrap;
  }
  .section-title h3 {
    font-size: 16px;
    white-space: nowrap;
  }
  .section-title img:not(.section-title-bg) {
    height: calc(100% - 20px);
  }
  .header-text p {
    font-size: 12px;
  }
  .header-inner {
    padding-right: 80px;
  }
  .header-inner > img:first-child {
    height: 40px;
  }
  .header-inner.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  .header-wrapper {
    height: 80px;
  }
  .header-logo {
    height: 50px;
  }
  .global-nav {
    display: none;
  }
  .mainvisual {
    background-color: #eeddd7;
    margin-bottom: 0;
  }
  .mainvisual-sm {
    width: 92%;
    margin-left: 1%;
  }
  .mainvisual-inner {
    padding-bottom: 0;
  }
  .nouki-text p {
    padding: 10px 40px;
  }
  .price {
    margin-bottom: 10px;
  }
  .price-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-flex img {
    width: 100% !important;
  }
  .price-flex > img:first-child {
    margin-top: 30px;
  }
  .price-flex > p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .price-balloon {
    min-height: 80px;
  }
  .price-appeal h4 {
    font-size: 16px;
    padding-left: 10px;
    margin-right: 20px;
  }
  .price-appeal h4 img {
    width: 50px;
  }
  .price-inner {
    text-align: center;
  }
  .price-caption {
    margin-left: 0;
    display: inline;
  }
  .price-appeal {
    width: 100vw !important;
    background: rgba(255, 255, 255, 0.4) !important;
    margin: 0 calc(50% - 50vw) !important;
    padding-bottom: 20px;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .price-appeal h3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .price-appeal h3:nth-child(3) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .price-appeal h3 > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .price-appeal h3 > div > div .badge {
    margin-bottom: 0;
  }
  .price-appeal h4 {
    font-size: 18px;
  }
  .price-plus {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .price-appeal-deco {
    height: 60px;
  }
  .price-plus {
    margin-bottom: 10px;
  }
  .gaku-sm-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    border: 1px dashed #eeddd7;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 10px;
  }
  .gaku-sm-caption img {
    display: block;
    width: 58%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .gaku-sm-caption p {
    display: block;
    color: #87362b;
    width: auto;
    font-size: 14px;
    white-space: nowrap;
  }
  .gaku-sm-caption p .red {
    display: inline-block;
    border-bottom: 1px solid #d34e64;
    color: #d34e64;
  }
  .gaku-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gaku-list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .gaku-list li h3 {
    padding: 10px 15px;
    font-size: 16px;
  }
  .gaku-list li h3 .big {
    font-size: 22px;
  }
  .gaku-list li h3 .badge {
    right: -145px;
    font-size: 24px;
  }
  .gaku-list li:first-child .gaku-box img, .gaku-list li:nth-child(2) .gaku-box img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .gaku-list li:nth-child(2) .gaku-box-inner > img {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .gaku-list li:last-child .gaku-box img {
    -o-object-position: left;
       object-position: left;
  }
  .gaku-list li:last-child .gaku-box img:last-child {
    left: 50% !important;
  }
  .gaku-box > p {
    top: 10%;
    left: auto;
    right: 10%;
    -webkit-transform: none;
            transform: none;
    white-space: nowrap;
    font-size: 20px;
  }
  .gaku-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gaku-box-inner img {
    width: 50%;
  }
  .gaku-box-inner p {
    width: auto;
    font-size: 20px;
    padding-left: 50px;
    white-space: nowrap;
  }
  .gaku-caption-list li {
    height: auto;
    padding: 0;
  }
  .gaku-caption-list li h3 {
    display: none;
  }
  .sample-btn {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sample-btn img:not(.sample-btn-icon) {
    width: 35px;
  }
  .sample-box {
    overflow: hidden;
  }
  .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-img {
    position: relative;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: 280px;
    height: 280px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .sns-list li img {
    width: 50px;
    height: 50px;
  }
  .about-deco {
    position: absolute;
    bottom: -70px;
    right: -100px;
    z-index: -1;
    width: 100px;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-flex a {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }
  .footer-inner {
    padding-bottom: 0;
  }
  .footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-menu {
    margin-bottom: 20px;
  }
  .footer-links {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .footer-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu:nth-child(2) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .footer-menu li {
    width: 48%;
    max-width: 250px;
  }
  .footer-logo-sub {
    height: 35px;
  }
  .footer-logo {
    height: 40px;
  }
  .footer-deco {
    width: 80px;
  }
  .error-message {
    font-size: 16px;
  }
  .success-message {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .section-title h2 {
    display: inline-block;
    margin-right: 0;
    font-size: 24px;
    margin-left: 10px;
  }
  .section-title h2 .big {
    font-size: 26px;
  }
  .section-title h3 {
    font-size: 14px;
  }
  .header-text p {
    font-size: 10px;
  }
  .nouki-text p {
    font-size: 20px;
    padding: 10px 20px;
  }
  .nouki-text p .big {
    font-size: 26px;
  }
  .price .section-title h2 {
    margin-bottom: 5px;
  }
  .price-icon {
    height: 40% !important;
    margin-left: 10px;
  }
  .price-appeal h4 {
    font-size: 16px;
  }
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input-wrapper {
    width: 100% !important;
  }
  .confirm {
    width: 100% !important;
  }
  .info-flex {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 0;
  }
  .section-title h2 .big {
    font-size: 24px;
  }
  .section-title h3 {
    font-size: 12px;
  }
  .section-title img:not(.section-title-bg) {
    height: 40px;
  }
  .header-logo-sub {
    height: 40px;
  }
  .header-inner > img:first-child {
    height: 25px;
  }
  .nouki-text p {
    padding: 10px;
  }
  .mainvisual-sm {
    width: 94%;
    margin-left: -1%;
  }
  .price .section-title h2 {
    margin-bottom: 0;
  }
  .price-balloon {
    min-height: 60px;
  }
  .price .section-title {
    padding-right: 100px;
  }
  .price-appeal h3 .badge {
    font-size: 15px;
    line-height: 30px;
  }
  .price-appeal h4 {
    font-size: 15px;
    padding: 10px;
    letter-spacing: 0;
  }
  .gaku-list li {
    padding: 0;
  }
  .gaku-list li:last-child {
    margin-bottom: 0;
  }
  .gaku-list li:last-child .gaku-box {
    height: 600px;
  }
  .gaku-box-inner p {
    font-size: 15px;
    width: 50%;
    padding-left: 30px;
  }
  .gaku-box > p {
    font-size: 15px;
  }
  .sample-btn {
    font-size: 18px;
    padding: 10px 0;
  }
  .arrow-left {
    right: 10px;
  }
  .arrow-right {
    left: 10px;
  }
  .about-flex p {
    font-size: 15px;
  }
  .contact .section-title {
    margin-bottom: 0;
  }
  .contact .section-title h2 {
    font-size: 20px;
  }
  .contact .section-title h2 .big {
    font-size: 24px;
  }
  .contact-inner p {
    font-size: 15px;
  }
  .footer-deco {
    right: 5%;
  }
  .footer-menu {
    max-width: 400px;
  }
  .footer-menu li a {
    font-size: 16px;
    padding-left: 30px;
  }
  .footer-menu li a::before {
    width: 20px;
    height: 20px;
  }
  .copyright {
    font-size: 12px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .display-none-500 {
    display: none !important;
  }
  .display-500 {
    display: block !important;
  }
  html {
    scroll-padding-top: 80px;
  }
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-title h3 {
    font-size: 10px;
  }
  .section-title h3 .dot::before {
    top: -8px;
  }
  .header-logo-sub {
    height: 30px;
  }
  .header-logo {
    height: 40px;
  }
  .header-wrapper {
    height: 70px;
  }
  .mainvisual-sm {
    width: 93%;
    margin-left: 0.5%;
  }
  .nouki-text {
    bottom: 10px;
  }
  .nouki-text p {
    font-size: 14px;
  }
  .nouki-text p .big {
    font-size: 20px;
  }
  .price-caption {
    width: 350px;
    margin-bottom: -50px;
  }
  .price-balloon {
    min-height: 50px;
  }
  .price-appeal {
    padding-bottom: 10px;
  }
  .price-appeal h3 .badge {
    font-size: 12px;
    line-height: 20px;
  }
  .price-appeal h4 {
    font-size: 12px;
    margin-right: 25px;
    padding-right: 20px;
  }
  .price-appeal h4 img {
    width: 40px;
    right: -5px;
  }
  .price-plus {
    margin-bottom: 5px;
    width: 15px;
    height: 15px;
  }
  .price-appeal-deco {
    height: 40px;
    margin: 0;
  }
  .gaku-sm-caption:first-child p {
    margin-left: 10px;
  }
  .gaku-sm-caption p {
    font-size: 12px;
    line-height: 1.4;
    white-space: unset;
  }
  .gaku-sm-caption img {
    width: 60%;
  }
  .gaku-list li {
    margin-bottom: 0;
  }
  .gaku-list li h3 {
    margin-bottom: 10px;
  }
  .gaku-list li h3 .big {
    font-size: 20px;
    margin-left: 10px;
  }
  .gaku-list li h3 .badge {
    font-size: 18px;
    right: -120px;
  }
  .gaku-list li h3 .circle {
    width: 25px;
    height: 25px;
  }
  .gaku-list li:last-child .gaku-box {
    height: 500px;
  }
  .gaku-box-inner p {
    padding-left: 10px;
  }
  .gaku-box > p {
    right: 5%;
  }
  .sample-img {
    margin-bottom: 130px;
  }
  .sample-btn-icon {
    height: 30px;
    top: -30px;
  }
  .sample-btn {
    font-size: 15px;
    border-bottom: 3px solid #D3694C;
  }
  .sample-btn img:not(.sample-btn-icon) {
    width: 25px;
  }
  .about-img {
    width: 200px;
    height: 200px;
    padding: 7px;
  }
  .sns-list {
    margin-bottom: 0;
  }
  .sns-list li img {
    width: 40px;
    height: 40px;
  }
  .about-flex {
    padding: 0 10px;
  }
  .contact-inner p {
    font-size: 14px;
  }
  .contact-item {
    margin-bottom: 5px;
  }
  .contact-item p {
    margin-bottom: 5px;
    width: 220px;
    height: 40px;
  }
  .contact-item input, .contact-item textarea {
    font-size: 15px;
  }
  .submit-wrapper {
    width: 130px;
  }
  .info-flex {
    margin-bottom: 10px;
  }
  .footer-links {
    padding: 0 10px;
  }
  .footer-logo-sub {
    height: 25px;
  }
  .footer-logo {
    height: 30px;
  }
  .footer-deco {
    width: 60px;
  }
}
@media screen and (max-width: 400px) {
  html {
    scroll-padding-top: 55px;
  }
  .section-title {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .section-title h2 {
    font-size: 15px;
  }
  .section-title h2 .big {
    font-size: 18px;
  }
  .section-title h3 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .section-title img:not(.section-title-bg) {
    height: 30px;
  }
  .header-inner {
    padding: 5px;
    height: 55px;
  }
  .header-inner > img:first-child {
    height: 20px;
  }
  .header-logo {
    height: 35px;
  }
  .header-logo-sub {
    height: 25px;
  }
  .header-wrapper {
    height: 55px;
  }
  .nouki-text p {
    font-size: 12px;
  }
  .nouki-text p .big {
    font-size: 18px;
  }
  .price-icon {
    height: 25% !important;
    margin-left: 20px;
  }
  .price-balloon {
    min-height: 40px;
  }
  .price-plus {
    width: 10px;
    height: 10px;
  }
  .price-appeal h3 .badge {
    font-size: 10px;
    line-height: 15px;
    border-radius: 7px;
    padding: 5px 7px;
  }
  .price-appeal h4 {
    font-size: 10px;
  }
  .gaku-list li:last-child .gaku-box {
    height: 450px;
  }
  .gaku-list li h3 {
    font-size: 15px;
    padding: 8px 10px;
  }
  .gaku-list li h3 .big {
    font-size: 18px;
    margin-left: 5px;
  }
  .gaku-list li h3 .badge {
    font-size: 15px;
    right: -120px;
  }
  .gaku-box-inner p {
    font-size: 14px;
  }
  .gaku-box > p {
    right: 5%;
    font-size: 14px;
  }
  .arrow-left {
    right: 5px;
    width: 15px !important;
  }
  .arrow-right {
    left: 5px;
    width: 15px !important;
  }
  .footer-logo-sub {
    margin-right: 10px;
  }
  .footer-menu {
    margin-bottom: 0;
    padding-left: 10px;
  }
  .footer-menu li a {
    font-size: 14px;
  }
  .footer-menu li:nth-child(2n+1) {
    width: 45%;
  }
  .footer-menu li:nth-child(2n) {
    width: 55%;
  }
  .footer-deco {
    width: 50px;
  }
}
@media screen and (max-width: 350px) {
  .section-title h2 {
    font-size: 12px;
  }
  .section-title h2 .big {
    font-size: 14px;
  }
  .section-title h3 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .section-title img:not(.section-title-bg) {
    min-height: 30px;
  }
  .header-logo {
    height: 30px;
  }
  .header-inner > img:first-child {
    display: none;
  }
  .price .section-title {
    padding-right: 50px;
  }
  .price-appeal h4 {
    width: 90%;
  }
  .price-icon {
    display: none;
  }
  .gaku-sm-caption p {
    white-space: unset;
  }
  .gaku-sm-caption p br {
    display: none;
  }
  .gaku-box-inner p {
    font-size: 12px;
  }
  .gaku-box > p {
    font-size: 12px;
  }
  .gaku-list li h3 {
    font-size: 14px;
  }
  .gaku-list li h3 .big {
    font-size: 16px;
  }
  .gaku-list li h3 .badge {
    right: -90px;
    font-size: 12px;
  }
  .gaku-list li h3 .badge .small {
    font-size: 10px;
  }
  .gaku-list li:last-child .gaku-box {
    height: 380px;
  }
  .sample-btn {
    font-size: 12px;
  }
  .about-flex p {
    font-size: 14px;
  }
  .contact .section-title h2 {
    font-size: 14px;
  }
  .hamburger-btn {
    width: 30px;
    height: 30px;
  }
  .footer-menu {
    padding-right: 10px;
  }
}