@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  /* 1 */
  height: 0;
  margin: 0;
  /* 2 */
  border-top-width: 1px;
  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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.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 {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  min-width: 0;
  margin: 0;
  padding: 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/*
 * リセットCSS
 */

html {
  height: 100%;
}

body {
  position: relative;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .1em;
}

body.is-active {
  overflow: hidden;
}

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

/*
 * トップページ
 */

:root {
  --black: #333;
  --brown: #e7bf92;
  --dark-brown: #574f48;
  --green-grad-90: linear-gradient(90deg,rgba(0, 77, 41, 1) 0%, rgba(49, 175, 83, 1) 45%, rgba(0, 77, 41, 1) 100%);
  --main-grad-180: linear-gradient(180deg,rgba(198, 166, 49, 1) 0%, rgba(245, 232, 187, 1) 45%, rgba(199, 149, 40, 1) 100%);
  --main-grad-90: linear-gradient(90deg, rgba(198, 166, 49, 1) 0%, rgba(245, 232, 187, 1) 45%, rgba(199, 149, 40, 1) 100%);
  --red: #c93939;
  --red-grad-90: linear-gradient(90deg,rgba(142, 26, 26, 1) 0%, rgba(201, 50, 50, 1) 45%, rgba(142, 26, 26, 1) 100%);
  --sp-w: 94.666%;
}

.c-breadcrumb {
  display: none;
}

.c-mt10 {
  margin-top: 10px;
}

.c-mt20 {
  margin-top: 20px;
}

.c-mt30 {
  margin-top: 30px;
}

.c-mt40 {
  margin-top: 40px;
}

.c-mt50 {
  margin-top: 50px;
}

.c-mt60 {
  margin-top: 60px;
}

.c-mt70 {
  margin-top: 70px;
}

.c-mt80 {
  margin-top: 80px;
}

.c-nowrap {
  display: inline-block;
  word-break: break-all;
}

.c-kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.c-align-center {
  text-align: center;
}

.c-align-left {
  text-align: left;
}

.c-align-right {
  text-align: right;
}

.c-strong {
  font-weight: 700;
}

.c-highlight {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 228, 0, .4);
  text-decoration-color: rgba(255, 228, 0, .4);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: .5em;
  text-underline-offset: -.2em;
}

.c-color-rd {
  color: #f00;
}

.c-color-bl {
  color: #00f;
}

.c-color-bk {
  color: #000;
}

.c-link {
  color: #0000cd;
  text-decoration: underline;
}

.c-link:active,
.c-link:focus,
.c-link:visited,
.c-link:hover {
  color: #0000cd;
}

.c-list {
  color: #555;
  font-size: 10px;
}

.c-list li {
  position: relative;
  padding-left: 1.1em;
  color: inherit;
}

.c-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: "※";
}

.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  background-image: url("../img/bg_nav.png");
  background-position: center top;
  font-size: clamp(.688rem, .46rem + .97vw, 1.625rem);
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-list__item {
  display: block;
}

.mv {
  position: relative;
  z-index: 5;
}

.mv::before {
  position: absolute;
  width: 100%;
  background-image: url("../img/mv_christmas_leasing.png");
  background-repeat: repeat-x;
  background-position: center;
  content: "";
}

.mv__head {
  position: relative;
}

.mv__body {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.mv-reservation__btn {
  display: block;
  position: relative;
  z-index: 1;
}

.mv-reservation__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  content: "";
}

.mv-reservation__btn-inner {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.mv-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mv-plan-list li {
  overflow: hidden;
  border-radius: 5px;
}

.mv-plan-list__item {
  display: block;
}

.mv-option {
  margin-right: auto;
  margin-left: auto;
}

.mv-option__btn {
  display: block;
}

.lunch {
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left center, right center, center top;
  background-size: contain, contain, 100.5% auto;
}

.lunch__heading {
  margin-right: auto;
  margin-left: auto;
}

.lunch__heading-brown01,
.lunch__heading-brown02,
.lunch__heading-brown03 {
  margin-right: auto;
  margin-left: auto;
}

.afternoon {
  background-repeat: no-repeat;
}

.afternoon::before {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.afternoon__heading {
  margin-right: auto;
  margin-left: auto;
}

.afternoon__heading-brown {
  margin-right: auto;
  margin-left: auto;
}

.afternoon-component {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.afternoon-component__text {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  margin: auto;
}

.afternoon-component__text-rd {
  display: block;
  color: #f00;
  font-size: clamp(.875rem, .831rem + .19vw, 1rem);
  text-align: center;
}

.afternoon-component__text-bk {
  display: block;
  font-size: clamp(.75rem, .706rem + .19vw, .875rem);
}

.afternoon-component__bg {
  position: relative;
  z-index: 1;
}

.afternoon .plan-col__price-main {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.sunset {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sunset::before {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.sunset__heading {
  margin-right: auto;
  margin-left: auto;
}

.sunset__heading-brown01,
.sunset__heading-brown02,
.sunset__heading-brown03 {
  margin-right: auto;
  margin-left: auto;
}

.dinner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.dinner::before {
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url("../img/dinner_christmas_leasing.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}

.dinner .plan-col--border .plan-col__item.is-left::before {
  background-color: #fff;
}

.dinner__heading {
  margin-right: auto;
  margin-left: auto;
}

.dinner__heading-brown01,
.dinner__heading-brown02,
.dinner__heading-brown03 {
  margin-right: auto;
  margin-left: auto;
}

.section {
  position: relative;
  z-index: 1;
}

.section-inner {
  margin-right: auto;
  margin-left: auto;
}

.anchor-box {
  position: relative;
  border: 1px solid #574f48;
  background-color: rgba(255, 255, 255, .5);
}

.anchor-box::before,
.anchor-box::after {
  position: absolute;
  top: 0;
  background-image: url("../img/icon_shine_bk.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.anchor-box::before {
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.anchor-box::after {
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.anchor-box__inner {
  position: relative;
  text-align: center;
}

.anchor-box__inner::before,
.anchor-box__inner::after {
  position: absolute;
  bottom: 0;
  background-image: url("../img/icon_shine_bk.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.anchor-box__inner::before {
  left: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}

.anchor-box__inner::after {
  right: 0;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}

.anchor-box__inner dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 2px solid #574f48;
  background: var(--main-grad-180);
  color: #574f48;
  font-size: clamp(1.125rem, 1.034rem + .39vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor-box__item {
  color: #574f48;
}

.anchor-box__item-inner {
  position: relative;
  border-right: .5px solid #574f48;
  font-size: clamp(1.125rem, 1.034rem + .39vw, 1.5rem);
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.anchor-box__item-inner::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_crystal_bk.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translate(52%, 13%);
  transform: translate(52%, 13%);
}

.anchor-box--bk {
  border-color: #fff;
  background-color: rgba(26, 30, 59, .93);
}

.anchor-box--bk::before,
.anchor-box--bk::after,
.anchor-box--bk .anchor-box__inner::before,
.anchor-box--bk .anchor-box__inner::after {
  background-image: url("../img/icon_shine_wh.png");
}

.anchor-box--bk .anchor-box__inner dt {
  border-color: #fff;
}

.anchor-box--bk .anchor-box__item:not(:last-child) {
  border-right-color: #fff;
}

.anchor-box--bk .anchor-box__item-inner {
  border-right-color: #fff;
  color: #fff;
}

.anchor-box--bk .anchor-box__item-inner::before {
  background-image: url("../img/icon_crystal_wh.png");
}

.btn-reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 5px;
  background: var(--red-grad-90);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-reservation::before {
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  width: 21.18px;
  height: 26px;
  margin: auto;
  background-image: url("../img/icon_reservation.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.btn-reservation::after {
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1.5px solid #fff;
  border-radius: 3px;
  content: "";
}

.btn-reservation__content {
  color: #fff;
  font-size: clamp(1.875rem, 1.765rem + .47vw, 2.188rem);
}

.btn-reservation--tel {
  background: #004d29;
  background: -webkit-gradient(linear, left top, right top, from(#004d29), color-stop(45%, #31af53), to(#004d29));
  background: linear-gradient(90deg, #004d29 0%, #31af53 45%, #004d29 100%);
}

.btn-reservation--tel::before {
  content: none;
}

.plan-col--border {
  position: relative;
}

.plan-col--border::before,
.plan-col--border::after {
  position: absolute;
  top: 0;
  background-image: url("../img/icon_shine_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.plan-col--wh.plan-col--border {
  border-top-color: #fff;
}

.plan-col--wh.plan-col--border::before,
.plan-col--wh.plan-col--border::after {
  background-image: url(../img/icon_shine_wh.png);
}

.plan-col--wh .plan-col__strong,
.plan-col--wh .plan-col__price-num,
.plan-col--wh .plan-col__price-yen,
.plan-col--wh .plan-col__text,
.plan-col--wh .plan-col__note,
.plan-col--wh .plan-col__price-note,
.plan-col--wh .plan-col__slider::before {
  color: #fff;
}

.plan-col--wh .plan-col__panel {
  color: var(--black);
}

.plan-col__item-head {
  position: relative;
}

.plan-col__ribbon {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 112.745%;
  -webkit-transform: translate(5%, -50%);
  transform: translate(5%, -50%);
}

.plan-col__point {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 25.49%;
}

.plan-col__point:nth-of-type(1) {
  -webkit-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
}

.plan-col__point:nth-of-type(2) {
  -webkit-transform: translate(89.49%, -50%);
  transform: translate(89.49%, -50%);
}

.plan-col__slider {
  display: none;
  position: relative;
  z-index: 1;
}

.plan-col__slider.slick-initialized {
  display: block;
}

.plan-col__slider .slick-dots li {
  margin: 0;
}

.plan-col__slider .slick-dots li button:before {
  opacity: 1;
  color: #d0d0d0;
}

.plan-col__slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e7bf92;
}

.plan-col__slider::before {
  position: absolute;
  right: 0;
  bottom: -2em;
  font-size: clamp(.625rem, .581rem + .19vw, .75rem);
  content: "※イメージ";
}

.plan-col__main > dt {
  margin-right: auto;
  margin-left: auto;
}

.plan-col__main > dd {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.plan-col__price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-col__price-main > span {
  display: inline-block;
}

.plan-col-label {
  padding-top: .8rem;
  padding-bottom: .8rem;
  border: 1px solid #574f48;
  background: #fdf7e8;
  background: -webkit-gradient(linear, left top, right top, from(#fdf7e8), color-stop(28%, white), color-stop(51%, white), color-stop(74%, white), to(#fdf7e8));
  background: linear-gradient(90deg, #fdf7e8 0%, white 28%, white 51%, white 74%, #fdf7e8 100%);
  font-size: clamp(.75rem, .706rem + .19vw, .875rem);
  text-align: center;
}

.plan-col-label--holiday {
  background: var(--main-grad-90);
}

.plan-col__price-num {
  color: var(--red);
  font-size: clamp(2.25rem, 1.92rem + 1.41vw, 3.188rem);
}

.plan-col__price-yen {
  color: var(--red);
  font-size: clamp(1.25rem, 1.008rem + 1.03vw, 1.938rem);
}

.plan-col__price-note {
  margin-top: .5em;
  font-size: clamp(.625rem, .581rem + .19vw, .75rem);
  text-align: right;
}

.plan-col__note {
  margin-top: .5em;
  font-size: clamp(.75rem, .706rem + .19vw, .875rem);
  letter-spacing: 0;
}

.plan-col__strong {
  position: relative;
  color: #bc8a52;
  font-size: clamp(1.25rem, 1.162rem + .38vw, 1.5rem);
  line-height: 1;
}

.plan-col__strong::before {
  position: absolute;
  left: 0;
  background-image: url("../img/icon_crystal_brown.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.plan-col__text {
  font-size: clamp(.875rem, .831rem + .19vw, 1rem);
}

.plan-col__text > span {
  display: block;
}

.plan-col__text > span:first-child {
  margin-top: .1em;
}

.plan-col__text > span:not(:first-child) {
  margin-top: .75em;
}

.plan-col__text-sm {
  font-size: clamp(.75rem, .706rem + .19vw, .875rem);
}

.plan-col__panel {
  position: relative;
  background: #fff;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.plan-col__panel::before {
  position: absolute;
  right: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  border: 1px solid #ebd06e;
  content: "";
}

.plan-col__panel-icon {
  display: inline-block;
  position: absolute;
}

.plan-col__panel-content {
  position: relative;
}

.plan-col__panel-content::before,
.plan-col__panel-content::after {
  display: block;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.plan-col__panel-content::before {
  top: 0;
  left: 0;
  background-position: top;
}

.plan-col__panel-content::after {
  right: 0;
  bottom: 0;
  background-position: bottom;
}

.plan-col__panel-content dt {
  font-size: clamp(.875rem, .831rem + .19vw, 1rem);
  font-weight: 500;
}

.plan-col__panel-content dd {
  font-size: clamp(.75rem, .706rem + .19vw, .875rem);
}

.footer {
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(1.125rem, .861rem + 1.13vw, 1.875rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__note {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(.75rem, .662rem + .38vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.footer__copyright {
  display: block;
  font-size: clamp(.75rem, .598rem + .65vw, 1.375rem);
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c-hide-pc {
    display: none;
  }

  .c-link {
    cursor: pointer;
  }

  .c-link:hover {
    text-decoration: none;
  }

  .header {
    min-height: 108px;
    height: 11.4%;
    background-repeat: repeat-x;
    background-size: contain;
  }

  .header__content {
    margin-top: 5px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .header-list {
    margin-right: -3px;
    margin-left: -3px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .header-list li {
    height: 80px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 5px;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }

  .header-list__item {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .header-list__item:-webkit-any-link:hover {
    opacity: .7;
  }

  .header-list__item:-moz-any-link:hover {
    opacity: .7;
  }

  .header-list__item:any-link:hover {
    opacity: .7;
  }

  .mv::before {
    z-index: 3;
    bottom: -8%;
    height: 19%;
    background-size: contain;
  }

  .mv__body {
    z-index: 4;
    top: 57%;
    max-width: 1394px;
    width: 72.604%;
  }

  .mv-reservation__btn {
    width: 48.421%;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .mv-reservation__btn:-webkit-any-link:hover {
    opacity: .7;
  }

  .mv-reservation__btn:-moz-any-link:hover {
    opacity: .7;
  }

  .mv-reservation__btn:any-link:hover {
    opacity: .7;
  }

  .mv-reservation__btn::before {
    z-index: 2;
    right: -39px;
    width: 68px;
  }

  .mv-reservation__note {
    display: none;
  }

  .mv-plan-list {
    margin-top: 6.8%;
    margin-right: -.71%;
    margin-left: -.71%;
  }

  .mv-plan-list::before {
    display: block;
    position: absolute;
    top: -27%;
    right: 0;
    left: 0;
    margin: auto;
    text-shadow: 10px 1px 12px rgba(0, 0, 0, .15);
    color: #fff;
    font-size: clamp(.625rem, .208rem + .87vw, 1.25rem);
    font-weight: 600;
    text-align: center;
    content: "\\ご希望のクルーズをタップ /";
  }

  .mv-plan-list li {
    margin-right: .71%;
    margin-left: .71%;
  }

  .mv-plan-list__item {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .mv-plan-list__item:-webkit-any-link:hover {
    opacity: .7;
  }

  .mv-plan-list__item:-moz-any-link:hover {
    opacity: .7;
  }

  .mv-plan-list__item:any-link:hover {
    opacity: .7;
  }

  .mv-option {
    width: 48.637%;
    margin-top: 1.2%;
  }

  .mv-option__btn {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .mv-option__btn:-webkit-any-link:hover {
    opacity: .7;
  }

  .mv-option__btn:-moz-any-link:hover {
    opacity: .7;
  }

  .mv-option__btn:any-link:hover {
    opacity: .7;
  }

  .lunch {
    padding-top: 455px;
    padding-bottom: 305px;
    background-image: url("../img/bg_lunch_left.png"), url("../img/bg_lunch_right.png"), url("../img/bg_lunch.jpg");
    background-repeat: no-repeat;
    background-position: left top 57%, right top 55%, center top;
    background-size: contain, contain, cover;
  }

  .lunch__heading {
    width: 54%;
  }

  .lunch__heading-brown01 {
    width: 56.949%;
    margin-top: 6%;
    padding-bottom: .5%;
  }

  .lunch__heading-brown02 {
    max-width: 446.94px;
    width: 87.635%;
  }

  .lunch__heading-brown03 {
    padding-bottom: .5%;
  }

  .lunch .plan-col__panel-icon {
    top: -119%;
    right: -7%;
    width: 25.966%;
  }

  .afternoon {
    padding-top: 220px;
    padding-bottom: 260px;
    background-image: url("../img/bg_afternoon.jpg");
    background-size: cover;
  }

  .afternoon::before {
    top: -13%;
    height: 26%;
    background-image: url("../img/afternoon_christmas_leasing.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
  }

  .afternoon__heading {
    width: 73.5%;
  }

  .afternoon__heading-brown {
    width: 60.735%;
  }

  .afternoon-component {
    max-width: 1084px;
    margin-top: 4.1%;
  }

  .afternoon-component__text {
    bottom: 18.5%;
    max-width: 928px;
    width: 85.608%;
  }

  .afternoon-component__text-bk {
    margin-top: 1em;
  }

  .afternoon .plan-col__price-note {
    margin-right: 0;
  }

  .sunset {
    padding-top: 400px;
    padding-bottom: 550px;
    background-image: url("../img/bg_sunset.jpg");
  }

  .sunset::before {
    top: -6%;
    height: 17%;
    background-image: url("../img/sunset_christmas_leasing.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
  }

  .sunset__heading {
    width: 54%;
  }

  .sunset__heading-brown01 {
    width: 56.949%;
    margin-top: 6%;
    padding-bottom: .5%;
  }

  .sunset__heading-brown02 {
    max-width: 446.94px;
    width: 87.635%;
  }

  .sunset__heading-brown03 {
    padding-bottom: .5%;
  }

  .sunset .plan-col__panel-icon {
    top: -130%;
    right: 0%;
    width: 31.149%;
  }

  .dinner {
    padding-top: 260px;
    padding-bottom: 120px;
    background-image: url("../img/bg_dinner.jpg");
  }

  .dinner::before {
    top: -4.7%;
    height: 7.6%;
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
  }

  .dinner__heading {
    width: 54%;
  }

  .dinner__heading-brown01 {
    width: 56.949%;
    margin-top: 6%;
    padding-bottom: .5%;
  }

  .dinner__heading-brown02 {
    max-width: 446.94px;
    width: 87.635%;
  }

  .dinner__heading-brown03 {
    padding-bottom: .5%;
  }

  .dinner .plan-col__panel-icon {
    top: -146%;
    right: -6%;
    width: 40.469%;
  }

  .section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .section-inner {
    max-width: 1200px;
  }

  .anchor-box {
    margin-top: 7%;
    padding-top: 70px;
  }

  .anchor-box::before,
  .anchor-box::after {
    width: 29.22px;
    height: 29px;
  }

  .anchor-box__inner {
    padding-bottom: 25px;
  }

  .anchor-box__inner::before,
  .anchor-box__inner::after {
    width: 29.22px;
    height: 29px;
  }

  .anchor-box__inner dt {
    max-width: 720px;
    height: 68px;
    border-radius: 34px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  .anchor-box__inner dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .anchor-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 110px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .anchor-box__item:-webkit-any-link:hover {
    opacity: .7;
  }

  .anchor-box__item:-moz-any-link:hover {
    opacity: .7;
  }

  .anchor-box__item:any-link:hover {
    opacity: .7;
  }

  .anchor-box__item:not(:last-child) {
    border-right: 1px solid #574f48;
  }

  .anchor-box__item-inner {
    padding-right: 1rem;
  }

  .btn-reservation {
    height: 84px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .btn-reservation:-webkit-any-link:hover {
    opacity: .7;
  }

  .btn-reservation:-moz-any-link:hover {
    opacity: .7;
  }

  .btn-reservation:any-link:hover {
    opacity: .7;
  }

  .btn-reservation--tel .btn-reservation__content {
    width: 81.921%;
    margin-right: 5%;
  }

  .plan-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan-col--border {
    margin-top: 5.1%;
    padding-top: 5.1%;
    border-top: 1px solid #574f48;
  }

  .plan-col--border::before,
  .plan-col--border::after {
    width: 29.22px;
    height: 29px;
  }

  .plan-col--border::before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .plan-col--border::after {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  .plan-col__item {
    max-width: 43.965%;
    -ms-flex-preferred-size: 43.965%;
    flex-basis: 43.965%;
  }

  .plan-col__item.is-left {
    margin-right: 3.0175%;
  }

  .plan-col__item.is-right {
    margin-left: 3.0175%;
  }

  .plan-col__item-head {
    margin-top: 13.5%;
  }

  .plan-col__item-body {
    margin-top: 40px;
  }

  .plan-col__slider .slick-dots li button:before {
    font-size: 10px;
  }

  .plan-col__main > dt {
    width: 72.549%;
    margin-top: 30px;
  }

  .plan-col__price-main {
    margin-right: -1.5em;
  }

  .plan-col-label {
    width: 70px;
  }

  .plan-col__price-note {
    margin-right: -2em;
  }

  .plan-col__menu,
  .plan-col__drink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
  }

  .plan-col__btn {
    margin-top: 35px;
  }

  .plan-col__note {
    margin-right: -.7em;
  }

  .plan-col__strong {
    padding-left: 1.1em;
    -ms-flex-preferred-size: 148px;
    flex-basis: 148px;
  }

  .plan-col__strong::before {
    top: 0;
    width: 1.2em;
    height: 1.2em;
  }

  .plan-col__text {
    -ms-flex-preferred-size: calc(100% - 148px);
    flex-basis: calc(100% - 148px);
  }

  .plan-col__panel-content {
    padding: 5% 2% 2% 11%;
  }

  .plan-col__panel-content::before {
    width: 28.508%;
    background-image: url("../img/icon_ribbon_left.png");
  }

  .plan-col__panel-content::after {
    width: 23.24%;
    background-image: url("../img/icon_ribbon_right.png");
  }

  .footer {
    margin-top: 50px;
  }

  .footer-btn {
    position: relative;
    max-width: 805px;
    height: 105px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .footer-btn:-webkit-any-link:hover {
    opacity: .7;
  }

  .footer-btn:-moz-any-link:hover {
    opacity: .7;
  }

  .footer-btn:any-link:hover {
    opacity: .7;
  }

  .footer-btn::before {
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    width: 27.84px;
    height: 34.18px;
    margin: auto;
    background-image: url("../img/icon_option_gold.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }

  .footer__note {
    max-width: 1030px;
    margin-top: 100px;
  }

  .footer__copyright {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .c-hide-sp {
    display: none;
  }

  .c-sp10 {
    margin-top: 10px;
  }

  .c-mt-sp20 {
    margin-top: 20px;
  }

  .c-mt-sp30 {
    margin-top: 30px;
  }

  .c-mt-sp40 {
    margin-top: 40px;
  }

  .c-mt-sp50 {
    margin-top: 50px;
  }

  .c-mt-sp60 {
    margin-top: 60px;
  }

  .header {
    background-size: cover;
  }

  .header__content {
    padding: 3px 3px 11px 3px;
  }

  .header-list {
    margin-right: -1px;
    margin-left: -1px;
  }

  .header-list li {
    margin-right: 1px;
    margin-left: 1px;
    -ms-flex-preferred-size: calc(25% - 2px);
    flex-basis: calc(25% - 2px);
  }

  .mv::before {
    z-index: 4;
    bottom: -8.8%;
    height: 16%;
    background-size: cover;
  }

  .mv__body {
    z-index: 3;
    top: 56%;
    width: 91.025%;
  }

  .mv-reservation__btn {
    margin-right: 1%;
    margin-left: 1%;
  }

  .mv-reservation__btn::before {
    z-index: -1;
    right: -2.6%;
    width: 7.462%;
  }

  .mv-reservation__note {
    display: block;
    color: #fff;
    font-size: .75em;
    text-align: center;
  }

  .mv-plan-list {
    margin-top: 1%;
    margin-right: -.7%;
    margin-left: -.7%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mv-plan-list li {
    margin-top: 1.4%;
    margin-right: .7%;
    margin-left: .7%;
    -ms-flex-preferred-size: 48.6%;
    flex-basis: 48.6%;
  }

  .mv-option {
    width: 94.366%;
    margin-top: 3.5%;
  }

  #lunch_plan01 {
    position: relative;
    z-index: 1;
    background-image: url("../img/bg_lunch_parts03_smp.png");
    background-repeat: no-repeat;
    background-position: left -3% top 73.5%;
    background-size: 101.7px auto;
  }

  #lunch_plan01::before {
    position: absolute;
    z-index: -1;
    top: -2%;
    left: 0;
    width: 92px;
    height: 161px;
    background-image: url("../img/bg_lunch_parts01_smp.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    content: "";
  }

  #lunch_plan01::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 50%;
    width: 86px;
    height: 109px;
    background-image: url("../img/bg_lunch_parts02_smp.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    content: "";
  }

  #lunch_plan02 {
    background-image: url("../img/bg_lunch_parts04_smp.png");
    background-repeat: no-repeat;
    background-position: right top 72%;
    background-size: 157px 156px;
  }

  #lunch_plan03 {
    background-image: url("../img/bg_lunch_parts05_smp.png");
    background-repeat: no-repeat;
    background-position: right 19% bottom 19%;
    background-size: 120.83px auto;
  }

  .lunch {
    padding-top: 36%;
    padding-bottom: 43%;
    background-image: url("../img/bg_lunch_snow_smp.png"), url("../img/bg_lunch_smp.jpg");
    background-repeat: no-repeat;
    background-position: center bottom, center top -7%;
    background-size: contain, cover;
  }

  .lunch__heading {
    width: 88.594%;
  }

  .lunch__heading-brown01,
  .lunch__heading-brown02,
  .lunch__heading-brown03 {
    padding-top: 13%;
  }

  .lunch__heading-brown01 {
    width: 89.333%;
  }

  .lunch__heading-brown02 {
    width: 86.479%;
  }

  .lunch__heading-brown03 {
    width: 89.333%;
    margin-right: auto;
    margin-left: auto;
  }

  .lunch .plan-col__panel-icon {
    top: -44%;
    right: -1%;
    width: 21.587%;
  }

  .lunch .anchor-box {
    z-index: 2;
  }

  .afternoon {
    padding-top: 36%;
    padding-bottom: 44%;
    background-image: url("../img/bg_afternoon_snow_smp.png"), url("../img/bg_afternoon_smp.jpg");
    background-repeat: no-repeat;
    background-position: left bottom, center;
    background-size: contain, cover;
  }

  .afternoon::before {
    top: -3%;
    height: 7.2%;
    background-image: url("../img/afternoon_christmas_leasing_smp.png");
  }

  .afternoon__heading {
    width: 89.333%;
  }

  .afternoon__heading-brown {
    width: 89.333%;
    padding-top: 15%;
  }

  .afternoon-component {
    width: 94.4%;
    margin-top: 9%;
  }

  .afternoon-component__text {
    bottom: 12%;
    width: 88.983%;
  }

  .afternoon-component__text-rd {
    margin-right: -.5em;
    margin-left: -.5em;
    letter-spacing: 0;
  }

  .afternoon-component__text-bk {
    margin-top: .5em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .sunset {
    padding-top: 36%;
    padding-bottom: 74%;
    background-image: url("../img/bg_sunset_snow_smp.png"), url("../img/bg_sunset_smp.jpg");
    background-position: left bottom 1%, center;
    background-size: contain, cover;
  }

  .sunset::before {
    top: -1%;
    height: 3.1%;
    background-image: url("../img/sunset_christmas_leasing_smp.png");
  }

  .sunset__heading {
    width: 89.333%;
  }

  .sunset__heading-brown01,
  .sunset__heading-brown02,
  .sunset__heading-brown03 {
    padding-top: 13%;
  }

  .sunset__heading-brown01 {
    width: 89.333%;
  }

  .sunset__heading-brown02 {
    width: 86.479%;
  }

  .sunset__heading-brown03 {
    width: 89.333%;
    margin-right: auto;
    margin-left: auto;
  }

  .sunset .plan-col__panel-icon {
    top: -76%;
    right: -1%;
    width: 29.031%;
  }

  #dinner_plan01,
  #dinner_plan02,
  #dinner_plan03 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  #dinner_plan01 {
    background-image: url("../img/bg_dinner_parts01_smp.png"), url("../img/bg_dinner_parts02_smp.png"), url("../img/bg_dinner_parts03_smp.png");
    background-position: right top 36%, left 1% top 72%, right -7% bottom 6%;
    background-size: 90px auto, 116px auto, 144px auto;
  }

  #dinner_plan02 {
    background-image: url("../img/bg_dinner_parts04_smp.png"), url("../img/bg_dinner_parts05_smp.png");
    background-position: left 1% top 19%, right bottom 23%;
    background-size: 60px auto, 195px auto;
  }

  #dinner_plan03 {
    background-image: url("../img/bg_dinner_parts06_smp.png");
    background-position: right -7% top 55%;
    background-size: 155.5px auto;
  }

  .dinner {
    padding-top: 25%;
    padding-bottom: 20%;
    background-image: url("../img/bg_dinner_smp.jpg");
  }

  .dinner::before {
    top: -1.9%;
    height: 2.9%;
  }

  .dinner__heading {
    width: 89.333%;
  }

  .dinner__heading-brown01,
  .dinner__heading-brown02,
  .dinner__heading-brown03 {
    padding-top: 13%;
  }

  .dinner__heading-brown01 {
    width: 89.333%;
  }

  .dinner__heading-brown02 {
    width: 86.479%;
  }

  .dinner__heading-brown03 {
    width: 89.333%;
    margin-right: auto;
    margin-left: auto;
  }

  .dinner .plan-col__panel-icon {
    top: -86%;
    right: -4%;
    width: 35.546%;
  }

  .anchor-box {
    width: var(--sp-w);
    margin-top: calc(20px + 11%);
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  .anchor-box::before,
  .anchor-box::after {
    width: 17.13px;
    height: 17px;
  }

  .anchor-box__inner {
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
  }

  .anchor-box__inner::before,
  .anchor-box__inner::after {
    width: 17.13px;
    height: 17px;
  }

  .anchor-box__inner dt {
    width: 95.366%;
    height: 40px;
    padding-left: .75em;
    border-radius: 20px;
    letter-spacing: .05em;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .anchor-box__item {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .anchor-box__item:not(:last-child) {
    border-bottom: 1px solid #574f48;
  }

  .anchor-box__item-inner {
    display: block;
  }

  .btn-reservation {
    height: 74px;
  }

  .btn-reservation--tel {
    height: 84px;
  }

  .btn-reservation--tel .btn-reservation__content {
    width: 80.746%;
  }

  .plan-col--border {
    margin-top: 15%;
  }

  .plan-col--border .afternoon__heading-brown {
    position: relative;
  }

  .plan-col--border .plan-col__item.is-left::before,
  .plan-col--border .afternoon__heading-brown::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    margin: auto;
    background-color: #574f48;
    content: "";
  }

  .plan-col--border .plan-col__item.is-left::before {
    width: 89.333%;
  }

  .plan-col--border .afternoon__heading-brown::before {
    width: 98.333%;
  }

  .plan-col--border::before,
  .plan-col--border::after {
    width: 15.12px;
    height: 15px;
    -webkit-transform: translateY(calc(-50% + .5px));
    transform: translateY(calc(-50% + .5px));
  }

  .plan-col--border::before {
    left: 4%;
  }

  .plan-col--border::after {
    right: 4%;
  }

  .plan-col__item-head {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-col__slider {
    margin-top: 20%;
  }

  .plan-col__main > dt {
    width: 78.666%;
    margin-top: 10%;
  }

  .plan-col__price-main {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-col-label {
    width: 42px;
  }

  .plan-col__price-note {
    width: 93.461%;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-col__menu,
  .plan-col__drink {
    width: 81.333%;
    margin-top: 1.4em;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-col__btn {
    width: 89.333%;
    margin-top: 6%;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-col__note {
    width: 89.333%;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-col__strong {
    display: block;
    padding-left: 1.5em;
  }

  .plan-col__strong::before {
    top: -18%;
    width: 1.4em;
    height: 1.4em;
  }

  .plan-col__text {
    display: block;
    margin-top: 3%;
    margin-left: 5%;
    letter-spacing: .025em;
  }

  .plan-col__panel {
    margin-right: -5%;
  }

  .plan-col__panel-content {
    padding: 9% 2% 5% 11%;
  }

  .plan-col__panel-content::before {
    width: 26.349%;
    background-image: url("../img/icon_ribbon_left_smp.png");
  }

  .plan-col__panel-content::after {
    width: 26.707%;
    background-image: url("../img/icon_ribbon_right_smp.png");
  }

  .footer {
    width: 89.333%;
    margin-top: 15.5%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-btn {
    height: 74px;
    line-height: 1.25;
  }

  .footer-btn__content {
    position: relative;
    padding-right: 2.1em;
    text-align: center;
  }

  .footer-btn__content::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32.66px;
    height: 40.09px;
    margin: auto;
    background-image: url("../img/icon_option_gold.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }

  .footer__note {
    margin-top: 15.5%;
  }

  .footer__copyright {
    margin-top: 12%;
  }
}