@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500|Amatic+SC:700|Oswald:400,700&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Gruppo&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ノーマライズ */
html .mp-main section .mp-title,
html .mp-ryo {
  opacity: 0;
  transition: all 0.6s ease;
  font-family: Montserrat, "ryo-gothic-plusn";
}
@media screen and (max-width: 768px) {
  html .mp-main section .mp-title,
html .mp-ryo {
    visibility: visible;
    opacity: 1;
  }
}

html.wf-active .mp-main section .mp-title,
html.wf-active .mp-ryo {
  visibility: visible;
  opacity: 1;
}

/* レスポンシブ */
/* リセット関連 */
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #09C;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

p,
ul,
ul li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

figure {
  margin: 0;
}

section {
  display: block;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 40px;
  }
}

/* 表示／非表示切り替え */
@media screen and (max-width: 768px) {
  .visible-pc {
    display: none;
  }
}

.visible-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .visible-sp {
    display: block;
  }
}

/* 余白 */
.mt-0 {
  margin-top: 0px !important;
}

.mt-s {
  margin-top: 8px !important;
}
@media screen and (max-width: 768px) {
  .mt-s {
    margin-top: 4px !important;
  }
}

.mt-m {
  margin-top: 16px !important;
}
@media screen and (max-width: 768px) {
  .mt-m {
    margin-top: 8px !important;
  }
}

.mt-l {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt-l {
    margin-top: 20px !important;
  }
}

.mt-xl {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt-xl {
    margin-top: 40px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-s {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 768px) {
  .mb-s {
    margin-bottom: 4px !important;
  }
}

.mb-m {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 768px) {
  .mb-m {
    margin-bottom: 8px !important;
  }
}

.mb-l {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb-l {
    margin-bottom: 20px !important;
  }
}

.mb-xl {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb-xl {
    margin-bottom: 40px !important;
  }
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-s {
  margin-left: 8px !important;
}
@media screen and (max-width: 768px) {
  .ml-s {
    margin-left: 4px !important;
  }
}

.ml-m {
  margin-left: 16px !important;
}
@media screen and (max-width: 768px) {
  .ml-m {
    margin-left: 8px !important;
  }
}

.ml-l {
  margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .ml-l {
    margin-left: 20px !important;
  }
}

.ml-xl {
  margin-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .ml-xl {
    margin-left: 40px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-s {
  margin-right: 8px !important;
}
@media screen and (max-width: 768px) {
  .mr-s {
    margin-right: 4px !important;
  }
}

.mr-m {
  margin-right: 16px !important;
}
@media screen and (max-width: 768px) {
  .mr-m {
    margin-right: 8px !important;
  }
}

.mr-l {
  margin-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .mr-l {
    margin-right: 20px !important;
  }
}

.mr-xl {
  margin-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .mr-xl {
    margin-right: 40px !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-s {
  padding-top: 8px !important;
}
@media screen and (max-width: 768px) {
  .pt-s {
    padding-top: 4px !important;
  }
}

.pt-m {
  padding-top: 16px !important;
}
@media screen and (max-width: 768px) {
  .pt-m {
    padding-top: 8px !important;
  }
}

.pt-l {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pt-l {
    padding-top: 20px !important;
  }
}

.pt-xl {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .pt-xl {
    padding-top: 40px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-s {
  padding-bottom: 8px !important;
}
@media screen and (max-width: 768px) {
  .pb-s {
    padding-bottom: 4px !important;
  }
}

.pb-m {
  padding-bottom: 16px !important;
}
@media screen and (max-width: 768px) {
  .pb-m {
    padding-bottom: 8px !important;
  }
}

.pb-l {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb-l {
    padding-bottom: 20px !important;
  }
}

.pb-xl {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pb-xl {
    padding-bottom: 40px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-s {
  padding-left: 8px !important;
}
@media screen and (max-width: 768px) {
  .pl-s {
    padding-left: 4px !important;
  }
}

.pl-m {
  padding-left: 16px !important;
}
@media screen and (max-width: 768px) {
  .pl-m {
    padding-left: 8px !important;
  }
}

.pl-l {
  padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .pl-l {
    padding-left: 20px !important;
  }
}

.pl-xl {
  padding-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .pl-xl {
    padding-left: 40px !important;
  }
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-s {
  padding-right: 8px !important;
}
@media screen and (max-width: 768px) {
  .pr-s {
    padding-right: 4px !important;
  }
}

.pr-m {
  padding-right: 16px !important;
}
@media screen and (max-width: 768px) {
  .pr-m {
    padding-right: 8px !important;
  }
}

.pr-l {
  padding-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .pr-l {
    padding-right: 20px !important;
  }
}

.pr-xl {
  padding-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .pr-xl {
    padding-right: 40px !important;
  }
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* 基本設定 */
/* js */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick:スライダー */
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  top: 50%;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 35px;
  height: 35px;
  background-size: 100%;
  z-index: 1;
  text-indent: -9999px;
  transform: translateY(-50%);
}

.slick-prev {
  left: 0;
  background-image: url("../img/common/arrow_circle_left.svg");
}

.slick-next {
  right: 0;
  background-image: url("../img/common/arrow_circle_right.svg");
}

.slick-disabled {
  opacity: 0.2;
}

/* Dots */
.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: #CCC;
  border: none;
  border-radius: 5px;
  outline: none !important;
  cursor: pointer;
  appearance: none;
  opacity: 0.5;
}

.slick-dots li.slick-active button {
  background: #FFF;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: -10px;
  }
}
/* mp-galleryList (home) */
.mp-galleryList .slick-dots li button {
  background-color: #000;
}
.mp-galleryList .slick-prev,
.mp-galleryList .slick-next {
  background-size: 60px auto;
}
.mp-galleryList .slick-next {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .mp-galleryList .slick-prev {
    opacity: 0;
  }
  .mp-galleryList .slick-next {
    background-size: 40px auto;
  }
  .mp-galleryList .slick-next {
    margin-top: -50px;
    right: -8px;
  }
}
/* slick:スライダー（テーマ） */
/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.95);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: hidden;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  display: none !important;
}

#cboxLoadingOverlay {
  position: relative;
}
#cboxLoadingOverlay:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  font-family: "mpicon" !important;
  content: "\e97b";
  color: #FFF;
  font-size: 40px;
  animation: spin 1.5s linear infinite;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  top: 150px;
  left: 20px;
  background: url("../img/common/arrow_circle_left.png") no-repeat 50%;
  width: 64px;
  height: 64px;
  background-size: 64px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #cboxPrevious {
    top: 140px;
    left: 0;
    background-size: 40px;
  }
}

#cboxNext {
  position: absolute;
  top: 150px;
  right: 20px;
  background: url("../img/common/arrow_circle_right.png") no-repeat 50%;
  width: 64px;
  height: 64px;
  background-size: 64px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #cboxNext {
    top: 140px;
    right: 0;
    background-size: 40px;
  }
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/* mplus original style */
#cboxLoadedContent .staffPopup {
  padding: 60px 120px 20px;
  background-color: #FFF;
  overflow-x: hidden;
  outline: none;
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  border-radius: 10px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #cboxLoadedContent .staffPopup {
    padding: 30px 10px 10px;
  }
}

#cboxLoadedContent .staffPopup img {
  max-width: 100%;
}

#cboxLoadedContent .staffPopup .staffProfile {
  position: relative;
  float: left;
  width: 40%;
  margin-left: -40px;
  text-align: center;
  background: url(../img/special/pet/bg_dot.png) 1% 50% repeat-y, url(../img/special/pet/bg_dot.png) 99% 50% repeat-y;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  #cboxLoadedContent .staffPopup .staffProfile {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #cboxLoadedContent .staffPopup .staffProfile p:first-child {
    background-color: #FFF;
  }
  #cboxLoadedContent .staffPopup .staffProfile img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}

#cboxLoadedContent .staffPopup .staffProfile .popUpStaffName {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

#cboxLoadedContent .staffPopup .staffProfile .popUpStaffName span {
  display: block;
}

#cboxLoadedContent .staffPopup .staffProfile .popUpStaffName .position {
  margin: 20px auto;
  font-size: 18px;
  font-size: 1.8rem;
}

#cboxLoadedContent .staffPopup .staffProfile .popUpStaffName .en {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

#cboxLoadedContent .staffPopup .staffMsg {
  position: relative;
  float: right;
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #cboxLoadedContent .staffPopup .staffMsg {
    float: none;
    width: 100%;
  }
}

#cboxLoadedContent .staffPopup .staffMsg h3 {
  display: inline;
  background: #ff0;
}

#cboxLoadedContent .staffPopup .staffMsg p {
  margin: 10px 0 40px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

/* colorbox */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.remodal {
  margin: 0;
  max-width: 1200px;
  overflow-y: auto;
  background: transparent;
  text-align: left;
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.remodal-wrapper {
  padding: 0;
}
.remodal-close {
  top: 40px;
  right: 40px;
  left: auto;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .remodal-close {
    top: 20px;
    right: 20px;
  }
}
.remodal-close::before, .remodal-close::after {
  position: static;
  content: "";
  width: 56px;
  height: 1px;
  background-color: #000;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .remodal-close::before, .remodal-close::after {
    width: 36px;
  }
}
.remodal-close::before {
  transform: rotate(45deg);
}
.remodal-close::after {
  transform: rotate(-45deg) translate(1px, -1px);
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    padding: 40px 20px;
  }
}
@keyframes smartphoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes smartphoto-loader {
  0% {
    opacity: 0.4;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation-name: smartphoto;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto[aria-hidden=true] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none;
}

.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  animation-name: smartphoto-img-wrap;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-img-left {
  transform: translateX(150%) !important;
}

.smartphoto-img-right {
  transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-name: smartphoto-appear;
}
.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartPhotoArrowHideIcon {
  display: none;
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}
.smartphoto-nav a:focus {
  opacity: 0.8;
}

.smartphoto-nav a.current {
  opacity: 1;
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.smartphoto-caption:focus {
  outline: none;
}
.smartphoto-caption > span {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .smartphoto-caption > span {
    font-size: 1.2rem;
  }
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  animation: smartphoto-loader 0.5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

body.gallery.new .smartphoto {
  background-color: rgba(255, 255, 255, 0.9);
}

body.gallery.new .smartphoto-header {
  background-color: transparent;
}

body.gallery.new .smartphoto-count {
  color: #000;
}
@media screen and (max-width: 768px) {
  body.gallery.new .smartphoto-count {
    font-size: 1.2rem;
  }
}

body.gallery.new .smartphoto-dismiss {
  width: 55px;
  height: 55px;
  background: 0 0;
  text-indent: -9999px;
}
body.gallery.new .smartphoto-dismiss::before, body.gallery.new .smartphoto-dismiss::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background-color: #000;
}
body.gallery.new .smartphoto-dismiss::before {
  transform: rotate(-45deg) translateY(1px);
}
@media screen and (max-width: 768px) {
  body.gallery.new .smartphoto-dismiss::before {
    scale: 0.5;
  }
}
body.gallery.new .smartphoto-dismiss::after {
  transform: rotate(45deg) translateY(-1px);
}
@media screen and (max-width: 768px) {
  body.gallery.new .smartphoto-dismiss::after {
    scale: 0.5;
  }
}

body.gallery.new .smartphoto-caption {
  color: #000;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.gallery.new .smartphoto-caption {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 35px;
    padding: 0 15px;
    width: calc(100% - 50px);
    white-space: inherit;
    line-height: 1.5;
  }
}

body.gallery.new .smartphoto-arrows li {
  width: 75px;
  height: 75px;
  padding: 0;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  body.gallery.new .smartphoto-arrows li {
    width: 40px;
    height: 40px;
  }
}
body.gallery.new .smartphoto-arrows li a {
  background-position: center;
  background-repeat: no-repeat;
}

body.gallery.new .smartphoto-arrow-right {
  right: 15px;
}
body.gallery.new .smartphoto-arrow-right a {
  background-image: url(/img/common/icon_arrow_right.svg);
}
@media screen and (max-width: 768px) {
  body.gallery.new .smartphoto-arrow-right a {
    background-size: 20px;
  }
}

body.gallery.new .smartphoto-arrow-left {
  left: 15px;
}
body.gallery.new .smartphoto-arrow-left a {
  background-image: url(/img/common/icon_arrow_left.svg);
}
@media screen and (max-width: 768px) {
  body.gallery.new .smartphoto-arrow-left a {
    background-size: 20px;
  }
}

body.case .smartphoto-nav {
  display: none;
}

body.gallery.new .smartphoto-img-clone {
  transition: all 0.01s ease-out;
}

body.gallery.new .smartphoto-img {
  max-width: inherit;
}

/* inview */
.fade {
  opacity: 0;
  transition: all 3s ease;
}
.fade.fade-in-active {
  opacity: 1;
}
.fade.to-up {
  transform: translateY(20px);
}
.fade.to-up.fade-in-active {
  transform: translateY(0);
}
.fade.to-down {
  transform: translateY(-20px);
}
.fade.to-down.fade-in-active {
  transform: translateY(0);
}
.fade.to-right {
  transform: translateX(-40px);
}
.fade.to-right.fade-in-active {
  transform: translateX(0);
}
.fade.to-left {
  transform: translateX(20px);
}
.fade.to-left.fade-in-active {
  transform: translateX(0);
}
.fade.delay1 {
  transition-delay: 0.2s;
}
.fade.delay2 {
  transition-delay: 0.4s;
}
.fade.delay3 {
  transition-delay: 0.6s;
}
.fade.delay4 {
  transition-delay: 0.8s;
}
.fade.delay5 {
  transition-delay: 2.5s;
}

.mask, .mask-now {
  clip-path: polygon(1000vw 1000vw, 1000vw 1000vw, 1000vw 1000vw);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.mask.mask-in-active, .mask-now.mask-in-active {
  transition-delay: 0.4s;
  clip-path: polygon(-1000vw 1000vw, 1000vw -1000vw, 1000vw 1000vw);
}
.mask.delay1, .mask-now.delay1 {
  transition-delay: 0.2s;
}
.mask.delay2, .mask-now.delay2 {
  transition-delay: 0.4s;
}
.mask.delay3, .mask-now.delay3 {
  transition-delay: 0.6s;
}

/* icon font */
@font-face {
  font-family: "mpicon";
  src: url("../fonts/mpicon.eot?q7l7w1");
  src: url("../fonts/mpicon.eot?q7l7w1#iefix") format("embedded-opentype"), url("../fonts/mpicon.ttf?q7l7w1") format("truetype"), url("../fonts/mpicon.woff?q7l7w1") format("woff"), url("../fonts/mpicon.svg?q7l7w1#mpicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=mpicon-], [class*=" mpicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mpicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mpicon-line:before {
  content: "\e901";
}

.mpicon-circle:before {
  content: "\e900";
}

.mpicon-ribbon:before {
  content: "\e009";
}

.mpicon-heart:before {
  content: "\e024";
}

.mpicon-search:before {
  content: "\e036";
}

.mpicon-zoom-in:before {
  content: "\e037";
}

.mpicon-open:before {
  content: "\e128";
}

.mpicon-spinner2:before {
  content: "\e97b";
}

.mpicon-facebook:before {
  content: "\ea90";
}

.mpicon-instagram:before {
  content: "\ea92";
}

.mpicon-twitter:before {
  content: "\ea96";
}

.mpicon-youtube:before {
  content: "\ea9d";
}

.mpicon-arrow-down:before {
  content: "\e902";
}

.mpicon-arrow-left:before {
  content: "\e903";
}

.mpicon-arrow-right:before {
  content: "\e904";
}

.mpicon-arrow-up:before {
  content: "\e905";
}

/* アイコンフォント */
/* style */
/* font */
html {
  font-size: 62.5%;
}

body {
  font-family: Montserrat, Arial, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #000;
  }
}

.noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
}

.mp-serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.mp-hand {
  font-family: "Amatic SC", cursive !important;
}

.mp-ryo {
  font-family: Montserrat, "ryo-gothic-plusn" !important;
}

.mp-main {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .mp-main {
    line-height: 1.6;
  }
}

button, input, select, textarea {
  font-family: Montserrat, Arial, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

blockquote {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

#mp-wrapper {
  height: 100%;
}

/* globalHeader */
.mp-globalHeader {
  position: relative;
  width: 100%;
  height: 160px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader {
    height: 80px;
    overflow: hidden;
  }
}
.mp-globalHeader.active .inner svg {
  fill: #FFF;
}
.mp-globalHeader.active .inner .mp-siteLogo {
  position: fixed;
  z-index: 101 !important;
}
.mp-globalHeader.active .inner .mp-siteLogo a {
  display: block;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.active .inner .mp-siteLogo {
    position: absolute;
  }
  .mp-globalHeader.active .inner .mp-siteLogo a {
    height: 30px;
  }
}
.mp-globalHeader.active .inner .mp-siteLogo img {
  filter: brightness(0) invert(1);
  fill: #FFF;
}
.mp-globalHeader.active .inner .mp-siteCatch {
  position: fixed;
  top: 42px !important;
  color: #FFF;
  z-index: 101 !important;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.active .inner .mp-siteCatch {
    position: absolute;
    top: 20px !important;
  }
}
.mp-globalHeader .inner svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: top;
}
.mp-globalHeader .inner svg.mark {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader .inner svg.mark {
    width: 60px;
    height: 60px;
  }
}
.mp-globalHeader .inner svg.inzone {
  width: 90px;
  height: 90px;
  margin-left: 0.25em;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader .inner svg.inzone {
    width: 60px;
    height: 60px;
    margin-top: 4px;
  }
}
.mp-globalHeader .inner .mp-siteLogo {
  display: none;
  position: absolute;
  top: 32px;
  left: 40px;
  height: 54px;
  z-index: 100;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader .inner .mp-siteLogo {
    display: block;
    top: 24px;
    left: 12px;
  }
  .mp-globalHeader .inner .mp-siteLogo a {
    display: block;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mp-globalHeader .inner .mp-siteLogo img {
    height: 40px;
  }
}
.mp-globalHeader .inner .mp-siteCatch {
  display: none;
  position: absolute;
  width: 400px;
  height: 2em;
  top: 46px;
  left: 50%;
  margin-left: -200px;
  overflow: hidden;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader .inner .mp-siteCatch {
    display: block;
    top: 20px;
    width: 200px;
    height: 3em;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: -100px;
    line-height: 1.5;
  }
  .mp-globalHeader .inner .mp-siteCatch svg {
    margin-top: 0;
    vertical-align: top;
  }
}
.mp-globalHeader .inner .mp-menuNavTrg {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 3;
  width: 100px;
  height: 100px;
  border: #FFF solid 2px;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 99;
  outline: none;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader .inner .mp-menuNavTrg {
    top: 10px;
    right: 10px;
    margin-right: -20px;
    margin-top: -20px;
    transform: scale(0.64);
  }
}
.mp-globalHeader .inner .mp-menuNavTrg span.text {
  position: absolute;
  display: block;
  top: 40px;
  left: 1px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #DDD;
  text-align: center;
}
.mp-globalHeader .inner .mp-menuNavTrg a {
  position: absolute;
  display: block;
  top: 24px;
  left: 28px;
  height: 30px;
  outline-style: none;
  color: #FFF;
}
.mp-globalHeader .inner .mp-menuNavTrg a .border {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 42px;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.mp-globalHeader .inner .mp-menuNavTrg a .border:nth-of-type(1) {
  top: 0;
}
.mp-globalHeader .inner .mp-menuNavTrg a .border:nth-of-type(2) {
  top: 13px;
}
.mp-globalHeader .inner .mp-menuNavTrg a .border:nth-of-type(3) {
  bottom: 0;
}
.mp-globalHeader .inner .mp-menuNavTrg.active a span:nth-of-type(1) {
  width: 42px !important;
  margin-left: 0 !important;
  transform: translateY(13px) rotate(-45deg) !important;
}
.mp-globalHeader .inner .mp-menuNavTrg.active a span:nth-of-type(2) {
  opacity: 0 !important;
}
.mp-globalHeader .inner .mp-menuNavTrg.active a span:nth-of-type(3) {
  width: 42px !important;
  margin-left: 0 !important;
  transform: translateY(-13px) rotate(45deg) !important;
}
.mp-globalHeader.new2025 {
  height: auto;
}
.mp-globalHeader.new2025 .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 120px 22px 30px;
  border-bottom: #000 solid 1px;
  z-index: 2;
  position: relative;
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .inner-wrap {
    border-bottom: none;
    min-height: inherit;
    padding: 40px 90px 18px 20px;
  }
}
.mp-globalHeader.new2025 .inner-wrap .headerLogoPc {
  position: static;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .inner-wrap .headerLogoPc {
    display: block;
  }
}
.mp-globalHeader.new2025 .inner-wrap .headerLogoPc img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .inner-wrap .headerLogoPc img {
    width: 153px;
  }
}
.mp-globalHeader.new2025 .menu-wrap {
  padding-right: 20px;
  flex-direction: column;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .mp-globalHeader.new2025 .menu-wrap {
    display: none;
  }
}
.mp-globalHeader.new2025 .login-btn {
  display: none;
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .mp-globalHeader.new2025 .login-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .login-btn {
    margin-right: 0px;
  }
}
.mp-globalHeader.new2025 .login-btn .link {
  color: #fff;
  font-weight: 500 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  padding: 15px 30px;
  background-color: #8D8D8D;
  display: block;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .login-btn .link {
    font-size: min(3.7vw, 1.4rem);
    padding: 10px 15px;
  }
}
.mp-globalHeader.new2025 .login-btn .link.login, .mp-globalHeader.new2025 .login-btn .link.logout {
  background-color: #FFF;
  color: #000;
  border: 1px solid #8D8D8D;
}
.mp-globalHeader.new2025 .login-btn .link.login:hover, .mp-globalHeader.new2025 .login-btn .link.logout:hover {
  background-color: #8D8D8D;
  color: #fff;
  text-decoration: none;
}
.mp-globalHeader.new2025 .menu-sub {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
.mp-globalHeader.new2025 .menu-sub .link {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  padding: 10px 15px;
  background-color: #8D8D8D;
  display: block;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .mp-globalHeader.new2025 .menu-sub .link {
    padding: 10px 15px;
    font-size: 1.2vw;
  }
}
.mp-globalHeader.new2025 .menu-sub .link.black {
  background-color: #000;
}
.mp-globalHeader.new2025 .menu-sub .link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.mp-globalHeader.new2025 .menu-sub .link.login, .mp-globalHeader.new2025 .menu-sub .link.logout {
  background-color: #FFF;
  color: #000;
  border: 1px solid #8D8D8D;
}
.mp-globalHeader.new2025 .menu-sub .link.login:hover, .mp-globalHeader.new2025 .menu-sub .link.logout:hover {
  background-color: #000;
  color: #fff;
}
.mp-globalHeader.new2025 .menu-main {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mp-globalHeader.new2025 .menu-main .link {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1200px) {
  .mp-globalHeader.new2025 .menu-main .link {
    font-size: 1.4vw;
  }
}
.mp-globalHeader.new2025 .menu-main .link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg {
  background-color: #fff;
  border-radius: 0;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  border: none;
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .inner .mp-menuNavTrg {
    border: none;
    margin-right: 0;
    margin-top: 0;
    transform: scale(1);
    width: 90px;
    height: 90px;
    margin-top: 5px;
  }
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg a {
  left: auto;
  text-align: left;
  position: relative;
  display: block;
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg .text {
  color: #000;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-color: transparent;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  top: 48px;
  font-family: "Sofia Sans Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .inner .mp-menuNavTrg .text {
    top: 35px;
  }
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg .border {
  transform: translateX(-50%);
  background-color: #000;
  width: 53px;
  left: 50%;
  height: 2px;
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg .border:first-of-type {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .inner .mp-menuNavTrg .border:first-of-type {
    top: 1px;
  }
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg .border:nth-of-type(2) {
  top: 28px;
}
@media screen and (max-width: 768px) {
  .mp-globalHeader.new2025 .inner .mp-menuNavTrg .border:nth-of-type(2) {
    top: 19px;
  }
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg.active {
  border: none;
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg.active .text {
  display: none;
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg.active .border {
  left: 32%;
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg.active .border:first-of-type {
  transform: rotate(-45deg);
  width: 53px !important;
  top: 14px;
}
.mp-globalHeader.new2025 .inner .mp-menuNavTrg.active .border:nth-of-type(2), .mp-globalHeader.new2025 .inner .mp-menuNavTrg.active .border:last-of-type {
  transform: rotate(45deg);
  opacity: 1 !important;
  width: 53px !important;
  top: 27px;
}

.headerLogoPc {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .headerLogoPc {
    display: none;
  }
}
.headerLogoPc a {
  display: inline-block;
}

.mp-menuNavWrap {
  display: none;
}

.mp-menuNav {
  font-family: Montserrat, "ryo-gothic-plusn" !important;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .mp-menuNav {
    margin: 80px 0 0;
  }
}
.mp-menuNav .inner {
  width: 1600px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .mp-menuNav .inner {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav .inner {
    width: 100%;
  }
}
.mp-menuNav .mp-menuNavList {
  float: left;
  width: 30%;
  padding: 0 4%;
  border-right: rgba(255, 255, 255, 0.4) solid 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavList {
    display: flex;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    border-right: none;
    border-top: rgba(255, 255, 255, 0.4) solid 1px;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavList li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavList li:nth-of-type(even) a {
    border-right: transparent solid 1px;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavList li.talk, .mp-menuNav .mp-menuNavList li.col1 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavList li.talk a, .mp-menuNav .mp-menuNavList li.col1 a {
    border-right-color: transparent;
  }
}
.mp-menuNav .mp-menuNavList li a {
  display: block;
  margin-top: -1px;
  padding: 2vh 8%;
  border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
  font-size: 1.2vw;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavList li a {
    box-sizing: border-box;
    border-right: rgba(255, 255, 255, 0.4) solid 1px;
    height: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    padding: 16px 10px;
  }
}
.mp-menuNav .mp-menuNavList li a:hover {
  padding: 2vh 2% 2vh 14%;
  background-color: #FFF;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavList li a:hover {
    padding: 16px 10px;
  }
}
.mp-menuNav .mp-menuNavList li a .mp-new {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  vertical-align: middle;
  border: none;
  margin-left: 4px;
}
.mp-menuNav .mp-menuNavContents {
  float: right;
  width: 62%;
  padding: 0 4% 0 0;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents {
    float: none;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.mp-menuNav .mp-menuNavContents .modelroom .item {
  margin-bottom: 2vh;
}
.mp-menuNav .mp-menuNavContents .modelroom .item a {
  display: block;
  padding-bottom: 2vh;
  color: #FFF;
  text-decoration: none;
  border: #FFF 2px solid;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .modelroom .item a {
    border: rgba(255, 255, 255, 0.4) solid;
    border-width: 0 1px 1px 1px;
  }
}
.mp-menuNav .mp-menuNavContents .modelroom .item a figure {
  margin: -2px;
  text-align: center;
}
.mp-menuNav .mp-menuNavContents .modelroom .item a figure img {
  max-width: 100%;
}
.mp-menuNav .mp-menuNavContents .modelroom .item a figure figcaption {
  display: inline-block;
  margin: -40px auto 12px;
  padding: 2px 8px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .modelroom .item a figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-menuNav .mp-menuNavContents .modelroom .item a p {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.mp-menuNav .mp-menuNavContents .modelroom .item a p .mp-new {
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: -50px;
  font-weight: normal;
}
.mp-menuNav .mp-menuNavContents .modelroom .item a p.sub {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .modelroom .item a p.sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-menuNav .mp-menuNavContents .modelroom .item a p.date {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .modelroom .item a p.date {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.mp-menuNav .mp-menuNavContents .modelroom .item a p.date span small {
  padding-left: 0.25em;
  font-size: 16px;
  font-size: 1.6rem;
}
.mp-menuNav .mp-menuNavContents .modelroom .item a p.date span small.Sat {
  color: #3AD;
}
.mp-menuNav .mp-menuNavContents .modelroom .item a p.date span small.Sun {
  color: #F66;
}
.mp-menuNav .mp-menuNavContents .special .mp-title {
  margin-top: 0;
  line-height: 1;
  color: #FFF;
}
.mp-menuNav .mp-menuNavContents .special .bnr a {
  display: block;
}
.mp-menuNav .mp-menuNavContents .special .bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mp-menuNav .mp-menuNavContents .special .item {
  margin-bottom: 2vh;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .special .item {
    margin-bottom: 20px;
  }
}
.mp-menuNav .mp-menuNavContents .special .item a {
  position: relative;
  display: block;
  color: #FFF;
  text-decoration: none;
}
.mp-menuNav .mp-menuNavContents .special .item a .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #F33;
  color: #FFF;
  font-weight: normal;
  vertical-align: middle;
}
.mp-menuNav .mp-menuNavContents .special .item a figure img {
  max-width: 100%;
  vertical-align: bottom;
}
.mp-menuNav .mp-menuNavContents .special .item a figure figcaption {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .special .item a figure figcaption {
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    border: rgba(255, 255, 255, 0.4) solid;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px;
  }
}
.mp-menuNav .mp-menuNavContents .special .item a figure figcaption dfn {
  position: absolute;
  top: -25px;
  left: 0;
  display: inline-block;
  margin-right: 1em;
  padding: 0 12px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  background-color: #FFF;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .special .item a figure figcaption dfn {
    top: -18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.mp-menuNav .mp-menuNavContents .special .item a:hover figcaption {
  padding-left: 1em;
  background-color: #FFF;
  color: #000;
}
.mp-menuNav .mp-menuNavContents .contact ul {
  margin: 0 -1% 4vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .contact ul {
    margin-bottom: 20px;
  }
}
.mp-menuNav .mp-menuNavContents .contact ul li {
  float: left;
  width: 33.3%;
  padding: 0 1%;
  box-sizing: border-box;
}
.mp-menuNav .mp-menuNavContents .contact ul li a {
  display: block;
  padding: 10px 0 0;
  border: #FFF solid 2px;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .contact ul li a {
    padding: 0;
    border: rgba(255, 255, 255, 0.4) solid 1px;
    border-radius: 5px;
  }
}
.mp-menuNav .mp-menuNavContents .contact ul li a:hover figure img {
  transform: scale(1.1);
}
.mp-menuNav .mp-menuNavContents .contact ul li a figure img {
  display: block;
  width: auto;
  height: 80px;
  margin: 16px auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .contact ul li a figure img {
    width: 60px;
    height: auto;
    margin-bottom: 0;
  }
}
.mp-menuNav .mp-menuNavContents .contact ul li a figure figcaption {
  display: block;
  padding: 0 0 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .contact ul li a figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-menuNav .mp-menuNavContents .mp-menuNavSub {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .mp-menuNavSub {
    padding: 0 0 20px;
    text-align: center;
  }
}
.mp-menuNav .mp-menuNavContents .mp-menuNavSub li {
  display: inline-block;
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .mp-menuNavSub li {
    margin: 0 4px 6px 0;
  }
}
.mp-menuNav .mp-menuNavContents .mp-menuNavSub li a {
  display: block;
  padding: 10px 16px;
  border: #FFF solid 2px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-menuNavContents .mp-menuNavSub li a {
    padding: 8px 4px;
    font-size: 13px;
    font-size: 1.3rem;
    border: rgba(255, 255, 255, 0.4) solid 1px;
  }
}
.mp-menuNav .mp-menuNavContents .mp-menuNavSub li a:hover {
  background-color: #FFF;
  color: #000;
}
.mp-menuNav .mp-snsNav {
  display: none;
}
@media screen and (max-width: 768px) {
  .mp-menuNav .mp-snsNav {
    display: block;
  }
}
.mp-menuNav.new2025 {
  background-color: #fff;
  margin: 0;
}
.mp-menuNav.new2025 .headerLogoPc {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .headerLogoPc {
    display: block;
    left: 15px;
    top: 40px;
  }
}
.mp-menuNav.new2025 .inner {
  padding: 165px 0 0;
}
@media screen and (max-width: 960px) {
  .mp-menuNav.new2025 .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .inner {
    padding: 130px 0 0;
    min-width: 350px;
  }
}
.mp-menuNav.new2025 .nav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 130px;
  margin: 0 20px;
}
@media screen and (max-width: 960px) {
  .mp-menuNav.new2025 .nav {
    gap: 85px;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.mp-menuNav.new2025 .nav .menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .nav .menu {
    width: 50%;
    gap: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .nav .menu:nth-of-type(3) {
    margin-top: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mp-menuNav.new2025 .nav .menu:nth-of-type(3) li {
    width: 50%;
  }
}
.mp-menuNav.new2025 .nav .link {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .nav .link {
    font-size: 1.3rem;
    padding: 5px 0px;
  }
}
.mp-menuNav.new2025 .nav .sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .nav .sns {
    margin-top: 20px;
    gap: 10px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mp-menuNav.new2025 .c-cv {
  width: 100%;
  margin: 70px 25px 25px;
}
@media screen and (max-width: 960px) {
  .mp-menuNav.new2025 .c-cv {
    margin: 70px 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .c-cv {
    margin: 100px 0 25px;
    padding: 0;
    background-color: #fff;
  }
}
.mp-menuNav.new2025 .c-cv .list {
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .mp-menuNav.new2025 .c-cv .list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .c-cv .list {
    gap: 33px;
    width: 100%;
  }
}
.mp-menuNav.new2025 .c-cv .item {
  border: none;
}
.mp-menuNav.new2025 .c-cv .link {
  border: 1px solid #eee;
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .mp-menuNav.new2025 .c-cv .link {
    padding: 50px 17px 70px;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .c-cv .link {
    padding-top: 0;
    padding: 0 30px 25px;
  }
}
@media screen and (max-width: 1200px) {
  .mp-menuNav.new2025 .c-cv .lead {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .c-cv .lead {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.mp-menuNav.new2025 .c-cv .title-en {
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .mp-menuNav.new2025 .c-cv .title-en {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .c-cv .title-en {
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .c-cv .title-jp {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0;
  }
}
.mp-menuNav.new2025 .c-cv .more {
  font-size: 1.5rem;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mp-menuNav.new2025 .c-cv .more {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 10px;
    font-size: 1rem;
    flex-direction: column;
    margin-top: 0;
    transform: translateY(-50%);
  }
}

.mp-globalNav {
  border-bottom: #EEE solid 5px;
}
@media screen and (max-width: 768px) {
  .mp-globalNav {
    display: none;
  }
}
.mp-globalNav ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
.mp-globalNav ul li {
  position: relative;
  display: inline-block;
  margin-left: -3px;
}
.mp-globalNav ul li:after {
  position: absolute;
  display: block;
  top: 24px;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #DDD;
  content: " ";
  z-index: 0;
}
.mp-globalNav ul li:last-child:after {
  display: none;
}
.mp-globalNav ul li a {
  position: relative;
  display: block;
  padding: 24px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 1;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .mp-globalNav ul li a {
    padding: 24px 1vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mp-globalNav ul li a {
    padding: 10px 3vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-globalNav ul li a:hover {
  background-color: #71788C;
  color: #FFF;
}
.mp-globalNav ul li:after {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  margin-bottom: -5px;
  background-color: #71788C;
  content: " ";
  z-index: 999;
}

.concept .mp-globalNav li.concept:after {
  display: block !important;
}

.renovation .mp-globalNav li.renovation:after {
  display: block !important;
}

.price .mp-globalNav li.price:after {
  display: block !important;
}

.mansion .mp-globalNav li.mansion:after {
  display: block !important;
}

.openroom .mp-globalNav li.openroom:after {
  display: block !important;
}

.gallery .mp-globalNav li.gallery:after {
  display: block !important;
}

.voice .mp-globalNav li.voice:after {
  display: block !important;
}

/* widthSolid */
.widthSolid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .widthSolid {
    padding: 0 10px;
  }
}
.widthSolid.small {
  max-width: 960px;
}

/* container */
.mp-containerHeader {
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .mp-containerHeader {
    margin-bottom: 20px;
    padding: 6px 0 0;
  }
}
/* container */
.mp-container {
  position: relative;
  max-width: 100%;
  background: #FFF;
  overflow: hidden;
  z-index: 1;
}

/* main */
/* globalFooter */
.mp-globalFooter {
  position: relative;
  padding: 40px;
  color: #FFF;
  background: #333;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter {
    padding: 20px 10px 60px;
  }
}
@media screen and (max-width: 768px) {
  .mp-globalFooter.other {
    padding: 20px 10px 120px;
  }
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner {
    text-align: center;
  }
}
.mp-globalFooter .inner .siteLogo {
  display: inline-block;
  overflow: hidden;
  padding-top: 15px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .siteLogo {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.mp-globalFooter .inner .siteLogo a {
  display: inline-block;
}
.mp-globalFooter .inner .siteLogo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .siteLogo img {
    height: 40px;
  }
}
.mp-globalFooter .inner .siteLogo svg {
  display: inline-block;
  width: 200px;
  height: 200px;
  fill: #FFF;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .siteLogo svg {
    width: 160px;
    height: 160px;
  }
}
.mp-globalFooter .inner .sitemapWrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .sitemapWrap {
    display: block;
    margin-bottom: 24px;
  }
}
.mp-globalFooter .inner .sitemapBtn {
  vertical-align: middle;
  padding-top: 10px;
}
.mp-globalFooter .inner .sitemapBtn a {
  display: block;
  padding: 16px 10px;
  border: #FFF solid 1px;
  background-color: #000;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 5px;
  text-decoration: none;
}
.mp-globalFooter .inner .sitemapBtn a.open {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.mp-globalFooter .inner .sitemapBody {
  display: none;
  border-radius: 0 0 5px 5px;
  background-color: #000;
  text-align: left;
  border: #FFF solid;
  border-width: 0 1px 1px 1px;
}
.mp-globalFooter .inner .sitemapBody a {
  display: block;
  padding: 6px 12px;
  color: #FFF;
  text-decoration: none;
}
.mp-globalFooter .inner .sitemapBody a:hover {
  border-radius: 5px;
  background-color: #333;
  color: #fff;
}
.mp-globalFooter .inner .sitemapBody .normalLink {
  border-top: 1px solid #333;
  padding: 20px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.mp-globalFooter .inner .sitemapBody .normalLink:first-child {
  border-top: 0;
}
.mp-globalFooter .inner .sitemapBody .normalLink li:not(:first-of-type) {
  margin-top: 10px;
}
.mp-globalFooter .inner .sitemapBody .categoryLink {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #CCC;
}
.mp-globalFooter .inner .sitemapBody .categoryLink .parent {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.mp-globalFooter .inner .sitemapBody .categoryLink .children {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0 0;
}
.mp-globalFooter .inner .sitemapBody .categoryLink .children ul {
  display: flex;
  flex-wrap: wrap;
}
.mp-globalFooter .inner .sitemapBody .categoryLink .children ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
.mp-globalFooter .inner .mp-snsNav {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .mp-snsNav {
    margin: 0 0 10px;
    padding: 0;
  }
  .mp-globalFooter .inner .mp-snsNav ul li {
    margin: 0 0.5em;
  }
}
.mp-globalFooter .inner .mp-footerNav {
  float: right;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .mp-footerNav {
    float: none;
  }
}
.mp-globalFooter .inner .mp-footerNav ul {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .mp-footerNav ul {
    display: none;
  }
}
.mp-globalFooter .inner .mp-footerNav ul li {
  display: inline-block;
}
.mp-globalFooter .inner .mp-footerNav ul li a {
  display: block;
  margin-left: 8px;
  padding: 8px 0.5vw;
  font-size: 1vw;
  font-weight: normal;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
.mp-globalFooter .inner .mp-footerNav ul li a:hover {
  background-color: #000;
  color: #FFF;
}
.mp-globalFooter .inner .mp-footerNav .companyLink {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .mp-footerNav .companyLink {
    clear: both;
    margin-top: 0;
    text-align: center;
  }
}
.mp-globalFooter .inner .mp-footerNav .companyLink a {
  color: #FFF;
}
.mp-globalFooter .inner .mp-footerNav .companyLink a i {
  margin-left: 8px;
}
.mp-globalFooter .inner .mp-footerNav .copyright {
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter .inner .mp-footerNav .copyright {
    text-align: center;
  }
}
.mp-globalFooter.new2025 {
  background-color: #fff;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.mp-globalFooter.new2025 .inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px auto;
  grid-template-columns: 250px auto;
  justify-content: space-between;
  gap: 40px 50px;
  padding-top: 100px;
  padding-bottom: 98px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mp-globalFooter.new2025 .inner {
    gap: 0px;
  }
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 50px;
    gap: 30px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mp-globalFooter.new2025 .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mp-globalFooter.new2025 .company {
  padding-top: 8px;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .company {
    text-align: center;
  }
}
.mp-globalFooter.new2025 .company .sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 55px;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .company .sns {
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
  }
}
.mp-globalFooter.new2025 .company .sns a:hover {
  opacity: 0.7;
}
.mp-globalFooter.new2025 .company .address {
  margin-top: 40px;
  font-size: 1.4rem;
  font-weight: 500;
}
.mp-globalFooter.new2025 .company .address .time {
  font-size: 1.2rem;
  line-height: 1;
}
.mp-globalFooter.new2025 .trg {
  display: none;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .trg {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 330px;
    color: #000;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #000;
    padding: 13px 20px;
    font-size: 2.4rem;
    font-weight: 300;
    justify-content: center;
    letter-spacing: 0.05em;
    font-family: "Sofia Sans Condensed", sans-serif;
  }
}
.mp-globalFooter.new2025 .trg::after {
  display: none;
}
.mp-globalFooter.new2025 .trg .border {
  position: relative;
  left: 9px;
}
.mp-globalFooter.new2025 .trg .border span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #000;
  content: " ";
  transition: all 0.3s ease;
}
.mp-globalFooter.new2025 .trg .border span:last-child {
  transform: rotate(90deg);
}
.mp-globalFooter.new2025 .trg.is-open {
  transform: translateY(3px);
  color: #fff;
  background-color: #000;
  box-shadow: none;
}
.mp-globalFooter.new2025 .trg.is-open .border span {
  background-color: #fff;
}
.mp-globalFooter.new2025 .trg.is-open .border span:last-child {
  transform: rotate(0);
}
.mp-globalFooter.new2025 .nav {
  display: flex;
  gap: 130px;
  padding-right: 60px;
}
@media screen and (max-width: 1200px) {
  .mp-globalFooter.new2025 .nav {
    padding-right: 0;
    gap: 6vw;
  }
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .nav {
    display: none;
    gap: 5px;
  }
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .nav.is-open {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.mp-globalFooter.new2025 .menu {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .menu {
    gap: 0;
  }
}
.mp-globalFooter.new2025 .menu .item,
.mp-globalFooter.new2025 .menu .link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 768px) {
  .mp-globalFooter.new2025 .menu .item,
.mp-globalFooter.new2025 .menu .link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .menu .link {
    display: inline-block;
    padding: 10px 0;
  }
}
.mp-globalFooter.new2025 .menu .item.small {
  margin: -15px 0;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .menu .item.small {
    margin: 0;
  }
}
.mp-globalFooter.new2025 .menu .item.small .link {
  font-size: 1.2rem;
  padding: 5px 0;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .menu:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .menu:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 122px;
  }
}
@media screen and (max-width: 768px) {
  .mp-globalFooter.new2025 .menu:nth-of-type(3) {
    margin-top: 105px;
  }
}
.mp-globalFooter.new2025 .under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  color: #fff;
  background-color: #333333;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .under {
    padding: 0;
    flex-direction: column;
    background-color: transparent;
  }
}
.mp-globalFooter.new2025 .under-menu {
  display: flex;
  align-items: center;
  gap: 2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .under-menu {
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #555555;
    width: 100%;
    justify-content: center;
    padding: 8px 20px;
  }
  .mp-globalFooter.new2025 .under-menu a {
    display: inline-block;
    padding: 10px 0;
  }
}
.mp-globalFooter.new2025 .under-menu .link {
  color: #fff;
}
.mp-globalFooter.new2025 .under-wrap {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .under-wrap {
    background-color: #333333;
    width: 100%;
    padding: 40px 20px 35px;
    text-align: center;
  }
}
.mp-globalFooter.new2025 .under-wrap .under-link {
  color: #fff;
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
.mp-globalFooter.new2025 .under-wrap .under-link:hover {
  opacity: 0.7;
}
.mp-globalFooter.new2025 .copyright {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .mp-globalFooter.new2025 .copyright {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    margin-top: 15px;
  }
}

/* mp-fixedCv */
.mp-fixedCv {
  display: none;
}
@media screen and (max-width: 768px) {
  .mp-fixedCv {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    background-color: #eee;
  }
  .mp-fixedCv ul {
    overflow: hidden;
  }
  .mp-fixedCv ul li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    border-left: 1px solid #ccc;
    text-align: center;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: 40px;
  }
  .mp-fixedCv ul li:first-child {
    border-left: 1px solid transparent;
  }
  .mp-fixedCv ul li.catalog {
    background-image: url(../img/common/icon_footer_catalog.png);
  }
  .mp-fixedCv ul li.seminar {
    background-image: url(../img/common/icon_footer_seminar.png);
  }
  .mp-fixedCv ul li.consultation {
    background-image: url(../img/common/icon_footer_reservation.png);
  }
  .mp-fixedCv ul li.tel {
    background-image: url(../img/common/icon_footer_tel.png);
  }
  .mp-fixedCv ul li a {
    display: block;
    padding: 40px 0 5px;
    text-decoration: none;
    color: #000;
    font-size: min(2.8vw, 12px);
  }
}

.l-footer-utility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
}
.l-footer-utility .page-top span {
  color: #fff;
  font-size: 1.2rem;
}
.l-footer-utility .page-top .link {
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  align-items: center;
  padding: 20px 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Sofia Sans Condensed", sans-serif;
}
.l-footer-utility .page-top .link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.l-footer-utility .c-breadcrumbs .list {
  display: flex;
  list-style: none;
  font-size: 1.2rem;
  padding-left: 25px;
}
.l-footer-utility .c-breadcrumbs .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.l-footer-utility .c-breadcrumbs .item ~ * {
  display: flex;
  align-items: center;
}
.l-footer-utility .c-breadcrumbs .item ~ *::before {
  content: ">";
  margin: 0 5px;
}
.l-footer-utility .c-breadcrumbs .item .link {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-footer-utility .c-breadcrumbs .item .link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* link */
.mp-externalLink {
  display: inline-block;
  margin: 4px 0;
  padding: 6px 16px;
  border: #CCC solid 1px;
  background-color: #FFF;
  color: #000;
  border-radius: 5px;
  line-height: 1.25;
  text-decoration: none !important;
}
.mp-externalLink:hover {
  background-color: #2689FF;
  color: #FFF;
  border: #2689FF solid 1px;
}
.mp-externalLink:hover:after {
  color: #FFF;
  transition: all 0.3s ease;
}
.mp-externalLink:after {
  padding-left: 8px;
  font-family: "mpicon" !important;
  font-weight: normal;
  content: "\e128";
  color: #2689FF;
}

/* table */
.mp-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mp-table caption {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.mp-table.minwidth {
  max-width: 720px;
  margin: 0 auto;
}
.mp-table tr th {
  padding: 10px 12px;
  border-bottom: #CCC 1px solid;
  background-color: #FFF;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mp-table tr th {
    padding: 2px 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-table tr td {
  padding: 10px 12px;
  border-bottom: #CCC 1px solid;
  background-color: #FFF;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mp-table tr td {
    padding: 2px 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-table tr td ul.inline li {
  display: inline-block;
  padding-right: 1em;
}
.mp-table tr.reset th, .mp-table tr.reset td {
  padding: 0;
  border-bottom: none;
}
.mp-table tr .left {
  text-align: left;
}
.mp-table tr .center {
  text-align: center;
}
.mp-table tr .right {
  text-align: right;
}
.mp-table tr .w10 {
  width: 10%;
}
.mp-table tr .w20 {
  width: 20%;
}
.mp-table tr .w30 {
  width: 30%;
}
.mp-table tr .w40 {
  width: 40%;
}
.mp-table tr .w50 {
  width: 50%;
}
.mp-table tr .w60 {
  width: 60%;
}
.mp-table tr .w70 {
  width: 70%;
}
.mp-table tr .w80 {
  width: 80%;
}
.mp-table tr .w90 {
  width: 90%;
}
.mp-table thead tr th {
  padding: 16px 4px;
  text-align: center;
}
.mp-table thead.small tr th {
  padding: 8px 4px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #CCC;
}
@media screen and (max-width: 768px) {
  .mp-table thead.small tr th {
    padding: 4px 2px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.tableCaution {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #CCC;
}

.fill {
  width: 100%;
}

.mp-table.border {
  border-top: #CCC 1px solid;
  border-left: #CCC 1px solid;
}
.mp-table.border tr th {
  border-right: #CCC 1px solid;
}
.mp-table.border tr td {
  border-right: #CCC 1px solid;
}

.mp-table.noBorder tr th {
  border-bottom: none;
}
.mp-table.noBorder tr td {
  border-bottom: none;
}

.mp-table.calendar {
  width: 100%;
  border-top: #CCC 1px solid;
  border-left: #CCC 1px solid;
}
.mp-table.calendar tr th {
  width: 14.28%;
  padding: 4px;
  border-right: #CCC 1px solid;
}
.mp-table.calendar tr td {
  width: 14.28%;
  padding: 4px;
  border-right: #CCC 1px solid;
  text-align: center;
}
.mp-table.calendar tr td.today {
  background-color: #EEE;
}
.mp-table.calendar thead tr th {
  background: #EEE;
  font-weight: normal;
}
.mp-table.calendar thead tr th.sat {
  background-color: #DEF;
}
.mp-table.calendar thead tr th.sun {
  background-color: #FDD;
}
.mp-table.calendar tbody tr td:first-child {
  color: #E00;
}
.mp-table.calendar tbody tr td:last-child {
  color: #03C;
}

/* title */
.mp-title {
  line-height: 1.5;
}
.mp-title.xlarge {
  margin: 0 0 40px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-title.xlarge {
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mp-title.large {
  position: relative;
  margin: 0 0 40px;
  line-height: 1.4;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-title.large {
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mp-title.large.border {
  padding-left: 24px;
}
.mp-title.large.border:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-color: #71788C;
  border-radius: 3px;
  content: " ";
}
.mp-title.middle {
  margin: 40px 0 20px;
  padding: 0;
  border-radius: 4px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-title.middle {
    margin: 32px 0 16px;
    font-size: 18px;
    font-size: 1.8rem;
    overflow: hidden;
  }
}
.mp-title.small {
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-title.small {
    margin: 0 0 10px;
  }
}
.mp-title i {
  display: inline-block;
  margin-top: -3px;
  margin-right: 8px;
  color: #8FB2C9;
  vertical-align: middle;
  font-size: 120%;
}

/* textSection */
.mp-textSection p {
  margin-bottom: 2em;
}

/* btn */
.mp-btn {
  display: inline-block;
  margin: 2px 0;
  padding: 12px 32px;
  border-radius: 5px;
  appearance: none;
  border: none;
  background: none;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  transition: all 0.3s ease;
  vertical-align: middle;
  /* 大きさ */
  /* スタイル */
  /* 外部サイトリンク */
  /* 色 */
}
.mp-btn:hover {
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  background-color: #EEE;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .mp-btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 20px;
  }
}
.mp-btn.xlarge {
  padding: 40px 100px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mp-btn.xlarge {
    padding: 32px 64px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.mp-btn.xlarge.external .mpicon-open {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-btn.xlarge.external .mpicon-open {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-btn.large {
  padding: 16px 64px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mp-btn.large {
    padding: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.mp-btn.large.external .mpicon-open {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-btn.large.external .mpicon-open {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-btn.middle {
  padding: 8px 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mp-btn.middle {
    padding: 12px 24px;
  }
}
.mp-btn.small {
  padding: 6px 18px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-btn.small {
    padding: 10px 16px;
  }
}
.mp-btn.mini {
  padding: 6px 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-btn.mini {
    padding: 2px 8px;
  }
}
.mp-btn.block {
  display: block;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-btn.flat {
    display: block;
    margin: 0 auto;
    padding: 12px 20px 10px;
    border-radius: 0;
  }
}
.mp-btn.external .mpicon-open {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-btn.external .mpicon-open {
    font-size: 10px;
    font-size: 1rem;
  }
}
.mp-btn.primary {
  background-color: #71788C;
}
.mp-btn.primary:hover {
  background-color: #404c6e;
}
.mp-btn.secondary {
  background-color: #666;
}
.mp-btn.secondary:hover {
  color: #FFF;
  border-color: transparent;
  background-color: #000;
}
.mp-btn.yellow {
  background-color: #F7FC48;
  color: #000;
}
.mp-btn.yellow:hover {
  color: #000;
  border-color: transparent;
  background-color: #F7FC48;
}
.mp-btn.inline {
  color: #000;
  border-bottom: #CCC solid 1px;
}
.mp-btn.inline:hover {
  color: #000;
}
.mp-btn.submit {
  background-color: #71788C;
}
.mp-btn.submit:hover {
  background-color: #404c6e;
}
.mp-btn.confirm {
  background-color: #71788C;
}
.mp-btn.confirm:hover {
  background-color: #404c6e;
}
.mp-btn.back {
  background-color: #666;
}
.mp-btn.back:hover {
  background-color: #484848;
}
.mp-btn.delete {
  background-color: #E00;
}
.mp-btn.delete:hover {
  background-color: #d50000;
}
.mp-btn.disabled {
  background-color: #EEE;
  color: #999;
  box-shadow: none;
  cursor: inherit;
}
.mp-btn.noShadow {
  box-shadow: none;
}
.mp-btn.catalog {
  background-color: #7fbc2f;
}
.mp-btn.reservation {
  background-color: #00B6ED;
}
.mp-btn.seminar {
  background-color: #FDF01F;
  color: #000;
}

/* list */
.mp-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}
.mp-list li::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #71788C;
}
.mp-list li + li {
  margin-top: 0.5em;
}

/* float */
.mp-text-left {
  text-align: left;
}

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

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

.mp-fl-left {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

.mp-fl-right {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .mp-fl-sp-clear {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* hr */
hr.mp-hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: #CCC 1px solid;
}
hr.mp-hr.clear {
  clear: both;
}

/* localNav */
.mp-localNav {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mp-localNav {
    position: absolute;
    display: block;
    width: 100%;
    top: 44px;
    right: 0;
    z-index: 2;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.mp-localNav .trg {
  display: none;
}
.mp-localNav .trg a::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #71788C;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .mp-localNav .trg {
    float: right;
    display: block;
    text-align: left;
    color: #FFF;
  }
  .mp-localNav .trg a {
    position: relative;
    display: block;
    padding-right: 2.4em;
  }
  .mp-localNav .trg a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -0.75em;
    font-family: "mpicon" !important;
    content: "\e036";
    font-weight: normal;
  }
  .mp-localNav .trg.active {
    padding-bottom: 0;
  }
  .mp-localNav .trg.active a {
    border-radius: 5px 5px 0 0;
    background-color: #71788C;
  }
  .mp-localNav .trg.active a:after {
    content: "\e905";
  }
  .mp-localNav .trg.active a::before {
    height: 10px;
    opacity: 1;
  }
}
.mp-localNav ul, .mp-localNav li {
  display: inline-block;
}
.mp-localNav ul {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .mp-localNav ul {
    display: none;
    width: 100%;
    margin-top: 50px;
    padding: 10px;
    background-color: #71788C;
    border-radius: 5px 0 5px 5px;
    box-sizing: border-box;
  }
}
.mp-localNav ul li {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-localNav ul li {
    display: block;
  }
}
.mp-localNav ul li a {
  display: inline-block;
  margin: -8px 0 0;
  padding: 12px 16px;
  line-height: 1;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mp-localNav ul li a {
    display: block;
    margin: 0;
    padding: 16px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.mp-localNav ul li:first-child a {
  border-top: none;
}
.mp-localNav ul li:last-child a {
  border-bottom: none;
}
.mp-localNav ul li:hover a, .mp-localNav ul li.active a {
  color: #FFF;
  background-color: #71788C;
}
@media screen and (max-width: 768px) {
  .mp-localNav ul li:hover a, .mp-localNav ul li.active a {
    color: #71788C;
    background-color: #FFF;
  }
}

/* topicpath */
.mp-topicPath {
  margin: 0 auto;
  padding: 16px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-topicPath {
    padding: 4px 6px;
    background: #EEE;
    -ms-overflow-x: scroll;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.mp-topicPath ol {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.mp-topicPath ol li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-topicPath ol li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-topicPath ol li:before {
  font-family: serif;
  content: ">";
  color: #CCC;
}
@media screen and (max-width: 768px) {
  .mp-topicPath ol li:before {
    color: #999;
  }
}
.mp-topicPath ol li:first-child:before {
  content: none;
}
.mp-topicPath ol li a,
.mp-topicPath ol li span {
  display: inline-block;
  padding: 4px 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mp-topicPath ol li a,
.mp-topicPath ol li span {
    padding: 4px;
  }
}

/* entryPager */
.mp-entryPager {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 768px) {
  .mp-entryPager {
    margin: 0 0 1px;
    padding: 20px 10px 10px;
    background-color: #EEE;
  }
}
.mp-entryPager .item {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item {
    margin-bottom: -1px;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
  }
}
.mp-entryPager .item a {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  background-color: #FFF;
  transition: all 0.1s ease;
  border-radius: 5px;
  border: #DDD solid 2px;
}
.mp-entryPager .item a:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}
.mp-entryPager .item a:hover .head {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item a {
    padding: 8px;
    border-width: 1px;
    border-radius: 2.5px;
  }
}
.mp-entryPager .item a .title {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item a .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-entryPager .item a .head {
  position: absolute;
  top: 50%;
  margin-top: -0.75em;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item a .head {
    font-size: 10px;
    font-size: 1rem;
  }
}
.mp-entryPager .item.prev {
  float: left;
  padding-right: 10px;
}
.mp-entryPager .item.prev a {
  padding-left: 88px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item.prev a {
    padding: 8px 8px 8px 60px;
  }
}
.mp-entryPager .item.prev a .head {
  left: 16px;
  right: auto;
  padding-right: 16px;
  border-right: #CCC solid 1px;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item.prev a .head {
    left: 0;
    right: auto;
    padding: 0 16px;
    border: none;
  }
}
.mp-entryPager .item.next {
  float: right;
  text-align: right;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item.next {
    text-align: left;
  }
}
.mp-entryPager .item.next a {
  padding-left: 16px;
  padding-right: 88px;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item.next a {
    padding: 8px 8px 8px 60px;
  }
}
.mp-entryPager .item.next a .head {
  left: auto;
  right: 16px;
  padding-left: 16px;
  border-left: #CCC solid 1px;
}
@media screen and (max-width: 768px) {
  .mp-entryPager .item.next a .head {
    left: 0;
    right: auto;
    padding: 0 16px;
    border: none;
  }
}
.mp-entryPager.withArchive .item {
  width: 40%;
}
.mp-entryPager.withArchive .item.center {
  float: left;
  width: 18%;
  margin-left: 1%;
  text-align: center;
}
.mp-entryPager.withArchive .item.center:only-of-type {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.mp-entryPager.withArchive .item.center:only-of-type a {
  min-height: 41px;
}
@media screen and (max-width: 768px) {
  .mp-entryPager.withArchive .item.center:only-of-type a {
    min-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .mp-entryPager.withArchive .item.center {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.mp-entryPager.withArchive .item.center a {
  padding-top: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-entryPager.withArchive .item.center a {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 0 10px;
    padding: 8px 24px;
    background-color: #666;
    color: #FFF;
    border: none;
  }
}
.mp-entryPager.withArchive .item.center a:hover {
  color: #FFF;
  background-color: #000;
}

.mp-pager {
  padding: 0 0 80px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 768px) {
  .mp-pager {
    padding: 0 0 40px;
  }
}
.mp-pager ul {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .mp-pager ul {
    padding: 20px 0 0;
  }
}
.mp-pager ul li {
  margin: 0 0.5em;
  line-height: 2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mp-pager ul li {
    margin: 0 0.2em;
  }
}
.mp-pager ul li.prev {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .mp-pager ul li.prev {
    margin-right: 0;
    padding-right: 0;
  }
}
.mp-pager ul li.next {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .mp-pager ul li.next {
    margin-left: 0;
    padding-left: 0;
  }
}
.mp-pager ul li.current a, .mp-pager ul li.current a:hover {
  color: #999;
  background: none;
  border-bottom: #CCC solid 2px;
  border-radius: 0;
}
.mp-pager ul li a {
  display: block;
  padding: 0 16px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .mp-pager ul li a {
    padding: 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-pager ul li a:hover {
  background-color: #71788C;
  color: #FFF;
}
.mp-pager ul li a:hover i {
  color: #FFF;
}
.mp-pager.new {
  padding: 200px 0 130px;
}
@media screen and (max-width: 768px) {
  .mp-pager.new {
    padding: 90px 0 60px;
  }
}
.mp-pager.new ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .mp-pager.new ul {
    gap: 30px;
  }
}
.mp-pager.new ul li {
  margin: 0;
  display: block;
}
.mp-pager.new ul li a {
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  border-bottom: #fff solid 1px;
  font-family: "Sofia Sans Condensed", sans-serif;
  border-radius: 0;
}
.mp-pager.new ul li a:hover {
  color: #000;
  background-color: #fff;
  border-bottom: #000 solid 1px;
}
.mp-pager.new ul li.current a, .mp-pager.new ul li.current a:hover {
  color: #000;
  border-bottom: #000 solid 1px;
}
.mp-pager.new ul li.prev {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .mp-pager.new ul li.prev {
    padding-right: 0px;
  }
}
.mp-pager.new ul li.next {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mp-pager.new ul li.next {
    padding-left: 0px;
  }
}

.mp-tabNav {
  width: 100%;
  overflow: hidden;
}
.mp-tabNav.scroll {
  overflow-x: scroll;
}
.mp-tabNav ul {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .mp-tabNav ul {
    padding: 0 8px;
    overflow: hidden;
  }
}
.mp-tabNav ul li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mp-tabNav ul li {
    display: block;
    float: left;
  }
}
.mp-tabNav ul li a {
  display: block;
  margin-right: 4px;
  padding: 16px 24px;
  color: #000;
  background-color: #E6E6E6;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s ease;
  box-shadow: 0 -8px 12px -8px rgba(0, 0, 0, 0.1) inset;
}
@media screen and (max-width: 768px) {
  .mp-tabNav ul li a {
    padding: 8px 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.mp-tabNav ul li.selected a {
  text-decoration: underline;
  background-color: #71788C;
  color: #FFF;
  box-shadow: none;
  box-shadow: 0 -4px 8px -4px rgba(0, 0, 0, 0.1);
}
.mp-tabNav.fill ul {
  display: table;
  width: 100%;
}
.mp-tabNav.fill ul li {
  display: table-cell;
  padding: 0 2px;
}
.mp-tabNav.fill ul li:first-child {
  padding-left: 0;
}
.mp-tabNav.fill ul li:last-child {
  padding-right: 0;
}

.mp-tabNavContents {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0 32px;
  border: #71788C solid 1px;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-tabNavContents {
    padding: 0 16px;
  }
}

/* modal */
.mp-modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  z-index: 3;
}

.mp-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  max-width: 720px;
  margin: 0;
  padding: 20px;
  z-index: 999 !important;
  outline: none;
}
@media screen and (max-width: 960px) {
  .mp-modal {
    width: 90%;
    min-width: inherit;
    margin: 0 5%;
  }
}

.mp-modalBody {
  position: relative;
  width: auto;
  min-width: 720px;
  margin: 0;
  padding: 24px;
  height: 80%;
  max-height: 720px;
  box-sizing: border-box;
  background: #FFF;
  overflow-y: scroll;
  z-index: 999;
  border-radius: 5px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .mp-modalBody {
    min-width: auto;
    padding: 20px 10px 0;
    height: 80%;
    max-height: 240px;
  }
}
.mp-modalBody figure {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}
.mp-modalBody dl {
  margin: 0;
}
.mp-modalBody dl dt {
  font-weight: bold;
}
.mp-modalBody dl dd {
  margin: 0;
}

.mp-modalClose {
  position: absolute;
  top: 0;
  right: 20px;
  width: 48px;
  height: 48px;
  margin-top: -20px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .mp-modalClose {
    margin-top: -10px;
  }
}

.mp-modalClose p a.mp-btn {
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
}

.mp-modalClose p a.mp-btn span {
  display: none;
}

/* .mp-snsNav */
.mp-snsNav {
  margin-top: -4em;
  clear: both;
}
@media screen and (max-width: 768px) {
  .mp-snsNav {
    margin-top: 0;
    text-align: center;
  }
}
.mp-snsNav ul li {
  display: inline-block;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .mp-snsNav ul li {
    margin: 0 0.5em;
  }
}
.mp-snsNav ul li.facebook a {
  background-color: #3B5998;
}
.mp-snsNav ul li.instagram a {
  background-color: #FFF;
}
.mp-snsNav ul li.instagram a i {
  color: #000;
}
.mp-snsNav ul li.line a {
  background-color: #00B900;
}
.mp-snsNav ul li.line a i {
  font-size: 32px;
  font-size: 3.2rem;
}
.mp-snsNav ul li a {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  text-align: center;
  background-color: #444;
  text-decoration: none;
  outline: none;
}
.mp-snsNav ul li a i {
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
}
.mp-snsNav ul li a span {
  display: block;
  text-indent: -9999px;
}

/* .mp-coverPanel */
.mp-coverPanel {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-coverPanel {
    margin: 0 -8px;
  }
}
.mp-coverPanel .item {
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .mp-coverPanel .item {
    float: none !important;
    width: 100% !important;
    border-bottom: #000 solid 1px;
  }
}
.mp-coverPanel .item.col2 {
  float: left;
  width: 50%;
}
.mp-coverPanel .item.col3 {
  float: left;
  width: 33.33%;
}
.mp-coverPanel .item.col4 {
  float: left;
  width: 25%;
}
.mp-coverPanel .item:first-child {
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .mp-coverPanel .item:first-child {
    margin-left: 0;
  }
}
.mp-coverPanel .item a {
  display: block;
  color: #FFF;
  overflow: hidden;
  border-left: #000 solid 1px;
}
@media screen and (max-width: 768px) {
  .mp-coverPanel .item a {
    border-left: none;
  }
}
.mp-coverPanel .item a:hover {
  color: #71788C;
}
.mp-coverPanel .item a:hover figure img {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.mp-coverPanel .item a:hover .body {
  background-color: rgba(0, 0, 0, 0.8);
}
.mp-coverPanel .item figure {
  margin: 0;
}
.mp-coverPanel .item figure img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  vertical-align: top;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .mp-coverPanel .item figure img {
    opacity: 1;
  }
}
.mp-coverPanel .item .body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 64px 24px 24px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .mp-coverPanel .item .body {
    padding: 12px 40px 12px 8px;
  }
}
.mp-coverPanel .item .body .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.mp-coverPanel .item .body .description {
  font-size: 14px;
  font-size: 1.4rem;
}
.mp-coverPanel .item .body i {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .mp-coverPanel .item .body i {
    bottom: 12px;
    right: 0;
  }
}

/* mp-qaList */
.mp-qaList {
  margin: 0;
  padding: 16px 0 32px;
}
.mp-qaList .question {
  position: relative;
  padding: 32px 16px 32px 72px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-qaList .question {
    margin-bottom: 1px;
    padding: 16px 8px 16px 36px;
    font-weight: normal;
    border-width: 4px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mp-qaList .question:before {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 2.4em;
  margin-top: -1em;
  padding: 0.2em 0;
  text-align: center;
  content: "Q";
  background-color: #D0DBE6;
  border-radius: 5px;
  color: #FFF;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-qaList .question:before {
    top: 32px;
    left: 0;
    width: 2em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-qaList .answer {
  position: relative;
  margin: 0;
  padding: 16px 0 32px 72px;
  box-shadow: 0 1px 0 #71788C;
}
@media screen and (max-width: 768px) {
  .mp-qaList .answer {
    padding: 4px 0 16px 36px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mp-qaList .answer:last-child {
  padding-bottom: 16px;
  box-shadow: none;
}
.mp-qaList .answer:before {
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  width: 2.4em;
  margin-top: -1em;
  padding: 0.2em 0;
  text-align: center;
  content: "A";
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #71788C;
  border-radius: 5px;
  color: #FFF;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-qaList .answer:before {
    top: 20px;
    left: 0;
    width: 2em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-qaList.accordion .question {
  padding-right: 64px;
  cursor: pointer;
  border-bottom: #D0DBE6 solid 1px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .mp-qaList.accordion .question {
    padding-right: 32px;
  }
}
.mp-qaList.accordion .question:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -0.75em;
  text-align: center;
  font-size: 60px;
  font-family: "mpicon" !important;
  font-weight: normal;
  content: "\e902";
  color: #D0DBE6;
}
@media screen and (max-width: 768px) {
  .mp-qaList.accordion .question:after {
    right: 0;
    font-size: 24px;
  }
}
.mp-qaList.accordion .question.open {
  border-color: transparent;
}
.mp-qaList.accordion .question.open:after {
  content: "\e905";
  color: #FDB8AF;
}
.mp-qaList.accordion .question:hover {
  text-decoration: none;
  color: #71788C;
}
.mp-qaList.accordion .answer {
  display: none;
}

/* mp-new */
.mp-new {
  display: inline-block;
  width: 4em;
  height: 4em;
  line-height: 4em;
  margin: 0 0.5em;
  font-size: 10px;
  font-size: 1rem;
  font-family: Montserrat, Arial, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #71788C;
  background-color: #FFF;
  text-align: center;
  border: #71788C solid 1px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .mp-new {
    width: 3em;
    height: 3em;
    line-height: 3em;
  }
}

/* mp-zoom */
.mp-zoom {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 20px;
  font-size: 2rem;
  font-family: Montserrat, Arial, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #FFF;
  background-color: #000;
  text-align: center;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .mp-zoom {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
  }
}

/* mp-pageTop */
.mp-pageTop {
  position: fixed;
  width: 100px;
  height: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  margin-bottom: -60px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  border: #FFF solid;
  border-width: 2px 2px 0;
  border-radius: 50px 50px 0 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
  z-index: 1;
}
.mp-pageTop.active {
  margin-bottom: 0;
}
.mp-pageTop:hover {
  height: 80px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .mp-pageTop.other {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mp-pageTop {
    height: 80px;
    bottom: -20px;
    transform: scale(0.6);
  }
}
.mp-pageTop a {
  display: block;
  height: 80px;
  color: #FFF;
  text-decoration: none;
}
.mp-pageTop i {
  display: block;
  margin-bottom: -4px;
  padding-top: 4px;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .mp-pageTop i {
    padding-top: 16px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mp-pageTop span {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* mp-conversion */
.mp-conversion {
  position: relative;
  margin-bottom: 0;
  background-color: #EEE;
  clear: both;
}
.mp-conversion p[class^=illust] {
  position: absolute;
  left: 50%;
  z-index: 1;
}
.mp-conversion p[class^=illust].illust01 {
  bottom: 20px;
  margin-left: -620px;
}
@media screen and (max-width: 768px) {
  .mp-conversion p[class^=illust].illust01 {
    display: none;
  }
}
.mp-conversion p[class^=illust].illust02 {
  bottom: 10px;
  margin-left: 540px;
}
@media screen and (max-width: 768px) {
  .mp-conversion p[class^=illust].illust02 {
    display: none;
  }
}
.mp-conversion .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner {
    margin: 0;
    padding: 20px 0;
    overflow: visible;
  }
}
.mp-conversion .inner .item {
  position: relative;
  float: left;
  width: 48%;
  padding: 40px;
  margin-right: 2%;
  background-color: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item {
    float: none;
    width: 100%;
    padding: 20px 10px 60px;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
}
.mp-conversion .inner .item.seminar figure {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item.seminar figure {
    display: none;
  }
}
.mp-conversion .inner .item.seminar .label {
  color: #000;
  background-color: #FF0;
}
.mp-conversion .inner .item.seminar .itemBody ul {
  margin: 20px 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item.seminar .itemBody ul {
    margin: 10px 0;
  }
}
.mp-conversion .inner .item.seminar .itemBody ul li.seminarCat {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: #CCC 3px solid;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item.seminar .itemBody ul li.seminarCat {
    padding-left: 10px;
    line-height: 1.4;
  }
}
.mp-conversion .inner .item.seminar .itemBody ul li.seminarCat.womanSingle {
  border-color: #FF6499;
}
.mp-conversion .inner .item.seminar .itemBody ul li.seminarCat.couple {
  border-color: #00B5D6;
}
.mp-conversion .inner .item.seminar .itemBody ul li.seminarCat.family {
  border-color: #FFBA00;
}
.mp-conversion .inner .item.seminar .itemBody ul li.seminarCat.special {
  border-color: #71788C;
}
.mp-conversion .inner .item.seminar .itemBody ul li.seminarCat:nth-child(n+4) {
  display: none;
}
.mp-conversion .inner .item.seminar .itemBody ul li.seminarCat .title {
  margin: 0;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.mp-conversion .inner .item.seminar .itemBody ul li.seminarCat .date {
  display: inline-block;
  padding-right: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item.seminar .itemBody ul li.seminarCat .date {
    display: block;
    padding-right: 0;
  }
}
.mp-conversion .inner .item.reservation .label {
  background-color: #00B6ED;
}
.mp-conversion .inner .item.reservation .itemBody ul {
  padding: 1px 0 20px;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item.reservation .itemBody ul {
    padding-bottom: 10px;
  }
}
.mp-conversion .inner .item.reservation .itemBody ul li {
  margin-top: 9px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item.reservation .itemBody ul li {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-conversion .inner .item.reservation .itemBody ul li i {
  padding-right: 8px;
  color: #CCC;
}
.mp-conversion .inner .item.maruwakari {
  padding: 0;
  text-align: center;
}
.mp-conversion .inner .item.maruwakari a {
  box-sizing: border-box;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item.maruwakari a {
    padding: 10px;
  }
}
.mp-conversion .inner .item.maruwakari a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -24px auto auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .mp-conversion .inner .item.maruwakari a img {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item.maruwakari a img {
    position: static;
    margin: 0;
  }
}
.mp-conversion .inner .item:nth-child(2n) {
  margin-left: 2%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item:nth-child(2n) {
    margin: 0;
  }
}
.mp-conversion .inner .item .label {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;
  margin-left: -24px;
  padding: 0 24px;
  display: inline-block;
  background-color: #000;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  transform: rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item .label {
    margin-top: 0;
    margin-left: -8px;
    padding: 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-conversion .inner .item .mp-title {
  margin-bottom: 0.25em;
}
.mp-conversion .inner .item .subcatch {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item .subcatch {
    padding-top: 10px;
  }
}
.mp-conversion .inner .item figure {
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item figure {
    top: 10px;
    right: 10px;
  }
  .mp-conversion .inner .item figure img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mp-conversion .inner .item .mp-btn {
    position: absolute;
    right: 10px;
    bottom: 20px;
  }
}

.mp-conversionBox {
  padding: 70px 20px 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox {
    padding: 40px 10px 10px;
  }
}
.mp-conversionBox .mp-title {
  position: relative;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .mp-title {
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
    font-size: 6vmin;
  }
}
.mp-conversionBox .mp-title small {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .mp-title small {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3vmin;
  }
}
.mp-conversionBox .mp-title .photo {
  position: absolute;
  display: block;
  width: 110px;
  bottom: -30px;
  left: calc(50% + 300px);
  z-index: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .mp-title .photo {
    width: 75px;
    bottom: -20px;
    left: auto;
    right: 0;
  }
}
.mp-conversionBox .item {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 30px;
  border: #71788C 2px solid;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item {
    margin-top: 20px;
    padding: 10px;
  }
}
.mp-conversionBox .item:hover {
  margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item:hover {
    margin: 0;
  }
}
.mp-conversionBox .item .title {
  float: left;
  width: 10em;
  margin-right: 40px;
  padding: 20px;
  color: #FFF;
  background-color: #71788C;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .title {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0 0 5px;
    background: none;
    color: #71788C;
    border-bottom: #71788C 1px solid;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3.6vmin;
  }
}
.mp-conversionBox .item .subcatch {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .subcatch {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3vmin;
  }
}
.mp-conversionBox .item .mp-title {
  margin-bottom: 0;
  text-align: left;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .mp-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-size: 7vmin;
  }
}
.mp-conversionBox .item .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .btn {
    position: relative;
    width: auto;
    height: auto;
  }
}
.mp-conversionBox .item .btn p {
  padding: 40px 20px;
  text-align: center;
  min-height: 180px;
  background-color: #71788C;
  color: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .btn p {
    margin: 0 -10px -13px;
    padding: 16px 20px;
    min-height: inherit;
    background-position: 90% 50%;
    background-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .btn p.pc {
    display: none;
  }
}
.mp-conversionBox .item .btn p.pc strong {
  padding: 0 20px;
  background: url(../img/common/bg_text_left.png) 0 0.1em no-repeat, url(../img/common/bg_text_right.png) 100% 0.1em no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .btn p.pc strong {
    background-position: 5% 0.1em, 95% 0.1em;
    background-size: 18px;
  }
}
.mp-conversionBox .item .btn p.pc span {
  display: block;
  margin-top: 10px;
  background-color: #FFF;
  color: #71788C;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 24px;
}
.mp-conversionBox .item .btn p.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .btn p.sp {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    font-size: 7vmin;
    font-weight: bold;
  }
}
.mp-conversionBox .item .illust {
  position: absolute;
  top: 0;
  right: 280px;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .illust {
    top: 3em;
    right: 20px;
    width: 20%;
  }
}
.mp-conversionBox .item .illust img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .mp-conversionBox .item .illust img {
    width: 100%;
  }
}

.home .mp-conversion .inner .item figure {
  right: 40px;
}
@media screen and (max-width: 768px) {
  .home .mp-conversion .inner .item figure {
    right: 20px;
  }
}
.home .mp-conversion .inner .item figure img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .home .mp-conversion .inner .item figure img {
    width: 80px;
  }
}

/* mp-ancerNav */
.mp-ancerNav {
  max-width: 1200px;
  padding-top: 20px;
  background-color: #FFF;
  border-top: #CCC 1px solid;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-ancerNav {
    margin: 0 10px;
    padding: 10px 0;
    border: #CCC 1px solid;
    border-radius: 5px;
  }
}
.mp-ancerNav ul {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-ancerNav ul {
    text-align: left;
  }
}
.mp-ancerNav ul li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mp-ancerNav ul li {
    display: block;
  }
}
.mp-ancerNav ul li a {
  display: inline-block;
  padding: 12px 24px 12px 40px;
  background: url("../img/common/arrow_circle_bottom.png") no-repeat 0 50%;
  background-size: 32px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}
.mp-ancerNav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .mp-ancerNav ul li a {
    display: block;
    margin: 0 10px;
    padding: 10px 10px 10px 40px;
    background-size: 24px;
  }
}

/* mp-catIcon */
.mp-catIcon {
  display: inline-block;
  padding: 1px 10px;
  background-color: #000;
  color: #FFF;
  font-weight: bold;
}
.mp-catIcon.womanSingle {
  background-color: #FF6499;
}
.mp-catIcon.manSingle {
  background-color: #145381;
}
.mp-catIcon.family {
  background-color: #FFBA00;
}
.mp-catIcon.couple {
  background-color: #00B5D6;
}
@media screen and (max-width: 768px) {
  .mp-catIcon {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* mp-pageCategory (page h1) */
.mp-pageCategory {
  display: inline-block;
  position: relative;
  margin: 20px 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-pageCategory {
    display: block;
    margin: 20px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* mp-leadSection */
.mp-leadSection {
  margin: 0;
  padding: 0 40px 40px;
}
@media screen and (max-width: 768px) {
  .mp-leadSection {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .mp-leadSection .mp-title.xlarge {
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mp-leadSection .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-leadSection .text {
    padding: 0 0 10px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mp-leadSection .text br {
    display: none;
  }
}
.mp-leadSection .area-block {
  max-width: 1200px;
}

/* mp-openroomList */
.mp-openroomList {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mp-openroomList {
    margin: 0 8px;
  }
}
.mp-openroomList .item {
  position: relative;
  min-height: 400px;
  margin-bottom: 80px;
  padding: 0 40px;
  text-align: left;
  cursor: pointer;
  /*overflow: hidden;*/
}
@media screen and (max-width: 1200px) {
  .mp-openroomList .item {
    min-height: 40vmin;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item {
    min-height: inherit;
    margin-bottom: 8px;
    padding: 0;
    border: #71788C solid 2px;
    border-radius: 10px;
    overflow: visible;
  }
}
.mp-openroomList .item:after {
  content: "";
  display: block;
  clear: both;
}
.mp-openroomList .item.modelroom {
  margin: 0 40px 60px 0;
  padding: 0 0 0 40px;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item.modelroom {
    margin: 0 0 8px;
    padding: 0;
    background: none;
    border-color: #DDD;
  }
}
.mp-openroomList .item.modelroom .inner .mp-new {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item.modelroom .inner .mp-new {
    margin-top: -16px;
  }
}
.mp-openroomList .item.modelroom .inner .modelLabel {
  position: absolute;
  top: 44px;
  left: 72px;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item.modelroom .inner .modelLabel {
    position: relative;
    top: 0;
    left: 10px;
    margin: 0 0 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-openroomList .item.modelroom .inner .modelLabel span {
  padding: 0 4px;
  color: #FFF;
  background-color: #000;
}
.mp-openroomList .item.modelroom .inner .mp-title span {
  color: #000;
  background-color: #FFF;
}
.mp-openroomList .item.m01 {
  background-color: #B2E0EB;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item.m01 {
    border-color: #6694A8;
  }
}
.mp-openroomList .item.m01_couple {
  background-color: #C2D0EB;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item.m01_couple {
    border-color: #74A5D6;
  }
}
.mp-openroomList .item.small {
  min-height: 320px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item.small {
    min-height: inherit;
    margin-bottom: 8px;
  }
}
.mp-openroomList .item.small figure {
  width: auto;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item.small figure img {
    width: 200px;
  }
}
.mp-openroomList .item figure {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .mp-openroomList .item figure {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item figure {
    position: relative;
    float: none;
    width: 100%;
    border-radius: 7.5px 7.5px 0 0;
    overflow: hidden;
    text-align: center;
    background-color: #EEE;
    z-index: 0;
  }
}
.mp-openroomList .item figure img {
  width: 100%;
  max-width: 640px;
  vertical-align: top;
}
.mp-openroomList .item .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner {
    padding: 0 10px 40px;
  }
}
.mp-openroomList .item .inner .mp-new {
  /*margin-bottom: 20px;*/
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .mp-new {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    margin-top: -1.8em;
  }
}
.mp-openroomList .item .inner .mp-title {
  width: auto;
  margin: 20px 0;
  text-align: left !important;
}
@media screen and (max-width: 1200px) {
  .mp-openroomList .item .inner .mp-title {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .mp-title {
    margin: -60px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 0;
  }
}
.mp-openroomList .item .inner .mp-title span {
  color: #FFF;
  padding: 0 4px;
  line-height: 1.75;
  letter-spacing: -0.025em;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .mp-title span {
    position: relative;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 2px 4px;
    text-align: center;
    box-sizing: border-box;
  }
}
.mp-openroomList .item .inner time.year {
  display: block;
  width: 4em;
  margin-left: -60px;
  margin-top: 2em;
  margin-bottom: -4em;
  color: #999;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner time.year {
    display: none;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    transform: rotate(0);
  }
}
.mp-openroomList .item .inner time.date {
  display: block;
  margin: 20px 0;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
}
@media screen and (max-width: 1200px) {
  .mp-openroomList .item .inner time.date {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner time.date {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 8px 8px 0;
    word-wrap: break-word;
  }
}
.mp-openroomList .item .inner time.date span {
  /*display: inline-block;*/
  background-color: #FFF;
  line-height: 1;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner time.date span {
    background: none;
    padding: 0;
  }
}
.mp-openroomList .item .inner time.date span small {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner time.date span small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-openroomList .item .inner time.date span small.Sat {
  color: #3AD;
}
.mp-openroomList .item .inner time.date span small.Sun {
  color: #F66;
}
.mp-openroomList .item .inner .hour, .mp-openroomList .item .inner .access {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .hour, .mp-openroomList .item .inner .access {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-openroomList .item .inner .hour span, .mp-openroomList .item .inner .access span {
  background-color: #FFF;
  line-height: 1;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .hour span, .mp-openroomList .item .inner .access span {
    background: none;
    padding: 0;
  }
}
.mp-openroomList .item .inner .hour {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .hour {
    display: inline-block;
  }
}
.mp-openroomList .item .inner .access {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .access {
    margin-bottom: 0.5em;
  }
}
.mp-openroomList .item .inner .status {
  margin-bottom: 1em;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .status {
    margin: 0;
  }
}
.mp-openroomList .item .inner .status span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .status span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomList .item .inner .mp-btn {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    right: 0;
    padding: 4px 10px;
    background: none;
    color: #71788C;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* mp-openroomBlock */
.mp-openroomWrap {
  padding: 80px 0;
  background-color: #EEE;
}
@media screen and (max-width: 1200px) {
  .mp-openroomWrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomWrap {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

.mp-openroomBlock {
  max-width: 1320px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .mp-openroomBlock {
    margin-top: -20px;
  }
}
@media screen and (max-width: 960px) {
  .mp-openroomBlock {
    display: block;
    margin: -20px auto 0;
    max-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock {
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.mp-openroomBlock .item {
  position: relative;
  display: flex;
  width: 560px;
  margin: 60px 20px 0;
}
@media screen and (max-width: 1200px) {
  .mp-openroomBlock .item {
    width: 100%;
    max-width: 560px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .mp-openroomBlock .item {
    width: auto;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock .item {
    margin: 10px 0 0;
  }
}
.mp-openroomBlock a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.mp-openroomBlock a:hover figure img {
  transform: scale(1.1);
}
.mp-openroomBlock .text {
  box-sizing: border-box;
  width: 45%;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock .text {
    padding: 0 5px 5px;
  }
}
.mp-openroomBlock .text .label, .mp-openroomBlock .text .en {
  line-height: 1.2;
}
.mp-openroomBlock .text .label {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock .text .label {
    padding: 0;
    border: 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
.mp-openroomBlock .text .label.free, .mp-openroomBlock .text .label.accepting {
  border-color: #D44137;
  color: #D44137;
}
.mp-openroomBlock .text .label.release {
  border-color: #8FB2C9;
  color: #8FB2C9;
}
.mp-openroomBlock .text .label.stop {
  background: #D44137;
  border-color: #D44137;
  color: #fff;
}
.mp-openroomBlock .text .label.early {
  border-color: #00B5D6;
  color: #00B5D6;
}
.mp-openroomBlock .text .title {
  margin-top: 0.75em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock .text .title {
    margin-top: 0;
  }
}
.mp-openroomBlock .text .title span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .mp-openroomBlock .text .title span {
    display: block;
  }
}
.mp-openroomBlock .text .title .area {
  margin-right: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .mp-openroomBlock .text .title .area {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock .text .title .area {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.mp-openroomBlock .text .title .type {
  font-size: 14px;
  font-size: 1.4rem;
}
.mp-openroomBlock .text .en {
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock .text .en {
    display: none;
  }
}
.mp-openroomBlock .text .plan {
  margin-top: 0.25em;
  line-height: 1;
}
.mp-openroomBlock .text .plan span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #FFF;
  background-color: #71788C;
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock .text .plan span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.mp-openroomBlock .text .mp-btn {
  box-sizing: border-box;
  margin: 1.5em 0 0;
  background: #FEF026;
  color: #000;
}
.mp-openroomBlock .text .mp-btn.noShadow:hover {
  background-color: #FFDB26;
}
@media screen and (max-width: 768px) {
  .mp-openroomBlock .text .mp-btn {
    margin-top: 0.25em;
    padding: 4px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-openroomBlock figure {
  width: 55%;
  overflow: hidden;
  text-align: right;
}
.mp-openroomBlock figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.6s cubic-bezier(0.43, 0.74, 0.36, 0.97);
}

/* mp-categoryHeader */
.mp-categoryHeader {
  margin: 20px 0;
  padding: 40px 0;
  text-align: center;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .mp-categoryHeader {
    padding: 20px 0;
  }
}
.mp-categoryHeader .title {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.mp-categoryHeader .en {
  font-size: 12px;
  font-size: 1.2rem;
}

/* mp-galleryList */
.mp-galleryList {
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-galleryList {
    min-width: 0;
  }
}
.mp-galleryList .item {
  position: relative;
  width: 47%;
  float: left;
  margin: 0 1.5% 60px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mp-galleryList .item {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: #CCC solid 1px;
    overflow: hidden;
  }
  .mp-galleryList .item:first-child {
    border-top: #CCC solid 1px;
  }
}
.mp-galleryList .item:hover {
  background-color: #333;
}
.mp-galleryList .item:hover.womanSingle {
  background-color: #FF6499;
}
.mp-galleryList .item:hover.manSingle {
  background-color: #145381;
}
.mp-galleryList .item:hover.family {
  background-color: #FFBA00;
}
.mp-galleryList .item:hover.couple {
  background-color: #00B5D6;
}
.mp-galleryList .item:hover .inner .num {
  color: #FFF;
}
.mp-galleryList .item:hover .meta {
  color: #FFF;
}
.mp-galleryList .item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.mp-galleryList .item a figure {
  float: right;
  width: 68%;
  overflow: hidden;
  z-index: 0;
}
.mp-galleryList .item a figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.mp-galleryList .item a .inner p {
  margin-bottom: 0.25em;
}
.mp-galleryList .item a .inner .num {
  font-size: 40px;
  font-size: 4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .mp-galleryList .item a .inner .num {
    padding-top: 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.mp-galleryList .item a .inner .num .mp-new {
  margin-right: 1em;
  vertical-align: middle;
}
.mp-galleryList .item a .inner .cont {
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: 2vh;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mp-galleryList .item a .inner .cont {
    left: 10px;
    margin-top: 1vh;
  }
}
.mp-galleryList .item a .inner .cont .mp-title {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 1.4vw;
}
@media screen and (max-width: 768px) {
  .mp-galleryList .item a .inner .cont .mp-title {
    font-size: 6vw;
  }
}
.mp-galleryList .item a .inner .cont .mp-title span {
  letter-spacing: -0.025em;
  background-color: rgba(255, 255, 255, 0.7);
}
.mp-galleryList .item a .inner .cont .mp-catIcon {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .mp-galleryList .item a .inner .cont .mp-catIcon {
    font-size: 4vw;
  }
}
.mp-galleryList .item a .inner .cont .meta {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mp-galleryList .item a .inner .cont .meta {
    display: none;
  }
}
.mp-galleryList .item a .mp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .mp-galleryList .item a .mp-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

/* mp-photoGallery */
.mp-photoGallery {
  max-width: 1604px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .mp-photoGallery {
    position: relative;
    margin: 40px 0;
    padding: 0;
    background-color: #EEE;
    z-index: 1;
  }
}
.mp-photoGallery .mp-title {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .mp-photoGallery .mp-title {
    font-size: 40px;
    font-size: 4rem;
    padding-top: 20px;
    text-align: center;
  }
}
.mp-photoGallery .mp-title span.illust {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .mp-photoGallery .mp-title span.illust {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 120px;
    height: 80px;
    margin: -30px 0 -50px -60px;
    padding: 30px 0;
    border-radius: 50%;
    background-color: #EEE;
    z-index: -1;
  }
}
.mp-photoGallery .mp-title span.illust img {
  width: 40px;
  vertical-align: top;
}
.mp-photoGallery .mp-title .caution {
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Montserrat, Arial, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .mp-photoGallery .mp-title .caution {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-photoGallery ul.thumb {
  background-color: #EEE;
  overflow: hidden;
}
.mp-photoGallery ul.thumb li {
  width: 20%;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  border: #FFF solid;
  border-width: 0 0 1px 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .mp-photoGallery ul.thumb li {
    width: 33.3%;
  }
}
.mp-photoGallery ul.thumb li img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}

/* mp-galleryCont */
.mp-galleryCont {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .mp-galleryCont {
    padding: 0;
  }
}
.mp-galleryCont .inner {
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-galleryCont .inner {
    margin-bottom: 20px;
  }
  .mp-galleryCont .inner:first-child {
    padding-bottom: 20px;
    border-bottom: #CCC 1px solid;
  }
}
.mp-galleryCont .inner .mp-title {
  float: left;
  width: 20%;
  margin-top: 0;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-galleryCont .inner .mp-title {
    float: none;
    width: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
  }
}
.mp-galleryCont .inner .mp-title .jp {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-galleryCont .inner .mp-title .jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-galleryCont .inner .mp-author {
  float: left;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .mp-galleryCont .inner .mp-author {
    float: none;
    width: auto;
    margin: 0 auto 20px;
  }
}
.mp-galleryCont .inner .mp-author figure {
  margin: 0 auto;
  text-align: center;
}
.mp-galleryCont .inner .body {
  float: right;
  width: 58%;
}
@media screen and (max-width: 768px) {
  .mp-galleryCont .inner .body {
    float: none;
    width: auto;
    margin: 0 10px;
  }
}
.mp-galleryCont .inner .body p {
  margin-bottom: 1em;
}
.mp-galleryCont .inner.owner .body figure {
  display: block;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .mp-galleryCont .inner.owner .body figure {
    margin-bottom: 1em;
  }
}
.mp-galleryCont .inner.owner .body figure img {
  max-width: 100%;
  height: auto;
}
.mp-galleryCont .inner.owner .body p {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .mp-galleryCont .inner.owner .body p {
    margin-bottom: 1em;
  }
}

/* .mp-roomEntry */
.mp-roomEntry {
  position: relative;
}
.mp-roomEntry .roomVisual {
  text-align: center;
  overflow: hidden;
  min-height: 400px;
  background-color: #666;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomVisual {
    height: 240px;
    min-height: inherit;
  }
}
.mp-roomEntry .roomVisual figure {
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomVisual figure {
    height: 240px;
  }
}
.mp-roomEntry .roomVisual figure img {
  margin-top: -120px;
  width: 100%;
  height: auto;
  z-index: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomVisual figure img {
    margin-top: 0;
    width: auto;
    height: 240px;
  }
}
.mp-roomEntry .roomVisual .mp-title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 80px;
  font-size: 8rem;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%), center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomVisual .mp-title {
    top: 0;
    background: none;
  }
}
.mp-roomEntry .roomVisual .mp-title .mp-hand {
  display: block;
  margin-top: 44px;
  padding-top: 60px;
  max-width: 700px;
  margin: 0 auto;
  background: url("../img/common/bg_flag_w.png") repeat-x 50% 0;
  background-size: 100px;
  color: #FFF !important;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomVisual .mp-title .mp-hand {
    margin: 0;
    padding-top: 80px;
    background-size: 64px;
    font-size: 40px;
    font-size: 4rem;
    color: #FFF !important;
  }
}
.mp-roomEntry .roomVisual .mp-title .jp {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomVisual .mp-title .jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-roomEntry .roomIntro {
  position: relative;
  margin-top: -200px;
  margin-bottom: 80px;
  text-align: center;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.mp-roomEntry .roomIntro .status {
  padding: 40px 10px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #71788C;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .status {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mp-roomEntry .roomIntro .status span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .status span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .schedule {
    margin-bottom: 20px;
    padding: 10px 0;
    background-color: #EEE;
  }
}
.mp-roomEntry .roomIntro .schedule time.year {
  display: inline-block;
  padding-right: 28px;
  color: #999;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .schedule time.year {
    display: block;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    transform: rotate(0);
  }
}
.mp-roomEntry .roomIntro .schedule time.date {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .schedule time.date {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 10px;
  }
}
.mp-roomEntry .roomIntro .schedule time.date span {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .schedule time.date span {
    background: none;
  }
}
.mp-roomEntry .roomIntro .schedule time.date span small {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.2em;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .schedule time.date span small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.mp-roomEntry .roomIntro .schedule time.date span small.Sat {
  color: #36D;
}
.mp-roomEntry .roomIntro .schedule time.date span small.Sun {
  color: #D33;
}
.mp-roomEntry .roomIntro .schedule time.time {
  display: block;
  margin-bottom: 24px;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .schedule time.time {
    font-size: 20px;
    font-size: 2rem;
    margin: 4px 10px 10px;
  }
}
.mp-roomEntry .roomIntro .mp-title {
  padding-top: 40px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .mp-title {
    padding: 0 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.mp-roomEntry .roomIntro .mp-title span {
  padding: 0 4px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
}
.mp-roomEntry .roomIntro .lead {
  font-weight: bold;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .lead {
    padding: 0 0 20px;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .mp-roomEntry .roomIntro .mp-present-simple {
    padding: 0;
  }
}

/* mp-topicksList */
.mp-topicksList {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mp-topicksList {
    margin: 0 -4px;
  }
}
.mp-topicksList .item {
  position: relative;
  width: 16.6%;
  margin-bottom: 20px;
  padding: 20px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .mp-topicksList .item {
    width: 33.3%;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .mp-topicksList .item {
    width: 50%;
    margin-bottom: 0;
    padding: 5px;
  }
}
.mp-topicksList .item a {
  display: block;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  overflow: hidden;
}
.mp-topicksList .item a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.mp-topicksList .item a figure {
  display: block;
  width: 100%;
  padding: 0;
  background-color: #EEE;
  text-align: center;
}
.mp-topicksList .item a figure span img {
  max-width: 100%;
  max-height: 168px;
  width: auto;
  height: auto;
  vertical-align: top;
}
.mp-topicksList .item a p, .mp-topicksList .item a time {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .mp-topicksList .item a p, .mp-topicksList .item a time {
    margin: 0 5px 5px;
  }
}
.mp-topicksList .item a .text {
  position: relative;
  padding-top: 25px;
}
.mp-topicksList .item a .author {
  position: absolute;
  top: -20px;
  left: 16px;
  width: 40px;
  background: none;
}
@media screen and (max-width: 1200px) {
  .mp-topicksList .item a .author {
    left: 5px;
  }
}
.mp-topicksList .item a .author img {
  display: block;
  width: 100%;
  max-width: 40px;
  border: #ccc solid 2px;
  border-radius: 80px;
  overflow: hidden;
}
.mp-topicksList .item a .mp-title {
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-topicksList .item a .mp-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-topicksList .item a time {
  display: block;
  margin-bottom: 1em;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-topicksList .item a time {
    font-size: 10px;
    font-size: 1rem;
  }
}
.mp-topicksList .item a .mp-new {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -6px;
}

/* mp-topicksCategory */
.mp-topicksCategory {
  display: inline-block;
  color: #000;
  background-color: #FF0;
  font-size: 12px;
  font-size: 1.2rem;
}

/* mp-tags */
.mp-tags li {
  display: inline-block;
}
.mp-tags li a {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 4px 16px;
  color: #000;
  text-decoration: none;
  background-color: #EEE;
  border-radius: 5px;
}
.mp-tags li a:hover {
  color: #FFF;
  background-color: #2689FF;
}
@media screen and (max-width: 768px) {
  .mp-tags li a {
    padding: 4px 8px;
  }
}

/* mp-author */
.mp-author figure {
  max-width: 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-author figure {
    max-width: 100px;
  }
}
.mp-author figure img {
  display: block;
  width: 100%;
  border-radius: 80px;
  border: #CCC solid 2px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-author figure img {
    border-radius: 50px;
  }
}
.mp-author figure.womanSingle img {
  border-color: #FF6499;
}
.mp-author figure.manSingle img {
  border-color: #145381;
}
.mp-author figure.family img {
  border-color: #FFBA00;
}
.mp-author figure.couple img {
  border-color: #00B5D6;
}
.mp-author figure figcaption {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mp-author figure figcaption {
    line-height: 1;
  }
}
.mp-author figure figcaption .roll {
  display: inline-block;
  margin-top: -10px;
  padding: 4px;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #666;
  border-radius: 2.5px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mp-author figure figcaption .roll {
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-author figure figcaption .name dfn {
  font-style: normal;
  padding-right: 0.5em;
}

/* mp-loading */
.mp-loading {
  position: relative;
}
.mp-loading .mp-loadContent {
  opacity: 0;
}
.mp-loading .mp-loadContent .item {
  opacity: 0;
}

.mp-loaded .mp-loadContent {
  opacity: 1;
  transition: all 0.3s ease;
}
.mp-loaded .mp-loadContent .item {
  opacity: 1;
  transition: all 0.3s ease;
}

.mp-loader {
  position: absolute;
  display: block;
  top: 200px;
  left: 50%;
  opacity: 1;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  line-height: 40px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  color: #2689FF;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* mp-photoGalleryModal */
.mp-photoGalleryModalWrap {
  display: none;
}

#mp-photoGalleryModal {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mp-photoGalleryModal {
    padding: 80px 0;
  }
}
#mp-photoGalleryModal p {
  color: #FFF;
  text-align: center;
}
#mp-photoGalleryModal p.count {
  display: none;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #mp-photoGalleryModal p.count {
    display: block;
    padding-top: 10px;
  }
}
#mp-photoGalleryModal .mp-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #mp-photoGalleryModal .mp-title {
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#mp-photoGalleryModal .mp-hand {
  display: block;
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  #mp-photoGalleryModal .mp-hand {
    display: block;
  }
}
#mp-photoGalleryModal ul {
  text-align: center;
}
#mp-photoGalleryModal ul li {
  margin-bottom: 40px;
}
#mp-photoGalleryModal ul li p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 40px 0 120px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #mp-photoGalleryModal ul li p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 10px 20px;
    text-align: left;
  }
}
#mp-photoGalleryModal ul li img {
  max-width: 100%;
  vertical-align: top;
}

/* mp-link */
.mp-link p a small {
  display: block;
  font-weight: normal;
}

/* mp-fixedBtn */
.mp-fixedBtn {
  position: fixed;
  z-index: 999;
  bottom: 28px;
  right: 28px;
  width: 148px;
  height: 148px;
  margin-right: -200px;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 5;
}
.mp-fixedBtn:hover {
  padding-bottom: 10px;
}
.mp-fixedBtn.active {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .mp-fixedBtn {
    bottom: 40px;
    right: -30px;
    transform: scale(0.5);
  }
}
.mp-fixedBtn a {
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  background-color: #71788C;
}
.mp-fixedBtn a:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.mp-fixedBtn a .text {
  padding-top: 20px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}
.mp-fixedBtn a .text .bg {
  padding: 0 16px;
  background: url(../img/common/bg_text_left.png) 0 0 no-repeat, url(../img/common/bg_text_right.png) 100% 0 no-repeat;
  background-size: 12px auto;
  font-size: 14px;
  font-size: 1.4rem;
}
.mp-fixedBtn a .reserve {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 13px;
  border-radius: 16px;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  color: #71788C;
}
.mp-fixedBtn a .mpicon-arrow-down {
  display: block;
  margin: -8px 0;
  font-size: 40px;
  font-size: 4rem;
}

/* mp-share */
.mp-share {
  margin-bottom: 60px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 768px) {
  .mp-share {
    margin: 0;
    padding: 10px 0;
    background-color: #EEE;
  }
}
.mp-share .mp-shareTitle {
  display: inline-block;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .mp-share .mp-shareTitle {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
.mp-share ul {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mp-share ul {
    display: block;
  }
}
.mp-share ul li {
  display: inline-block;
  vertical-align: top;
}
.mp-share ul .fb-like {
  /* Facebook */
  display: inline-block;
  height: 28px;
  overflow: hidden;
}
.mp-share ul .fb_iframe_widget span {
  vertical-align: top !important;
}

/* mp-leadBgSection */
.mp-leadBgSection {
  position: relative;
  margin: 0;
  padding: 64px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-leadBgSection {
    padding: 0;
  }
}
.mp-leadBgSection .bg {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 3840px;
  height: 420px;
  animation: bgscroll 30s linear infinite;
}
@keyframes bgscroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .mp-leadBgSection .bg {
    height: 210px;
    background-size: auto 210px !important;
  }
}
.mp-leadBgSection .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-leadBgSection .inner {
    padding: 20px;
  }
}
.mp-leadBgSection .inner.imgOnly {
  padding: 0;
  background: #FFF;
}
.mp-leadBgSection .inner .label {
  position: absolute;
  top: -10px;
  left: -30px;
  padding: 4px 24px;
  font-family: "Amatic SC", cursive !important;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  line-height: 1;
  transform: rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .mp-leadBgSection .inner .label {
    top: 5px;
    left: -15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-leadBgSection .inner .sub {
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .mp-leadBgSection .inner .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-leadBgSection .inner .mp-title.xlarge {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .mp-leadBgSection .inner .mp-title.xlarge {
    margin: 10px 0 0;
  }
}
.mp-leadBgSection .inner .text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mp-leadBgSection .inner .text {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mp-leadBgSection .inner .text br {
    display: none;
  }
}

.mp-textLink {
  display: inline-block;
  padding-left: 1.5em;
  background: url(../img/common/arrow_circle_right.png) 0 0.2em no-repeat;
  background-size: 1.3em;
}

.spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
.spOnly.mp-catalogBtn {
  clear: both;
}
@media screen and (max-width: 768px) {
  .spOnly.mp-catalogBtn {
    padding: 20px 0;
    text-align: center;
    background: #EEE;
  }
}
.spOnly.mp-catalogBtn .lead {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .spOnly.mp-catalogBtn .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.spOnly.mp-catalogBtn .mp-btn {
  background-color: #7FBC2F;
}
@media screen and (max-width: 768px) {
  .spOnly.mp-catalogBtn .mp-textLink {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* area-block */
.area-block {
  padding: 20px;
  text-align: center;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  margin: 40px auto 0;
  background-color: #fff;
}
.area-block p {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  .area-block p {
    font-size: 1.4rem !important;
  }
}
.area-block em {
  font-weight: bold;
  font-style: normal;
}

/* common 2025new */
.c-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-inner {
    padding: 0 30px;
  }
}

.c-title {
  margin: 0;
}

/* cv 2025 */
.c-cv {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-cv {
    padding: 30px;
    background-color: #F5F5F5;
    margin-bottom: 5px;
  }
}
.c-cv .list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-cv .list {
    flex-direction: column;
    gap: 33px;
  }
}
.c-cv .item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .c-cv .item {
    width: 100%;
  }
}
.c-cv .item + .item {
  border-left: 1px solid #E7E7E7;
}
@media screen and (max-width: 768px) {
  .c-cv .item + .item {
    border-left: none;
  }
}
.c-cv .link {
  text-align: center;
  display: block;
  color: #000;
  padding: 50px 20px 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-cv .link {
    padding: 0 30px 25px;
    text-align: left;
    position: relative;
  }
}
.c-cv .link:hover {
  text-decoration: none;
}
.c-cv .link:hover .more img {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .c-cv .link:hover .more img {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 768px) {
  .c-cv .header {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    flex-direction: row-reverse;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .c-cv .header .icon {
    width: 30px;
    height: auto;
  }
}
.c-cv .title-en {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-family: "Sofia Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-cv .title-en {
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: 0;
    line-height: 1;
  }
}
.c-cv .title-jp {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-cv .title-jp {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0;
  }
}
.c-cv .lead {
  font-weight: 500;
  font-size: 21px;
  font-size: 2.1rem;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .c-cv .lead {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cv .lead {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.c-cv .more {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cv .more {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 10px;
    font-size: 1rem;
    flex-direction: column;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.c-cv .more img {
  transition: all 0.3s ease;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-cv .more img {
    width: 17px;
    height: auto;
    padding-top: 0;
  }
}

/* share */
.c-share {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-share {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.c-share__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-share__btn a {
    font-size: 1.6rem;
  }
  .c-share__btn a::before {
    height: 20px;
    width: 20px;
  }
}
.c-share__btn a .icon {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #8D8D8D;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.c-share__btn a .icon::before {
  content: "";
  background: url(../img/gallery/icon_share.svg) no-repeat center center/100%;
  display: block;
  width: 14px;
  height: 15px;
}
.c-share__btn a:hover {
  text-decoration: none;
}
.c-share .wrap {
  display: none;
}
.c-share a {
  color: #000;
}
.c-share .list {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(calc(-50% + 13px), 100%);
  display: flex;
  gap: 20px;
  padding: 30px;
  background-color: #F3F3F3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-share .list {
    left: 50%;
    transform: translate(-50%, 100%);
    padding: 20px;
    flex-wrap: wrap;
    gap: 10px;
    width: calc(100% - 80px);
    max-width: 340px;
  }
}
.c-share .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 15px solid #F3F3F3;
  border-top: 0;
}
.c-share .list .btn {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-share .list .btn {
    font-size: 1.2rem;
  }
}
.c-share .list .icon {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-share .list .icon {
    width: 25px;
  }
}
.c-share .list .success {
  display: none;
}
.c-share .list button {
  border: none;
  margin: 0;
  color: #000;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .c-share .list .item {
    width: calc((100% - 10px) / 2);
  }
}

/* 共通（ヘッダー・フッターなど） */
html {
  height: 100%;
}

body.home {
  height: 100%;
  background-color: #000;
}
body.home.womanSingle #logo_mplusPlus {
  fill: #FE6499 !important;
  color: #FE6499 !important;
}
body.home.manSingle #logo_mplusPlus {
  fill: #175381 !important;
  color: #175381 !important;
}
body.home.family #logo_mplusPlus {
  fill: #FEBA11 !important;
  color: #FEBA11 !important;
}
body.home.couple #logo_mplusPlus {
  fill: #14B5D6 !important;
  color: #14B5D6 !important;
}
body.home .wrapper {
  height: 100%;
}
body.home .mp-globalHeader {
  height: 0;
}
body.home .mp-globalHeader .inner .mp-siteLogo {
  position: fixed;
  z-index: 1;
}
body.home .mp-globalHeader .inner .mp-siteLogo svg {
  fill: #FFF;
}
body.home .mp-globalHeader .inner .mp-siteCatch {
  position: fixed;
  top: 74%;
  color: #FFF;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.home .mp-globalHeader .inner .mp-siteCatch {
    top: 20px;
  }
}
body.home .mp-globalHeader .inner .mp-siteCatch svg {
  fill: #FFF;
}
@media screen and (max-width: 768px) {
  body.home .mp-globalHeader .inner .mp-siteCatch svg {
    display: inline-block !important;
  }
}
body.home .mp-homeSlideshow {
  position: relative;
  height: 80%;
  text-align: center;
  z-index: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDk4RUZDN0QxMEZDMTFFNzg2OTNDMjExQjU3ODk5NjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDk4RUZDN0UxMEZDMTFFNzg2OTNDMjExQjU3ODk5NjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OThFRkM3QjEwRkMxMUU3ODY5M0MyMTFCNTc4OTk2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OThFRkM3QzEwRkMxMUU3ODY5M0MyMTFCNTc4OTk2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhINbB8AAAAnSURBVHjaYmZgYJACYl4g/gzEDMxQDgOywGcoBqtkZkAAsEqAAAMAoO0EQeo/7B8AAAAASUVORK5CYII=");
}
@media screen and (max-width: 768px) {
  body.home .mp-homeSlideshow {
    height: 100%;
  }
}
body.home .mp-homeSlideshow h1 {
  position: fixed;
  top: 160px;
  left: 38px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.home .mp-homeSlideshow h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: 4.5em;
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  body.home .mp-homeSlideshow h1 span {
    display: none;
  }
}
body.home .mp-homeSlideshow .mp-siteCatch {
  margin-top: 67%;
  padding-top: 16px;
  height: 20px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
body.home .mp-homeSlideshow .mp-siteCatch br {
  display: none;
}
body.home .mp-homeSlideshow .mp-siteCatch svg {
  width: 64px;
  height: 64px;
  fill: #FFF;
  vertical-align: top;
}
body.home .mp-homeSlideshow .slideText {
  position: fixed;
  bottom: 28%;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.home .mp-homeSlideshow .slideText {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
  }
}
body.home .mp-homeSlideshow .catchCopy {
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  body.home .mp-homeSlideshow .catchCopy {
    font-size: 24px;
    font-size: 2.4rem;
    box-sizing: border-box;
  }
}
body.home .mp-homeSlideshow .catchCopy.addCopy {
  margin-top: 0.2em;
  font-size: 1.4vw;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  body.home .mp-homeSlideshow .catchCopy.addCopy {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .mp-homeSlideshow .catchCopy.addCopy {
    margin-top: 15px;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.home .mp-homeSlideshow .scroll {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 40px;
}
body.home .mp-homeSlideshow .scroll a {
  display: block;
  width: 40px;
  margin: 0 auto;
  color: #FFF;
  text-decoration: none;
}
body.home .mp-homeSlideshow .scroll a i {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
}
body.home .mp-globalNav {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  body.home .mp-globalNav {
    display: block;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
body.home .mp-main {
  padding: 0;
}
body.home .mp-main .homeSection {
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSection {
    margin-bottom: 20px;
  }
}
body.home .mp-main .homeSpecial .mp-title {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .mp-title {
    display: block;
    margin: 16px 0;
    text-align: center;
  }
}
body.home .mp-main .homeSpecial .item {
  position: relative;
  margin-bottom: 40px;
  padding: 16px;
  background-color: #CCC;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .item {
    margin-bottom: 1px;
    padding: 10px;
  }
}
body.home .mp-main .homeSpecial .item.pet {
  background-color: #EDDFB0;
}
body.home .mp-main .homeSpecial .item.vintage {
  background-color: #4C5D93;
}
body.home .mp-main .homeSpecial .item.talk01 {
  background: url("../img/talk/01/bg_pattern.jpg") repeat-x 50% -8px #EEE;
}
body.home .mp-main .homeSpecial .item.modelroom {
  background-color: #B1E0EB;
}
body.home .mp-main .homeSpecial .item.modelroom:hover {
  background-color: #6694A8 !important;
}
body.home .mp-main .homeSpecial .item:hover {
  background-color: #71788C;
}
body.home .mp-main .homeSpecial .item a {
  display: block;
  padding-bottom: 20px;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .item a {
    padding-bottom: 10px;
  }
}
body.home .mp-main .homeSpecial .item a figure {
  text-align: center;
}
body.home .mp-main .homeSpecial .item a figure img {
  max-width: 100%;
}
body.home .mp-main .homeSpecial .item a figure figcaption {
  display: inline-block;
  margin: 20px auto 10px;
  padding: 0 8px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .item a figure figcaption {
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.home .mp-main .homeSpecial .item a .logo {
  position: absolute;
  left: 50%;
  margin-top: -28px;
  margin-left: -80px;
}
body.home .mp-main .homeSpecial .item a .logo svg {
  width: 160px;
  height: 80px;
}
body.home .mp-main .homeSpecial .item a .logo .plus {
  fill: #F00;
}
body.home .mp-main .homeSpecial .item a .logoTalk {
  position: absolute;
  left: 50%;
  margin-top: -32px;
  margin-left: -210px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .item a .logoTalk {
    margin-top: -18px;
    margin-left: -105px;
  }
}
body.home .mp-main .homeSpecial .item a .logoTalk img {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .item a .logoTalk img {
    height: 22px;
  }
}
body.home .mp-main .homeSpecial .item a .mp-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 24px 24px 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: 3vmin;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .item a .mp-title {
    padding: 10px 10px 0;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.home .mp-main .homeSpecial .item a .mp-title .mp-new {
  position: static;
  /*top: 0;
  left: 20px;
  margin-top: -90px;*/
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .item a .mp-title .mp-new {
    margin-top: 0;
    vertical-align: middle;
    /*left: 0px;
    margin-top: -52px;*/
  }
}
body.home .mp-main .homeSpecial .item a .mp-title span.subcatch {
  margin-top: 0.5em;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
}
body.home .mp-main .homeSpecial .item a .date {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
body.home .mp-main .homeSpecial .item a .date span {
  padding: 0 4px;
}
body.home .mp-main .homeSpecial .item a .date span small {
  padding-left: 0.25em;
  font-size: 16px;
  font-size: 1.6rem;
}
body.home .mp-main .homeSpecial .item a .date span small.Sat {
  color: #3AD;
}
body.home .mp-main .homeSpecial .item a .date span small.Sun {
  color: #F66;
}
body.home .mp-main .homeSpecial .item a .mp-new {
  margin-right: 1em;
  font-weight: normal;
  vertical-align: 8px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeSpecial .item a .mp-new {
    position: absolute;
    top: 0;
    left: 5px;
    margin-top: -2.5em;
  }
}
body.home .mp-main .homeTalk {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeTalk {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
  }
}
body.home .mp-main .homeTalk img {
  vertical-align: bottom;
}
body.home .mp-main .homeTalk .talkTitle {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  max-width: 500px;
}
body.home .mp-main .homeTalk .talkTitle a {
  display: inline-block;
}
body.home .mp-main .homeTalk .talkTitle span {
  display: block;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeTalk .talkTitle .sub {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
  }
}
body.home .mp-main .homeTalk .talkTitle .main {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeTalk .talkTitle .main {
    margin-top: 10px;
    padding: 0 10px;
  }
}
body.home .mp-main .homeTalk .talkTitle img {
  max-width: 100%;
  height: auto;
}
body.home .mp-main .homeTalk .talkList {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeTalk .talkList {
    margin-top: 20px;
  }
}
body.home .mp-main .homeTalk .talkList .item {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeTalk .talkList .item:nth-of-type(2) ~ .item {
    display: none;
  }
}
body.home .mp-main .homeOpenroom {
  position: relative;
  max-width: inherit;
  padding-top: 120px;
  margin-bottom: 50px;
  background: url("../img/common/bg_flag.png") repeat-x 50% 0;
  background-size: auto 32px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeOpenroom {
    padding-top: 20px;
    background: none;
  }
}
body.home .mp-main .homeOpenroom [class^=illust] {
  position: absolute;
  top: 0;
  left: 50%;
}
body.home .mp-main .homeOpenroom [class^=illust].illust01 {
  top: 130px;
  margin-left: -340px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeOpenroom [class^=illust].illust01 {
    top: 48px;
    margin-left: -160px;
  }
  body.home .mp-main .homeOpenroom [class^=illust].illust01 img {
    width: 60px;
  }
}
body.home .mp-main .homeOpenroom [class^=illust].illust02 {
  top: 110px;
  margin-left: 200px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeOpenroom [class^=illust].illust02 {
    top: 34px;
    margin-left: 100px;
  }
  body.home .mp-main .homeOpenroom [class^=illust].illust02 img {
    width: 50px;
  }
}
body.home .mp-main .homeOpenroom .mp-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeOpenroom .mp-title {
    margin-bottom: 20px;
  }
}
body.home .mp-main .homeOpenroom .mp-title .mp-hand {
  display: block;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeOpenroom .mp-title .mp-hand {
    font-size: 40px;
    font-size: 4rem;
    color: #71788C;
  }
}
body.home .mp-main .homeOpenroom .mp-title .jp {
  display: inline-block;
  margin: 0;
  padding: 2px 16px;
  background-color: #71788C;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeOpenroom .mp-title .jp {
    display: block;
    margin-top: 4px;
    padding-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    background: none;
    color: #111;
  }
}
body.home .mp-main .homeOpenroom .mp-text-center {
  margin: 0 10px 10px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeOpenroom .mp-text-center {
    padding-top: 0;
    margin-top: 20px;
  }
}
body.home .mp-main .homeBnr {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeBnr {
    margin: 0 8px 20px;
  }
}
body.home .mp-main .homeBnr.renovation {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeBnr.renovation {
    margin: 0;
    padding: 15px 10px 6px;
    background-color: #EEE;
  }
}
body.home .mp-main .homeBnr.renovation a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeBnr.renovation a {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
body.home .mp-main .homeBnr p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeBnr p + p {
    margin-top: 5px;
  }
}
body.home .mp-main .homeBnr img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.home .mp-main .homeGallery, body.home .mp-main .homeTopics {
  max-width: 1600px;
  margin-bottom: 0;
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeGallery, body.home .mp-main .homeTopics {
    padding-top: 0;
  }
}
body.home .mp-main .homeGallery .mp-title.middle, body.home .mp-main .homeTopics .mp-title.middle {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeGallery .mp-title.middle, body.home .mp-main .homeTopics .mp-title.middle {
    margin: 0 10px 10px;
    overflow: hidden;
  }
}
body.home .mp-main .homeGallery .mp-title.middle .mp-btn, body.home .mp-main .homeTopics .mp-title.middle .mp-btn {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeGallery .mp-title.middle .mp-btn, body.home .mp-main .homeTopics .mp-title.middle .mp-btn {
    float: right;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
body.home .mp-main .homeGallery {
  overflow: visible;
  margin-top: 20px;
}
body.home .mp-main .homeGallery .mp-galleryList {
  padding: 40px 24px 0;
}
body.home .mp-main .homeGallery .mp-galleryList .item {
  float: left;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeGallery .mp-galleryList .item:hover {
    background: #FFF !important;
  }
  body.home .mp-main .homeGallery .mp-galleryList .item:hover .inner .num {
    color: #000 !important;
  }
}
body.home .mp-main .homeGallery .mp-galleryList .item .inner .cont .mp-title {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeGallery .mp-galleryList {
    margin: 0;
    padding: 20px 0 32px;
  }
  body.home .mp-main .homeGallery .mp-galleryList .item {
    margin: 0;
    border: none;
  }
  body.home .mp-main .homeGallery .mp-galleryList .item .inner .cont .mp-title {
    font-size: 6vw;
  }
}
body.home .mp-main .homeTopics .mp-topicksList {
  padding: 0 10px 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .mp-main .homeTopics .mp-topicksList .item:nth-of-type(n+5) {
    display: none;
  }
}
body.home .mp-homeBnr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .mp-homeBnr {
    padding: 10px;
  }
}
body.home .mp-homeBnr ul {
  margin-top: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body.home .mp-homeBnr ul {
    display: block;
    margin-top: -10px;
    text-align: center;
  }
}
body.home .mp-homeBnr ul li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.home .mp-homeBnr ul li {
    margin-top: 10px;
  }
}
body.home .mp-homeBnr ul li.grayBorder img {
  box-sizing: border-box;
  border: 1px solid #CCC;
}
body.home .mp-homeBnr ul li.col2 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  body.home .mp-homeBnr ul li.col2 {
    width: auto;
  }
}
body.home .mp-homeBnr ul li a {
  display: block;
}
body.home .mp-homeBnr ul li a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  body.home .mp-homeBnr ul li a img.visible-sp {
    display: inline;
  }
}
body.home .homeSideBnr {
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 998;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.home .homeSideBnr {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
  }
}
body.home .homeSideBnr a {
  display: block;
}
body.home .homeSideBnr img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  body.home .homeSideBnr img {
    margin: 0 auto;
  }
}
body.home .homeSideBnr .fukidashi {
  position: absolute;
  top: 0;
  left: -12px;
  transform: translateY(-80%);
}
@media screen and (max-width: 768px) {
  body.home .homeSideBnr .fukidashi {
    left: 50%;
    transform: translate(-50%, -75%);
  }
}

body.home2019 .slick-dots {
  position: relative;
  margin-top: 20px;
}
body.home2019 .slick-dots li.slick-active button {
  background: #71788C;
}
body.home2019 .slick-dots li button {
  background: #ccc;
}
body.home2019 .slick-next, body.home2019 .slick-prev {
  background: #71788C;
}
@media screen and (max-width: 768px) {
  body.home2019 .slick-next, body.home2019 .slick-prev {
    width: 25px;
    height: 35px;
  }
}
body.home2019 .slick-next:after, body.home2019 .slick-prev:after {
  position: absolute;
  display: block;
  font-family: "mpicon";
  color: #FFF;
  text-indent: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  body.home2019 .slick-next:after, body.home2019 .slick-prev:after {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
body.home2019 .slick-next {
  border-radius: 50% 0 0 50%;
}
@media screen and (max-width: 768px) {
  body.home2019 .slick-next {
    border-radius: 20px 0 0 20px;
  }
}
body.home2019 .slick-next:after {
  content: "\e904";
}
@media screen and (max-width: 768px) {
  body.home2019 .slick-next:after {
    margin-left: 3px;
  }
}
body.home2019 .slick-prev {
  border-radius: 0 50% 50% 0;
}
@media screen and (max-width: 768px) {
  body.home2019 .slick-prev {
    border-radius: 0 20px 20px 0;
  }
}
body.home2019 .slick-prev:after {
  content: "\e903";
}
@media screen and (max-width: 768px) {
  body.home2019 .slick-prev:after {
    margin-right: 3px;
  }
}
body.home2019 .titleBlock {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home2019 .titleBlock {
    padding: 0 10px;
  }
}
body.home2019 .titleBlock .mp-hand {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.home2019 .titleBlock .mp-hand {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.home2019 .titleBlock .mp-title {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.home2019 .titleBlock .mp-title {
    margin-bottom: 5px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .titleBlock .description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
body.home2019 .titleBlock .illust {
  position: absolute;
  top: 0;
  right: 40px;
  height: 130px;
}
@media screen and (max-width: 960px) {
  body.home2019 .titleBlock .illust {
    right: 10px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .titleBlock .illust {
    top: 10px;
    height: 60px;
  }
}
body.home2019 .titleBlock .illust img {
  width: auto;
  height: 100%;
}
body.home2019 .btnWrap {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home2019 .btnWrap {
    margin-top: 10px;
  }
}
body.home2019 .btnWrap .mp-btn {
  color: #000;
}
body.home2019 .btnWrap .mp-btn i {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  body.home2019 .btnWrap .mp-btn i {
    display: inline-block;
    vertical-align: middle;
  }
}
body.home2019 .link {
  display: inline-block;
  margin-top: 5px;
  padding-left: 35px;
  background: url("../img/common/arrow_circle_right.png") 0 0 no-repeat;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  body.home2019 .link {
    padding-left: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    background: url("../img/common/arrow_circle_right.png") 0 0 no-repeat;
    background-size: 25px;
  }
}
body.home2019 .link:hover {
  color: #71788C;
}
body.home2019 a.link {
  color: #000;
}
body.home2019 .homeConcept {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home2019 .homeConcept {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .homeConcept .mp-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .homeConcept .description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
body.home2019 .homeConcept a.link {
  margin-top: 20px;
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 768px) {
  body.home2019 .homeConcept a.link {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.home2019 .homeConcept a.link:hover {
  color: #71788C;
}
body.home2019 .mp-main .homeSeminar {
  margin-bottom: 0;
  padding: 20px 40px;
  background: #FEF026;
  background: url("../img/common/bg_pattern.png") 50% 0 repeat #FEF026;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar {
    padding: 10px;
  }
}
body.home2019 .mp-main .homeSeminar .inner {
  padding: 30px 0;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .inner {
    padding: 20px 0 0;
  }
}
body.home2019 .mp-main .homeSeminar .titleBlock {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .titleBlock {
    padding: 0 10px;
  }
}
body.home2019 .mp-main .homeSeminar .seminarSlider {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .seminarSlider {
    margin-top: 20px;
  }
}
body.home2019 .mp-main .homeSeminar .seminarSlider .slick-track {
  display: flex;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .seminarSlider .slick-track {
    display: block;
  }
}
body.home2019 .mp-main .homeSeminar .item {
  float: none !important;
  width: calc(33.3% - 40px);
  margin: 0 20px;
  height: inherit;
}
@media screen and (max-width: 960px) {
  body.home2019 .mp-main .homeSeminar .item {
    width: calc(33.3% - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    border-top: 1px solid #CCC;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .item:nth-of-type(n+3) {
    display: none;
  }
}
body.home2019 .mp-main .homeSeminar .item a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #CCC;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  height: 100%;
  color: #000;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .item a {
    border: 0;
    display: flex;
  }
}
body.home2019 .mp-main .homeSeminar .item a:hover {
  text-decoration: none;
}
body.home2019 .mp-main .homeSeminar .item a:hover .photo img {
  transform: scale(1.1);
}
body.home2019 .mp-main .homeSeminar .item .text {
  padding: 15px 20px 10px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .item .text {
    width: 66%;
    padding: 10px;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
}
body.home2019 .mp-main .homeSeminar .item .title {
  font-weight: bold;
  line-height: 1.4;
}
body.home2019 .mp-main .homeSeminar .item .date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
body.home2019 .mp-main .homeSeminar .item .photo {
  overflow: hidden;
  margin: 0 -1px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .item .photo {
    margin: 0;
    width: 37%;
  }
}
body.home2019 .mp-main .homeSeminar .item .photo img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.6s cubic-bezier(0.43, 0.74, 0.36, 0.97);
}
body.home2019 .mp-main .homeSeminar .btnWrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeSeminar .btnWrap {
    margin-top: 0;
  }
}
body.home2019 .mp-main .homeSeminar .mp-btn {
  color: #FFF;
}
body.home2019 .mp-main .homeReservation {
  margin-bottom: 0;
  padding: 40px 0;
  background: #EEE;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeReservation {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeReservation .titleBlock {
    padding: 0;
  }
}
body.home2019 .mp-main .homeReservation .reservationBlock {
  position: relative;
  margin-top: 30px;
  padding: 0 40px 30px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../img/common/bg_stripe.png") 0 0 repeat #FEF023;
  background-size: 70px;
  text-align: left;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeReservation .reservationBlock {
    margin-top: 20px;
    padding: 0 10px 10px;
    background: url("../img/common/bg_stripe.png") 0 0 repeat #FEF023;
    background-size: 40px;
  }
}
body.home2019 .mp-main .homeReservation .reservationBlock a {
  color: #000;
}
body.home2019 .mp-main .homeReservation .reservationBlock a:hover {
  text-decoration: none;
}
body.home2019 .mp-main .homeReservation .reservationBlock a:hover .photo img {
  transform: scale(1.1);
}
body.home2019 .mp-main .homeReservation .reservationBlock .photo {
  margin: 0 -60px;
  overflow: hidden;
}
body.home2019 .mp-main .homeReservation .reservationBlock .photo img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.6s cubic-bezier(0.43, 0.74, 0.36, 0.97);
}
body.home2019 .mp-main .homeReservation .reservationBlock .title {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  body.home2019 .mp-main .homeReservation .reservationBlock .title {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeReservation .reservationBlock .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.home2019 .mp-main .homeReservation .reservationBlock .description {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  body.home2019 .mp-main .homeReservation .reservationBlock .description {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeReservation .reservationBlock .description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body.home2019 .mp-main .homeReservation .reservationBlock .present {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 230px;
}
@media screen and (max-width: 1200px) {
  body.home2019 .mp-main .homeReservation .reservationBlock .present {
    width: 180px;
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  body.home2019 .mp-main .homeReservation .reservationBlock .present {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeReservation .reservationBlock .present {
    width: 100px;
    bottom: 50px;
    right: 5px;
  }
}
body.home2019 .mp-main .homeReservation .reservationBlock .present img {
  width: 100%;
}
body.home2019 .mp-main .homeReservation .reservationBlock .link {
  display: block;
}
body.home2019 .mp-main .homeOpenroom {
  margin-bottom: 0;
  padding: 40px 0;
  background: #BCDED9;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeOpenroom {
    padding: 30px 10px 10px;
    background: #d7e9e5;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeOpenroom .titleBlock {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeOpenroom .titleBlock .mp-title {
    margin-bottom: 5px;
  }
}
body.home2019 .mp-main .homeOpenroom .illust {
  right: 80px;
  left: auto;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeOpenroom .illust {
    top: 10px;
    right: 10px;
  }
}
body.home2019 .mp-main .homeOpenroom .mp-title {
  margin-bottom: 10px;
  text-align: left;
}
body.home2019 .mp-main .homeOpenroom .mp-openroomBlock {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeOpenroom .mp-openroomBlock {
    margin-top: 20px;
  }
}
body.home2019 .mp-main .homeOpenroom .item {
  width: 580px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeOpenroom .item {
    width: auto;
    margin-top: 10px;
  }
}
body.home2019 .mp-main .homeOpenroom .mp-btn {
  background: #FEF026;
  color: #000;
}
body.home2019 .mp-main .homeOpenroom .mp-btn.noShadow:hover {
  background-color: #FFDB26;
}
body.home2019 .mp-main .homeGallery {
  max-width: inherit;
}
body.home2019 .mp-main .homeGallery .mp-title {
  overflow: hidden;
}
body.home2019 .mp-main .homeGallery .mp-title .archiveBtn {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeGallery .mp-title .archiveBtn {
    margin-left: 10px;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeGallery .mp-title .archiveBtn .mp-btn {
    padding: 8px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body.home2019 .mp-main .homeGallery .slick-prev {
  left: 0;
}
body.home2019 .mp-main .homeGallery .slick-next {
  right: 0;
}
body.home2019 .mp-main .homeGallery .gallerySliderMin {
  margin-top: 30px;
}
body.home2019 .mp-main .homeGallery .gallerySliderMin a {
  color: #000;
}
body.home2019 .mp-main .homeGallery .gallerySliderMin a:hover {
  text-decoration: none;
}
body.home2019 .mp-main .homeGallery .gallerySliderMin a:hover .photo img {
  transform: scale(1.1);
}
body.home2019 .mp-main .homeGallery .gallerySliderMin .item {
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeGallery .gallerySliderMin .item {
    margin: 0 10px;
  }
}
body.home2019 .mp-main .homeGallery .gallerySliderMin .item .photo {
  overflow: hidden;
}
body.home2019 .mp-main .homeGallery .gallerySliderMin .item .photo img {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.43, 0.74, 0.36, 0.97);
}
body.home2019 .mp-main .homeGallery .gallerySliderMin .item .label {
  position: absolute;
  top: 0;
  left: 0;
}
body.home2019 .mp-main .homeGallery .gallerySliderMin .item .num {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeGallery .gallerySliderMin .item .num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
body.home2019 .mp-main .homeGallery .gallerySliderMin .item .title {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeGallery .gallerySliderMin .item .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.home2019 .mp-main .homeGallery .gallerySliderMin .item .title br {
  display: none;
}
body.home2019 .mp-main .homeGallery .galleryNavBody {
  margin-top: 30px;
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeGallery .galleryNavBody {
    margin-top: 10px;
    padding: 20px 10px 10px;
  }
}
body.home2019 .mp-main .homeGallery .btnWrap {
  margin: 0;
  padding-bottom: 30px;
  background: #EEE;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeGallery .btnWrap {
    padding: 0 10px 10px;
  }
}
body.home2019 .mp-main .homeGallery .mp-btn.flat {
  color: #FFF;
}
body.home2019 .mp-main .mp-homeBnr {
  padding: 30px 40px 80px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .mp-homeBnr {
    padding: 10px 10px 20px;
  }
}
body.home2019 .mp-main .mp-homeBnr a:hover {
  opacity: 0.8;
}
body.home2019 .mp-main .mp-conceptBnr {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .mp-conceptBnr {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .mp-homeBnrOpenroom {
    padding: 0;
  }
}
body.home2019 .mp-main .mp-homeBnrOpenroom ul {
  justify-content: center;
}
body.home2019 .mp-main .homeTalk {
  margin-top: 20px;
}
body.home2019 .mp-main .homeTalk .lead {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeTalk .lead {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
body.home2019 .mp-main .homeShop {
  position: relative;
  max-width: inherit;
  margin: 80px 0 0;
  padding: 50px 40px;
  background: url("../img/home/bg_triangle.png") 50% -100px repeat #FFF487;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeShop {
    margin-top: 40px;
    padding: 40px 0 30px;
  }
}
body.home2019 .mp-main .homeShop .titleBlock {
  text-align: center;
}
body.home2019 .mp-main .homeShop [class^=illust] {
  position: absolute;
  top: 0;
  left: 50%;
}
body.home2019 .mp-main .homeShop [class^=illust].illust01 {
  top: 50px;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeShop [class^=illust].illust01 {
    margin-left: -155px;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeShop [class^=illust].illust01 img {
    max-width: 50px;
  }
}
body.home2019 .mp-main .homeShop [class^=illust].illust02 {
  top: 25px;
  margin-left: 150px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeShop [class^=illust].illust02 {
    top: 35px;
    margin-left: 110px;
  }
}
body.home2019 .mp-main .homeShop [class^=illust].illust02 img {
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeShop [class^=illust].illust02 img {
    max-width: 60px;
  }
}
body.home2019 .mp-main .homeShop .storeList {
  display: flex;
  max-width: 1220px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeShop .storeList {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 5px 0;
  }
}
body.home2019 .mp-main .homeShop .storeList li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeShop .storeList li {
    max-width: 200px;
    width: calc((100% - 30px) / 3);
    margin: 0 5px;
  }
}
body.home2019 .mp-main .homeShop .storeList li a {
  display: block;
}
body.home2019 .mp-main .homeShop .storeList li a:hover {
  opacity: 0.8;
}
body.home2019 .mp-main .homeShop .storeList li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeShop .storeList li img {
    border-radius: 50%;
  }
}
body.home2019 .mp-main .homeTopics {
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeTopics {
    margin-top: 50px;
  }
}
body.home2019 .mp-main .homeTopics .item {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  body.home2019 .mp-main .homeTopics .item {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeTopics .item {
    width: 50%;
  }
}
body.home2019 .mp-main .homeTopics .item:last-child {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.home2019 .mp-main .homeTopics .item:last-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeTopics .mp-titcle.middle .mp-btn {
    padding: 8px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeEvent {
    margin-top: 60px;
  }
}
body.home2019 .mp-main .homeEvent .eventHeader .headerTitle img {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeEvent .eventHeader .headerTitle img {
    max-width: 200px;
    width: 54vw;
  }
}
body.home2019 .mp-main .homeEvent .eventHeader .headerImg.left {
  transform: translateX(-55%);
}
@media screen and (max-width: 960px) {
  body.home2019 .mp-main .homeEvent .eventHeader .headerImg.left {
    transform: translateX(-100%);
  }
}
body.home2019 .mp-main .homeEvent .eventHeader .headerImg.right {
  transform: translateX(80%);
}
@media screen and (max-width: 960px) {
  body.home2019 .mp-main .homeEvent .eventHeader .headerImg.right {
    transform: translateX(100%) translateX(15px);
  }
}
body.home2019 .mp-main .homeEvent .eventScheduleList {
  flex-wrap: nowrap;
  padding: 0 35px;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeEvent .eventScheduleList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    max-width: 500px;
  }
}
body.home2019 .mp-main .homeEvent .eventScheduleList img {
  max-width: 100%;
  height: auto;
}
body.home2019 .mp-main .homeEvent .eventScheduleList .item {
  margin: 0 5px;
  flex-basis: calc((100% - 50px) / 5);
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeEvent .eventScheduleList .item {
    flex-basis: auto;
    width: calc((100% - 20px) / 2);
  }
}
body.home2019 .mp-main .homeEvent .eventArchive {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.home2019 .mp-main .homeEvent .eventArchive {
    margin-top: 20px;
  }
}
body.home2019 .homeSection.homeIg {
  margin-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  body.home2019 .homeSection.homeIg {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.home2019 .homeSection.homeIg img {
  vertical-align: bottom;
}
body.home2019 .homeIgTitle {
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
body.home2019 .homeIgTitle .sub {
  display: block;
  font-size: 0.6em;
}
body.home2019 .homeIgList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
}
@media screen and (max-width: 768px) {
  body.home2019 .homeIgList {
    margin: 0 -10px -10px 0;
  }
}
body.home2019 .homeIgList .item {
  width: calc((100% - 30px - 120px) / 5 - 0.1px);
  margin: 0 30px 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home2019 .homeIgList .item {
    width: calc((100% - 10px - 10px) / 2);
    margin: 0 10px 10px 0;
  }
}
body.home2019 .homeIgList a {
  display: block;
  position: relative;
}
body.home2019 .homeIgList a:hover img {
  opacity: 0.8;
  transform: scale(1.2);
}
body.home2019 .homeIgList span.square-content {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}
body.home2019 .homeIgList img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
body.home2019 .homeIgStaff {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  body.home2019 .homeIgStaff {
    margin-top: 30px;
  }
}
body.home2019 .homeIgStaffInner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  body.home2019 .homeIgStaffInner {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
body.home2019 .homeIgStaffInner .homeIgTitle {
  flex-shrink: 0;
  margin: 0 40px 0 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  body.home2019 .homeIgStaffInner .homeIgTitle {
    margin: 0;
    text-align: center;
  }
}
body.home2019 .homeIgStaffList {
  display: flex;
  margin: 0 -30px -30px 0;
}
@media screen and (max-width: 960px) {
  body.home2019 .homeIgStaffList {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .homeIgStaffList {
    margin: 20px -10px -10px 0;
  }
}
body.home2019 .homeIgStaffList .item {
  margin: 0 30px 30px 0;
  width: calc((100% - 30px - 210px) / 8);
  text-align: center;
}
@media screen and (max-width: 960px) {
  body.home2019 .homeIgStaffList .item {
    width: calc((100% - 30px - 90px) / 4);
  }
}
@media screen and (max-width: 768px) {
  body.home2019 .homeIgStaffList .item {
    margin: 0 10px 10px 0;
    width: calc((100% - 10px - 30px) / 4);
  }
}
body.home2019 .homeIgStaffList a {
  display: block;
  color: #000;
}
body.home2019 .homeIgStaffList a:hover {
  text-decoration: none;
}
body.home2019 .homeIgStaffList a:hover img {
  opacity: 0.8;
}
body.home2019 .homeIgStaffList .name {
  display: block;
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.home2019 .homeIgStaffList .name {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
body.home2019 .homeIgStaffList img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #ccc;
  transition: all 0.3s;
}
body.home2019 .homeIgStaffLink {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.home2019 .homeIgStaffLink {
    margin-top: 20px;
    text-align: center;
  }
}

/* トップページ */
.mp-formWrap {
  padding-bottom: 1px;
  background-color: #EEE;
  overflow: hidden;
  clear: both;
}
.mp-formWrap .mp-formTitleBar {
  margin-bottom: 40px;
  padding: 30px 10px;
  text-align: center;
  color: #FFF;
  background-color: #71788C;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mp-formWrap .mp-formTitleBar {
    margin-bottom: 0;
    padding: 20px 10px;
    line-height: 1.25;
  }
}
.mp-formWrap .mp-formTitleBar .mp-hand {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mp-formWrap .mp-formTitleBar .mp-hand {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mp-formWrap .mp-formTitleBar .title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-formWrap .mp-formTitleBar .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mp-formWrap .mp-formTitleBar .message {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-formWrap .mp-formTitleBar .message {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* mrkt */
.mp-mrkt-form form {
  max-width: 460px;
  margin: 0 auto;
}
.mp-mrkt-form input[type=checkbox] {
  margin-top: 0.2em !important;
}
.mp-mrkt-form input[type=radio] {
  margin-top: 0.2em !important;
}
@media screen and (max-width: 768px) {
  .mp-mrkt-form .mktoButtonRow {
    width: 100%;
    text-align: center;
  }
  .mp-mrkt-form .mktoButtonRow span {
    margin: 0 !important;
  }
}
.mp-mrkt-form .mp-formGroupLabelBlock.seminar label input {
  top: 35%;
}

.mp-form {
  position: relative;
  max-width: 960px;
  margin: 40px auto;
  padding: 80px 120px 40px;
  background: #FFF;
  border: #CCC solid 1px;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  /* tel */
  /* mp-formGroup */
}
@media screen and (max-width: 768px) {
  .mp-form {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 10px 10px;
    border-width: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
}
.mp-form .mp-formTitle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 20px;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #71788C;
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .mp-form .mp-formTitle {
    top: 1px;
    padding: 4px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-form .tel {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mp-form .tel {
    line-height: 1.5;
  }
}
.mp-form .tel span.telNum {
  padding-right: 20px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-form .tel span.telNum img {
    width: 32px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .mp-form .tel span.telNum {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.mp-form .tel span.accept {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-form .tel span.accept {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-form dl.formMap {
  padding: 20px 0;
  border-top: #CCC solid 1px;
  overflow: hidden;
}
.mp-form dl.formMap dt {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.mp-form dl.formMap dd.address {
  float: left;
  width: 460px;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .mp-form dl.formMap dd.address {
    float: none;
    width: auto;
  }
}
.mp-form dl.formMap dd.address strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mp-form dl.formMap dd.address strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mp-form dl.formMap dd.map {
  float: right;
  width: 200px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mp-form dl.formMap dd.map {
    float: none;
    width: auto;
    margin: 0;
  }
}
.mp-form dl.formMap dd.map #googleMap {
  width: 200px;
  height: 120px;
  margin-bottom: 10px;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .mp-form dl.formMap dd.map #googleMap {
    height: 200px;
    margin: 0 auto 10px;
  }
}
.mp-form dl.formMap dd.photo {
  margin: 0;
  padding-top: 20px;
  clear: both;
  overflow: hidden;
}
.mp-form dl.formMap dd.photo figure {
  width: 50%;
  float: left;
  text-align: center;
  padding: 1px;
  box-sizing: border-box;
}
.mp-form dl.formMap dd.photo figure img {
  width: 100%;
  max-width: 355px;
  height: auto;
}
.mp-form .mp-formGroup {
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: #CCC 1px solid;
}
.mp-form .mp-formGroup .title {
  margin-bottom: 0.25em;
  font-weight: bold;
}
.mp-form .mp-formGroup .title span {
  font-weight: normal;
}
.mp-form .mp-formGroup table th {
  width: 30%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-form .mp-formGroup table th {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mp-form .mp-formGroup table th, .mp-form .mp-formGroup table td {
    display: block;
  }
  .mp-form .mp-formGroup table th {
    padding-top: 10px;
  }
}
.mp-form label, .mp-form .label {
  display: inline-block;
  padding: 4px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mp-form label, .mp-form .label {
    padding: 2px 0;
  }
}
.mp-form .required {
  display: inline-block;
  margin-left: 0.4em;
  padding: 0 4px;
  background-color: #FFF;
  color: #F33;
  font-size: 14px;
  font-size: 1.4rem;
  border: #F33 solid 1px;
  border-radius: 5px;
  vertical-align: middle;
}
.mp-form input {
  margin: 2px 0;
}
.mp-form input[type=text] {
  padding: 12px 8px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  border-radius: 5px;
}
.mp-form input[type=email] {
  padding: 12px 8px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  border-radius: 5px;
}
.mp-form input[type=tel] {
  padding: 12px 8px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  border-radius: 5px;
}
.mp-form input[type=number] {
  padding: 12px 8px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  border-radius: 5px;
}
.mp-form input[type=password] {
  padding: 12px 8px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  border-radius: 5px;
}
.mp-form input[type=checkbox] {
  margin-top: -0.2em;
  margin-right: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mp-form input[type=checkbox] {
    margin-right: 6px;
  }
}
.mp-form input[type=radio] {
  margin-top: -0.2em;
  margin-right: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mp-form input[type=radio] {
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mp-form input[type=checkbox],
.mp-form input[type=radio] {
    transform: scale(1.4);
    vertical-align: inherit;
  }
}
@media screen and (max-width: 768px) {
  .mp-form input[type=text],
.mp-form input[type=email],
.mp-form input[type=tel],
.mp-form input[type=number],
.mp-form input[type=password] {
    -webkit-appearance: none;
  }
}
.mp-form textarea {
  width: 100%;
  min-height: 120px;
  margin-top: 2px;
  padding: 8px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  border-radius: 5px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mp-form textarea {
    width: 100%;
    -webkit-appearance: none;
  }
}
.mp-form select {
  position: relative;
  width: 100%;
  margin-top: 2px;
  width: auto;
  box-sizing: inherit;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mp-form select {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.mp-form .w-middle {
  width: 40% !important;
}
@media screen and (max-width: 768px) {
  .mp-form .w-middle {
    width: 100% !important;
  }
}
.mp-form .w10 {
  width: 10% !important;
}
.mp-form .w20 {
  width: 20% !important;
}
.mp-form .w30 {
  width: 30% !important;
}
.mp-form .w40 {
  width: 40% !important;
}
.mp-form .w50 {
  width: 50% !important;
}
.mp-form .w60 {
  width: 60% !important;
}
.mp-form .w70 {
  width: 70% !important;
}
.mp-form .w80 {
  width: 80% !important;
}
.mp-form .w90 {
  width: 90% !important;
}
.mp-form .wMax {
  width: 100% !important;
}
.mp-form .number {
  width: 3em;
}
.mp-form .error {
  border-color: #E00 !important;
}
.mp-form .errorMsg {
  font-size: 14px;
  font-size: 1.4rem;
  color: #E00;
}
.mp-form .caution,
.mp-form .example {
  margin-top: 8px;
  padding: 12px;
  background-color: #EEE;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mp-form .caution,
.mp-form .example {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.mp-form .caution strong,
.mp-form .example strong {
  color: #F00;
}
.mp-form .caution ul li,
.mp-form .example ul li {
  position: relative;
  padding-left: 1.5em;
}
.mp-form .caution ul li:before,
.mp-form .example ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.mp-form.reset {
  margin-bottom: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.mp-form.border .mp-formGroup {
  max-width: inherit;
  margin: 0 0 16px;
  padding: 0;
  border-bottom: #CCC 1px solid;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mp-form.border .mp-formGroup {
    margin-bottom: 8px;
  }
}

.mp-formBtn {
  padding: 24px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-formBtn {
    padding: 16px 0;
  }
}

.mp-formGroupLabelBlock label:not(.labelSelect) {
  margin: 2px 0;
  padding: 12px 16px;
  background-color: #FFF;
  border: #CCC 1px solid;
  border-radius: 5px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.mp-formGroupLabelBlock label:not(.labelSelect):hover {
  border-color: #2689FF;
}
.mp-formGroupLabelBlock label:not(.labelSelect) input[type=text] {
  padding: 4px 8px;
}
@media screen and (max-width: 768px) {
  .mp-formGroupLabelBlock label:not(.labelSelect) {
    padding: 8px 12px;
  }
}
.mp-formGroupLabelBlock label:not(.labelSelect).withInput {
  display: inline-flex;
  align-items: center;
}
.mp-formGroupLabelBlock label:not(.labelSelect).withInput input[type=text] {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .mp-formGroupLabelBlock label:not(.labelSelect).withInput input[type=text] {
    margin-left: 4px;
    max-width: 8em;
  }
}
.mp-formGroupLabelBlock .labelSelect {
  margin: 0 20px 20px 0;
}
.mp-formGroupLabelBlock.seminar label {
  position: relative;
  width: 100%;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .mp-formGroupLabelBlock.seminar label {
    padding: 8px 12px;
  }
}
.mp-formGroupLabelBlock.seminar label.special {
  background-color: #FF6;
}
.mp-formGroupLabelBlock.seminar label.full {
  background-color: #EEE;
  color: #999;
}
.mp-formGroupLabelBlock.seminar label.full .seminarCat {
  border-color: #CCC !important;
}
.mp-formGroupLabelBlock.seminar label.full span.fullIcon {
  display: inline-block;
  margin-right: 1em;
  padding: 0 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  background-color: #71788C;
  color: #FFF;
  border: #FFF 1px solid;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mp-formGroupLabelBlock.seminar label.full span.fullIcon {
    position: absolute;
    top: 50%;
    left: 4px;
    padding: 6px 8px;
    margin-top: -1.75em;
    line-height: 1.25;
  }
}
.mp-formGroupLabelBlock.seminar label.full span.place {
  display: none;
}
.mp-formGroupLabelBlock.seminar label.full:hover {
  border-color: #CCC;
}
.mp-formGroupLabelBlock.seminar label input {
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -0.4em;
}
.mp-formGroupLabelBlock.seminar label .seminarCat {
  display: block;
  margin-left: 40px;
  padding-left: 20px;
  border-left: #CCC 3px solid;
  line-height: 1.4;
}
.mp-formGroupLabelBlock.seminar label .seminarCat.womanSingle {
  border-color: #FF6499;
}
.mp-formGroupLabelBlock.seminar label .seminarCat.womanSingle .category {
  background-color: #FF6499;
}
.mp-formGroupLabelBlock.seminar label .seminarCat.couple {
  border-color: #00B5D6;
}
.mp-formGroupLabelBlock.seminar label .seminarCat.couple .category {
  background-color: #00B5D6;
}
.mp-formGroupLabelBlock.seminar label .seminarCat.family {
  border-color: #FFBA00;
}
.mp-formGroupLabelBlock.seminar label .seminarCat.family .category {
  background-color: #FFBA00;
}
.mp-formGroupLabelBlock.seminar label .seminarCat.special {
  border-color: #71788C;
}
.mp-formGroupLabelBlock.seminar label .seminarCat.special .category {
  background-color: #71788C;
}
.mp-formGroupLabelBlock.seminar label .seminarCat .category {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mp-formGroupLabelBlock.seminar label .seminarCat .category {
    margin-right: 0;
  }
}
.mp-formGroupLabelBlock.seminar label .seminarCat .title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.mp-formGroupLabelBlock.seminar label .seminarCat .date, .mp-formGroupLabelBlock.seminar label .seminarCat .place {
  display: inline-block;
  padding-right: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-formGroupLabelBlock.seminar label .seminarCat .date, .mp-formGroupLabelBlock.seminar label .seminarCat .place {
    display: block;
    padding-right: 0;
  }
}
.mp-formGroupLabelBlock.seminar label button.mp-modalToggle {
  border: none;
  background: none;
  color: #09C;
}
@media screen and (max-width: 768px) {
  .mp-formGroupLabelBlock.seminar label button.mp-modalToggle {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 8px 24px 8px 12px;
    text-align: left;
    border: #09C solid 1px;
    border-radius: 5px;
  }
  .mp-formGroupLabelBlock.seminar label button.mp-modalToggle i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
  }
}
.mp-formGroupLabelBlock .raiten-address {
  font-size: 1.4rem;
}

.mp-formMore {
  padding: 12px;
  background-color: #EEE;
}

/* mp-tel */
.mp-tel {
  margin-top: 60px;
  text-align: center;
}
.mp-tel .text {
  font-size: 14px;
  font-size: 1.4rem;
}
.mp-tel span.telNum {
  padding-right: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
.mp-tel span.telNum img {
  width: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mp-tel span.telNum img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mp-tel span.telNum {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mp-tel span.accept {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mp-tel span.accept {
    display: block;
    font-size: 10px;
    font-size: 1rem;
  }
}

/* mp-line */
.mp-line {
  position: relative;
  padding: 10px !important;
  background: #2cbf13;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-line {
    margin: 10px;
    border-radius: 5px;
    box-shadow: none;
  }
}
.mp-line .line-inner {
  vertical-align: middle;
}
.mp-line .line-inner p {
  margin: 0;
}
.mp-line .line-icon .icon-text {
  max-width: 640px;
  margin: 0 auto 30px;
  padding-top: 20px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .mp-line .line-icon .icon-text {
    padding: 0;
    margin: 10px 10px 20px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
}
.mp-line .line-icon .icon-text img {
  float: left;
  width: 80px;
  height: auto;
  margin: -10px 20px 0 40px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mp-line .line-icon .icon-text img {
    display: none;
  }
}
.mp-line .line-icon .icon-text span.sm {
  display: none;
}
.mp-line .line-icon .icon-text span.sub {
  display: block;
  padding-top: 8px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mp-line .line-icon .icon-text span.sub {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.mp-line .line-qrcode {
  padding: 20px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-line .line-qrcode {
    display: none;
  }
}
.mp-line .line-qrcode p {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mp-line .line-qrcode p {
    display: block;
  }
}
.mp-line .line-qrcode p img {
  margin: 0 0 10px 40px;
  vertical-align: middle;
}
.mp-line .line-qrcode .qr,
.mp-line .line-qrcode .qr-text {
  color: #2cbf13;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 32px;
}
.mp-line .line-qrcode .qr {
  padding-left: 40px;
  background: url(../img/contact/arrow_green.png) left center no-repeat;
  text-align: left;
}
.mp-line .line-qrcode .qr-text {
  padding: 0 10px;
  text-align: left;
}
.mp-line .line-qrcode .line-qrcode-inner {
  text-align: center;
  overflow: hidden;
}
.mp-line .line-qrcode .line-qrcode-inner .add, .mp-line .line-qrcode .line-qrcode-inner .add-text {
  text-align: left;
  font-size: 14px;
}
.mp-line .line-qrcode .line-qrcode-inner .add {
  width: 100px;
  padding: 8px 2px;
  margin: 0 15px 0 60px;
  background: #2cbf13;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}
.mp-line .line-qrcode .line-qrcode-inner .add-text {
  width: 320px;
  line-height: 1.25;
}
.mp-line .line-qrcode .line-qrcode-inner .add-text span {
  color: #2cbf13;
  font-weight: bold;
}
.mp-line .mp-line-start {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .mp-line .mp-line-start {
    display: block;
    padding: 18px 0 10px;
    text-align: center;
    background-color: #FFF;
  }
}

.mp-formIntro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-formIntro {
    padding: 40px 10px 0;
  }
}

.mp-formPoint {
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 40px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-formPoint {
    padding: 40px 10px 0;
  }
}
.mp-formPoint .wrap {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .mp-formPoint .wrap {
    margin: 0;
  }
}
.mp-formPoint .wrap .item {
  float: left;
  width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mp-formPoint .wrap .item {
    float: none;
    width: auto;
    padding: 0;
  }
}
.mp-formPoint .wrap .item figure {
  float: right;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .mp-formPoint .wrap .item figure {
    margin: 0;
  }
  .mp-formPoint .wrap .item figure img {
    width: auto;
    max-height: 80px;
  }
}
.mp-formPoint .wrap .item figure.large {
  box-sizing: border-box;
  margin: 0;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .mp-formPoint .wrap .item figure.large {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  .mp-formPoint .wrap .item figure.large {
    width: auto;
    float: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.mp-formPoint .wrap .item figure.large img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .mp-formPoint .wrap .item figure.large img {
    max-height: inherit;
  }
}
.mp-formPoint .wrap .item .text {
  margin-bottom: 0.5em;
}
.mp-formPoint .wrap .item .attention {
  font-size: 14px;
  font-size: 1.4rem;
}
.mp-formPoint.mp-formPoint-col3 .wrap {
  margin: 0 -30px;
}
@media screen and (max-width: 768px) {
  .mp-formPoint.mp-formPoint-col3 .wrap {
    margin: 0px;
  }
}
.mp-formPoint.mp-formPoint-col3 .wrap .item {
  width: 33.3%;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .mp-formPoint.mp-formPoint-col3 .wrap .item {
    width: auto;
    padding: 0;
  }
}
.mp-formPoint.mp-formPoint-col3 .wrap .item .text br {
  display: none;
}

.mp-thanks {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .mp-thanks {
    padding: 0 10px;
  }
}

.prequestionnaireLead {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prequestionnaireLead {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}

/* フォーム系 */
/* 固定ページ（ディレクトリ別） */
.ffArial {
  font-family: Arial, sans-serif;
}

body.concept {
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
}
body.concept.index {
  background-color: #EFECE9;
}
body.concept .mp-globalHeader {
  height: auto;
}
@media screen and (max-width: 768px) {
  body.concept .mp-globalHeader {
    height: 80px;
  }
}
body.concept .main-content * {
  box-sizing: border-box;
}
body.concept .main-content img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.conceptHeader {
  position: relative;
}
.conceptHeaderCatch {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .conceptHeaderCatch {
    bottom: 50px;
    right: auto;
    left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .conceptHeaderCatch img {
    max-width: 540px !important;
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .conceptHeaderCatch img {
    width: auto;
    height: 174px !important;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  }
}
.conceptHeaderNav {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 50%);
  width: 1px;
  height: 130px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .conceptHeaderNav {
    height: 70px;
  }
}
.conceptHeaderNav::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  background: #FFE200;
  animation: scrollLine 3s ease 2s infinite normal;
  transition: all 2s;
}

@keyframes scrollLine {
  0% {
    top: 0px;
    bottom: auto;
    height: 0%;
  }
  49% {
    top: 0px;
    bottom: auto;
    height: 100%;
  }
  50% {
    top: auto;
    bottom: 0px;
    height: 100%;
  }
  99% {
    top: auto;
    bottom: 0px;
    height: 0%;
  }
  100% {
    top: 0;
    bottom: auto;
    height: 0%;
  }
}
.conceptSlide {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .conceptSlide {
    height: calc(100vh - 80px);
  }
}
.conceptSlide .slick-list, .conceptSlide .slick-track {
  height: inherit;
}
.conceptSlide .conceptSlideItem img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 768px) {
  .conceptSlide .conceptSlideItem img.visible-pc {
    display: none;
  }
}
.conceptSlide .conceptSlideItem img.visible-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .conceptSlide .conceptSlideItem img.visible-sp {
    display: block;
  }
}

.conceptPageCatch {
  margin-top: 40px;
  text-align: center;
}
.conceptPageCatch img {
  display: inline-block;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .conceptPageCatch img {
    margin-left: 10px;
    height: 25px !important;
  }
}

.conceptSection {
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .conceptSection {
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.conceptSectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.22em;
  position: relative;
  margin: 0 0 25px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .conceptSectionTitle {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.conceptSectionTitle::after {
  content: "";
  margin-top: 14px;
  width: 36px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .conceptSectionTitle::after {
    margin-top: 15px;
  }
}

.conceptText {
  font-size: 1.5rem;
  line-height: 2.8;
  text-align: center;
  margin-top: 35px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .conceptText {
    margin-top: 25px;
    font-size: 1.3rem;
    line-height: 2.5333333333;
  }
}
@media screen and (max-width: 960px) {
  .conceptText.ambassador br {
    display: block;
  }
}

.conceptInner {
  max-width: 1200px;
  margin: 0 auto;
}

.conceptAnniversary {
  margin-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .conceptAnniversary {
    margin-top: 70px;
    padding-bottom: 60px;
  }
}
.conceptAnniversary.conceptambassador {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .conceptAnniversary.conceptambassador {
    max-width: 640px;
  }
}
.conceptAnniversarySection {
  margin-top: 120px;
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .conceptAnniversarySection {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
.conceptAnniversaryList {
  display: flex;
  justify-content: center;
  margin-right: -50px;
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  .conceptAnniversaryList {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }
}
.conceptAnniversaryItem {
  max-width: 450px;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .conceptAnniversaryItem {
    margin: 35px 0 0;
  }
}
.conceptAnniversaryLink {
  position: relative;
  display: block;
  color: inherit;
}
.conceptAnniversaryLink:hover {
  opacity: 0.7;
}
.conceptAnniversaryNav {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  width: 100px;
  background-color: #FAF954;
  font-size: 1.2rem;
  font-style: oblique;
  letter-spacing: 0.06em;
  text-decoration: underline;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .conceptAnniversaryNav {
    width: 90px;
    padding: 10px;
  }
}
.conceptAnniversaryNav::before {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 42px 20px;
  border-color: transparent transparent #FAF954 transparent;
}
@media screen and (max-width: 768px) {
  .conceptAnniversaryNav::before {
    border-width: 0 0 32px 10px;
  }
}

.conceptContent {
  padding: 110px 40px 50px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .conceptContent {
    padding: 50px 10px 35px;
  }
}

.conceptLogo {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conceptLogo img {
    max-width: 190px !important;
    width: 100%;
  }
}

.moreButton {
  text-align: center;
  margin-top: 45px;
}
.moreButton a {
  color: #000;
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
}
.moreButton a::after {
  position: absolute;
  content: "";
  background: url(../img/concept/more_arrow.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.not-specialHeader {
  padding: 150px 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .not-specialHeader {
    padding: 50px 30px 0;
  }
}

.not-specialTitle {
  position: relative;
  display: inline-block;
  margin: 65px 0 0;
}
@media screen and (max-width: 768px) {
  .not-specialTitle {
    margin-top: 40px;
  }
}
.not-specialTitle .debut {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(35%, 65%);
}
@media screen and (max-width: 768px) {
  .not-specialTitle .debut {
    transform: translate(10%, 50%);
    height: 78px !important;
  }
}

.not-specialLead {
  margin-top: 50px;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .not-specialLead {
    font-size: 1.3rem;
  }
}

.not-specialInner {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 40px 170px;
}
@media screen and (max-width: 768px) {
  .not-specialInner {
    margin-top: 30px;
    padding: 0 30px 60px;
  }
}

@media screen and (max-width: 768px) {
  .not-specialSlide {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .not-specialSlideItem {
    height: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .not-specialSlideItem img {
    object-fit: cover;
    object-position: 20% 50%;
    width: 100%;
    height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .not-specialSlideItem img.visible-pc {
    display: none;
  }
}
.not-specialSlideItem img.visible-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .not-specialSlideItem img.visible-sp {
    display: block;
  }
}

.not-specialDescription {
  margin-top: 45px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 2.3076923077;
}
@media screen and (max-width: 768px) {
  .not-specialDescription {
    margin-top: 30px;
  }
}
.not-specialDescription .rotate180 {
  display: inline-block;
  transform: rotate(180deg);
}

.not-specialGoods {
  margin-top: 100px;
  margin-bottom: 0;
}
.not-specialGoodsList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -100px;
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  .not-specialGoodsList {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.not-specialGoodsItem {
  width: calc((100% - 100px - 200px) / 3 - 0.1px);
  margin-right: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .not-specialGoodsItem {
    margin: 40px 0 0;
    width: auto;
  }
}
.not-specialGoodsBg .cboxPhoto {
  max-width: 500px;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .not-specialGoodsBg .cboxPhoto {
    max-width: 400px;
    max-height: 400px;
    width: 80vw !important;
    height: 80vw !important;
  }
}

.hoverLink {
  position: relative;
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hoverLink {
    color: inherit;
  }
}
.hoverLink:hover {
  text-decoration: none;
}
.hoverLink:hover .hoverLinkText {
  opacity: 1;
}
.hoverLinkText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hoverLinkText {
    position: static;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    display: block;
    margin-top: 10px;
    text-align: left;
  }
}

.ambassadorHeader {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ambassadorHeader {
    height: calc(100vh - 80px);
  }
}
.ambassadorHeaderImg {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 768px) {
  .ambassadorHeaderImg {
    object-position: 25% 50%;
  }
}
.ambassadorHeaderTitle {
  margin: 0;
  position: absolute;
  bottom: 75px;
  right: 100px;
}
@media screen and (max-width: 960px) {
  .ambassadorHeaderTitle {
    width: 100%;
    right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .ambassadorHeaderTitle {
    bottom: auto;
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ambassadorHeaderTitle img {
    max-width: 530px !important;
    width: 90%;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
}

.ambassadorBody {
  margin: 85px auto 0;
  max-width: 1320px;
  padding: 0 20px 180px;
}
@media screen and (max-width: 768px) {
  .ambassadorBody {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}

.ambassadorLead {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2.5333333333;
}
@media screen and (max-width: 768px) {
  .ambassadorLead {
    font-size: 1.3rem;
  }
}

.ambassadorList {
  margin: 70px -40px -100px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ambassadorList {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }
}
.ambassadorListItem {
  position: relative;
  margin-right: 70px;
  margin-bottom: 100px;
  width: calc((100% - 70px - 140px) / 3 - 0.01px);
}
@media screen and (max-width: 960px) {
  .ambassadorListItem {
    width: calc((100% - 70px - 70px) / 2 - 0.01px);
  }
}
@media screen and (max-width: 768px) {
  .ambassadorListItem {
    width: auto;
    margin: 50px 0 0;
  }
}
.ambassadorListItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 42px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 960px) {
  .ambassadorListItem::after {
    border-width: 0 0 58px 48px;
  }
}
@media screen and (max-width: 768px) {
  .ambassadorListItem::after {
    content: none;
  }
}
.ambassadorList img {
  width: 100%;
}
.ambassadorListNumber {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-35%, -45%);
}
@media screen and (max-width: 768px) {
  .ambassadorListNumber img {
    height: 46px !important;
  }
}

.ambassadorEntryHeader {
  padding-top: 190px;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryHeader {
    padding-top: 60px;
  }
}
.ambassadorEntryHeaderTitle {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryHeaderTitle img {
    max-width: 260px !important;
    width: 100%;
  }
}
.ambassadorEntryHeaderImg {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryHeaderImg {
    margin-top: 40px;
  }
}

.ambassadorEntryInner {
  max-width: 850px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryInner {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.ambassadorEntrySection {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .ambassadorEntrySection {
    margin-top: 60px;
  }
}
.ambassadorEntrySection + .ambassadorEntrySection {
  margin-top: 160px;
  padding-top: 85px;
  border-top: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .ambassadorEntrySection + .ambassadorEntrySection {
    margin-top: 100px;
  }
}

.ambassadorEntryInfo {
  display: inline-flex;
  align-items: flex-end;
  background: linear-gradient(transparent 40%, #FAF954 40%);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryInfo {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(transparent 30%, #FAF954 30%);
  }
}
.ambassadorEntryInfoNumber {
  margin: 0 5px -5px 0;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryInfoNumber img {
    height: 46px !important;
  }
}
.ambassadorEntryInfoName {
  margin: 0;
  padding: 0 30px 10px 0;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryInfoName {
    padding-right: 10px;
  }
}

.ambassadorEntryCatch {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 1.8076923077;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryCatch {
    font-size: 1.8em;
  }
}

.ambassadorEntryImg {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryImg {
    margin-top: 40px;
  }
}
.ambassadorEntryImg.col {
  margin: 70px -70px 0 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryImg.col {
    display: block;
    margin: 40px 0 0;
  }
}
.ambassadorEntryImgItem {
  margin-right: 70px;
  width: calc((100% - 70px - 70px) / 2 - 0.1px);
}
@media screen and (max-width: 768px) {
  .ambassadorEntryImgItem {
    width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.ambassadorEntryText {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.5333333333;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryText {
    margin-top: 40px;
    font-size: 1.3rem;
  }
}

.ambassadorEntryCv {
  margin: 180px auto;
  max-width: 1080px;
  background-color: #EFECE9;
  display: flex;
  padding: 100px;
}
@media screen and (max-width: 960px) {
  .ambassadorEntryCv {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ambassadorEntryCv {
    margin: 140px 0 0;
    display: block;
    padding: 40px 0 0;
  }
}
.ambassadorEntryCvImg {
  width: 53.2954545455%;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryCvImg {
    width: auto;
    text-align: center;
  }
}
.ambassadorEntryCvText {
  padding-left: 50px;
  width: 46.7045454545%;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryCvText {
    width: auto;
    padding: 30px 30px 70px;
  }
}
.ambassadorEntryCvSection {
  margin-bottom: 0;
}
.ambassadorEntryCvSection + .ambassadorEntryCvSection {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryCvSection + .ambassadorEntryCvSection {
    margin-top: 30px;
  }
}
.ambassadorEntryCvCatch {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryCvCatch {
    font-size: 1rem;
  }
}
.ambassadorEntryCvTitle {
  margin: 5px 0 0;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryCvTitle {
    font-size: 2.4rem;
  }
}
.ambassadorEntryCvBtn {
  margin-top: 10px;
}
.ambassadorEntryCvLink {
  width: 100%;
  border-radius: 15px;
  padding: 20px;
  max-width: 270px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FAF954;
  font-size: 1.8rem;
  font-weight: 700;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .ambassadorEntryCvLink {
    max-width: 220px;
    padding: 15px;
    font-size: 1.4rem;
  }
}
.ambassadorEntryCvLink:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.renovation .renovationSection {
  padding-top: 80px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection {
    padding: 40px 10px 0;
  }
}
.renovation .renovationSection .mp-title.xlarge {
  margin-bottom: 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection .mp-title.xlarge {
    margin-bottom: 40px;
  }
}
.renovation .renovationSection#whats .intro .slider {
  float: right;
  width: 400px;
  margin-top: -140px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#whats .intro .slider {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.renovation .renovationSection#whats .intro .slider li img {
  width: 100%;
}
.renovation .renovationSection#whats .intro .lead {
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#whats .intro .lead {
    margin-bottom: 20px;
  }
}
.renovation .renovationSection#whats .intro .text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#whats .intro .text {
    line-height: 1.75;
  }
}
.renovation .renovationSection#whats .diff {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#whats .diff {
    padding-top: 0;
  }
}
.renovation .renovationSection#whats .diff .col2Sec {
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#whats .diff .col2Sec {
    float: none;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 !important;
  }
}
.renovation .renovationSection#whats .diff .col2Sec.colLeftSec {
  padding-right: 60px;
}
.renovation .renovationSection#whats .diff .col2Sec.colLeftSec h4 {
  background: #484848;
}
.renovation .renovationSection#whats .diff .col2Sec.colRightSec {
  padding-left: 60px;
}
.renovation .renovationSection#whats .diff .col2Sec.colRightSec h4 {
  background: #C43C33;
}
.renovation .renovationSection#whats .diff .col2Sec h4 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -20px;
  margin-bottom: 40px;
  padding: 4px 12px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  transform: rotate(-15deg) !important;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#whats .diff .col2Sec h4 {
    left: -10px;
    padding: 2px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.renovation .renovationSection#whats .diff .col2Sec .photo {
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  background-color: #EEE;
}
.renovation .renovationSection#whats .diff .col2Sec .photo img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#whats .diff .col2Sec p {
    text-align: left;
  }
  .renovation .renovationSection#whats .diff .col2Sec p br {
    display: none;
  }
}
.renovation .renovationSection#flow .item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 24%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow .item {
    margin-bottom: 0;
    padding-left: 70px;
    padding-bottom: 0;
  }
}
.renovation .renovationSection#flow .item:before {
  position: absolute;
  top: 0;
  left: 79px;
  display: block;
  width: 2px;
  height: 120%;
  content: "";
  background-color: #EEE;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow .item:before {
    left: 29px;
    width: 1px;
  }
}
.renovation .renovationSection#flow .item a img {
  transition: all 0.2s ease;
}
.renovation .renovationSection#flow .item a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.renovation .renovationSection#flow .item .stepTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  padding-top: 30px;
  background: url(../img/common/arrow_bottom.png) no-repeat 50% 0;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow .item .stepTitle {
    margin-left: -50px;
    padding-top: 14px;
    transform: scale(0.4);
  }
}
.renovation .renovationSection#flow .item .stepTitle p {
  width: 160px;
  height: 160px;
  padding: 25px 0 20px;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #FFF;
  border: #71788C 1px solid;
  border-radius: 80px;
  box-sizing: border-box;
}
.renovation .renovationSection#flow .item .stepTitle p.line2 {
  padding-top: 44px;
}
.renovation .renovationSection#flow .item .stepTitle p.line1 {
  padding-top: 60px;
}
.renovation .renovationSection#flow .item .stepTitle span {
  display: block;
  width: 70px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 1px 0 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.renovation .renovationSection#flow .item .stepTitle .firstChild {
  font-family: Montserrat;
  color: #71788C;
}
.renovation .renovationSection#flow .item .stepTitle .term {
  color: #FFF;
  border-radius: 20px;
  background: #71788C;
}
.renovation .renovationSection#flow .item .stepPinkTitle p {
  border-color: #E93E5B;
}
.renovation .renovationSection#flow .item .stepYellowTitle p {
  border-color: #A67F17;
}
.renovation .renovationSection#flow .item .stepGreenTitle p {
  border-color: #259C00;
}
.renovation .renovationSection#flow .item .stepBrowmTitle p {
  border-color: #A67F17;
}
.renovation .renovationSection#flow .item h3 {
  margin-bottom: 10px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow .item h3 {
    padding-top: 60px;
  }
  .renovation .renovationSection#flow .item h3 br {
    display: none;
  }
}
.renovation .renovationSection#flow .item .subTitle {
  margin-bottom: 2em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow .item .subTitle {
    clear: both;
  }
}
.renovation .renovationSection#flow .item .subTitle .caution {
  display: block;
  margin-top: 10px;
}
.renovation .renovationSection#flow .item .stepInnerDetail {
  padding-top: 50px;
  padding-left: 120px;
  overflow: hidden;
}
.renovation .renovationSection#flow .item .stepInnerDetail h4 {
  margin-bottom: 30px;
}
.renovation .renovationSection#flow .item .stepInnerDetail .photo {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow .item .stepInnerDetail .photo {
    text-align: left;
    margin-left: 20px;
  }
  .renovation .renovationSection#flow .item .stepInnerDetail .photo img {
    width: 100px;
    vertical-align: bottom;
  }
}
.renovation .renovationSection#flow .item .stepInnerDetail p {
  margin-bottom: 20px;
  color: #333;
}
.renovation .renovationSection#flow .item .stepFinal {
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  background: #71788C;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow .item .stepFinal {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .mp-title.large {
    margin-top: 0;
    padding-top: 0;
  }
}
.renovation .renovationSection#flow #provideSec h3 {
  width: auto;
  margin-bottom: 40px;
  text-align: center;
}
.renovation .renovationSection#flow #provideSec .stepTitle {
  padding-top: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .stepTitle {
    margin-top: -50px;
  }
}
.renovation .renovationSection#flow #provideSec .stepDetail {
  padding-top: 0;
}
.renovation .renovationSection#flow #provideSec .stepDetail .title {
  padding: 40px 0;
  text-align: center;
  border: #EEE solid;
  border-width: 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .stepDetail .title {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.renovation .renovationSection#flow #provideSec .stepDetail ul {
  overflow: hidden;
  text-align: center;
}
.renovation .renovationSection#flow #provideSec .stepDetail ul li {
  display: inline-block;
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .stepDetail ul li {
    margin: 0 0 40px;
    text-align: center;
  }
  .renovation .renovationSection#flow #provideSec .stepDetail ul li img {
    width: 160px;
    margin: 0 auto;
  }
}
.renovation .renovationSection#flow #provideSec .stepDetail ul li h4 {
  margin-bottom: 15px;
  padding-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  background: url(../img/common/arrow_bottom.png) no-repeat 50% 100%;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .stepDetail ul li h4 {
    margin-bottom: -15px;
    padding-bottom: 20px;
  }
}
.renovation .renovationSection#flow #provideSec .stepDetail .RenovList {
  height: 500px;
  background: url(../img/renovation/shadow.png) no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .stepDetail .RenovList {
    height: auto;
  }
}
.renovation .renovationSection#flow #provideSec .stepDetail .RenovList li a img {
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.renovation .renovationSection#flow #provideSec .stepDetail .RenovList li a:hover img {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .stepDetail .RenovList li a:hover img {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.renovation .renovationSection#flow #provideSec .stepDetail .title2 {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
.renovation .renovationSection#flow #provideSec .stepDetail .basicRenovList {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 30px;
  text-align: center;
  box-sizing: border-box;
  border: #EEE 5px solid;
  border-width: 0 5px 5px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .stepDetail .basicRenovList {
    padding: 10px 0;
    text-align: left;
  }
}
.renovation .renovationSection#flow #provideSec .stepDetail .basicRenovList li {
  float: none;
  display: inline-block;
  margin: 0 20px;
  padding: 0 0 5px 36px;
  background: url(../img/common/icon_check_on.png) no-repeat 0 0.25em;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .stepDetail .basicRenovList li {
    margin: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 24px;
    background-size: 16px;
    text-align: left;
  }
  .renovation .renovationSection#flow #provideSec .stepDetail .basicRenovList li span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.renovation .renovationSection#flow #provideSec .otherRenovList {
  padding-bottom: 10px;
}
.renovation .renovationSection#flow #provideSec .otherRenovList ul {
  width: 880px;
  margin: 0 auto;
  padding: 40px 0 0;
  background: url(../img/renovation/arrow_gray.png) no-repeat 38% 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .otherRenovList ul {
    width: auto;
    margin: 0;
  }
}
.renovation .renovationSection#flow #provideSec .otherRenovList ul li {
  display: table;
  float: left;
  width: 350px;
  padding-bottom: 40px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .otherRenovList ul li {
    display: block;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
}
.renovation .renovationSection#flow #provideSec .otherRenovList ul li h4 {
  display: table-cell;
  width: 180px;
  text-align: left;
  vertical-align: middle;
  background: none;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #provideSec .otherRenovList ul li h4 {
    display: block;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.renovation .renovationSection#flow #provideSec .otherRenovList ul li h4 span {
  color: #ed6d00;
}
.renovation .renovationSection#flow #visitSec .stepDetail {
  padding: 0 0 10px;
  background: url(../img/renovation/bg_line_orange.png) repeat-y -80px 0;
}
.renovation .renovationSection#flow #visitSec .stepDetail ul {
  margin-bottom: 40px;
  overflow: hidden;
}
.renovation .renovationSection#flow #visitSec .stepDetail ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #visitSec .stepDetail ul li {
    float: none;
    width: 100%;
    margin-bottom: 1px;
  }
}
.renovation .renovationSection#flow #visitSec .stepDetail ul li a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.renovation .renovationSection#flow #visitSec .stepDetail ul li a:hover figure img {
  opacity: 0.8;
  transition: all 0.2s ease;
}
.renovation .renovationSection#flow #visitSec .stepDetail ul li a figure {
  position: relative;
  background-color: #000;
}
.renovation .renovationSection#flow #visitSec .stepDetail ul li a figure img {
  display: block;
  width: 100%;
  opacity: 0.6;
}
.renovation .renovationSection#flow #visitSec .stepDetail ul li a figure figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1em;
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFF;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #visitSec .stepDetail ul li a figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.renovation .renovationSection#flow #visitSec .stepDetail ul li a figure figcaption span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.renovation .renovationSection#flow #contractSec {
  background: none;
}
.renovation .renovationSection#flow #contractSec .stepDetail .stepFinal {
  background: #e93e5b;
}
.renovation .renovationSection#flow #contractSec .stepTitle span {
  background: #e93e5b;
}
.renovation .renovationSection#flow #designSec .stepDetail .photoRight {
  float: right;
  width: auto;
  margin-top: -120px;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #designSec .stepDetail .photoRight {
    float: none;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
  }
  .renovation .renovationSection#flow #designSec .stepDetail .photoRight img {
    width: 140px;
  }
}
.renovation .renovationSection#flow #designSec .stepDetail .btn p {
  position: relative;
  width: 420px;
  margin-bottom: 0;
  background: url(../img/common/bg_bot.png) repeat 120px 0;
}
.renovation .renovationSection#flow #designSec .stepDetail .btn p a {
  display: block;
  width: 400px;
  background: url(../img/renovation/arrow_black.png) no-repeat 100% 2.3em;
}
.renovation .renovationSection#flow #designSec .stepDetail .btn .icon50 {
  display: block;
  width: 120px;
  padding: 10px 10px 10px 0;
  background: #FFF;
}
.renovation .renovationSection#flow #designSec .stepDetail .btn .textImg {
  position: absolute;
  top: 25px;
  left: 155px;
}
.renovation .renovationSection#flow #designSec .stepDetail .btn .text {
  position: absolute;
  top: 65px;
  left: 155px;
  width: 300px;
  padding: 0;
  color: #000;
}
.renovation .renovationSection#flow #designSec .stepDetail .btn a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #constructionSec {
    margin-bottom: 40px;
  }
}
.renovation .renovationSection#flow #constructionSec .stepDetail {
  padding-left: 0;
  padding-bottom: 0;
  background: url(../img/renovation/bg_construction.jpg) no-repeat 100% 0;
}
.renovation .renovationSection#flow #constructionSec .stepDetail .stepInnerDetail {
  padding-bottom: 20px;
  padding-left: 240px;
  background: url(../img/renovation/bg_line_yellow.png) repeat-y -80px 0;
}
.renovation .renovationSection#flow #constructionSec .stepDetail .stepFinal {
  color: #FFF;
  background: #a67f17;
}
.renovation .renovationSection#flow #constructionSec .stepTitle span {
  background: #a67f17;
}
.renovation .renovationSection#flow #renovaTenantSec .stepTitle {
  top: 70px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #renovaTenantSec .stepTitle {
    top: 0;
  }
}
.renovation .renovationSection#flow #renovaTenantSec .stepDetail {
  margin-left: -22.8%;
  padding: 60px 0 60px 22.8%;
  background: url(../img/common/bg_paper_02.jpg) -60px -30px;
}
.renovation .renovationSection#flow #renovaTenantSec .stepDetail .mp-title.middle {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #renovaTenantSec .stepDetail {
    margin-left: -40px;
    padding: 20px 0 1px 40px;
  }
}
.renovation .renovationSection#flow #renovaTenantSec .photo {
  float: right;
  width: 50%;
  margin-top: -60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #renovaTenantSec .photo {
    float: none;
    width: auto;
    margin: 0 auto -40px;
  }
  .renovation .renovationSection#flow #renovaTenantSec .photo img {
    width: 200px;
  }
}
.renovation .renovationSection#flow #afterTenantSec .stepDetail {
  padding-bottom: 50px;
  background: url(../img/renovation/bg_line_brown.png) repeat-y -80px 0;
}
.renovation .renovationSection#flow #afterTenantSec .stepDetail h3 {
  margin-top: 0;
}
.renovation .renovationSection#flow #afterTenantSec .stepDetail h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.renovation .renovationSection#flow #afterTenantSec .stepDetail a {
  text-decoration: none;
}
.renovation .renovationSection#flow #afterTenantSec .stepInnerDetail {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#flow #afterTenantSec .mp-externalLink {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.renovation .renovationSection#onestop {
  position: relative;
  padding-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop {
    margin: 0;
    padding: 0;
  }
}
.renovation .renovationSection#onestop h2.mp-title.middle {
  position: absolute;
  top: 40px;
  left: 50%;
  max-width: 1200px;
  margin-left: -600px;
  z-index: 2;
  color: #FFF !important;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop h2.mp-title.middle {
    top: 20px;
    left: 0;
    margin: 0 10px;
    text-align: left;
  }
  .renovation .renovationSection#onestop h2.mp-title.middle i.mpicon-circle {
    display: none;
  }
}
.renovation .renovationSection#onestop .onestopSection {
  position: relative;
  padding-top: 200px;
  padding-bottom: 120px;
  color: #FFF;
  background: url("../img/renovation/bg_onestop.jpg") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection {
    padding: 80px 10px 40px;
  }
}
.renovation .renovationSection#onestop .onestopSection p.en {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection p.en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.renovation .renovationSection#onestop .onestopSection h3.mp-title.xlarge {
  padding: 40px 0 0;
  text-align: center;
  font-size: 56px;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection h3.mp-title.xlarge {
    padding-top: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.renovation .renovationSection#onestop .onestopSection nav ul {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.renovation .renovationSection#onestop .onestopSection nav ul li {
  float: left;
  width: 33.3%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection nav ul li {
    padding: 2px;
  }
}
.renovation .renovationSection#onestop .onestopSection nav ul li a {
  position: relative;
  display: block;
  background-color: #FFF;
  padding: 20px 0;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  opacity: 0.8;
  transform: scale(0.98);
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection nav ul li a {
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.renovation .renovationSection#onestop .onestopSection nav ul li a:hover {
  opacity: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: scale(1);
}
.renovation .renovationSection#onestop .onestopSection nav ul li a figure {
  margin: 0;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection nav ul li a figure {
    height: 90px;
  }
}
.renovation .renovationSection#onestop .onestopSection nav ul li a figure img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection nav ul li a figure img {
    max-width: 60px;
    margin-bottom: 10px;
  }
}
.renovation .renovationSection#onestop .onestopSection nav ul li a figure figcaption {
  font-weight: bold;
  font-family: Montserrat, "ryo-gothic-plusn" !important;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection nav ul li a figure figcaption {
    display: block;
    line-height: 1.25;
  }
}
.renovation .renovationSection#onestop .onestopSection nav ul li a .mp-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #71788C;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#onestop .onestopSection nav ul li a .mp-zoom {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.renovation .renovationSection#point {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point {
    padding: 0;
  }
}
.renovation .renovationSection#point h2.mp-title.xlarge {
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point h2.mp-title.xlarge {
    margin: 0 10px 20px;
  }
}
.renovation .renovationSection#point .pointSection {
  width: 100%;
  height: 100%;
  min-height: 720px;
  background: no-repeat 50% 0 fixed;
  margin: 0 auto;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point .pointSection {
    margin-bottom: 0 !important;
    padding: 0;
    height: auto;
    min-height: inherit;
    background: no-repeat 50% 0 scroll;
  }
}
.renovation .renovationSection#point #point01 {
  background-image: url(../img/renovation/bg_point_01.jpg);
}
.renovation .renovationSection#point #point02 {
  background-image: url(../img/renovation/bg_point_02.jpg);
}
.renovation .renovationSection#point #point03 {
  background-image: url(../img/renovation/bg_point_03.jpg);
}
.renovation .renovationSection#point #point04 {
  background-image: url(../img/renovation/bg_point_04.jpg);
}
.renovation .renovationSection#point #point05 {
  background-image: url(../img/renovation/bg_point_05.jpg);
}
.renovation .renovationSection#point #point06 {
  background-image: url(../img/renovation/bg_point_06.jpg);
}
.renovation .renovationSection#point #point07 {
  background-image: url(../img/renovation/bg_point_07.jpg);
}
.renovation .renovationSection#point .pointSection .pointSectionInner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 80px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point .pointSection .pointSectionInner {
    position: relative;
    width: auto;
    margin: 0;
    padding: 60px 20px;
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point .pointSectionInner {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .renovation .renovationSection#point #point01 .pointSectionInner,
.renovation .renovationSection#point #point03 .pointSectionInner {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.renovation .renovationSection#point .pointSection .pointSectionInner .mp-title.large {
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point .pointSection .pointSectionInner .mp-title.large {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.renovation .renovationSection#point .pointSection .pointSectionInner .mp-title.large span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Montserrat;
}
.renovation .renovationSection#point .pointSection .pointSectionInner .txtBlock .mp-title.middle {
  margin-bottom: 40px;
}
.renovation .renovationSection#point .pointSection .pointSectionInner .txtBlock p {
  margin-bottom: 1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point .pointSection .pointSectionInner .txtBlock p {
    margin-bottom: 1em;
    line-height: 1.75;
  }
  .renovation .renovationSection#point .pointSection .pointSectionInner .txtBlock p br {
    display: none;
  }
}
.renovation .renovationSection#point #point01 .pointSectionInner {
  color: #000;
}
.renovation .renovationSection#point #point03 .pointSectionInner {
  padding-bottom: 40px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point #point03 .pointSectionInner {
    text-align: left;
  }
}
.renovation .renovationSection#point #point03 .pointSectionInner .mp-title.large {
  margin-bottom: 20px;
  padding-top: 260px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point #point03 .pointSectionInner .mp-title.large {
    padding-top: 0;
  }
}
.renovation .renovationSection#point #point03 .pointSectionInner .txtBlock ul li {
  display: inline-block;
  padding: 5px 30px;
  line-height: 2;
  background: url(../img/common/icon_check_on.png) no-repeat 0 50%;
  background-size: 18px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point #point03 .pointSectionInner .txtBlock ul li {
    padding: 2px 24px;
    line-height: 2;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 12px;
  }
}
.renovation .renovationSection#point #point03 .pointSectionInner .txtBlock p {
  padding-top: 20px;
}
.renovation .renovationSection#point #point05 .pointSectionInner {
  width: 580px;
  padding-left: 500px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point #point05 .pointSectionInner {
    width: auto;
    padding-left: 20px;
  }
}
.renovation .renovationSection#point #point07 .pointSectionInner {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point #point07 .pointSectionInner {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.renovation .renovationSection#point #point07 .pointSectionInner .txtBlock {
  padding-top: 380px;
}
@media screen and (max-width: 768px) {
  .renovation .renovationSection#point #point07 .pointSectionInner .txtBlock {
    padding-top: 0;
  }
}
.renovation .renovationSection#point #point07 .pointSectionInner .txtBlock .mp-title.middle {
  margin-bottom: 20px;
}

.mp-onestopModalWrap {
  display: none;
}

.mp-onestopModal {
  display: block;
  line-height: 1.75;
}
.mp-onestopModal .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px;
  background-color: #FFF;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (max-width: 768px) {
  .mp-onestopModal .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 10px 20px;
    background-size: 100% !important;
  }
}
.mp-onestopModal .inner h2 {
  position: relative;
  width: 400px;
  height: 120px;
  margin: 0 auto 120px;
  padding: 40px 0;
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mp-onestopModal .inner h2 {
    width: auto;
    height: 80px;
    margin: 0 0 20px;
    padding: 20px 0;
    background: none;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mp-onestopModal .inner h2 span {
  display: block;
  width: 2em;
  margin: -72px auto 0;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .mp-onestopModal .inner h2 span {
    margin-top: -80px;
    margin-bottom: 20px;
  }
}
.mp-onestopModal .inner h2 img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .mp-onestopModal .inner h2 img {
    width: 60px;
  }
}
.mp-onestopModal .inner h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mp-onestopModal .inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mp-onestopModal .inner h3 br {
    display: none;
  }
}
.mp-onestopModal .inner .sectionInner {
  font-size: 18px;
  font-size: 1.8rem;
}
.mp-onestopModal .inner .sectionTxt {
  float: left;
  width: 560px;
}
@media screen and (max-width: 768px) {
  .mp-onestopModal .inner .sectionTxt {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
.mp-onestopModal .inner .sectionPhoto {
  position: relative;
  float: right;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .mp-onestopModal .inner .sectionPhoto {
    float: none;
    width: auto;
    text-align: center;
  }
}
.mp-onestopModal .inner .sectionPhoto img {
  max-width: 100%;
}

#onestop1 .inner {
  background-image: url("../img/renovation/bg_main_step_01.jpg");
}

#onestop2 .inner {
  background-image: url("../img/renovation/bg_main_step_02.jpg");
}

#onestop3 .inner {
  background-image: url("../img/renovation/bg_main_step_03.jpg");
}

#onestop4 .inner {
  background-image: url("../img/renovation/bg_main_step_04.jpg");
}

#onestop5 .inner {
  background-image: url("../img/renovation/bg_main_step_05.jpg");
}

#onestop6 .inner {
  background-image: url("../img/renovation/bg_main_step_06.jpg");
}

/* onestop1 */
/* onestop2 */
#onestop2 .sectionInner {
  overflow: hidden;
}

#onestop2 #renovationDesign {
  clear: both;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #onestop2 #renovationDesign {
    padding: 40px 0;
  }
}

#onestop2 #renovationDesign h3 {
  margin-bottom: 0;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #onestop2 #renovationDesign h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#onestop2 #renovationDesign .subTitle {
  margin: -10px 0 60px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #onestop2 #renovationDesign .subTitle {
    margin: 0 20px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#onestop2 #renovationDesign .rdGalleryWrap {
  width: 100%;
  overflow: hidden;
}

#onestop2 #renovationDesign .rdGalleryWrap p {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}

#onestop2 #renovationDesign .rdGalleryWrap p.caution {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection .title {
  position: absolute;
  bottom: 40px;
  width: 460px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection .title img {
  margin-bottom: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul {
  width: 100%;
  margin-bottom: 40px;
  padding: 80px 80px 40px;
  box-sizing: border-box;
  overflow: hidden;
  border: #000 solid 5px;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li {
  position: relative;
  display: block;
  float: left;
  width: 48% !important;
  margin-right: 2%;
  margin-bottom: 40px;
  overflow: hidden;
  box-sizing: border-box;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li:nth-child(2n) {
  margin-left: 2%;
  margin-right: 0;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li .item {
  position: relative;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li .item img {
  width: 100%;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li .item .detail {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li .item .detail span {
  display: inline-block;
  padding: 1px 10px;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li .item .detail span.type {
  background-color: #000;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li .item .detail span.price {
  color: #666;
  background-color: #FFF;
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection > ul > li h4.rdGalleryTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#onestop2 #renovationDesign .rdGalleryWrap .rdGallerySection ul li h4.rdGalleryTitle span {
  display: block;
  padding: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* onestop3 */
#onestop3 .sectionInner .sectionTxt {
  width: auto;
}

#onestop3 .sectionInner .sectionTxt h3 {
  text-align: left;
}

#onestop3 .costCol {
  margin: 40px 0;
}

#onestop3 .costCol dl dt {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

#onestop3 .costCol dl dd {
  margin: 0;
}

#onestop3 .costColBefore {
  float: left;
  width: 400px;
  padding-left: 100px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #onestop3 .costColBefore {
    float: none;
    width: auto;
    padding: 0;
  }
}

#onestop3 .costColBefore dl dt {
  margin-bottom: 62px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #onestop3 .costColBefore dl dt {
    margin-bottom: 10px;
  }
}

#onestop3 .costColAfter {
  float: left;
  width: 400px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #onestop3 .costColAfter {
    float: none;
    width: auto;
    padding: 0;
  }
}

/* onestop4 */
#onestop4 .sectionInner {
  margin-bottom: 0;
  padding-bottom: 0;
}

#onestop4 .sectionInner .bnr {
  padding-top: 20px;
}

/* onestop5 */
#onestop5 .sectionInner {
  overflow: hidden;
}

#onestop5 .sectionInner .sectionPhoto {
  position: relative;
  width: 350px;
  height: 300px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #onestop5 .sectionInner .sectionPhoto {
    width: auto;
    height: auto;
    margin: 0;
  }
}

/* for iPad */
.iPad .pointSection {
  background-attachment: scroll !important;
}

.price .priceWrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .price .priceWrap {
    margin: 0;
    flex-flow: column nowrap;
  }
}
.price .priceWrap.col1 {
  display: block;
}
.price .priceWrap.col1 .priceSection {
  flex: 0 1 50%;
  border-bottom: 1px solid #CCC;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection {
    flex: none;
    margin: 0 10px 10px;
    border: #CCC 1px solid;
    border-radius: 5px;
  }
}
.price .priceWrap.col1 .priceSection figure.mainimg {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection figure.mainimg {
    margin: -1px -1px 10px;
  }
}
.price .priceWrap.col1 .priceSection figure.mainimg img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection figure.mainimg img {
    border-radius: 5px 5px 0 0;
  }
}
.price .priceWrap.col1 .priceSection .orderTitle {
  position: relative;
}
.price .priceWrap.col1 .priceSection .orderTitle .title {
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: -40px;
  margin: 0 0 0 -240px;
  padding: 20px 0;
  width: 480px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .orderTitle .title {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 10px 10px;
    box-sizing: border-box;
  }
}
.price .priceWrap.col1 .priceSection .orderTitle .title span {
  display: block;
}
.price .priceWrap.col1 .priceSection .orderTitle .title .sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .orderTitle .title .sub {
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.price .priceWrap.col1 .priceSection .orderTitle .title .main {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .orderTitle .title .main {
    font-size: 20px;
    font-size: 2rem;
  }
}
.price .priceWrap.col1 .priceSection .orderTitle .title .en {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .orderTitle .title .en {
    font-size: 10px;
    font-size: 1rem;
    display: none;
  }
}
.price .priceWrap.col1 .priceSection .orderPrice {
  padding: 16px 0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .orderPrice {
    margin: 0 -1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.price .priceWrap.col1 .priceSection .orderPrice strong {
  font-weight: normal;
}
.price .priceWrap.col1 .priceSection .orderPrice .area {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .orderPrice .area {
    font-size: 20px;
    font-size: 2rem;
  }
}
.price .priceWrap.col1 .priceSection .orderPrice .yen {
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .orderPrice .yen {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.price .priceWrap.col1 .priceSection .orderPrice .included {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .orderPrice .included {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.price .priceWrap.col1 .priceSection .detailTrg {
  display: none;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detailTrg {
    display: block;
    padding: 10px;
    text-align: center;
  }
}
.price .priceWrap.col1 .priceSection .detail {
  max-width: 720px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail {
    margin: 0;
    display: block;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner {
  margin: 60px 0 0;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner {
    margin: 40px 10px 10px;
    padding: 0;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .mp-title.middle {
  margin: 0 0 30px 0;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .mp-title.middle .attention {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .mp-title.middle .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .equipment {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .equipment {
    display: block;
    margin-top: 0;
    overflow: hidden;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .equipment .item {
  flex: 0 1 33.3%;
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .equipment .item {
    flex: none;
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
    box-sizing: border-box;
    text-align: center;
  }
  .price .priceWrap.col1 .priceSection .detail .sectionInner .equipment .item:nth-child(2n) {
    padding: 0 0 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .equipment .item dt {
    padding: 10px 0 5px;
    background-color: #EEE;
    border-radius: 5px 5px 0 0;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .equipment .item dt img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .equipment .item dt img {
    width: 20%;
    background-color: #FFF;
    border-radius: 100%;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .equipment .item dd {
  margin: 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .equipment .item dd {
    padding: 0 0 10px;
    background-color: #EEE;
    border-radius: 0 0 5px 5px;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment {
  margin-top: -20px;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment th {
  padding-left: 0;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .payment th {
    display: block;
    border: none;
    padding-top: 10px;
    line-height: 1;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment th span {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .payment th span {
    padding: 0;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment th .plus {
  border-radius: 0;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  color: #b2b2b2;
  vertical-align: middle;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment th .price02 {
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .payment th .price02 {
    color: #333;
    background: none;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment td {
  padding-right: 0;
  text-align: right;
  line-height: 1.25;
}
@media screen and (max-width: 1200px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .payment td {
    display: block;
    padding-top: 0;
    text-align: right;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment td .total {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment td .total strong {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  color: #71788C;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment td small {
  display: block;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .payment + .attention {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .payment + .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner a:hover {
  opacity: 0.8;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .reference {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .reference li {
  flex: 0 1 25%;
  margin: 1px 0 0;
  padding-right: 1px;
  box-sizing: border-box;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .reference li figure {
  margin-bottom: 0;
  backface-visibility: hidden;
  /*for Chrome*/
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .reference li figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseHeader {
  display: flex;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .caseHeader {
    display: block;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseHeader dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseHeader dl dt {
  width: 40%;
  margin: 0;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseHeader dl dd {
  width: 60%;
  margin: 0;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseHeader p dfn {
  margin-right: 1em;
  background-color: #000;
  color: #FFF;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 16px;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseHeader p strong {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem {
  position: relative;
  margin-top: 40px;
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem {
    padding-left: 80px;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem h4 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100px;
  height: 100px;
  color: #FFF;
  border-radius: 50px;
  line-height: 100px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem h4 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem figure img {
  max-width: 100%;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem figure figcaption {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem.before h4 {
  background-color: #A8ADA8;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem.before figure img {
  width: 280px;
}
.price .priceWrap.col1 .priceSection .detail .sectionInner .caseBody .caseItem.after h4 {
  background-color: #4B5B8E;
}
.price .priceWrap #fullorder {
  border-left: 1px solid #ccc;
}
.price .priceWrap #fullorder .orderTitle .title .sub {
  color: #EF441C;
}
.price .priceWrap #fullorder .orderPrice {
  background-color: #EF441C;
}
.price .priceWrap #fullorder .payment th .price01 {
  background-color: #EF441C;
}
@media screen and (max-width: 768px) {
  .price .priceWrap #fullorder .payment th .price01 {
    color: #EF441C;
    background: none;
  }
}
.price .priceModal {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .price .priceModal {
    padding: 80px 0;
  }
}
.price .priceModal p {
  color: #FFF;
}
.price .priceModal p span {
  display: block;
  margin: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.price .priceModal ul {
  text-align: center;
}
.price .priceModal ul li {
  margin-bottom: 40px;
}
.price .priceModal ul li p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 40px 0 120px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .price .priceModal ul li p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0 60px;
    text-align: left;
  }
}
.price .priceModal ul li img {
  max-width: 100%;
  vertical-align: top;
}
.price .mp-conversion .item {
  float: none;
  margin: auto;
}
.price .mp-conversion p[class^=illust].illust01 {
  margin-left: -310px;
}
.price .mp-conversion .reservation {
  display: none;
}

.mansion .mp-leadSection {
  background: url(../img/common/illust_mansion_01.png) 22% bottom no-repeat, url(../img/common/illust_mansion_02.png) 76% bottom no-repeat;
}
@media screen and (max-width: 768px) {
  .mansion .mp-leadSection {
    padding-bottom: 80px;
    background-size: 100px;
  }
}
.mansion .searchBlock {
  padding-top: 20px;
  background-color: #EEE;
  text-align: center;
}
.mansion .searchBlock .inner {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mansion .searchBlock .inner {
    padding: 20px 10px;
  }
}
.mansion .searchBlock .cvText {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mansion .searchBlock .cvText {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mansion .troubleSection {
  position: relative;
  margin-bottom: 0;
  padding: 68px 0;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .mansion .troubleSection {
    padding: 1px 0 0;
  }
}
.mansion .troubleSection .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1148px;
  margin: -30px auto 0;
}
@media screen and (max-width: 768px) {
  .mansion .troubleSection .wrap {
    margin: 0;
    padding: 0 10px;
  }
}
.mansion .troubleSection .wrap .item {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 48.78048%;
  align-items: center;
  border-radius: 16px;
  margin: 30px 0 0 0;
  padding: 30px 20px 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mansion .troubleSection .wrap .item {
    display: block;
    margin: 0 0 10px;
    padding: 10px 10px 20px;
    border-radius: 10px;
  }
}
.mansion .troubleSection .wrap .item .title {
  box-sizing: border-box;
  width: 121px;
  height: 99px;
  padding: 29px 0 0 45px;
  background: url(../img/common/illust_balloon.png) 0 0 no-repeat;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mansion .troubleSection .wrap .item .title {
    width: auto;
    height: auto;
    padding: 20px 0 20px 60px;
    background-position: 0 50%;
    background-size: 48px;
    color: #000;
  }
}
.mansion .troubleSection .wrap .item .title span {
  display: inline-block;
  min-width: 55px;
}
.mansion .troubleSection .wrap .item .text {
  margin: 0 0 0 18px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .mansion .troubleSection .wrap .item .text {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5 !important;
  }
  .mansion .troubleSection .wrap .item .text br {
    display: none;
  }
}
.mansion .solutionSection {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection {
    padding: 40px 0 0;
  }
}
.mansion .solutionSection .lines {
  padding-bottom: 76px;
  background: url(../img/common/arrow_bottom.png) center bottom no-repeat;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .lines {
    padding-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 30px;
  }
}
.mansion .solutionSection .sectionInner {
  position: relative;
  margin-top: 108px;
  padding-bottom: 70px;
  background-color: #63CCCC;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner {
    margin-top: 60px;
    padding-bottom: 10px;
  }
}
.mansion .solutionSection .sectionInner:before {
  content: "";
  width: 210px;
  height: 61px;
  position: absolute;
  top: -61px;
  left: 50%;
  margin-left: -105px;
  background: url(../img/mansion/bg_radius.png) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner:before {
    top: -40px;
    background-position: 50% 0;
    background-size: auto 40px;
  }
}
.mansion .solutionSection .sectionInner .mp-title.xlarge {
  position: relative;
  padding-top: 90px;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .mp-title.xlarge {
    padding: 40px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mansion .solutionSection .sectionInner .mp-title.xlarge:before {
  content: "";
  width: 81px;
  height: 93px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -40px;
  background: url(../img/mansion/illust_light.png) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .mp-title.xlarge:before {
    background-position: 50% 0;
    background-size: 40px;
  }
}
.mansion .solutionSection .sectionInner .mp-title.xlarge span {
  padding: 0 50px;
  background: url(../img/common/bg_text_left.png) 0 0.1em no-repeat, url(../img/common/bg_text_right.png) 100% 0.1em no-repeat;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .mp-title.xlarge span {
    background-position: 5% 0.1em, 95% 0.1em;
    background-size: 18px;
  }
}
.mansion .solutionSection .sectionInner .mainImg {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .mainImg {
    margin-top: 20px;
  }
}
.mansion .solutionSection .sectionInner .mainImg img {
  vertical-align: bottom;
}
.mansion .solutionSection .sectionInner .intro {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .intro {
    margin: 20px 10px 0;
  }
}
.mansion .solutionSection .sectionInner .intro .mp-title.middle {
  margin: 0;
}
.mansion .solutionSection .sectionInner .intro .text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .intro .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mansion .solutionSection .sectionInner .intro .text br {
    display: none;
  }
}
.mansion .solutionSection .sectionInner .case {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 122px 119px 80px;
  border-radius: 8px;
  background: #fff url(../img/mansion/bg_flag.png) 50% 0 no-repeat;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case {
    width: auto;
    margin: 20px 10px 0;
    padding: 40px 10px 10px;
    border-radius: 5px;
    background-size: 320px;
    background-position: 50% -20px;
  }
}
.mansion .solutionSection .sectionInner .case > .mp-title.middle {
  margin: 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case > .mp-title.middle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mansion .solutionSection .sectionInner .case > .mp-title.middle strong {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case > .mp-title.middle strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mansion .solutionSection .sectionInner .case .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case .wrap {
    display: block;
    margin-top: 20px;
  }
}
.mansion .solutionSection .sectionInner .case .wrap .item {
  flex: 0 1 32.22453%;
  box-sizing: border-box;
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case .wrap .item {
    flex: 0;
    padding: 0 10px 20px;
  }
}
.mansion .solutionSection .sectionInner .case .wrap .item + .item {
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case .wrap .item + .item {
    margin-left: 0;
  }
}
.mansion .solutionSection .sectionInner .case .wrap .item .title {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
}
.mansion .solutionSection .sectionInner .case .wrap .item .title .label {
  display: block;
  padding: 8px 0;
  margin: 0 -20px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case .wrap .item .title .label {
    margin: 0 -10px 20px;
    padding: 4px 0;
  }
}
.mansion .solutionSection .sectionInner .case .wrap .item .text {
  min-height: 112px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case .wrap .item .text {
    min-height: auto;
  }
  .mansion .solutionSection .sectionInner .case .wrap .item .text br {
    display: none;
  }
}
.mansion .solutionSection .sectionInner .case .wrap .item .img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mansion .solutionSection .sectionInner .case .wrap .item .img {
    display: block;
    width: 60%;
    margin: 10px auto 0;
  }
}
.mansion .solutionSection .sectionInner .case .wrap .item .link {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}
.mansion .solutionSection .sectionInner .case .wrap .item .link a {
  padding-left: 25px;
  background: #fff url(../img/common/icon_arrowround_right.png) 0 50% no-repeat;
  color: #000;
}
.mansion .solutionSection .sectionInner .case .wrap .case01 .title .label {
  background-color: #66cc66;
}
.mansion .solutionSection .sectionInner .case .wrap .case02 .title .label {
  background-color: #66cccc;
}
.mansion .solutionSection .sectionInner .case .wrap .case03 .title .label {
  background-color: #6699cc;
}
.mansion .reasonSection {
  margin-bottom: 0;
  text-align: center;
}
.mansion .reasonSection .lines {
  padding-bottom: 60px;
  background: url(../img/common/arrow_bottom.png) center bottom no-repeat;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #666;
}
.mansion .reasonSection .sectionInner {
  margin: 40px 0 0;
  padding: 40px 0 60px;
  background: url(../img/common/bg_paper_02.jpg) 0 0;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner {
    padding-bottom: 20px;
  }
}
.mansion .reasonSection .sectionInner .mp-title.xlarge {
  margin: 0;
}
.mansion .reasonSection .sectionInner .mp-title.xlarge span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner .mp-title.xlarge span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.mansion .reasonSection .sectionInner .mp-title.xlarge strong {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner .mp-title.xlarge strong {
    padding: 10px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mansion .reasonSection .sectionInner > .text {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner > .text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.mansion .reasonSection .sectionInner > .img {
  margin: 50px auto 0;
  padding: 78px 0;
  max-width: 1200px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner > .img {
    margin: 20px 10px;
    padding: 20px 0;
  }
}
.mansion .reasonSection .sectionInner .search {
  margin: 80px auto 0;
  padding-bottom: 100px;
  max-width: 768px;
  background: url(../img/common/arrow_bottom.png) center bottom no-repeat;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner .search {
    margin: 40px 0 0;
    padding-bottom: 40px;
    background-size: 40px;
  }
}
.mansion .reasonSection .sectionInner .search .mp-title.large {
  margin: 0;
}
.mansion .reasonSection .sectionInner .search > .text {
  margin-top: 10px;
  font-weight: bold;
}
.mansion .reasonSection .sectionInner .search .wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner .search .wrap {
    display: block;
  }
}
.mansion .reasonSection .sectionInner .search .wrap .list {
  padding-left: 30px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner .search .wrap .list {
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.mansion .reasonSection .sectionInner .search .wrap .list li {
  padding-left: 45px;
  background: url(../img/common/icon_check_on.png) 0 50% no-repeat;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner .search .wrap .list li {
    padding-left: 24px;
    background-position: 0 0.25em;
    background-size: 16px;
  }
}
.mansion .reasonSection .sectionInner .search .wrap .list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner .search .wrap .list li + li {
    margin-top: 10px;
  }
}
.mansion .reasonSection .sectionInner .search .wrap .img {
  position: relative;
  width: 234px;
  margin-right: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mansion .reasonSection .sectionInner .search .wrap .img {
    padding-left: 40px;
    margin: 40px auto 0;
  }
}
.mansion .reasonSection .sectionInner .search .wrap .img .text {
  position: absolute;
  top: -30px;
  right: 0;
}

.openroom.view-entry .mp-topicPath {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.openroom.view-entry .mp-topicPath ol li a, .openroom.view-entry .mp-topicPath ol li span {
  color: #FFF;
}
.openroom.view-entry .mp-topicPath ol li:before {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .openroom.view-entry .mp-topicPath {
    position: relative;
  }
  .openroom.view-entry .mp-topicPath ol li a, .openroom.view-entry .mp-topicPath ol li span {
    color: #000;
  }
  .openroom.view-entry .mp-topicPath ol li:before {
    color: #999;
  }
}
.openroom .finish .mp-openroomList {
  margin: 0 -2px;
}
.openroom .finish .mp-openroomList .item {
  margin-bottom: 10px !important;
  padding: 32px 40px;
  min-height: 200px;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .openroom .finish .mp-openroomList .item {
    padding: 0 0 24px;
    border-color: #CCC;
    background: none;
  }
}
.openroom .finish .mp-openroomList .item figure .eyecatch img {
  max-width: 300px;
}
.openroom .finish .mp-openroomList .item .inner .mp-title {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .openroom .finish .mp-openroomList .item .inner .mp-title {
    margin: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .openroom .finish .mp-openroomList .item .inner .mp-btn {
    color: #666;
  }
}
.openroom .mp-present {
  max-width: 870px;
  margin: 10px auto 30px;
  padding: 30px 40px 20px;
  border: 5px solid #fff415;
  border-radius: 10px;
  text-align: left;
  background: url(../img/openroom/bg_present.png) 0 0 repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present {
    padding: 20px;
  }
}
.openroom .mp-present .catch {
  width: 15em;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: url("../img/common/bg_text_left_red.png") no-repeat 0 75%, url("../img/common/bg_text_right_red.png") no-repeat 100% 75%;
}
.openroom .mp-present figure {
  width: 40%;
  margin: -30px 0 0 10px;
  float: right;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present figure {
    margin: 0 0 0 10px;
  }
}
.openroom .mp-present figure img {
  max-width: 100%;
}
.openroom .mp-present .inner .title {
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present .inner .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .openroom .mp-present .inner .description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.openroom .mp-present .inner .caution {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present .inner .caution {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.openroom .mp-present-simple {
  max-width: 960px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present-simple {
    margin: 20px 0;
    padding: 0 20px;
  }
}
.openroom .mp-present-simple .body {
  display: flex;
  width: auto;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present-simple .body {
    display: block;
  }
}
.openroom .mp-present-simple .body .photo {
  text-align: center;
}
.openroom .mp-present-simple .body .photo img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present-simple .body .photo img {
    max-width: 100%;
  }
}
.openroom .mp-present-simple .body .text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  align-items: flex-start;
  justify-content: center;
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present-simple .body .text {
    display: block;
    padding: 15px 20px;
    text-align: center;
  }
}
.openroom .mp-present-simple .body .text .catch {
  position: absolute;
  top: -0.5em;
  right: -1em;
  transform: rotate(15deg);
  font-weight: bold;
  color: #F38200;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present-simple .body .text .catch {
    display: none;
  }
}
.openroom .mp-present-simple .body .text .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present-simple .body .text .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.openroom .mp-present-simple .caution {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #777;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .openroom .mp-present-simple .caution {
    font-size: 10px;
    font-size: 1rem;
  }
}
.openroom .mp-galleryCont .inner.access .map-area .js-s2d-ready {
  width: 100% !important;
  height: 400px !important;
}
@media screen and (max-width: 768px) {
  .openroom .mp-galleryCont .inner.access .map-area .js-s2d-ready {
    height: 200px !important;
  }
}
.openroom .mp-galleryCont .inner.point figure.plan span {
  display: block;
  text-align: center;
}
.openroom .mp-galleryCont .inner.point figure figcaption ol {
  padding: 0;
  counter-reset: number;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .openroom .mp-galleryCont .inner.point figure figcaption ol {
    padding: 0 0;
  }
}
.openroom .mp-galleryCont .inner.point figure figcaption ol li {
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 3em;
}
.openroom .mp-galleryCont .inner.point figure figcaption ol li:before {
  position: absolute;
  display: block;
  width: 2em;
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  background-color: #F38200;
  border-radius: 5px;
  counter-increment: number;
  content: counter(number);
}
.openroom .mp-galleryCont .inner.staff .mp-author {
  width: 25%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .openroom .mp-galleryCont .inner.staff .mp-author {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .openroom .mp-galleryCont .inner.staff .mp-author figure {
    display: block;
    padding: 0;
    text-align: center;
  }
  .openroom .mp-galleryCont .inner.staff .mp-author figure img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .openroom .mp-galleryCont .inner.staff .mp-author figure figcaption {
    padding-left: 0;
  }
  .openroom .mp-galleryCont .inner.staff .mp-author figure figcaption .name {
    display: inline-block;
    padding-top: 5px;
  }
}
.openroom .mp-galleryCont .inner .mp-title {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .openroom .mp-galleryCont .inner .mp-title {
    width: auto;
  }
}
.openroom .mp-galleryCont .inner .mp-title .jp {
  font-family: Montserrat, Arial, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.openroom .mp-galleryCont .inner .body {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .openroom .mp-galleryCont .inner .body {
    width: auto;
  }
}
.openroom .mp-formWrap .mp-present {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .openroom .mp-formWrap .mp-present {
    margin: 10px;
  }
}

.cv-btn.room {
  margin: 80px 0;
  text-align: center;
}
.cv-btn.room .mp-btn.primary.large {
  min-width: 320px;
  color: #000;
  background-color: #FFF415;
  box-shadow: 0 5px 0 #E9DA25;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cv-btn.room .mp-btn.primary.large {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 280px;
  }
}
.cv-btn.room .mp-btn.primary.large small {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .cv-btn.room .mp-btn.primary.large small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.modelroom.m01_couple .mp-roomPresent .inner {
  border-color: #74A5D6;
  background-image: url("../img/modelroom/bg_present_purple.png");
}
.modelroom.m01_couple .roomIntro .mp-title span {
  background-color: #74A5D6 !important;
}
.modelroom.m01_couple .mp-roomProduce,
.modelroom.m01_couple .bgPaper {
  background-image: url("../img/common/bg_renga.jpg") !important;
}
.modelroom.m01_couple .mp-fixedBtn .present {
  border-color: #74A5D6;
  background-image: url("../img/modelroom/bg_present_purple.png");
}
.modelroom .mp-roomPresent {
  position: absolute;
  top: 270px;
  left: 50%;
  margin-left: 280px;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modelroom .mp-roomPresent {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: -60px;
    margin-bottom: 40px;
  }
}
.modelroom .mp-roomPresent .inner {
  width: 240px;
  height: 240px;
  border-radius: 130px;
  border: #71D0FA 5px solid;
  background: url("../img/modelroom/bg_present.png") 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .modelroom .mp-roomPresent .inner {
    margin: 0 auto;
  }
}
.modelroom .mp-roomPresent .inner .catch {
  display: block;
  max-width: 10em;
  margin: 0 auto;
  padding-top: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("../img/common/bg_text_left_red.png") no-repeat 0 75%, url("../img/common/bg_text_right_red.png") no-repeat 100% 75%;
}
.modelroom .mp-roomPresent .inner .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.modelroom .mp-roomPresent .inner .title strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.modelroom .mp-roomPresent .inner figure {
  margin: 0;
  padding: 0;
}
.modelroom .mp-roomPresent .inner figure img {
  max-width: 80%;
}
.modelroom .mp-roomPresent .inner figure figcaption {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}
.modelroom.view-entry .mp-topicPath {
  position: absolute;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-topicPath {
    position: relative;
  }
  .modelroom.view-entry .mp-topicPath ol li a, .modelroom.view-entry .mp-topicPath ol li span {
    color: #000;
  }
  .modelroom.view-entry .mp-topicPath ol li:before {
    color: #999;
  }
}
.modelroom.view-entry .mp-roomEntry .modelroomVisual {
  position: relative;
  height: 600px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomEntry .modelroomVisual {
    height: 240px;
  }
}
.modelroom.view-entry .mp-roomEntry .modelroomVisual figure {
  position: absolute;
  width: 100%;
  min-width: 1600px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomEntry .modelroomVisual figure {
    min-width: inherit;
    height: 240px;
  }
}
.modelroom.view-entry .mp-roomEntry .modelroomVisual figure img {
  margin-top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomEntry .modelroomVisual figure img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    margin: 0;
    max-width: inherit;
    height: 100%;
    margin-left: -320px;
  }
}
.modelroom.view-entry .mp-roomEntry .modelroomVisual .caption {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomEntry .modelroomVisual .caption {
    margin-top: -80px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modelroom.view-entry .mp-roomEntry .modelroomVisual .caption span {
  display: inline-block;
  padding: 0 8px;
  background-color: #000;
  color: #FFF;
}
.modelroom.view-entry .mp-roomEntry .modelroomVisual .mp-title {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -130px;
  text-align: center;
  z-index: 2;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.25;
  color: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomEntry .modelroomVisual .mp-title {
    margin-top: -40px;
    font-size: 32px;
    font-size: 3.2rem;
    font-size: 7vmin;
    background: none;
  }
}
.modelroom.view-entry .mp-roomEntry .modelroomVisual .label {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 60px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomEntry .modelroomVisual .label {
    margin-top: 40px;
  }
}
.modelroom.view-entry .mp-roomEntry .modelroomVisual .label span {
  padding: 2px 12px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #FFF;
  color: #000;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomEntry .modelroomVisual .label span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .roomIntro {
    margin-bottom: 0;
  }
}
.modelroom.view-entry .roomIntro .schedule {
  padding-top: 24px;
}
.modelroom.view-entry .roomIntro .mp-title {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .roomIntro .mp-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modelroom.view-entry .roomIntro .mp-title span {
  background-color: #6694A8;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .roomIntro .lead {
    margin-bottom: 0;
  }
}
.modelroom.view-entry .mp-title.xlarge.border {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-title.xlarge.border {
    margin-bottom: 40px;
  }
}
.modelroom.view-entry .mp-title.xlarge.border .mp-hand {
  position: relative;
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-title.xlarge.border .mp-hand {
    padding-top: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .modelroom.view-entry .mp-title.xlarge.border .mp-hand:before, .modelroom.view-entry .mp-title.xlarge.border .mp-hand:after {
    display: none;
  }
}
.modelroom.view-entry .mp-title.xlarge.border .mp-hand:before {
  display: block;
  position: absolute;
  top: 0.75em;
  left: 50%;
  width: 240px;
  height: 1px;
  margin-left: -370px;
  background-color: #CCC;
  content: " ";
}
.modelroom.view-entry .mp-title.xlarge.border .mp-hand:after {
  display: block;
  position: absolute;
  top: 0.75em;
  right: 50%;
  width: 240px;
  height: 1px;
  margin-right: -370px;
  background-color: #CCC;
  content: " ";
}
.modelroom.view-entry .mp-roomProduce {
  padding: 80px 40px;
  background: url("../img/common/bg_paper.jpg");
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomProduce {
    padding: 40px 10px 0;
  }
}
.modelroom.view-entry .mp-roomProduce .item {
  position: relative;
  display: inline-block;
  min-width: 280px;
  margin: 0 40px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomProduce .item {
    margin: 0 auto 60px;
  }
}
.modelroom.view-entry .mp-roomProduce .item:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 140px;
  content: " ";
  z-index: -1;
}
.modelroom.view-entry .mp-roomProduce .item:after {
  position: absolute;
  display: block;
  top: 50%;
  right: -48px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  background-color: #CCC;
  border-radius: 6px;
  content: " ";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomProduce .item:after {
    top: 100%;
    right: 50%;
    margin-top: 30px;
    margin-right: -6px;
  }
}
.modelroom.view-entry .mp-roomProduce .item:last-child:after {
  display: none;
}
.modelroom.view-entry .mp-roomProduce .item .mp-hand {
  padding-top: 12px;
}
.modelroom.view-entry .mp-roomProduce .item .mp-title.small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.modelroom.view-entry .mp-roomProduce .item.interior .mp-hand {
  color: #00C6AF;
}
.modelroom.view-entry .mp-roomProduce .item.location .mp-hand {
  color: #9DAA00;
}
.modelroom.view-entry .mp-roomProduce .item.after .mp-hand {
  color: #FF6652;
}
.modelroom.view-entry .mp-roomProduce .item figure {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomProduce .item figure img {
    max-width: 80px;
  }
}
.modelroom.view-entry .mp-roomProduce .item figure figcaption {
  padding-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.modelroom.view-entry .mp-roomQuestion .item {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomQuestion .item {
    padding: 0 10px;
  }
}
.modelroom.view-entry .mp-roomQuestion .item.modelroom p {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomQuestion .item.modelroom p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modelroom.view-entry .mp-roomQuestion .item .mp-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomQuestion .item p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-galleryCont .inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.modelroom.view-entry .mp-galleryCont .body {
  width: 840px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-galleryCont .body {
    width: auto;
  }
}
.modelroom.view-entry .mp-galleryCont.bgPaper {
  padding: 80px 0 0;
  background: url("../img/common/bg_paper.jpg");
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-galleryCont.bgPaper {
    padding: 40px 0 0;
  }
}
.modelroom.view-entry .mp-galleryCont .recommend {
  padding-top: 80px;
  background: url("../img/common/bg_flag.png") repeat-x 50% 0;
  background-size: 80px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-galleryCont .recommend {
    padding-top: 60px;
  }
}
.modelroom.view-entry .mp-galleryCont .recommend .body .item {
  position: relative;
  padding-left: 180px;
  min-height: 140px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-galleryCont .recommend .body .item {
    padding-left: 100px;
    min-height: 100px;
  }
}
.modelroom.view-entry .mp-galleryCont .recommend .body .item h3 img {
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-galleryCont .recommend .body .item h3 img {
    top: 12px;
    max-width: 80px;
  }
}
.modelroom.view-entry .mp-galleryCont .recommend .body .item p {
  margin-top: -10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-galleryCont .recommend .body .item p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modelroom.view-entry .mp-title.xlarge {
  margin-bottom: 0;
}
.modelroom.view-entry .mp-title.xlarge .mp-hand {
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-title.xlarge .mp-hand {
    font-size: 40px;
    font-size: 4rem;
  }
}
.modelroom.view-entry .lead {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .lead {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modelroom.view-entry .mp-roomPlan {
  margin-bottom: 40px;
  padding: 40px;
  background: url("../img/common/bg_paper.jpg");
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomPlan {
    margin-bottom: 0;
    padding: 20px 0 0;
  }
}
.modelroom.view-entry .mp-roomPlan .item {
  position: relative;
}
.modelroom.view-entry .mp-roomPlan .item img {
  width: 100%;
}
.modelroom.view-entry .mp-roomPlan .item.photo {
  float: left;
  width: 67.4%;
}
.modelroom.view-entry .mp-roomPlan .item.plan {
  float: right;
  width: 31.8%;
}
.modelroom.view-entry .mp-roomPlan .item.plan a {
  outline: none;
}
.modelroom.view-entry .mp-roomPlan .item.plan .mp-zoom {
  position: relative;
  float: right;
  margin-top: -32px;
  margin-right: -16px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomPlan .item.plan .mp-zoom {
    margin-top: -44px;
    margin-right: 8px;
  }
}
.modelroom.view-entry .mp-roomGallery {
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery {
    padding: 10px;
  }
}
.modelroom.view-entry .mp-roomGallery .caution {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .caution {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modelroom.view-entry .mp-roomGallery .inner {
  padding-bottom: 40px;
  overflow: hidden;
  background: url("../img/modelroom/bg_inzone.png") #D0DFE5;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .inner {
    padding-bottom: 0;
  }
}
.modelroom.view-entry .mp-roomGallery .modelroomSlider {
  margin: 0 -25% 20px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .modelroomSlider {
    margin: 0 -11px 20px;
  }
}
.modelroom.view-entry .mp-roomGallery .modelroomSlider .slick-slide {
  outline: none;
}
.modelroom.view-entry .mp-roomGallery .modelroomSlider .slick-slide img {
  display: block;
  width: auto;
  height: 800px;
  cursor: all-scroll;
  opacity: 0.2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .modelroomSlider .slick-slide img {
    height: 280px;
  }
}
.modelroom.view-entry .mp-roomGallery .modelroomSlider .slick-current img {
  opacity: 1;
}
.modelroom.view-entry .mp-roomGallery .modelroomSlider .slick-prev {
  left: 18%;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .modelroomSlider .slick-prev {
    left: -12px;
  }
}
.modelroom.view-entry .mp-roomGallery .modelroomSlider .slick-next {
  right: 18%;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .modelroomSlider .slick-next {
    right: -12px;
  }
}
.modelroom.view-entry .mp-roomGallery .inzone50 {
  position: relative;
}
.modelroom.view-entry .mp-roomGallery .inzone50 .title {
  padding: 160px 40px 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .inzone50 .title {
    padding: 20px 0;
  }
}
.modelroom.view-entry .mp-roomGallery .inzone50 .title img {
  display: block;
  width: 418px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .inzone50 .title img {
    width: 80%;
    max-width: 280px;
  }
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .inzone50 .items li {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 40px 20px 30px;
    text-align: center;
    box-sizing: border-box;
  }
  .modelroom.view-entry .mp-roomGallery .inzone50 .items li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    content: " ";
    background-color: #FFF;
  }
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li figure {
  text-align: center;
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li figure img {
  max-width: 240px;
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li.item01 {
  width: 347px;
  margin-top: -280px;
  margin-left: -580px;
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li.item02 {
  width: 246px;
  margin-top: -360px;
  margin-left: 280px;
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li.item03 {
  width: 326px;
  margin-top: -100px;
  margin-left: -640px;
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li.item04 {
  width: 290px;
  margin-top: 100px;
  margin-left: -280px;
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li.item05 {
  width: 371px;
  margin-top: 60px;
  margin-left: 280px;
}
.modelroom.view-entry .mp-roomGallery .inzone50 .items li figcaption span.jp {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .mp-roomGallery .inzone50 .items li figcaption span.jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modelroom.view-entry .mp-roomGallery .inzone50 .andmore {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  background-color: #FFF;
  text-align: center;
}
.modelroom.view-entry .price .jp {
  font-family: Montserrat, Arial, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body {
    margin: 0;
  }
}
.modelroom.view-entry .price .body .inner {
  padding: 40px 60px 60px;
  background-color: #FFF;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner {
    margin-bottom: 10px;
    padding: 20px 10px 10px;
  }
}
.modelroom.view-entry .price .body .inner .mp-table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .mp-table {
    max-width: 320px;
    margin: 0 auto 40px;
  }
}
.modelroom.view-entry .price .body .inner .mp-table tr.total th, .modelroom.view-entry .price .body .inner .mp-table tr.total td {
  border-bottom: none;
}
.modelroom.view-entry .price .body .inner .mp-table tr.total td strong {
  color: #71788C;
}
.modelroom.view-entry .price .body .inner .mp-table tr.total td span.point {
  display: inline-block;
  padding: 0 12px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .mp-table tr.total td span.point {
    padding: 0 4px;
  }
}
.modelroom.view-entry .price .body .inner .mp-table tr.onlyTotal td {
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .mp-table tr.onlyTotal td {
    text-align: center;
  }
}
.modelroom.view-entry .price .body .inner .mp-table tr.onlyTotal td .point {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .mp-table tr.onlyTotal td .point {
    margin-left: 0;
  }
}
.modelroom.view-entry .price .body .inner .mp-table tr th, .modelroom.view-entry .price .body .inner .mp-table tr td {
  padding-bottom: 0;
  border-bottom: #CCC 1px solid;
}
.modelroom.view-entry .price .body .inner .mp-table tr th {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .mp-table tr th {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
  }
}
.modelroom.view-entry .price .body .inner .mp-table tr td {
  text-align: right;
}
.modelroom.view-entry .price .body .inner .mp-table tr td strong {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .mp-table tr td strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modelroom.view-entry .price .body .inner .monthly {
  padding: 24px;
  text-align: center;
  border: #71788C 2px solid;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .monthly {
    padding: 20px 10px;
  }
}
.modelroom.view-entry .price .body .inner .monthly p {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .monthly p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modelroom.view-entry .price .body .inner .monthly p strong {
  color: #71788C;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .price .body .inner .monthly p strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modelroom.view-entry .price .body .inner .monthly p span {
  display: inline-block;
}
.modelroom.view-entry .price .body .inner .monthly p.caution {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .access .body {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #CCC 1px solid;
  }
}
.modelroom.view-entry .access .body .mp-title {
  float: none;
  width: auto;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .access .body .mp-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modelroom.view-entry .access .body .mp-title strong {
  color: #7FBC2F;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .access .body .mp-title strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modelroom.view-entry .access .body .merit {
  padding: 20px 0;
}
.modelroom.view-entry .access .body .merit li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 80px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .access .body .merit li {
    padding-left: 50px;
  }
}
.modelroom.view-entry .access .body .merit li span.checkNum {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  padding-left: 40px;
  background: url("../img/common/icon_check_on.png") no-repeat 0 50%;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .access .body .merit li span.checkNum {
    top: -10px;
    padding-left: 20px;
    background-size: 12px;
  }
}
.modelroom.view-entry .access .body .merit li h4 {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.modelroom.view-entry .info {
  position: relative;
}
.modelroom.view-entry .info p[class^=illust] {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.modelroom.view-entry .info p[class^=illust].illust01 {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .info p[class^=illust].illust01 {
    top: 40px;
    bottom: auto;
    left: 50%;
    margin-left: 120px;
  }
  .modelroom.view-entry .info p[class^=illust].illust01 img {
    height: 40px;
  }
}
.modelroom.view-entry .info p[class^=illust].illust02 {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .modelroom.view-entry .info p[class^=illust].illust02 {
    top: 0;
    bottom: auto;
    left: 50%;
    margin-left: -160px;
  }
  .modelroom.view-entry .info p[class^=illust].illust02 img {
    height: 80px;
  }
}
.modelroom.view-entry .info .body table {
  width: 100%;
}
.modelroom .mp-formWrap .mp-roomPresent {
  position: relative;
  top: 0;
  left: 50%;
  margin: 0 0 40px -140px;
}
@media screen and (max-width: 768px) {
  .modelroom .mp-formWrap .mp-roomPresent {
    margin: 20px auto;
    left: 0;
  }
}
.modelroom .mp-fixedBtn .present {
  position: absolute;
  top: -88px;
  right: -16px;
  width: 180px;
  padding: 5px 10px;
  border: #71D0FA 3px solid;
  background: url("../img/modelroom/bg_present.png");
  border-radius: 5px;
  color: #000;
  box-sizing: border-box;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .modelroom .mp-fixedBtn .present {
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .modelroom .mp-fixedBtn .present.couple {
    top: -154px;
  }
}
.modelroom .mp-fixedBtn .present p {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .modelroom .mp-fixedBtn .present p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modelroom .mp-fixedBtn .present .catch {
  background: url("../img/common/bg_text_left_red.png") no-repeat 0 75%, url("../img/common/bg_text_right_red.png") no-repeat 100% 75%;
  background-size: 10px, 10px;
}
@media screen and (max-width: 768px) {
  .modelroom .mp-fixedBtn .present .catch {
    background: none;
  }
}
.modelroom .mp-fixedBtn .present .title strong {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modelroom .mp-fixedBtn .present .title strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modelroom .mp-fixedBtn .present figure img {
  width: 60%;
}

.gallery .mp-galleryArchive {
  position: relative;
  margin-bottom: 0;
}
.gallery .mp-galleryArchive .mp-galleryList {
  min-width: 100%;
  padding: 40px 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryArchive .mp-galleryList {
    padding: 0;
  }
}
.gallery .mp-galleryArchive .mp-galleryList .item {
  width: 30%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryArchive .mp-galleryList .item {
    width: 100%;
    margin-bottom: 0;
  }
}
.gallery .mp-catalogBtn {
  clear: both;
}
@media screen and (max-width: 768px) {
  .gallery .mp-catalogBtn {
    padding: 20px 0;
    border-bottom: #CCC solid 1px;
    text-align: center;
    background: #EEE;
  }
}
.gallery .mp-catalogBtn .lead {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .gallery .mp-catalogBtn .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery .mp-catalogBtn .mp-textLink {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.gallery .mp-catalogBtn .cvBtnList {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .gallery .mp-catalogBtn .cvBtnList {
    margin-right: -10px;
  }
}
.gallery .mp-catalogBtn .cvBtnList .mp-btn {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .gallery .mp-catalogBtn .cvBtnList .mp-btn {
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-catalogBtn .cvBtnList .mp-btn {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .gallery .mp-catalogBtn .cvBtnList .mp-btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry {
    margin-bottom: 1px;
  }
}
.gallery .mp-galleryEntry .galleryIntro {
  position: relative;
  min-height: 960px;
  padding: 40px 20px 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .galleryIntro {
    min-height: auto !important;
    padding: 10px;
  }
}
.gallery .mp-galleryEntry .galleryIntro .num {
  margin-bottom: 40px;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .galleryIntro .num {
    margin-bottom: 10px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.gallery .mp-galleryEntry .galleryIntro .mp-title {
  position: relative;
  margin-bottom: 1em;
  line-height: 1.8;
  z-index: 1;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .galleryIntro .mp-title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.gallery .mp-galleryEntry .galleryIntro .mp-title span {
  letter-spacing: -0.025em;
  background-color: #FFF;
}
.gallery .mp-galleryEntry .galleryIntro figure {
  position: absolute;
  max-width: 720px;
  top: 40px;
  right: 0;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .galleryIntro figure {
    position: relative;
    float: none;
    top: 0;
    width: 100%;
    z-index: 0;
    text-align: center;
  }
}
.gallery .mp-galleryEntry .galleryIntro figure img {
  width: 100%;
  max-width: 720px;
  height: auto;
  vertical-align: top;
}
.gallery .mp-galleryEntry .galleryIntro dl.meta {
  position: relative;
  margin: 0;
  z-index: 1;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .galleryIntro dl.meta {
    max-width: 100%;
  }
}
.gallery .mp-galleryEntry .galleryIntro dl.meta dt {
  margin-bottom: 12px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .galleryIntro dl.meta dt {
    display: none;
  }
}
.gallery .mp-galleryEntry .galleryIntro dl.meta dd {
  margin: 0 0 40px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .galleryIntro dl.meta dd {
    margin: 0;
  }
  .gallery .mp-galleryEntry .galleryIntro dl.meta dd ul.info li {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .gallery .mp-galleryEntry .galleryIntro dl.meta dd ul.info li:last-child:after {
    content: "";
  }
  .gallery .mp-galleryEntry .galleryIntro dl.meta dd ul.info li:after {
    content: "／";
    color: #999;
  }
  .gallery .mp-galleryEntry .galleryIntro dl.meta dd ul.mp-tags li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.gallery .mp-galleryEntry .galleryIntro dl.meta dd.price {
  font-size: 16px;
  font-size: 1.6rem;
}
.gallery .mp-galleryEntry .galleryIntro dl.meta dd.price strong {
  font-size: 32px;
  font-size: 3.2rem;
}
.gallery .mp-galleryEntry .galleryIntro dl.meta dd.price .caution {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.gallery .mp-galleryEntry .mp-video {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .mp-video {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.gallery .mp-galleryEntry .mp-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .mp-photoGallery {
    margin-bottom: 0;
  }
}
.gallery .mp-galleryEntry .mp-galleryCont .inner.point figure.plan img {
  max-width: 100%;
  height: auto;
}
.gallery .mp-galleryEntry .mp-galleryCont .inner.point figure.plan span {
  display: block;
  text-align: center;
}
.gallery .mp-galleryEntry .mp-galleryCont .inner.point figure figcaption ol {
  padding: 0;
  counter-reset: number;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .mp-galleryCont .inner.point figure figcaption ol {
    padding: 0 0;
  }
}
.gallery .mp-galleryEntry .mp-galleryCont .inner.point figure figcaption ol li {
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 3em;
}
.gallery .mp-galleryEntry .mp-galleryCont .inner.point figure figcaption ol li:before {
  position: absolute;
  display: block;
  width: 2em;
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  background-color: #F38200;
  border-radius: 5px;
  counter-increment: number;
  content: counter(number);
}
.gallery .mp-galleryEntry .mp-catalogBtn {
  padding: 40px 0;
  text-align: center;
  background: #EEE;
}
.gallery .mp-galleryEntry .mp-catalogBtn.allShow {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .mp-catalogBtn.allShow {
    margin-bottom: 40px;
  }
}
.gallery .mp-galleryEntry .mp-catalogBtn:not(.allShow) {
  display: none;
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .mp-catalogBtn:not(.allShow) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .gallery .mp-galleryEntry .mp-catalogBtn {
    margin: 0 0 1px;
    padding: 20px 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav {
    position: static;
    padding: 0;
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav .trg {
    display: block;
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav .trg a {
    display: inline-block;
    margin: 0;
    position: relative;
    display: block;
    padding: 10px 2.4em 10px 20px;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav .trg a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -0.75em;
    font-family: "mpicon" !important;
    content: "\e036";
    font-weight: normal;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav .trg.active {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav .trg.active a {
    border-radius: 5px 5px 0 0;
    background-color: #71788C;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav .trg.active a:after {
    content: "\e905";
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav .trg.active a::before {
    height: 10px;
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .gallery .mp-localNav ul {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav ul {
    position: absolute;
    left: 40px;
    z-index: 999;
    display: none;
    width: calc(100% - 80px);
    margin-top: 10px;
    padding: 10px;
    background-color: #71788C;
    border-radius: 0 5px 5px 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .gallery .mp-localNav ul {
    left: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav ul li {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav ul li:hover a, .gallery .mp-localNav ul li.active a {
    color: #71788C;
    background-color: #FFF;
  }
}
@media screen and (max-width: 960px) {
  .gallery .mp-localNav ul a {
    display: block;
    margin: 0;
    padding: 16px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.galleryTitleBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .galleryTitleBlock {
    padding: 0 10px;
  }
}
.galleryTitleBlock .mp-pageCategory {
  margin-left: 0;
}

.galleryNavTrg {
  position: relative;
  margin: 0;
  padding: 10px 20px;
  outline: none;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .galleryNavTrg {
    padding: 8px 10px;
  }
}
.galleryNavTrg::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #EEE;
}
.galleryNavTrg.active {
  border-radius: 5px 5px 0 0;
  background-color: #EEE;
  color: #000;
}
.galleryNavTrg.active:hover {
  background-color: #EEE;
  color: #000;
}
.galleryNavTrg.active::after {
  height: 20px;
}
.galleryNavTrg i {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .galleryNavTrg i {
    margin-right: 5px;
  }
}

.galleryNav {
  display: none;
}

.view-entry .galleryNav {
  display: block;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .view-entry .galleryNav {
    margin-bottom: 1px;
  }
}
.view-entry .galleryNav .galleryNavBody {
  position: static;
  transform: none;
  width: auto;
}

.galleryNavBody {
  overflow: hidden !important;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 40px 0;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .galleryNavBody {
    padding: 20px 10px;
    position: static;
    width: auto;
    transform: none;
  }
}
.galleryNavBody.home .inner {
  display: block;
}
.galleryNavBody.home .pointList a {
  padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .galleryNavBody.home .pointList a {
    padding: 5px;
  }
}
.galleryNavBody .inner {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .galleryNavBody .inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .galleryNavBody .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.galleryNavBody .mainBlock {
  width: calc(100% - 150px - 30px);
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .galleryNavBody .mainBlock {
    width: auto;
    margin-right: 0;
  }
}
.galleryNavBody .subBlock {
  width: 150px;
}
@media screen and (max-width: 960px) {
  .galleryNavBody .subBlock {
    width: auto;
    margin-top: 30px;
  }
}
.galleryNavBody .bodyTitle {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.galleryNavBody .bodyTitle em {
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
.galleryNavBody .pointList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -10px -10px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .galleryNavBody .pointList {
    max-width: 580px;
    margin: 20px auto -10px;
  }
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList {
    max-width: inherit;
    margin: 20px -5px -5px 0;
  }
}
.galleryNavBody .pointList li {
  position: relative;
  width: calc(10% - 10px);
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 960px) {
  .galleryNavBody .pointList li {
    width: calc(20% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList li {
    width: calc((100% - 5px - 5px) / 2);
    margin: 0 5px 5px 0;
  }
}
.galleryNavBody .pointList li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList li:before {
    display: none;
  }
}
.galleryNavBody .pointList a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 5px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList a {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 8px 4px;
    border-radius: 5px;
  }
}
.galleryNavBody .pointList a:hover {
  background-color: #2689FF;
  color: #fff;
}
.galleryNavBody .pointList a:hover svg {
  fill: #fff;
}
.galleryNavBody .pointList span {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList span {
    text-align: left;
  }
}
.galleryNavBody .pointList svg {
  flex-shrink: 0;
  width: 60px;
  height: 40px;
  fill: #000;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList svg {
    width: 42px;
    height: 30px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList.spCol3 li {
    width: calc((100% - 5px - 10px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList.spCol3 li:nth-of-type(n+7) {
    width: calc((100% - 5px - 15px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList.spCol3 a {
    display: block;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList.spCol3 svg {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .galleryNavBody .pointList.spCol3 span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.galleryNavBody .dotList {
  margin: 20px 0 -1em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .galleryNavBody .dotList {
    display: flex;
    flex-wrap: wrap;
  }
}
.galleryNavBody .dotList li {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .galleryNavBody .dotList li {
    width: 50%;
  }
}
.galleryNavBody .dotList a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #000;
}
.galleryNavBody .dotList a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #71788C;
}
.galleryNavBody .tagBlock {
  display: none;
}
.galleryNavBody .tagList {
  margin: 30px -10px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
.galleryNavBody .tagList li {
  margin: 0 10px 10px 0;
}
.galleryNavBody .tagList a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.galleryNavBody .tagList a:hover {
  border-color: #2689FF;
  background-color: #2689FF;
  color: #fff;
  text-decoration: none;
}
.galleryNavBody .more {
  margin: 30px 0 0;
  padding-top: 4px;
  padding-bottom: 4px;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  outline: none;
}
@media screen and (max-width: 768px) {
  .galleryNavBody .more {
    margin-top: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.galleryNavBody .more .text {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.galleryNavBody .more .icon {
  margin-left: auto;
  font-family: Arial;
  font-size: 1.6em;
  font-weight: normal;
}
.galleryNavBody .more.open {
  background-color: #666;
}

.galleryResultBlock {
  margin-top: 10px;
  padding: 50px 40px;
  background-color: #EEE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .galleryResultBlock {
    padding: 20px 10px;
  }
}
.galleryResultBlock .title {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.voice .mp-voiceList {
  margin-bottom: 0;
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList {
    margin-bottom: 0;
    padding: 0;
  }
}
.voice .mp-voiceList .item {
  position: relative;
  padding: 40px 120px 40px 0;
  border-top: #EEE 5px solid;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item {
    padding: 20px 10px;
    cursor: inherit;
  }
}
.voice .mp-voiceList .item span.bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background-color: #EEE;
  transition: all 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item span.bg {
    display: none;
  }
}
.voice .mp-voiceList .item:hover span.bg {
  height: 100%;
}
.voice .mp-voiceList .item .meta {
  position: relative;
  float: left;
  width: 24%;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item .meta {
    width: 50%;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.voice .mp-voiceList .item .mp-title {
  position: relative;
  float: right;
  width: 76%;
  margin: 0;
  padding-left: 20px;
  padding-right: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item .mp-title {
    float: none;
    width: auto;
    clear: both;
    padding: 0 80px 10px 0;
  }
  .voice .mp-voiceList .item .mp-title br {
    display: none;
  }
}
.voice .mp-voiceList .item .mp-author {
  position: absolute;
  top: 12px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item .mp-author {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item .mp-author figure {
    display: block;
  }
}
.voice .mp-voiceList .item .mp-author figure img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item .mp-author figure img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item .mp-author figure figcaption {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .voice .mp-voiceList .item .mp-author figure figcaption dfn {
    padding: 0 4px 0 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
.voice .mp-voiceList .item .mp-author figure figcaption .name {
  font-size: 14px;
  font-size: 1.4rem;
}
.voice .mp-voiceList .item .link {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceList .item .link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    clear: both;
    text-align: right;
  }
}
.voice .mp-voiceEntry {
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry {
    margin-bottom: 1px;
    padding: 20px 0 0;
  }
}
.voice .mp-voiceEntry .voiceHeader {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceHeader {
    margin-bottom: 20px;
  }
}
.voice .mp-voiceEntry .voiceHeader .mp-title {
  padding-right: 200px;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceHeader .mp-title {
    margin-bottom: 10px;
    padding-right: 60px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.voice .mp-voiceEntry .voiceHeader .mp-author {
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceHeader .mp-author {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceHeader .mp-author figure {
    display: block;
    width: 54px;
  }
  .voice .mp-voiceEntry .voiceHeader .mp-author figure img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceHeader .mp-author figure figcaption {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.voice .mp-voiceEntry .voiceHeader .mp-author figure figcaption dfn {
  display: block;
  padding: 0;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceHeader .mp-author figure figcaption dfn {
    display: inline-block;
    padding: 0 4px 0 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
.voice .mp-voiceEntry .voiceHeader .meta p {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceHeader .meta p {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.voice .mp-voiceEntry .voiceBody {
  padding: 80px 0 40px;
  background: url("../img/common/bg_paper.jpg");
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody {
    margin: 0;
    padding: 20px 10px;
  }
}
.voice .mp-voiceEntry .voiceBody .item {
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto 40px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item {
    margin: 0 0 20px;
    padding: 0;
  }
}
.voice .mp-voiceEntry .voiceBody .item .mp-author {
  float: left;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item .mp-author {
    width: 60px;
  }
}
.voice .mp-voiceEntry .voiceBody .item .mp-author figure {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item .mp-author figure {
    display: block;
    width: 100%;
  }
}
.voice .mp-voiceEntry .voiceBody .item .mp-author figure img {
  background: #FFF;
}
.voice .mp-voiceEntry .voiceBody .item .mp-author figure figcaption {
  position: relative;
  float: right;
  margin-top: -36px;
  width: 36px;
  height: 36px;
  background-color: #666;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item .mp-author figure figcaption {
    display: block;
    margin: -20px -4px 0 0;
    padding: 0;
    width: 24px;
    height: 24px;
  }
}
.voice .mp-voiceEntry .voiceBody .item .mp-author figure figcaption svg {
  width: 24px;
  height: 24px;
  fill: #FFF;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item .mp-author figure figcaption svg {
    margin: 8px 0 0 2px;
    width: 20px;
    height: 16px;
  }
}
.voice .mp-voiceEntry .voiceBody .item .message {
  position: relative;
  max-width: 680px;
  margin: 0 140px;
  padding: 32px;
  background-color: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item .message {
    margin: 0 0 0 80px;
    padding: 10px;
  }
}
.voice .mp-voiceEntry .voiceBody .item .message:before {
  position: absolute;
  top: 35px;
  left: 0;
  margin-left: -30px;
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-top: 30px solid #FFF;
  content: " ";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item .message:before {
    top: 32px;
    margin-left: -15px;
    border-width: 15px;
  }
}
.voice .mp-voiceEntry .voiceBody .item.answer .mp-author {
  float: right;
}
.voice .mp-voiceEntry .voiceBody .item.answer .message {
  color: #FFF;
  background-color: #2689FF;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item.answer .message {
    margin: 0 80px 0 0;
  }
}
.voice .mp-voiceEntry .voiceBody .item.answer .message:before {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -30px;
  border-right: 30px solid transparent;
  border-left: none;
  border-top: 30px solid #2689FF;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceBody .item.answer .message:before {
    margin-right: -15px;
    border-width: 15px;
  }
}
.voice .mp-voiceEntry .voiceFooter {
  position: relative;
  margin-bottom: 80px;
  padding: 0 0 40px;
  background: url("../img/common/bg_paper.jpg");
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceFooter {
    margin: 0;
    padding: 0 10px 20px;
  }
}
.voice .mp-voiceEntry .voiceFooter [class^=illust] {
  position: absolute;
  top: 0;
  left: 50%;
}
.voice .mp-voiceEntry .voiceFooter [class^=illust].illust01 {
  top: 70px;
  margin-left: 260px;
}
.voice .mp-voiceEntry .voiceFooter [class^=illust].illust02 {
  top: 390px;
  margin-left: -340px;
}
.voice .mp-voiceEntry .voiceFooter [class^=illust].illust03 {
  top: 240px;
  margin-left: -380px;
}
.voice .mp-voiceEntry .voiceFooter [class^=illust].illust04 {
  top: 440px;
  margin-left: 300px;
}
.voice .mp-voiceEntry .voiceFooter .mp-title {
  max-width: 680px;
  margin: 0 auto 40px;
  padding-top: 80px;
  background: url("../img/common/bg_flag.png") repeat-x 0 0;
  background-size: 85px;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceFooter .mp-title {
    padding-top: 40px;
    font-size: 40px;
    font-size: 4rem;
    background-size: 60px;
  }
}
.voice .mp-voiceEntry .voiceFooter .body {
  max-width: 440px;
  margin: 0 auto;
}
.voice .mp-voiceEntry .voiceFooter .body .main {
  float: left;
  width: 64%;
}
.voice .mp-voiceEntry .voiceFooter .body .main dl {
  margin: 0;
}
.voice .mp-voiceEntry .voiceFooter .body .main dl dt {
  font-size: 14px;
  font-size: 1.4rem;
}
.voice .mp-voiceEntry .voiceFooter .body .main dl dd {
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceFooter .body .main dl dd {
    margin-bottom: 1em;
  }
}
.voice .mp-voiceEntry .voiceFooter .body .sub {
  float: right;
  width: 32%;
}
.voice .mp-voiceEntry .voiceFooter .body .sub figure img {
  max-width: 100%;
}
.voice .mp-voiceEntry .voiceFooter .body .sub figure a {
  outline: none;
}
.voice .mp-voiceEntry .voiceFooter .body .sub figure .mp-zoom {
  position: relative;
  float: right;
  margin-top: -1.75em;
  margin-right: -1em;
}
@media screen and (max-width: 768px) {
  .voice .mp-voiceEntry .voiceFooter .body .sub figure .mp-zoom {
    margin-top: -2.2em;
    margin-right: 5px;
  }
}

.seminar .mp-leadBgSection .bg {
  background: url(../img/seminar/mainimg.jpg);
}
.seminar .mp-leadBgSection .inner {
  max-width: 620px;
}
.seminar .mp-leadBgSection .inner .label {
  background-color: #FFFF00;
}
.seminar .mp-leadBgSection .pointLIst {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 20px -10px 0;
}
@media screen and (max-width: 768px) {
  .seminar .mp-leadBgSection .pointLIst {
    margin-top: 15px;
  }
}
.seminar .mp-leadBgSection .pointLIst li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 10px 30px 5px;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .seminar .mp-leadBgSection .pointLIst li {
    padding: 8px 15px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.seminar .mp-leadBgSection .pointLIst li.free {
  background: #FFD1E1;
}
.seminar .mp-leadBgSection .pointLIst li.reservation {
  background: #F8F296;
}
.seminar .mp-leadBgSection .pointLIst li.understand {
  background: #CDEFF4;
}
.seminar .mp-leadBgSection .pointLIst li:before {
  content: "";
  display: block;
  width: 60px;
  height: 20px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/seminar/img_tape.png) 50% 0 no-repeat;
  z-index: 1;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .seminar .mp-leadBgSection .pointLIst li:before {
    top: -5px;
    width: 35px;
    height: 15px;
  }
}
.seminar .marker {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.seminar .seminarSection.mp-leadSection {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.mp-leadSection {
    margin-top: 15px;
  }
}
.seminar .seminarSection.trouble {
  margin-bottom: 20px;
  padding: 40px;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.trouble {
    padding: 10px;
  }
}
.seminar .seminarSection.trouble dl {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 30px 10% 30px 12%;
  max-width: 1200px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.trouble dl {
    display: block;
    padding: 20px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
.seminar .seminarSection.trouble dl .title {
  box-sizing: border-box;
  width: 121px;
  height: 99px;
  padding: 29px 0 0 48px;
  background: url(../img/common/illust_balloon.png) 0 0 no-repeat;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.trouble dl .title {
    width: auto;
    height: auto;
    padding: 3px 0 10px 48px;
    color: #000;
    background-size: 40px;
  }
}
.seminar .seminarSection.trouble dl .title span {
  display: inline-block;
  min-width: 76px;
}
.seminar .seminarSection.trouble dl .text {
  margin: 0 0 0 50px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.trouble dl .text {
    margin: 0;
    line-height: 1.6;
  }
  .seminar .seminarSection.trouble dl .text li {
    padding: 0.25em;
  }
}
.seminar .seminarSection.merit {
  margin-bottom: 0;
  padding: 20px 40px 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.merit {
    padding: 0 10px;
  }
}
.seminar .seminarSection.merit .mp-title.xlarge {
  max-width: 1000px;
  margin: 0 auto 40px;
  background: url(../img/common/illust_chair_two.png) 0 50% no-repeat, url(../img/common/illust_lady.png) 100% 50% no-repeat;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.merit .mp-title.xlarge {
    margin: 40px 0;
    padding-top: 12px;
    background: url(../img/common/illust_chair_two.png) 8% 0 no-repeat, url(../img/common/illust_lady.png) 92% 0 no-repeat;
    background-size: 48px;
  }
}
.seminar .seminarSection.merit .mp-title.xlarge .bg {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 30px;
  background: url(../img/common/bg_text_left_red.png) 0 50% no-repeat, url(../img/common/bg_text_right_red.png) 100% 50% no-repeat;
  color: #71788C;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.merit .mp-title.xlarge .bg {
    padding: 0 18px;
    font-size: 14px;
    font-size: 1.4rem;
    background-size: 10px auto;
  }
}
.seminar .seminarSection.merit .wrap {
  max-width: 1420px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.merit .wrap {
    display: block;
    margin: 0;
  }
}
.seminar .seminarSection.merit .wrap .item {
  position: relative;
  box-sizing: border-box;
  flex: 0 1 30%;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.merit .wrap .item {
    display: block;
    margin-bottom: 40px;
  }
}
.seminar .seminarSection.merit .wrap .item .photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.seminar .seminarSection.merit .wrap .item .photo img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.merit .wrap .item .photo img {
    max-width: 140px;
  }
}
.seminar .seminarSection.merit .wrap .item .inner .mp-title.large {
  margin: 0;
}
.seminar .seminarSection.merit .wrap .item .inner .mp-title.large .number {
  display: block;
  width: 72px;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px 0 18px;
  background: url(../img/common/bg_ribbon_red.png) 0 0 no-repeat;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.merit .wrap .item .inner .mp-title.large .number {
    margin-left: -10px;
    margin-bottom: -10px;
    transform: scale(0.75);
  }
}
.seminar .seminarSection.merit .wrap .item .inner .mp-title.large .bg {
  background-color: #fff;
}
.seminar .seminarSection.merit .wrap .item .inner .text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.merit .wrap .item .inner .text {
    margin-top: 10px;
  }
}
.seminar .seminarSection.about {
  padding: 20px 0 50px;
  margin-bottom: 0;
  background: url(../img/common/bg_pattern.png) 50% 0 repeat #FEF026;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about {
    padding: 10px 0 20px;
  }
}
.seminar .seminarSection.about .inner {
  position: relative;
  padding: 50px 25px;
  background: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .inner {
    display: block;
    padding: 30px 10px 30px 40px;
    border-radius: 5px;
  }
}
.seminar .seminarSection.about .mp-title.xlarge {
  margin-bottom: 30px;
}
.seminar .seminarSection.about .icon {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 70px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .icon {
    top: -35px;
    width: 50px;
  }
}
.seminar .seminarSection.about .icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .mp-title.xlarge {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.seminar .seminarSection.about .item-list {
  display: flex;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .item-list {
    display: block;
    margin-left: 0;
  }
}
.seminar .seminarSection.about .item {
  width: calc((100% - 150px) / 3);
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .item {
    width: auto;
    margin: 25px 0 0;
  }
}
.seminar .seminarSection.about .item .title {
  position: relative;
  padding: 10px 40px;
  background: #EEE;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .item .title {
    padding: 10px 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar .seminarSection.about .item .title-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .item .title-icon {
    width: 58px;
  }
}
.seminar .seminarSection.about .item .aboutList {
  margin: 20px 0 0 -10px;
}
.seminar .seminarSection.about .item .aboutList li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .item .aboutList li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar .seminarSection.about .item .aboutList li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 5px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CCC;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.about .item .aboutList li:before {
    top: 0.6em;
    width: 5px;
    height: 5px;
  }
}
.seminar .seminarSection.about .item .aboutList li span {
  font-weight: bold;
}
.seminar .seminarSection.voice {
  padding: 50px 40px;
  margin-bottom: 0;
  background: url(../img/common/bg_paper.jpg);
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.voice {
    padding: 30px 10px;
  }
}
.seminar .seminarSection.voice .mp-title.xlarge {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.voice .mp-title.xlarge {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.seminar .seminarSection.voice .mp-title.xlarge span {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
.seminar .seminarSection.voice .voiceList {
  max-width: 960px;
  margin: 0 auto;
}
.seminar .seminarSection.voice .voiceList .item {
  margin-top: 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.voice .voiceList .item {
    margin-top: 10px;
  }
}
.seminar .seminarSection.voice .voiceList .person {
  box-sizing: border-box;
  width: 140px;
  padding-right: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.voice .voiceList .person {
    width: 60px;
    padding-right: 10px;
  }
}
.seminar .seminarSection.voice .voiceList .person img {
  width: auto;
  height: 90px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.voice .voiceList .person img {
    height: 50px;
  }
}
.seminar .seminarSection.voice .voiceList .text {
  position: relative;
  margin: 0;
  padding: 16px 24px;
  box-sizing: border-box;
  width: calc(100% - 140px);
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.voice .voiceList .text {
    width: calc(100% - 60px);
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar .seminarSection.voice .voiceList .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #fff transparent transparent;
}
.seminar .seminarSection.voice .voiceList .text dt {
  font-weight: bold;
}
.seminar .seminarSection.voice .voiceList .text dd {
  margin: 5px 0 0;
  line-height: 1.4;
}
.seminar .seminarSection.promise {
  padding: 40px;
  margin: 0;
  background: url(../img/common/bg_paper_02.jpg) 0 0;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.promise {
    padding: 30px 0 10px;
  }
}
.seminar .seminarSection.promise .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 60px 60px 60px 245px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .seminar .seminarSection.promise .wrap {
    display: block;
    margin: 30px 10px 0;
    padding: 10px 10px 20px;
  }
}
.seminar .seminarSection.promise .wrap .mp-title.xlarge {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .seminar .seminarSection.promise .wrap .mp-title.xlarge {
    max-width: 240px;
    margin: 0 auto;
    padding: 20px 0 20px 180px;
    font-weight: bold;
  }
}
.seminar .seminarSection.promise .wrap .mp-title.xlarge .en {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .seminar .seminarSection.promise .wrap ul {
    padding-top: 20px;
  }
}
.seminar .seminarSection.promise .wrap ul li {
  padding-left: 30px;
  background: url(../img/common/icon_check.png) 0 0.4em no-repeat;
}
.seminar .seminarSection.promise .wrap ul li + li {
  margin-top: 15px;
}
.seminar .seminarSection.promise .wrap figure {
  position: absolute;
  top: -60px;
  left: 45px;
}
@media screen and (max-width: 1200px) {
  .seminar .seminarSection.promise .wrap figure {
    top: 10px;
    left: 50%;
    margin-left: -190px;
  }
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.promise .wrap figure {
    top: -40px;
    margin-left: -140px;
  }
}
.seminar .seminarSection.promise .wrap figure img {
  vertical-align: bottom;
}
@media screen and (max-width: 1200px) {
  .seminar .seminarSection.promise .wrap figure img {
    width: 100px;
    height: auto;
  }
}
.seminar .seminarSection.present {
  margin-top: 80px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.present {
    margin-top: 40px;
  }
}
.seminar .seminarSection.present .presentImg img {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.present .presentImg img {
    max-width: 300px;
    width: 70%;
  }
}
.seminar .seminarSection.present p {
  font-size: 1.4rem;
}
.seminar .seminarSection.present .area-block {
  max-width: 960px;
}
.seminar .seminarSection.selection {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection {
    padding: 40px 0 0;
    border-bottom: #CCC 1px solid;
  }
}
.seminar .seminarSection.selection .mp-title.small {
  margin: 0 0 16px 10px;
}
.seminar .seminarSection.selection .wrap {
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap {
    margin: 0 10px;
  }
}
.seminar .seminarSection.selection .wrap > .item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item {
    position: relative;
    float: none;
    width: auto;
    padding: 0 0 20px;
    overflow: hidden;
  }
}
.seminar .seminarSection.selection .wrap > .item figure {
  padding-top: 30px;
  border-top: #CCC 1px solid;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item figure {
    padding-top: 20px;
  }
}
.seminar .seminarSection.selection .wrap > .item figure img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item figure img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 80px;
  }
}
.seminar .seminarSection.selection .wrap > .item .mp-title {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item .mp-title {
    text-align: left;
    margin: 0 0 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item .detail {
    padding-left: 100px;
  }
}
.seminar .seminarSection.selection .wrap > .item .detail .list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item .detail .list {
    margin-top: 0;
  }
}
.seminar .seminarSection.selection .wrap > .item .detail .list li {
  padding-left: 40px;
  background: url(../img/common/icon_check_yellow.png) 0 0.2em no-repeat;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item .detail .list li {
    padding-left: 24px;
    background-size: 18px;
  }
}
.seminar .seminarSection.selection .wrap > .item .detail .list li + li {
  margin-top: 10px;
}
.seminar .seminarSection.selection .wrap > .item .detail .schedule {
  margin-top: 20px;
  padding: 8px 20px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item .detail .schedule {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item .detail .schedule li {
    margin: 0;
  }
}
.seminar .seminarSection.selection .wrap > .item .detail .schedule li dl {
  margin: 0;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .seminar .seminarSection.selection .wrap > .item .detail .schedule li dl {
    margin: 0;
  }
}
.seminar .seminarSection.selection .wrap > .item .detail .schedule li dl .status {
  display: inline-block;
  margin-right: 4px;
  padding: 1px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 5px;
}
.seminar .seminarSection.selection .wrap > .item .detail .schedule li dl .status.available {
  color: #1592E6;
  background-color: #FFF;
}
.seminar .seminarSection.selection .wrap > .item .detail .schedule li dl .status.full {
  background-color: #71788C;
  color: #fff;
}
.seminar .seminarSection.selection .wrap > .item .detail .schedule li dl .date {
  display: inline-block;
  margin: 0;
}
.seminar .seminarSection.selection .wrap > .item.womanSingle figure {
  border-color: #FF6499;
}
.seminar .seminarSection.selection .wrap > .item.womanSingle .schedule {
  background-color: #E0648F;
}
.seminar .seminarSection.selection .wrap > .item.couple figure {
  border-color: #00B5D6;
}
.seminar .seminarSection.selection .wrap > .item.couple .schedule {
  background-color: #4BB4C7;
}
.seminar .seminarSection.selection .wrap > .item.family figure {
  border-color: #FFBA00;
}
.seminar .seminarSection.selection .wrap > .item.family .schedule {
  background-color: #ED9914;
}
.seminar .seminarSection.selection .wrap > .item.special figure {
  border-color: #71788C;
}
.seminar .seminarSection.selection .wrap > .item.special .schedule {
  background-color: #D0544C;
}
.seminar .mp-modal .formMap {
  line-height: 1.5;
}
.seminar .mp-modal .formMap dt {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .seminar .mp-modal .formMap dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.seminar .mp-modal .formMap dd {
  margin: 5px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .seminar .mp-modal .formMap dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar .mp-modal .formMap dd.map {
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .seminar .mp-modal .formMap dd.map {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar .mp-modal .formMap dd.map .mapArea {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .seminar .mp-modal .formMap dd.map .mapArea {
    height: 200px;
    margin: 0 auto 10px;
  }
}
.seminar .mp-modal .formMap dd.photo {
  margin: 0;
  padding-top: 20px;
  clear: both;
  overflow: hidden;
}
.seminar .mp-modal .formMap dd.photo figure {
  width: 50%;
  float: left;
  text-align: center;
  padding: 1px;
  box-sizing: border-box;
}
.seminar .mp-modal .formMap dd.photo figure img {
  width: 100%;
  max-width: 355px;
  height: auto;
}
.seminar .mp-entrySeminarHeader {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarHeader {
    margin-top: 20px;
  }
}
.seminar .mp-entrySeminarHeader .mp-title.xlarge {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarHeader .mp-title.xlarge {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarHeader .mp-title.xlarge br {
    display: none;
  }
}
.seminar .mp-entrySeminarHeader .meta dl {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarHeader .meta dl {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.seminar .mp-entrySeminarHeader .meta dl dd {
  margin: 0;
}
.seminar .mp-entrySeminarHeader .meta dl dd span {
  font-size: 14px;
  font-size: 1.4rem;
}
.seminar .mp-entrySeminarHeader .meta ul li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .seminar .mp-entrySeminarHeader .meta ul li {
    display: block;
    margin-right: 0;
  }
}
.seminar .mp-entrySeminarHeader .meta ul li:last-of-type {
  margin: 0;
}
.seminar .mp-entrySeminarBody {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarBody {
    margin-bottom: 30px;
  }
}
.seminar .mp-entrySeminarBody .staffVoice {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarBody .staffVoice {
    margin: 20px 0;
  }
}
.seminar .mp-entrySeminarBody .staffVoice .photo {
  flex-shrink: 0;
  width: 160px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarBody .staffVoice .photo {
    width: 60px;
    margin-right: 20px;
  }
}
.seminar .mp-entrySeminarBody .staffVoice .photo img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.seminar .mp-entrySeminarBody .staffVoice .text {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #EEE;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarBody .staffVoice .text {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar .mp-entrySeminarBody .staffVoice .text::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 20px 0;
  border-color: transparent #EEE transparent transparent;
}
@media screen and (max-width: 768px) {
  .seminar .mp-entrySeminarBody .staffVoice .text::before {
    border-width: 0 18px 14px 0;
  }
}
.seminar .mp-entrySeminarBody .seminarImg {
  margin-bottom: 1em;
}
.seminar .mp-entrySeminarBody .seminarImg img {
  max-width: 100%;
}
.seminar .mp-entrySeminarBody > p {
  margin-bottom: 1em;
}
.seminar .mp-entrySeminarBody .column-image-center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .seminar .mp-formWrap {
    padding-top: 1px;
  }
}
.seminar .mp-formWrap .example {
  text-align: left;
}

.seminarImgBlock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #EEE;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .seminarImgBlock {
    display: block;
    padding: 20px 10px;
  }
}
.seminarImgBlock .seminarBody {
  box-sizing: border-box;
  width: 74%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .seminarImgBlock .seminarBody {
    width: auto;
    padding-left: 0;
  }
}
.seminarImgBlock .seminarName {
  font-weight: bold;
  line-height: 1.4;
}
.seminarImgBlock .place {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.seminarImgBlock .mp-modalToggle {
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  color: #09c;
}
.seminarImgBlock .seminarImg {
  width: 26%;
}
@media screen and (max-width: 768px) {
  .seminarImgBlock .seminarImg {
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
}
.seminarImgBlock .seminarImg img {
  max-width: 320px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.seminarImgBlock .staffVoice {
  margin-top: 20px;
  width: 100%;
  display: flex;
}
.seminarImgBlock .staffVoice .photo {
  flex-shrink: 0;
  width: 60px;
  margin-right: 20px;
}
.seminarImgBlock .staffVoice .photo img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 2px solid #CCC;
  border-radius: 50%;
  vertical-align: bottom;
}
.seminarImgBlock .staffVoice .text {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .seminarImgBlock .staffVoice .text {
    padding: 10px;
  }
}
.seminarImgBlock .staffVoice .text::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 14px 0;
  border-color: transparent #ffffff transparent transparent;
}

.seminarDateBlock[open] .seminarDateTitle {
  display: none;
}

.seminarDateTitle {
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 10px;
  background-color: #E5F8FF;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #09c;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .seminarDateTitle {
    font-size: 1.4rem;
  }
}
.seminarDateTitle::-webkit-details-marker {
  display: none;
}
.seminarDateTitle:hover {
  opacity: 0.85;
}

span.seminarDateIcon::before {
  content: "+";
  font-size: 1.5em;
}

.seminarDateList {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -8px -8px 0;
}
.seminarDateList.col4 .item {
  width: calc(25% - 8px);
}
@media screen and (max-width: 768px) {
  .seminarDateList.col4 .item {
    width: calc(50% - 8px);
  }
}
.seminarDateList .item {
  margin: 0 8px 8px 0;
  width: calc((100% - 16px - 8px) / 3 - 0.1px);
}
@media screen and (max-width: 960px) {
  .seminarDateList .item {
    width: calc((100% - 8px - 8px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .seminarDateList .item {
    margin: 0 4px 4px 0;
    width: calc((100% - 8px - 8px) / 3);
  }
}
.seminarDateList label {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #CCC;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .seminarDateList label input[type=radio] {
    transform: scale(1);
  }
}
.seminarDateList label.full {
  cursor: default;
  box-shadow: none;
  background: none;
}
.seminarDateList label.full input[type=radio] {
  display: none;
}
.seminarDateList label.full .radio {
  background: url(../img/seminar/icon_close.png) 50% 50% no-repeat;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .seminarDateList label.full .radio {
    background-size: 12px;
  }
}
.seminarDateList .radio {
  width: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .seminarDateList .radio {
    width: 20px;
  }
}
.seminarDateList input[type=radio] {
  margin: 0 !important;
  cursor: pointer;
}
.seminarDateList .text {
  flex-grow: 1;
  padding: 5px 10px;
  border-left: 1px dashed #CCC;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .seminarDateList .text {
    padding: 3px 5px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.seminarDateList .time {
  display: block;
}
@media screen and (max-width: 768px) {
  .seminarDateList .time {
    font-size: 10px;
    font-size: 1rem;
  }
}
.seminarDateList .time .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminarDateList .time .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.seminarDateList .availability {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .seminarDateList .availability {
    padding: 2px 4px;
  }
}
.seminarDateList .availability.vacant {
  background-color: #E5F8FF;
  color: #005AC3;
}
.seminarDateList .availability.little {
  background-color: #FF7800;
}
.seminarDateList .availability.full {
  background-color: #666666;
}

.seminar2019 .btnWrap {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar2019 .btnWrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .seminarSection.promise .mp-text-center {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .seminarSection.promise .wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .seminarSection.promise .wrap .mp-title.xlarge {
    max-width: 190px;
    padding: 10px 0 0 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .seminar2019 .seminarSection.promise .wrap figure {
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .seminarSection.promise .wrap figure {
    margin-left: -110px;
    top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .seminarSection.promise .wrap figure img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .seminarSection.promise .wrap ul li {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    background: url(../img/common/icon_check.png) 0 0.4em no-repeat;
    background-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .seminarSection.promise .wrap ul li + li {
    margin-top: 5px;
  }
}
.seminar2019 .mp-formWrap {
  padding: 50px 40px 0;
  background: url(../img/common/bg_pattern.png) 65% -70px repeat-x #FEF026;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap {
    padding: 30px 10px 10px;
  }
}
.seminar2019 .mp-formWrap .mp-title.xlarge {
  margin-bottom: 0;
}
.seminar2019 .mp-formWrap .message {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .message {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar2019 .mp-formWrap .mp-form {
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .mp-form {
    margin-top: 10px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .mp-form.mail {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar2019 .mp-formWrap .seminarImgWrap {
  margin-top: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgWrap {
    border: none;
  }
}
.seminar2019 .mp-formWrap .seminarImgBlock {
  position: relative;
  margin-top: 0;
  padding: 20px;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock {
    position: relative;
    flex-direction: row;
    margin-top: 20px;
    padding: 20px 0 0;
    border-top: 1px solid #CCC;
  }
}
.seminar2019 .mp-formWrap .seminarImgBlock + .seminarImgBlock {
  border-top: 1px solid #CCC;
}
.seminar2019 .mp-formWrap .seminarImgBlock .seminarBody {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .seminarBody {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .seminarName {
    display: block;
    margin-right: 80px;
    line-height: 1.3;
  }
}
.seminar2019 .mp-formWrap .seminarImgBlock .seminarName a {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .seminarName a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar2019 .mp-formWrap .seminarImgBlock .seminarName a:hover .text {
  color: #09c;
}
.seminar2019 .mp-formWrap .seminarImgBlock .seminarName a .text {
  display: block;
  width: calc(100% - 90px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .seminarName a .text {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .seminarName br {
    display: none;
  }
}
.seminar2019 .mp-formWrap .seminarImgBlock .detail {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #09c;
  width: 70px;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .detail {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    margin-top: 5px;
  }
}
.seminar2019 .mp-formWrap .seminarImgBlock .place {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .place {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.seminar2019 .mp-formWrap .seminarImgBlock .seminarDateList {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .seminarDateList {
    margin-top: 5px;
  }
}
.seminar2019 .mp-formWrap .seminarImgBlock .seminarDateList label.full {
  background: #EEE;
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .seminarImgBlock .seminarImg {
    width: 70px;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .seminar2019 .mp-formWrap .mp-line {
    margin-left: 0;
    margin-right: 0;
  }
}

.seminar-header {
  border-top: 5px solid #FEF026;
  padding: 80px 40px;
  background: url(../img/seminar/kv_header.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar-header {
    padding: 24vw 10px 60px;
    background-image: url(../img/seminar/kv_header_sp.jpg);
    background-position: 50% 0;
    background-size: 100%;
  }
}
.seminar-header-catch {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminar-header-catch {
    font-size: 1.2rem;
  }
}
.seminar-header-title {
  position: relative;
  display: inline-block;
  margin: 15px 0 0;
  font-size: 5.4rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .seminar-header-title {
    font-size: 3rem;
  }
}
.seminar-header-title::before {
  position: absolute;
  bottom: 0;
  left: -80px;
  content: "";
  width: 130px;
  height: 150px;
  background: url(../img/seminar/icon_flag.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .seminar-header-title::before {
    left: -25px;
    width: 88px;
    height: 100px;
  }
}
.seminar-header-list {
  margin: 30px -15px 0 0;
  display: flex;
  justify-content: center;
}
.seminar-header-item {
  position: relative;
  box-sizing: border-box;
  margin-right: 15px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2C2C2C;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .seminar-header-item {
    width: calc((100% - 45px) / 3);
    padding: 5px 15px;
    min-width: inherit;
    font-size: 1.2rem;
  }
}
.seminar-header-item::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  content: "";
  width: 28px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.seminar-header-item.item1::before {
  background-image: url(../img/seminar/img_hole_01.svg);
}
.seminar-header-item.item2::before {
  background-image: url(../img/seminar/img_hole_02.svg);
}
.seminar-header-item.item3::before {
  background-image: url(../img/seminar/img_hole_03.svg);
}
.seminar-header-lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .seminar-header-lead {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.seminar-header-present {
  max-width: 670px;
  margin: 60px auto 0;
  border-radius: 5px;
  background: #FFFAB1 url(../img/seminar/bg_stripe.png);
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .seminar-header-present {
    margin-top: 30px;
    max-width: 480px;
  }
}
.seminar-header-present-link {
  position: relative;
  display: block;
  padding: 20px 40px 20px 190px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .seminar-header-present-link {
    padding: 15px 15px 15px 100px;
  }
}
.seminar-header-present-link:hover {
  text-decoration: none;
}
.seminar-header-present-thumb {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  border: 3px solid #FEF026;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .seminar-header-present-thumb {
    left: 15px;
    width: 80px;
    height: 80px;
  }
}
.seminar-header-present-img {
  width: 90px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .seminar-header-present-img {
    width: 50px;
  }
}
.seminar-header-present-catch {
  position: absolute;
  top: -15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .seminar-header-present-catch {
    top: -25px;
    left: -10px;
  }
}
.seminar-header-present-catch img {
  width: 74px;
}
.seminar-header-present-text {
  padding-right: 20px;
  background: url(../img/seminar/arrow_bottom.svg) 100% 50% no-repeat;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}
.seminar-header-present-sub {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .seminar-header-present-sub {
    font-size: 1.2rem;
  }
}
.seminar-header-present-main {
  margin-top: 2px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .seminar-header-present-main {
    font-size: 1.4rem;
  }
}

.seminar-imgcont-header,
.seminar-imgcont-section {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.seminar-imgcont-header img,
.seminar-imgcont-section img {
  max-width: 100%;
}
.seminar-imgcont-header .reserve-btn,
.seminar-imgcont-section .reserve-btn {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar-imgcont-header .reserve-btn,
.seminar-imgcont-section .reserve-btn {
    margin: 30px 0;
  }
}
.seminar-imgcont-header .reserve-btn img,
.seminar-imgcont-section .reserve-btn img {
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .seminar-imgcont-header .reserve-btn img,
.seminar-imgcont-section .reserve-btn img {
    max-width: 80%;
  }
}

.seminar-imgcont-tag {
  margin-top: 40px;
  padding: 40px 20px;
  background-color: #EEEB7F;
}
.seminar-imgcont-tag .title {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.seminar-imgcont-tag-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.seminar-imgcont-tag-item a {
  display: inline-block;
  padding: 0 10px;
  background-color: #FFF;
  border: #000 2px solid;
  border-radius: 100px;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminar-imgcont-tag-item a {
    padding: 2px 10px;
    font-size: 1.6rem;
  }
}
.seminar-imgcont-tag-item a::before {
  content: "#";
}
.seminar-imgcont-tag-item a:hover {
  text-decoration: none;
  background-color: #000;
  color: #FFF;
}

.blog .mp-topicksArchive {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .blog .mp-topicksArchive {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .blog article {
    padding: 0 10px;
    background-color: #EEE;
  }
}
.blog article .mp-entryHeader {
  position: relative;
  padding: 40px 200px 40px 40px;
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader {
    padding: 5px 100px 0 10px;
    background-color: #FFF;
    border-radius: 5px 5px 0 0;
  }
}
.blog article .mp-entryHeader.nostaff {
  padding-right: 0 !important;
}
.blog article .mp-entryHeader .mp-topicksCategory {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader .mp-topicksCategory {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.blog article .mp-entryHeader .mp-title {
  margin-bottom: 0;
  text-align: left;
}
.blog article .mp-entryHeader .meta time {
  color: #999;
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader .meta time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.blog article .mp-entryHeader .mp-author {
  position: absolute;
  top: 12px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader .mp-author {
    top: 25px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader .mp-author figure {
    display: block;
  }
}
.blog article .mp-entryHeader .mp-author figure img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader .mp-author figure img {
    margin: 0 auto;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader .mp-author figure figcaption {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader .mp-author figure figcaption .roll {
    font-size: 10px;
    font-size: 1rem;
  }
}
.blog article .mp-entryHeader .mp-author figure figcaption .name {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryHeader .mp-author figure figcaption .name {
    display: block;
    margin-top: -5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.blog article .mp-entryBody {
  padding: 0 40px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryBody {
    margin: 0 0 1px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 5px 5px 0 0;
  }
}
.blog article .mp-entryBody p,
.blog article .mp-entryBody ul,
.blog article .mp-entryBody ol,
.blog article .mp-entryBody table {
  margin-bottom: 1em;
}
.blog article .mp-entryBody ul {
  padding-left: 1.25em;
  list-style: disc;
}
.blog article .mp-entryBody ol {
  padding-left: 1.25em;
}
.blog article .mp-entryBody dl {
  margin-bottom: 0.5em;
}
.blog article .mp-entryBody dl dt {
  font-weight: bold;
}
.blog article .mp-entryBody dl dd {
  margin: 0 0 0.5em;
  padding-left: 1em;
}
.blog article .mp-entryBody h2 {
  margin-top: 2em;
  padding: 16px 20px;
  background-color: #EEE;
  border-radius: 5px;
}
.blog article .mp-entryBody h3 {
  padding-left: 18px;
  border-left: #8FB2C9 1px solid;
}
.blog article .mp-entryBody h4 {
  margin-bottom: 0.5em;
}
.blog article .mp-entryBody figure {
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.blog article .mp-entryBody img {
  max-width: 100%;
}
.blog article .mp-entryBody blockquote {
  position: relative;
  margin: 0 0 24px;
  padding: 40px 72px 20px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryBody blockquote {
    margin: 0;
    padding: 60px 0 40px;
    background-color: #FFF;
    border-radius: 5px 5px 0 0;
    font-style: italic;
  }
}
.blog article .mp-entryBody blockquote:after {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 120px;
  color: #CCC;
  line-height: 1;
  content: "“";
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryBody blockquote:after {
    left: -20px;
  }
}
.blog article .mp-entryBody blockquote:before {
  position: absolute;
  bottom: -0.5em;
  right: 10px;
  font-size: 120px;
  color: #CCC;
  line-height: 1;
  z-index: 0;
  content: "”";
}
@media screen and (max-width: 768px) {
  .blog article .mp-entryBody blockquote:before {
    right: 0px;
  }
}
.blog .mp-entryAuthor {
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  .blog .mp-entryAuthor {
    padding: 0;
  }
}
.blog .mp-entryAuthor .mp-entryAuthorBody {
  max-width: 720px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.blog .mp-entryAuthor .mp-entryAuthorBody .photo {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: #CCC 3px solid;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .blog .mp-entryAuthor .mp-entryAuthorBody .photo {
    width: 80px;
    height: 80px;
  }
}
.blog .mp-entryAuthor .mp-entryAuthorBody .photo img {
  width: 100%;
  height: auto;
}
.blog .mp-entryAuthor .mp-entryAuthorBody .text {
  flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .blog .mp-entryAuthor .mp-entryAuthorBody .text {
    padding-left: 20px;
  }
}
.blog .mp-entryAuthor .mp-entryAuthorBody .text .position {
  font-size: 1.2rem;
  color: #999;
}
.blog .mp-entryAuthor .mp-entryAuthorBody .text .name {
  font-weight: bold;
}
.blog .mp-entryAuthor .mp-entryAuthorBody .text .greeting {
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .blog .mp-entryAuthor .mp-entryAuthorBody .text .greeting {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .blog .mp-entryAuthor .mp-entryAuthorBody .text .greeting br {
    display: none;
  }
}
.blog .mp-entryArchiveList {
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  .blog .mp-entryArchiveList {
    padding: 0 0;
  }
}

.contact .mp-formWrap {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact .mp-formWrap {
    padding-top: 0;
  }
}

.info .infoSection {
  position: relative;
  overflow: hidden;
}
.info .infoSection .sectionInner {
  overflow: hidden;
  margin-bottom: 40px;
}
.info .infoSection .sectionInner:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .info .infoSection .sectionInner .mp-table {
    border: none;
  }
  .info .infoSection .sectionInner .mp-table tr th {
    display: block;
    border: none;
    padding-bottom: 0;
  }
  .info .infoSection .sectionInner .mp-table tr td {
    display: block;
    padding-bottom: 20px;
    border: none;
  }
}
.info .infoSection .contentsTitle {
  float: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .info .infoSection .contentsTitle {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .info .infoSection .contentsTitle .mp-externalLink {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.info .infoSection .contentsDetail {
  float: right;
  width: 762px;
}
@media screen and (max-width: 768px) {
  .info .infoSection .contentsDetail {
    float: none;
    width: auto;
  }
}
.info .infoSection .contentsDetail #googleMap {
  width: 100%;
  height: 230px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .info .infoSection .contentsDetail #googleMap {
    height: 250px;
  }
}
.info .infoSection .contentsDetail .mp-title.middle {
  margin-top: 0;
}
.info .infoSection .contentsDetail .projectLinks {
  margin: 0;
}
.info .infoSection .contentsDetail .projectLinks dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.info .infoSection .contentsDetail .projectLinks dd {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .info .infoSection .contentsDetail .projectLinks dd {
    padding-bottom: 20px;
  }
}
.info .infoSection .contentsDetail .projectLinks dd ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.info .infoSection .contentsDetail .projectLinks dd ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .info .infoSection .contentsDetail .projectLinks dd ul li {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
}
.info .infoSection .contentsDetail .projectLinks dd ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.info .infoSection .contentsDetail .projectLinks dd ul li a span {
  font-size: 18px;
  font-size: 1.8rem;
}
.info .infoSection .contentsDetail .projectLinks dd + dt {
  margin-top: 30px;
}
.info .intro .photo img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .info .philosophy .contentsTitle img {
    width: auto;
    margin-left: 15%;
    margin-bottom: 40px;
    height: 180px !important;
  }
}
.info .philosophy .philosophyList {
  display: flex;
  justify-content: space-between;
}
.info .philosophy .philosophyList li img {
  vertical-align: bottom;
}
.info .philosophy .philosophyList li a:hover {
  opacity: 0;
}
.info .philosophy .philosophyList .philosophy01 {
  background: url(../img/info/title_philosophy_01_on.jpg) 0 0 no-repeat;
}
.info .philosophy .philosophyList .philosophy02 {
  background: url(../img/info/title_philosophy_02_on.jpg) 0 0 no-repeat;
}
.info .philosophy .philosophyList .philosophy03 {
  background: url(../img/info/title_philosophy_03_on.jpg) 0 0 no-repeat;
}
.info .philosophy .sectionInner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .info .philosophy .sectionInner {
    padding-top: 40px;
    background-position: 100% 40px !important;
    background-size: auto 200px !important;
  }
}
.info .philosophy .sectionInner + .sectionInner {
  border-top: 1px solid #ccc;
}
.info .philosophy #philosophySec01 {
  background: url(../img/info/photo_philosophy_01.jpg) 0 70% no-repeat;
}
.info .philosophy #philosophySec02 {
  background: url(../img/info/photo_philosophy_02.jpg) 0 85% no-repeat;
}
.info .philosophy #philosophySec03 {
  background: url(../img/info/photo_philosophy_03.jpg) 0 85% no-repeat;
}
.info .mp-qaSection {
  padding: 80px 40px 20px;
}
@media screen and (max-width: 768px) {
  .info .mp-qaSection {
    padding: 40px 10px 20px;
  }
}
.info.sitemap .mp-main {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .info.sitemap .mp-main {
    padding-bottom: 0;
  }
}
.info.sitemap .mp-main a {
  display: block;
  padding: 6px 12px;
  color: #000;
  text-decoration: none;
}
.info.sitemap .mp-main a:hover {
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}
.info.sitemap .mp-main .normalLink {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  border-top: 1px solid #CCC;
  padding-top: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .info.sitemap .mp-main .normalLink {
    flex-direction: column;
    margin: 0 0 10px;
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.info.sitemap .mp-main .normalLink:first-child {
  padding-top: 0;
  border-top: 0;
}
.info.sitemap .mp-main .normalLink.oneColumn {
  display: block;
}
.info.sitemap .mp-main .normalLink.oneColumn li {
  width: auto;
}
.info.sitemap .mp-main .normalLink li {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info.sitemap .mp-main .normalLink li {
    width: auto;
    padding: 0;
  }
}
.info.sitemap .mp-main .categoryLink {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding-top: 40px;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .info.sitemap .mp-main .categoryLink {
    flex-direction: column;
    margin: 0 0 10px;
    padding-top: 20px;
  }
}
.info.sitemap .mp-main .categoryLink .parent {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .info.sitemap .mp-main .categoryLink .parent {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.info.sitemap .mp-main .categoryLink .children {
  width: 66.6%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .info.sitemap .mp-main .categoryLink .children {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.info.sitemap .mp-main .categoryLink .children ul {
  display: flex;
  flex-wrap: wrap;
}
.info.sitemap .mp-main .categoryLink .children ul li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 10px;
}

.policy-section-contact {
  padding: 20px 30px;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .policy-section-contact {
    padding: 20px;
  }
}

.catalog .mp-leadSection {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .catalog .mp-leadSection {
    padding-bottom: 10px;
  }
}
.catalog .mp-leadSection .pageImg {
  max-width: 960px;
  margin: 0 auto 20px;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .catalog .mp-leadSection .pageImg {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.catalog .mp-leadSection .pageImg img {
  vertical-align: bottom;
}
.catalog .mp-leadSection .pageImg .slick-arrow {
  display: none !important;
}
.catalog .mp-leadSection .pageImg .slick-dots button {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .catalog .mp-leadSection .pageImg .slick-dots {
    margin-bottom: -20px;
  }
}
.catalog .mp-leadSection .contents {
  position: relative;
  box-sizing: border-box;
  padding: 20px 97px 30px;
  margin: 0 auto;
  max-width: 960px;
  border: 2px solid #7FBC2F;
  background: #FFF;
  border-radius: 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .catalog .mp-leadSection .contents {
    padding: 20px;
  }
}
.catalog .mp-leadSection .contents .title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catalog .mp-leadSection .contents .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.catalog .mp-leadSection .contents .detail {
  margin: 10px 0 0 0;
}
.catalog .mp-leadSection .contents .detail .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .catalog .mp-leadSection .contents .detail .wrap {
    display: block;
  }
}
.catalog .mp-leadSection .contents .detail .wrap li {
  padding-left: 50px;
  background: url(../img/common/icon_check_on.png) 0 50% no-repeat;
}
@media screen and (max-width: 768px) {
  .catalog .mp-leadSection .contents .detail .wrap li {
    padding-left: 30px;
    font-weight: normal;
    background-size: 16px;
  }
}
.catalog .mp-formWrap {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .catalog .mp-formWrap {
    padding-top: 0;
  }
}

.catalog-download-wrap .catalog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 80px 0;
}
@media screen and (max-width: 768px) {
  .catalog-download-wrap .catalog-list {
    display: block;
    margin-bottom: 40px;
  }
}
.catalog-download-wrap .catalog-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 20px - 20px) / 2);
  margin: 20px 20px 0 0;
  padding: 50px 20px 30px;
  background-color: #EEE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catalog-download-wrap .catalog-item {
    width: auto;
    margin-top: 10px;
    padding-top: 30px;
  }
}
.catalog-download-wrap .catalog-en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.catalog-download-wrap .mp-title {
  margin-top: 10px;
}
.catalog-download-wrap .catalog-img {
  margin: 0;
  padding: 0;
  text-align: center;
}
.catalog-download-wrap .catalog-img img {
  max-width: 100%;
  height: auto;
}

.prequestionnaire-wrap {
  margin-bottom: 60px;
  padding: 60px;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prequestionnaire-wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .prequestionnaire-wrap .lead {
    text-align: left;
  }
}
.prequestionnaire-wrap .prequestionnaire-cv-link {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .prequestionnaire-wrap .prequestionnaire-cv-link {
    margin-top: 20px;
  }
}

.reservation .mp-leadBgSection .bg {
  background: url(../img/reservation/mainimg.jpg);
}
.reservation .mp-leadBgSection .inner {
  max-width: 510px;
}
.reservation .mp-leadBgSection .inner .label {
  background-color: #00B6ED;
  color: #fff;
}
.reservation .reservationSection.description {
  padding: 40px 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reservation .reservationSection.description {
    padding: 20px 10px 0;
    text-align: left;
  }
}
.reservation .reservationSection.description .photo {
  margin-top: 40px;
}
.reservation .reservationSection.description .photo img {
  vertical-align: bottom;
}
.reservation .reservationSection.mp-formPoint {
  padding-bottom: 0;
}
.reservation .reservationSection.mp-formPoint .wrap .flow {
  float: none;
  width: 100%;
}
.reservation .reservationSection.mp-formPoint .wrap .flow .mp-title.small {
  margin-bottom: 20px;
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap {
  overflow: hidden;
  margin: 0 -25px;
}
@media screen and (max-width: 768px) {
  .reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap {
    margin: 0;
  }
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step {
  float: left;
  box-sizing: border-box;
  width: 20%;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step {
    width: 100%;
    padding: 0;
  }
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step + .step {
  background: url(../img/common/icon_arrow_blue.png) 0 54px no-repeat;
}
@media screen and (max-width: 768px) {
  .reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step + .step {
    padding-top: 20px;
    margin-top: 10px;
    background: url("../img/common/arrow_bottom.png") 50% 0 no-repeat;
    background-size: 40px;
  }
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .order {
  border-radius: 4px;
  margin: 0 0 15px;
  padding: 5px 10px;
  background-color: #8FB2C9;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .detail {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .detail .title {
  font-weight: bold;
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .detail .text {
  margin: 10px 0 0 0;
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .finished {
  padding: 0 20px 20px;
  border-radius: 4px;
  background-color: #71788C;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .finished {
    padding-top: 10px;
    border: #71788C solid 4px;
    background-color: #FFF;
    color: #71788C;
  }
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .finished .order {
  padding: 0;
  margin: 0;
  background: none;
  font-family: "Amatic SC", cursive !important;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .finished .order {
    color: #71788C;
  }
}
.reservation .reservationSection.mp-formPoint .wrap .flow .stepWrap .step .finished .detail .title {
  font-size: 24px;
  font-size: 2.4rem;
}

.placeSection .placeTitle {
  margin-bottom: 20px;
}
.placeSection .placeWrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .placeSection .placeWrap {
    flex-wrap: wrap;
    gap: 40px 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .placeSection .placeWrap {
    display: block;
    margin-right: 0;
  }
}
.placeSection .placeBlock {
  flex-grow: 1;
  flex-basis: 0%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .placeSection .placeBlock {
    width: calc((100% - 20px) / 2);
    flex-basis: auto;
    flex-grow: inherit;
  }
}
@media screen and (max-width: 768px) {
  .placeSection .placeBlock {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .placeSection .placeBlock + .placeBlock {
    margin-top: 40px;
  }
}
.placeSection .body {
  overflow: hidden;
  padding-bottom: 25px;
}
.placeSection .body .photo {
  float: right;
  margin: 0 0 10px 25px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .placeSection .body .photo {
    width: calc(40% - 10px);
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .placeSection .body .photo {
    width: calc(30% - 10px);
  }
}
.placeSection .body .photo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.placeSection .body .detail {
  line-height: 1.4;
  font-size: 1.6rem;
}
.placeSection .body .detail + .detail {
  margin-top: 1rem;
}
.placeSection .body a[href^=tel] {
  pointer-events: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .placeSection .body a[href^=tel] {
    pointer-events: auto;
    color: #2689FF;
    text-decoration: underline;
  }
}
.placeSection .body .parking {
  word-break: keep-all;
  font-size: 13px;
  font-size: 1.3rem;
}
.placeSection .map {
  display: block;
  width: 100%;
  height: 40.3vw;
  max-height: 250px;
  margin-top: auto;
  border: 0;
}
.placeSection .btn {
  margin: 15px 0 0;
}

.special {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .special {
    height: auto;
  }
}
.special .mp-globalHeader {
  background: none;
}
.special.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  font-family: "mpicon" !important;
  content: "\e97b";
  color: #FFF;
  font-size: 40px;
  animation: spin 1.5s linear infinite;
}
.special.loading .mp-lp-header {
  opacity: 0;
}
.special #mp-wrapper {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .special #mp-wrapper {
    height: auto;
  }
}
.special #mp-lp-mainimg-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.special #mp-lp-mainimg {
  position: relative;
}
.special #mp-lp-mainimg ul.slides {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 768px) {
  .special #mp-lp-mainimg ul.slides {
    height: 50%;
    top: 0;
  }
}
.special #mp-lp-mainimg ul.slides li {
  display: none;
  /* for flexslider fade */
  position: relative !important;
  height: 100%;
}
.special #mp-lp-mainimg ul.slides .backstretch {
  background: #000;
}
@media screen and (max-width: 768px) {
  .special #mp-lp-mainimg ul.slides .backstretch img {
    display: block;
    transform: scale(1.2);
    margin-top: 5%;
    margin-left: -10% !important;
  }
}
.special .mp-lp-header {
  width: 100%;
  height: 100%;
  min-height: 640px;
  opacity: 1;
  transition: all 1s ease;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-header {
    height: inherit;
    min-height: inherit;
    padding: 0 10px;
    background: url("../../img/special/pet/bg_line_pink.png") 50%;
    box-sizing: border-box;
  }
}
.special .mp-lp-header .catch {
  position: absolute;
  top: 14%;
  left: 8%;
  margin: 0;
  font-size: 2vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-header .catch {
    position: relative;
    top: 0;
    left: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 5vmin;
    padding-top: 20px;
    text-align: center;
  }
}
.special .mp-lp-header h1 {
  position: absolute;
  top: calc(14% + 60px);
  left: 8%;
  height: 40%;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-header h1 {
    position: relative;
    top: 0;
    left: 0;
    height: inherit;
  }
}
.special .mp-lp-header h1 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-header h1 img {
    width: 100%;
    height: auto;
  }
}
.special .mp-lp-header .lead {
  position: absolute;
  top: 70%;
  left: 8%;
  color: #FFF;
  font-weight: bold;
  line-height: 1.75;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-header .lead {
    position: relative;
    padding-bottom: 20px;
    top: 0;
    left: 0;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .special .mp-lp-header .lead br {
    display: none;
  }
}
.special .mp-lp-header .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*width: 100%;
  -ms-text-align-last: center;
      text-align-last: center;*/
}
@media screen and (max-width: 768px) {
  .special .mp-lp-header .scroll {
    display: none;
  }
}
.special .mp-lp-header .scroll a {
  display: block;
  padding: 60px 0 20px;
  background: url("../../img/common/icon_mouse.png") no-repeat 50% 5px;
  background-size: 32px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.special .mp-lp-header .scroll a:hover {
  background-position: 50% 0px;
}
.special .mp-lp-main section[class^=mp-lp-] {
  margin-bottom: 0;
}
.special .mp-lp-main .mp-lp-nayami {
  position: relative;
  padding: 80px 0 40px;
  background: url("../../img/special/pet/bg_line_pink.png") repeat-x 50% 0;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-nayami {
    padding: 0 0 120px;
    background: none;
  }
}
.special .mp-lp-main .mp-lp-nayami .mp-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-nayami .mp-title {
    margin-bottom: 10px;
  }
}
.special .mp-lp-main .mp-lp-nayami .mp-title span {
  display: inline-block;
  padding: 12px 20px;
  background-color: #71788C;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-nayami .mp-title span {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 5vmin;
  }
}
.special .mp-lp-main .mp-lp-nayami ol {
  max-width: 880px;
  margin: 0 auto;
  list-style: none;
  counter-reset: count-number;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-nayami ol {
    padding: 0 10px;
  }
}
.special .mp-lp-main .mp-lp-nayami ol li {
  margin: 1em 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-nayami ol li {
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.special .mp-lp-main .mp-lp-nayami ol li span {
  display: inline-block;
  background-color: #FF0;
}
.special .mp-lp-main .mp-lp-nayami ol li:before {
  counter-increment: count-number;
  content: counters(count-number, ".");
  border: 2px #71788C solid;
  height: 40px;
  width: 40px;
  margin-right: 40px;
  color: #71788C;
  font-weight: normal;
  border-radius: 40px;
  display: block;
  float: left;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-nayami ol li:before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 20px;
    height: 20px;
    margin-right: 24px;
    border-width: 1px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.special .mp-lp-main .mp-lp-nayami .illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 440px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-nayami .illust {
    margin-left: -50px;
  }
}
.special .mp-lp-main .mp-lp-nayami .illust img {
  width: 150px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-nayami .illust img {
    width: 100px;
  }
}
.special .mp-lp-main .mp-lp-trouble {
  background: url("../../img/special/pet/bg_line_pink.png");
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-trouble {
    padding: 10px 0;
  }
}
.special .mp-lp-main .mp-lp-trouble .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.special .mp-lp-main .mp-lp-trouble .wrap .item {
  margin-bottom: 1px;
  background-color: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-trouble .wrap .item {
    padding: 20px 10px;
  }
}
.special .mp-lp-main .mp-lp-trouble .wrap .item figure {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-trouble .wrap .item figure {
    width: 20%;
    margin: 0 0 10px 10%;
    margin-left: auto;
  }
}
.special .mp-lp-main .mp-lp-trouble .wrap .item figure img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-trouble .wrap .item figure img {
    width: 100%;
  }
}
.special .mp-lp-main .mp-lp-trouble .wrap .item .mp-title {
  margin: 50px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-trouble .wrap .item .mp-title {
    margin: 0 0 10px;
    font-size: 4vmin;
  }
}
.special .mp-lp-main .mp-lp-trouble .wrap .item p {
  margin: 30px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-trouble .wrap .item p {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.special .mp-lp-main .mp-lp-conversion {
  background: url("../../img/special/pet/bg_line_gray.png");
  padding: 40px 20px 60px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion {
    padding: 20px 10px;
  }
}
.special .mp-lp-main .mp-lp-conversion .mp-title {
  position: relative;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .mp-title {
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
    font-size: 6vmin;
  }
}
.special .mp-lp-main .mp-lp-conversion .mp-title small {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .mp-title small {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3vmin;
  }
}
.special .mp-lp-main .mp-lp-conversion .mp-title .photo {
  position: absolute;
  display: block;
  width: 120px;
  bottom: -30px;
  left: calc(50% + 420px);
  z-index: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .mp-title .photo {
    width: 100px;
    left: auto;
    right: 0;
  }
}
.special .mp-lp-main .mp-lp-conversion .item {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 30px;
  border: #71788C 2px solid;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item {
    padding: 10px;
  }
}
.special .mp-lp-main .mp-lp-conversion .item:hover {
  margin: 20px auto 10px;
}
.special .mp-lp-main .mp-lp-conversion .item .title {
  float: left;
  width: 9em;
  margin-right: 40px;
  padding: 20px;
  color: #FFF;
  background-color: #71788C;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .title {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0 0 5px;
    background: none;
    color: #71788C;
    border-bottom: #71788C 1px solid;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3.6vmin;
  }
}
.special .mp-lp-main .mp-lp-conversion .item .subcatch {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .subcatch {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3vmin;
  }
}
.special .mp-lp-main .mp-lp-conversion .item .mp-title {
  margin-bottom: 0;
  text-align: left;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .mp-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-size: 7vmin;
  }
}
.special .mp-lp-main .mp-lp-conversion .item .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .btn {
    position: relative;
    width: auto;
    height: auto;
  }
}
.special .mp-lp-main .mp-lp-conversion .item .btn p {
  padding: 30px 20px;
  text-align: center;
  min-height: 200px;
  background: url("../../img/common/arrow_bottom_white.png") no-repeat 50% 72%;
  background-size: 40px;
  background-color: #71788C;
  color: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .btn p {
    margin: 0 -10px -13px;
    padding: 16px 40px 16px 20px;
    min-height: inherit;
    background-position: 90% 50%;
    background-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .btn p.pc {
    display: none;
  }
}
.special .mp-lp-main .mp-lp-conversion .item .btn p.pc strong {
  padding: 0 20px;
  background: url(../img/common/bg_text_left.png) 0 0.1em no-repeat, url(../img/common/bg_text_right.png) 100% 0.1em no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .btn p.pc strong {
    background-position: 5% 0.1em, 95% 0.1em;
    background-size: 18px;
  }
}
.special .mp-lp-main .mp-lp-conversion .item .btn p.pc span {
  display: block;
  margin-top: 10px;
  background-color: #FFF;
  color: #71788C;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 24px;
}
.special .mp-lp-main .mp-lp-conversion .item .btn p.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .btn p.sp {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    font-size: 7vmin;
    font-weight: bold;
  }
}
.special .mp-lp-main .mp-lp-conversion .item .illust {
  position: absolute;
  top: 0;
  right: 280px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .illust {
    top: 2em;
    right: 20px;
    width: 20%;
  }
}
.special .mp-lp-main .mp-lp-conversion .item .illust img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conversion .item .illust img {
    width: 100%;
  }
}
.special .mp-lp-main .bgSlash {
  display: block;
  max-width: 540px;
  margin: 80px auto;
  padding: 10px 20px 0;
  background: url(../img/common/bg_text_left_black.png) 0 100% no-repeat, url(../img/common/bg_text_right_black.png) 100% 100% no-repeat;
  background-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .bgSlash {
    max-width: 640px;
    margin: 40px 0;
    padding-top: 0;
    background-position: 5% 0.5em, 95% 0.5em;
    background-size: 18px;
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 6vmin;
  }
}
.special .mp-lp-main .bgSlash small {
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .bgSlash small {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3vmin;
  }
}
.special .mp-lp-main .mp-lp-now {
  background: url("../../img/special/pet/bg_color.png") repeat-y 50% -160px;
  background-size: 100% auto;
  overflow: hidden;
}
.special .mp-lp-main .mp-lp-now .item {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item {
    margin: 0 10px 40px;
  }
}
.special .mp-lp-main .mp-lp-now .item .mp-title {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 48px;
  font-size: 4.8rem;
  border-bottom: #000 solid 3px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item .mp-title {
    display: block;
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 7vmin;
    border-width: 2px;
  }
}
.special .mp-lp-main .mp-lp-now .item .graph {
  position: relative;
  max-width: 800px;
  margin: 20px auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item .graph {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.special .mp-lp-main .mp-lp-now .item .graph .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -280px;
  text-align: left;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item .graph .text {
    top: 20px;
    margin-left: -150px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.special .mp-lp-main .mp-lp-now .item .graph .text .category {
  margin-right: 0.25em;
  color: #FFF;
  background-color: #FF6499;
}
.special .mp-lp-main .mp-lp-now .item .graph .text span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.special .mp-lp-main .mp-lp-now .item .graph figure img {
  width: 310px;
  height: auto;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item .graph figure img {
    width: 200px;
    margin-left: 120px;
  }
}
.special .mp-lp-main .mp-lp-now .item.center {
  text-align: center;
}
.special .mp-lp-main .mp-lp-now .item.center p {
  width: 800px;
  margin: 0 auto 120px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item.center p {
    width: auto;
    margin: 0 0 40px;
  }
}
.special .mp-lp-main .mp-lp-now .item.left {
  position: relative;
  width: 1200px;
  margin: 0 auto 120px;
  padding-right: 560px;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item.left {
    width: auto;
    margin: 0 10px;
    padding: 0;
  }
}
.special .mp-lp-main .mp-lp-now .item.left .mp-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item.left .mp-title {
    text-align: center;
  }
}
.special .mp-lp-main .mp-lp-now .item.left figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item.left figure {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 20px;
  }
}
.special .mp-lp-main .mp-lp-now .item.left figure img {
  width: 100%;
  height: auto;
}
.special .mp-lp-main .mp-lp-now .item.right {
  position: relative;
  width: 1200px;
  margin: 0 auto 120px;
  padding-left: 560px;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item.right {
    width: auto;
    margin: 0 10px 40px;
    padding: 0;
  }
}
.special .mp-lp-main .mp-lp-now .item.right .mp-title {
  padding-top: 72px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item.right .mp-title {
    text-align: center;
  }
}
.special .mp-lp-main .mp-lp-now .item.right figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-now .item.right figure {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 20px;
  }
}
.special .mp-lp-main .mp-lp-now .item.right figure img {
  width: 100%;
  height: auto;
}
.special .mp-lp-main .mp-lp-whatDo {
  position: relative;
  height: 240px;
  margin: 120px 0 200px !important;
  background: url("../../img/special/pet/bg_line_gray.png");
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-whatDo {
    height: 260px;
    margin: 0 !important;
    padding: 40px 0;
  }
}
.special .mp-lp-main .mp-lp-whatDo p {
  position: absolute;
  left: 50%;
  top: 40px;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-whatDo p {
    top: 80px;
    left: 48%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.special .mp-lp-main .mp-lp-whatDo figure {
  position: absolute;
  display: block;
  top: -80px;
  left: 50%;
  width: 320px;
  margin-left: -200px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-whatDo figure {
    top: 20px;
    width: 200px;
    margin-left: -120px;
  }
}
.special .mp-lp-main .mp-lp-whatDo figure img {
  width: 100%;
  height: auto;
}
.special .mp-lp-main .mp-lp-conclusion .fukidashi {
  position: relative;
  margin-bottom: 20px;
  height: 140px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  background: url("../../img/special/pet/bg_fukidashi_black.png") no-repeat 50% 0;
  background-size: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conclusion .fukidashi {
    margin-top: -60px;
    transform: scale(0.75);
  }
}
.special .mp-lp-main .mp-lp-conclusion .fukidashi.line1 {
  padding-top: 44px;
}
.special .mp-lp-main .mp-lp-conclusion .fukidashi.line2 {
  padding-top: 30px;
}
.special .mp-lp-main .mp-lp-conclusion .mp-title {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conclusion .mp-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 5vmin;
  }
}
.special .mp-lp-main .mp-lp-conclusion .mp-title strong {
  position: relative;
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conclusion .mp-title strong {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 8vmin;
  }
}
.special .mp-lp-main .mp-lp-conclusion .mp-title strong:before {
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 100%;
  height: 20px;
  background-color: #FF0;
  content: " ";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conclusion .mp-title strong:before {
    bottom: 4px;
  }
}
.special .mp-lp-main .mp-lp-conclusion ul {
  margin-bottom: 80px;
  text-align: center;
}
.special .mp-lp-main .mp-lp-conclusion ul li {
  display: inline-block;
  margin: 0 16px;
  padding-left: 72px;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: bold;
  background: url("../../img/special/pet/icon_check.png") no-repeat 0 50%;
  background-size: 64px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conclusion ul li {
    margin: 0 10px;
    padding-left: 10vmin;
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 8vmin;
    background-size: 8vmin;
  }
}
.special .mp-lp-main .mp-lp-conclusion .result {
  margin-top: -100px;
  padding-top: 120px;
  padding-bottom: 80px;
  text-align: center;
  background: url("../../img/special/pet/bg_dot_circle.png") repeat-x 50% 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-conclusion .result {
    padding-top: 80px;
    padding-bottom: 40px;
    background-size: 24px;
  }
}
.special .mp-lp-main .mp-lp-conclusion .result img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.special .mp-lp-main .mp-lp-merit {
  padding-top: 80px;
  background: url("../../img/special/pet/bg_dot_circle.png") repeat-x 50% 0;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit {
    padding-top: 40px;
    background-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .mp-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 8vmin;
  }
}
.special .mp-lp-main .mp-lp-merit .items {
  max-width: 1200px;
  margin: 0 auto 80px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .items {
    max-width: inherit;
    margin: 0 10px;
  }
}
.special .mp-lp-main .mp-lp-merit .items .item {
  position: relative;
  display: inline-block;
  width: 30%;
  padding: 0 1%;
  vertical-align: top;
  background: url("../../img/special/pet/arrow_gray_right.png") no-repeat 100% 50%;
  background-size: 12px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .items .item {
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding: 0 0 20px;
    background: url("../../img/special/pet/arrow_gray_bottom.png") no-repeat 50% 100%;
    background-size: 24px;
  }
}
.special .mp-lp-main .mp-lp-merit .items .item:before {
  position: absolute;
  top: 0;
  right: 6px;
  width: 2px;
  height: 180px;
  background-color: #DDD;
  content: " ";
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .items .item:before {
    top: auto;
    bottom: 6px;
    right: auto;
    left: 0;
    width: 40%;
    height: 2px;
  }
}
.special .mp-lp-main .mp-lp-merit .items .item:after {
  position: absolute;
  bottom: 0;
  right: 6px;
  width: 2px;
  height: 180px;
  background-color: #DDD;
  content: " ";
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .items .item:after {
    top: auto;
    bottom: 6px;
    right: 0;
    width: 40%;
    height: 2px;
  }
}
.special .mp-lp-main .mp-lp-merit .items .item:last-child {
  background: none;
}
.special .mp-lp-main .mp-lp-merit .items .item:last-child:before, .special .mp-lp-main .mp-lp-merit .items .item:last-child:after {
  display: none;
}
.special .mp-lp-main .mp-lp-merit .items .item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.special .mp-lp-main .mp-lp-merit .items .item h3 strong {
  margin: 1em 0;
  display: block;
  line-height: 1.25;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #71788C;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .items .item h3 strong {
    margin-top: 0.25em;
  }
}
.special .mp-lp-main .mp-lp-merit .items .item figure img {
  max-width: 100%;
  max-height: 240px;
  width: auto;
  height: auto;
}
.special .mp-lp-main .mp-lp-merit .result {
  padding-top: 80px;
  background: url("../../img/special/pet/arrow_gray_bottom.png") no-repeat 50% 0;
  background-size: 60px;
}
.special .mp-lp-main .mp-lp-merit .result .mp-title {
  margin: 0 0 20px;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .result .mp-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 8vmin;
  }
}
.special .mp-lp-main .mp-lp-merit .result p {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .result p {
    padding: 0 10px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.special .mp-lp-main .mp-lp-merit .result ul {
  width: 100%;
  overflow: hidden;
  margin-left: -1px;
}
.special .mp-lp-main .mp-lp-merit .result ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 0 1px 1px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-merit .result ul li {
    width: 50%;
  }
}
.special .mp-lp-main .mp-lp-merit .result ul li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.special .mp-lp-main .mp-lp-point {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point {
    padding-top: 40px;
  }
}
.special .mp-lp-main .mp-lp-point .mp-title {
  font-size: 32px;
  font-size: 3.2rem;
  background: url("../../img/special/pet/bg_title_slash_pink.png") no-repeat 50% 100%;
  background-size: 400px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .mp-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 8vmin;
    background-size: 80%;
    background-position: 50%;
  }
}
.special .mp-lp-main .mp-lp-point .mp-title small {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .mp-title small {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 4vmin;
  }
}
.special .mp-lp-main .mp-lp-point .mp-title strong {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .mp-title strong {
    font-size: 10vmin;
  }
}
.special .mp-lp-main .mp-lp-point .item {
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 2px;
  background: url(../img/special/pet/bg_dot.png) 1% 50% repeat-y, url(../img/special/pet/bg_dot.png) 99% 50% repeat-y;
  background-color: #EEE;
  border-radius: 5px;
  box-sizing: border-box;
}
.special .mp-lp-main .mp-lp-point .item .inner {
  position: relative;
  padding: 80px;
  background: url("../../img/special/pet/bg_circle.png") no-repeat 50%;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item .inner {
    padding: 20px;
  }
}
.special .mp-lp-main .mp-lp-point .item .label {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item .label {
    margin-bottom: 16px;
  }
}
.special .mp-lp-main .mp-lp-point .item .label span {
  display: inline-block;
  padding: 0 24px;
  background-color: #FFF;
  border: #CCC solid 1px;
  border-radius: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 4vmin;
}
.special .mp-lp-main .mp-lp-point .item .title {
  margin: 0 0 40px;
  font-size: 80px;
  font-size: 8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item .title {
    margin-bottom: 20px;
    font-size: 40px;
    font-size: 4rem;
    font-size: 10vmin;
    font-weight: bold;
    text-align: center;
  }
}
.special .mp-lp-main .mp-lp-point .item .title .jp {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item .title .jp {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 4vmin;
  }
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item {
    max-width: 100%;
    margin: 0 10px 10px;
  }
  .special .mp-lp-main .mp-lp-point .item.close {
    color: #FFF;
    background: url("../../img/common/arrow_bottom_white.png") no-repeat 90% 50%;
    background-size: 40px;
    background-color: #71788C;
    cursor: pointer;
  }
  .special .mp-lp-main .mp-lp-point .item.close .contents {
    display: none;
  }
  .special .mp-lp-main .mp-lp-point .item.close .inner {
    padding-top: 5px;
    background: none;
  }
  .special .mp-lp-main .mp-lp-point .item.close .inner .label {
    margin-bottom: 0.5em;
    color: #000;
  }
  .special .mp-lp-main .mp-lp-point .item.close .inner .label span {
    border: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 3vmin;
  }
  .special .mp-lp-main .mp-lp-point .item.close .inner .title {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 5vmin;
    line-height: 1.25;
  }
  .special .mp-lp-main .mp-lp-point .item.close .inner .title .jp {
    padding-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 3vmin;
    font-weight: normal;
  }
}
.special .mp-lp-main .mp-lp-point .item.onestop .title, .special .mp-lp-main .mp-lp-point .item.onestop .lead {
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  .special .mp-lp-main .mp-lp-point .item.onestop .title, .special .mp-lp-main .mp-lp-point .item.onestop .lead {
    padding-right: 500px;
  }
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.onestop .title, .special .mp-lp-main .mp-lp-point .item.onestop .lead {
    padding-right: 0;
  }
}
.special .mp-lp-main .mp-lp-point .item.onestop .inner {
  background-position: 50% 180px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item.onestop .inner {
    background-position: 50% 120%;
    background-size: 80%;
  }
}
.special .mp-lp-main .mp-lp-point .item.onestop ul {
  position: absolute;
  right: 80px;
  top: 140px;
  width: 480px;
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.onestop ul {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    max-width: inherit;
    margin-bottom: -100px;
  }
}
.special .mp-lp-main .mp-lp-point .item.onestop ul li {
  display: block;
  float: left;
  width: 30.3%;
  margin: 0 1.5% 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.onestop ul li {
    width: 33.3%;
    margin: 20px 0 0;
  }
  .special .mp-lp-main .mp-lp-point .item.onestop ul li br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item.onestop ul li {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3vmin;
  }
}
.special .mp-lp-main .mp-lp-point .item.onestop .siteLogo {
  margin-bottom: 0;
}
.special .mp-lp-main .mp-lp-point .item.onestop .siteLogo svg {
  display: block;
  position: absolute;
  bottom: -100px;
  right: 220px;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.onestop .siteLogo svg {
    position: relative;
    left: 50%;
    right: 0;
    margin-bottom: -20px;
    margin-left: -100px;
  }
}
.special .mp-lp-main .mp-lp-point .item.staff .title, .special .mp-lp-main .mp-lp-point .item.staff .lead {
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  .special .mp-lp-main .mp-lp-point .item.staff .title, .special .mp-lp-main .mp-lp-point .item.staff .lead {
    padding-right: 42vw;
  }
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.staff .title, .special .mp-lp-main .mp-lp-point .item.staff .lead {
    padding-right: 0;
  }
}
.special .mp-lp-main .mp-lp-point .item.staff .inner {
  background-position: 300% -560px;
}
.special .mp-lp-main .mp-lp-point .item.staff .inner figure.photo {
  position: absolute;
  top: 140px;
  right: 80px;
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.staff .inner figure.photo {
    position: relative;
    top: 0;
    right: 0;
  }
}
.special .mp-lp-main .mp-lp-point .item.staff .inner figure.photo img {
  width: 480px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .special .mp-lp-main .mp-lp-point .item.staff .inner figure.photo img {
    max-width: 480px;
    width: 40vw;
  }
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.staff .inner figure.photo img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
  }
}
.special .mp-lp-main .mp-lp-point .item.staff .staffWrap .btn {
  display: none;
}
.special .mp-lp-main .mp-lp-point .item.interior {
  padding-bottom: 300px;
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.interior {
    padding-bottom: 0;
  }
}
.special .mp-lp-main .mp-lp-point .item.interior .inner {
  background-position: -200% -560px;
}
.special .mp-lp-main .mp-lp-point .item.interior .title {
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item.interior .title {
    font-size: 8vmin;
  }
}
@media screen and (max-width: 1200px) {
  .special .mp-lp-main .mp-lp-point .item.interior .lead {
    padding-right: 25vw;
  }
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.interior .lead {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-point .item.interior .items {
    padding-top: 40px;
  }
}
.special .mp-lp-main .mp-lp-point .item.interior .items li {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-point .item.interior .items li {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    padding: 20px;
    text-align: center;
  }
  .special .mp-lp-main .mp-lp-point .item.interior .items li img {
    max-width: 340px !important;
    width: 100%;
  }
}
.special .mp-lp-main .mp-lp-point .item.interior .items li.item01 {
  top: calc(50% + 280px);
  left: calc(50% - 500px);
}
.special .mp-lp-main .mp-lp-point .item.interior .items li.item01 img {
  max-width: 300px;
  height: auto;
}
.special .mp-lp-main .mp-lp-point .item.interior .items li.item02 {
  top: calc(50% + 280px);
  left: calc(50% - 40px);
}
.special .mp-lp-main .mp-lp-point .item.interior .items li.item02 img {
  max-width: 240px;
  height: auto;
}
.special .mp-lp-main .mp-lp-point .item.interior .items li.item03 {
  top: calc(50% + 80px);
  left: calc(50% + 200px);
}
.special .mp-lp-main .mp-lp-point .item.interior .items li.item03 img {
  max-width: 310px;
  height: auto;
}
.special .mp-lp-main .mp-lp-voice {
  margin-top: 60px;
  padding: 80px 0;
  background: url("../img/common/bg_paper_02.jpg");
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice {
    margin-top: 0;
    padding: 40px 10px 1px;
  }
}
.special .mp-lp-main .mp-lp-voice .en {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice .en {
    margin-bottom: 0.5em;
  }
}
.special .mp-lp-main .mp-lp-voice .mp-title {
  font-size: 64px;
  font-size: 6.4rem;
  font-size: 6vmin;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice .mp-title {
    margin-bottom: 40px;
    font-size: 40px;
    font-size: 4rem;
    font-size: 7vmin;
  }
}
.special .mp-lp-main .mp-lp-voice .wrap {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.special .mp-lp-main .mp-lp-voice .wrap .item {
  display: inline-block;
  width: 30%;
  margin: 0 1.5%;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .special .mp-lp-main .mp-lp-voice .wrap .item {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}
.special .mp-lp-main .mp-lp-voice .wrap .item header {
  background-color: #999;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header.womanSingle {
  background-color: #FF6499;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header.womanSingle .icon img {
  border-color: #FF6499;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header.manSingle {
  background-color: #145381;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header.manSingle .icon img {
  border-color: #145381;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header.couple {
  background-color: #00B5D6;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header.couple .icon img {
  border-color: #00B5D6;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header.family {
  background-color: #FFBA00;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header.family .icon img {
  border-color: #FFBA00;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header dl {
  position: relative;
  margin-bottom: 0;
  padding: 16px 160px 16px 30px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice .wrap .item header dl {
    padding: 12px 100px 12px 20px;
  }
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice .wrap .item header dl dt {
    font-size: 5vmin;
    line-height: 1.3;
  }
}
.special .mp-lp-main .mp-lp-voice .wrap .item header dl dt strong {
  padding: 0 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice .wrap .item header dl dt strong {
    padding: 0 0.25em;
    font-size: 6vmin;
  }
}
.special .mp-lp-main .mp-lp-voice .wrap .item header dl dd {
  margin: 0;
  font-weight: bold;
}
.special .mp-lp-main .mp-lp-voice .wrap .item header dl .icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice .wrap .item header dl .icon {
    margin-top: -8px;
  }
}
.special .mp-lp-main .mp-lp-voice .wrap .item header dl .icon img {
  background-color: #FFF;
  vertical-align: middle;
  width: 120px;
  border: #666 solid 2px;
  border-radius: 62px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice .wrap .item header dl .icon img {
    width: 100px;
  }
}
.special .mp-lp-main .mp-lp-voice .wrap .item .body {
  padding: 30px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-voice .wrap .item .body {
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
}
.special .mp-lp-main .mp-lp-story {
  padding: 200px 0;
  min-height: 724px;
  box-sizing: border-box;
  background: #00B5D6 url(../img/special/pet/bg_story.png) 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-story {
    padding: 20px 0;
    min-height: inherit;
  }
}
.special .mp-lp-main .mp-lp-story .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-story .inner {
    display: block;
    padding: 0 10px;
  }
}
.special .mp-lp-main .mp-lp-story .mp-title {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-story .mp-title {
    width: auto;
    padding-right: 0;
    text-align: center;
  }
}
.special .mp-lp-main .mp-lp-story .mp-title img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.special .mp-lp-main .mp-lp-story .text {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-story .text {
    width: auto;
    margin-top: 10px;
    padding: 0;
  }
}
.special .mp-lp-main .mp-lp-story .text .description {
  font-weight: bold;
}
.special .mp-lp-main .mp-lp-story .text .description:not(:first-of-type) {
  margin-top: 1em;
}
.special .mp-lp-main .mp-lp-advantage {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage {
    padding-top: 20px;
  }
}
.special .mp-lp-main .mp-lp-advantage .mp-title.xlarge {
  font-size: 32px;
  font-size: 3.2rem;
  background: url("../../img/special/pet/bg_title_slash_pink.png") no-repeat 50% 100%;
  background-size: 400px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .mp-title.xlarge {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 8vmin;
    background-position: 50%;
    background-size: 80%;
  }
}
.special .mp-lp-main .mp-lp-advantage .mp-title.xlarge small {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .mp-title.xlarge small {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 4vmin;
  }
}
.special .mp-lp-main .mp-lp-advantage .mp-title.xlarge strong {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .mp-title.xlarge strong {
    font-size: 10vmin;
  }
}
.special .mp-lp-main .mp-lp-advantage .points {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.special .mp-lp-main .mp-lp-advantage .points .point {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 40px;
  padding: 40px;
  overflow: hidden;
  box-sizing: border-box;
  border: #CCC solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .points .point {
    float: none !important;
    width: auto;
    margin: 0 0 10px;
    padding: 40px 10px 10px;
    box-sizing: border-box;
    border-radius: 0;
    border-width: 1px 0 0 0;
  }
}
.special .mp-lp-main .mp-lp-advantage .points .point:nth-child(2n) {
  float: right;
}
.special .mp-lp-main .mp-lp-advantage .points .point.wide {
  float: none;
  width: auto;
  overflow: hidden;
  clear: both;
}
.special .mp-lp-main .mp-lp-advantage .points .point.wide .body {
  margin: 0 -40px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .points .point.wide .body {
    margin: 0 -10px;
    padding-top: 0;
  }
  .special .mp-lp-main .mp-lp-advantage .points .point.wide .body .item {
    float: left !important;
  }
}
.special .mp-lp-main .mp-lp-advantage .points .point .pointNum span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #FFF;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .points .point .pointNum span {
    padding: 4px;
  }
}
.special .mp-lp-main .mp-lp-advantage .points .point .pointNum:after {
  content: "";
  position: absolute;
  background-color: #71788C;
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  transform: rotate(-45deg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .points .point .pointNum:after {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
}
.special .mp-lp-main .mp-lp-advantage .points .point .mp-title {
  margin-top: 0;
  font-size: 2vmin;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .points .point .mp-title {
    font-size: 6vmin;
  }
}
.special .mp-lp-main .mp-lp-advantage .points .point .body figure.thumb {
  display: block;
  float: right;
  width: 160px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .points .point .body figure.thumb {
    width: 100px;
    margin-left: 10px;
  }
}
.special .mp-lp-main .mp-lp-advantage .points .point .body figure.thumb img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-advantage .points .point .body figure.thumb img {
    max-width: 100px;
  }
}
.special .mp-lp-main .mp-lp-advantage .points .point .body .text {
  font-size: 14px;
  font-size: 1.4rem;
}
.special .mp-lp-main .mp-lp-rule {
  width: 100%;
  padding: 80px 0;
  color: #FFF;
  background: url("../img/special/pet/bg_rule.jpg") no-repeat 50%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-rule {
    padding: 40px 0 10px;
  }
}
.special .mp-lp-main .mp-lp-rule .mp-title small {
  margin-bottom: 20px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 18px;
  font-size: 1.8rem;
  border: #FFF solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-rule .mp-title small {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 4vmin;
  }
}
.special .mp-lp-main .mp-lp-rule .wrap {
  max-width: 1200px;
  margin: 60px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-rule .wrap {
    margin-top: 20px;
  }
}
.special .mp-lp-main .mp-lp-rule .wrap .item {
  float: left;
  width: 360px;
  text-align: center;
  color: #000;
  background-color: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-lp-rule .wrap .item {
    float: none;
    width: auto;
    margin: 0 10px 10px !important;
    box-sizing: border-box;
  }
}
.special .mp-lp-main .mp-lp-rule .wrap .item:nth-child(2) {
  margin: 0 60px;
}
.special .mp-lp-main .mp-lp-rule .wrap .item .mp-title {
  position: relative;
  padding-top: 80px;
}
.special .mp-lp-main .mp-lp-rule .wrap .item .mp-title:before {
  position: absolute;
  width: 100%;
  top: 24px;
  left: 0;
  text-align: center;
  content: "◯";
  font-size: 40px;
  font-weight: bold;
  color: #09F;
}
.special .mp-lp-main .mp-lp-rule .wrap .item .ng {
  padding: 16px 0;
  border: #CCC solid;
  border-width: 1px 0;
  text-align: center;
}
.special .mp-lp-main .mp-lp-rule .wrap .item .ng span {
  display: inline-block;
  padding-right: 1em;
  color: #F00;
}
.special .mp-lp-main .mp-lp-rule .wrap .item .text {
  padding: 20px;
  text-align: left;
}
.special .mp-lp-main .mp-formWrapInner.bgWhite {
  margin-bottom: 40px;
  background-color: #FFF;
}
.special .mp-lp-main .mp-formWrapInner.bgWhite .mp-title i.mpicon-circle {
  color: #71788C;
}
.special .mp-lp-main .mp-formIntro {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-formIntro {
    padding-top: 20px;
    text-align: left;
  }
  .special .mp-lp-main .mp-formIntro br {
    display: none;
  }
}
.special .mp-lp-main .mp-formPoint .wrap {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-formPoint .wrap {
    margin: 0;
  }
}
.special .mp-lp-main .mp-formPoint .wrap.center {
  margin-bottom: 40px;
  clear: both;
}
.special .mp-lp-main .mp-formPoint .wrap.center .andMore {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.special .mp-lp-main .mp-formPoint .wrap.center .andMore .bar {
  padding: 4px 10px;
  background-color: #71788C;
  color: #FFF;
}
.special .mp-lp-main .mp-formPoint .wrap.center .andMore .title {
  margin-bottom: 20px;
  padding: 20px 40px 0;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  background: url("../../img/special/pet/bg_title_slash_pink.png") no-repeat 50% 100%;
  background-size: 400px;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-formPoint .wrap.center .andMore .title {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 6vmin;
    background-size: 80%;
    background-position: 50% 100%;
  }
}
.special .mp-lp-main .mp-formPoint .wrap.center .andMore .title small {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .special .mp-lp-main .mp-formPoint .wrap.center .andMore .title small {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 4vmin;
  }
}
.special .mp-lp-main .mp-formPoint .wrap.center .item {
  float: none;
  margin: 0 auto;
}

.mp-staffBlock .intro {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .mp-staffBlock .intro {
    display: block;
  }
}
.mp-staffBlock .intro .text {
  box-sizing: border-box;
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .mp-staffBlock .intro .text {
    width: auto;
    margin-top: 20px;
    padding-right: 0;
  }
}
.mp-staffBlock .intro .text .mp-title {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .mp-staffBlock .intro .text .mp-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .mp-staffBlock .intro .text .mp-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mp-staffBlock .intro .text p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.mp-staffBlock .intro .photo {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .mp-staffBlock .intro .photo {
    width: auto;
    text-align: center;
  }
}
.mp-staffBlock .intro .photo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mp-staffBlock .staffWrap {
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mp-staffBlock .staffWrap {
    margin: 0 -20px;
  }
}
.mp-staffBlock .staffWrap .staff {
  display: inline-block;
  width: 24%;
  padding-top: 60px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .mp-staffBlock .staffWrap .staff {
    float: left;
    display: block;
    width: 50%;
    padding-top: 40px;
  }
}
.mp-staffBlock .staffWrap .staff figure {
  position: relative;
}
.mp-staffBlock .staffWrap .staff figure img {
  width: 160px;
  height: auto;
  margin-left: 40%;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .mp-staffBlock .staffWrap .staff figure img {
    width: 50%;
    margin-left: 50%;
  }
}
.mp-staffBlock .staffWrap .staff figure figcaption {
  position: absolute;
  top: calc(50% - 3em);
  left: 15%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mp-staffBlock .staffWrap .staff figure figcaption {
    font-size: 4vmin;
  }
}
.mp-staffBlock .staffWrap .staff figure figcaption span {
  display: block;
  font-weight: normal;
}
.mp-staffBlock .staffWrap .staff figure figcaption span.position {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .mp-staffBlock .staffWrap .staff figure figcaption span.position {
    font-size: 3vmin;
  }
}
.mp-staffBlock .staffWrap .staff figure figcaption span.en {
  font-size: 10px;
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .mp-staffBlock .staffWrap .staff figure figcaption span.en {
    font-size: 2vmin;
  }
}
.mp-staffBlock .staffWrap .staff .btn {
  padding-top: 10px;
  text-align: center;
}
.mp-staffBlock .staffWrap .staffPopup {
  display: none;
  overflow: hidden;
}

.talk img {
  vertical-align: bottom;
}
.talk .homeHeader {
  position: relative;
  text-align: center;
}
.talk .homeHeader .pageTitle {
  margin: 0;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .talk .homeHeader .pageTitle {
    padding: 0 18vw;
  }
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .pageTitle {
    margin-top: 15px;
    padding: 0;
  }
}
.talk .homeHeader .pageTitle span {
  display: block;
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .pageTitle .sub {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.talk .homeHeader .pageTitle .main {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .pageTitle .main {
    margin-top: 10px;
    padding: 0 10px;
  }
}
.talk .homeHeader .pageTitle img {
  max-width: 100%;
  height: auto;
}
.talk .homeHeader .lead {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.talk .homeHeader .lead::before, .talk .homeHeader .lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.talk .homeHeader .lead::before {
  left: -20px;
  transform: skew(25deg);
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .lead::before {
    left: -5px;
  }
}
.talk .homeHeader .lead::after {
  right: -20px;
  transform: skew(-25deg);
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .lead::after {
    right: -5px;
  }
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .lead {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.talk .homeHeader .lead mark {
  padding-top: 10px;
  background: linear-gradient(transparent 60%, #FEF001 60%);
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .staffPhoto {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.talk .homeHeader .photoLeft, .talk .homeHeader .photoRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .photoLeft, .talk .homeHeader .photoRight {
    position: static;
    transform: none;
  }
}
.talk .homeHeader .photoLeft img, .talk .homeHeader .photoRight img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .talk .homeHeader .photoLeft img, .talk .homeHeader .photoRight img {
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .talk .homeHeader .photoLeft img, .talk .homeHeader .photoRight img {
    width: auto;
  }
}
.talk .homeHeader .photoLeft {
  left: 0;
}
.talk .homeHeader .photoRight {
  right: 0;
}
.talk.entry .widthSolid {
  max-width: 960px;
}
.talk.entry .header .mp-pageCategory {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .mp-pageCategory img {
    width: 60%;
    max-width: 230px;
  }
}
.talk.entry .header .bg {
  background-position: 50% 50%;
  background-repeat: repeat-x;
}
.talk.entry .header .bg.num01 {
  background-image: url(../img/talk/01/bg_pattern.jpg);
}
.talk.entry .header .bg.num02 {
  background-image: url(../img/talk/02/bg_pattern.jpg);
}
.talk.entry .header .bg.num03 {
  background-image: url(../img/talk/03/bg_pattern.jpg);
}
.talk.entry .header .bg.num04 {
  background-image: url(../img/talk/04/bg_pattern.jpg);
}
.talk.entry .header .bg.num05 {
  background-image: url(../img/talk/05/bg_pattern.jpg);
}
.talk.entry .header .bg.num06 {
  background-image: url(../img/talk/06/bg_pattern.jpg);
}
.talk.entry .header .bg.num07 {
  background-image: url(../img/talk/07/bg_pattern.jpg);
}
.talk.entry .header .bg.num08 {
  background-image: url(../img/talk/08/bg_pattern.webp);
}
.talk.entry .header .bg .talkNumber {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .bg .talkNumber {
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.talk.entry .header .entryTitle {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .entryTitle {
    margin-top: 20px;
  }
}
.talk.entry .header .personBlock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .personBlock {
    align-items: stretch;
  }
}
.talk.entry .header .personBlock figure {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .personBlock figure {
    display: block;
    text-align: center;
  }
}
.talk.entry .header .personBlock figure::before {
  content: "";
  width: 100%;
  height: 24px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.talk.entry .header .personBlock figure .photo, .talk.entry .header .personBlock figure figcaption {
  position: relative;
  z-index: 2;
}
.talk.entry .header .personBlock figure .photo.noimg img {
  max-width: 120px;
  box-sizing: border-box;
}
.talk.entry .header .personBlock figure .photo img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .personBlock figure .photo img {
    width: 80px;
    height: 80px;
  }
}
.talk.entry .header .personBlock figure figcaption {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .personBlock figure figcaption {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.talk.entry .header .personBlock figure.person {
  padding-right: 40px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .personBlock figure.person {
    padding-right: 20px;
  }
}
.talk.entry .header .personBlock figure.person::before {
  background-color: #FEF001;
}
.talk.entry .header .personBlock figure.person .photo {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .personBlock figure.person .photo {
    margin-left: 0;
  }
}
.talk.entry .header .personBlock figure.staff {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .personBlock figure.staff {
    padding-left: 20px;
  }
}
.talk.entry .header .personBlock figure.staff::before {
  background-color: #EEE;
}
.talk.entry .header .personBlock figure.staff .photo {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .personBlock figure.staff .photo {
    margin-right: 0;
  }
}
.talk.entry .header .personBlock .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.talk.entry .header .lead {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .talk.entry .header .lead {
    margin-top: 20px;
    text-align: left;
  }
}
.talk.entry .body {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .talk.entry .body {
    padding-bottom: 20px;
  }
}
.talk.entry .body .entryPhoto {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .entryPhoto {
    margin: 30px -10px;
  }
}
.talk.entry .body .entryPhoto img {
  max-width: 100%;
  height: auto;
}
.talk.entry .body .dialogueBlock .item {
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .dialogueBlock .item {
    margin-top: 20px;
  }
}
.talk.entry .body .dialogueBlock .item.person {
  flex-direction: row;
}
.talk.entry .body .dialogueBlock .item.person .photo {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .dialogueBlock .item.person .photo {
    margin-right: 30px;
  }
}
.talk.entry .body .dialogueBlock .item.person .text {
  background: #FEF001 url(../img/talk/bg_stripe.png);
}
.talk.entry .body .dialogueBlock .item.person .text::before {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  border-width: 17px 0 0 24px;
  border-color: #FFF774 transparent transparent transparent;
}
.talk.entry .body .dialogueBlock .item .photo {
  flex-shrink: 0;
  margin-left: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .dialogueBlock .item .photo {
    margin-left: 30px;
  }
}
.talk.entry .body .dialogueBlock .item .photo.noimg img {
  box-sizing: border-box;
}
.talk.entry .body .dialogueBlock .item .photo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .dialogueBlock .item .photo img {
    width: 60px;
    height: 60px;
  }
}
.talk.entry .body .dialogueBlock .item .photo figcaption {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.talk.entry .body .dialogueBlock .item .text {
  position: relative;
  box-sizing: border-box;
  max-width: 720px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 1em 2em;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .dialogueBlock .item .text {
    padding: 0.5em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.talk.entry .body .dialogueBlock .item .text::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 0;
  height: 0;
  transform: translateX(100%);
  border-style: solid;
  border-width: 17px 24px 0 0;
  border-color: #EEE transparent transparent transparent;
}
.talk.entry .body .infoBlock {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .infoBlock {
    margin-top: 30px;
  }
}
.talk.entry .body .infoBlock .infoTitle {
  position: relative;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
.talk.entry .body .infoBlock .infoTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.talk.entry .body .infoBlock .infoTitle span {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  background-color: #fff;
}
.talk.entry .body .infoBlock .inner {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .infoBlock .inner {
    margin-top: 20px;
    display: block;
  }
}
.talk.entry .body .infoBlock .inner .text {
  box-sizing: border-box;
  width: 75%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .infoBlock .inner .text {
    padding-right: 0;
    width: auto;
  }
}
.talk.entry .body .infoBlock .inner .text .name {
  margin: 0;
}
.talk.entry .body .infoBlock .inner .text .url .mp-externalLink {
  margin: 0;
  padding: 4px 0;
  border: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.talk.entry .body .infoBlock .inner .text .url .mp-externalLink::after {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.talk.entry .body .infoBlock .inner .text .url .mp-externalLink span {
  text-decoration: underline;
}
.talk.entry .body .infoBlock .inner .text .url .mp-externalLink:hover {
  background: none;
  color: #2689FF;
}
.talk.entry .body .infoBlock .inner .text .url .mp-externalLink:hover::after {
  color: #2689FF;
}
.talk.entry .body .infoBlock .inner .text .description, .talk.entry .body .infoBlock .inner .text .address {
  margin-top: 1em;
}
.talk.entry .body .infoBlock .inner .text .description {
  font-size: 16px;
  font-size: 1.6rem;
}
.talk.entry .body .infoBlock .inner .text .address {
  font-size: 14px;
  font-size: 1.4rem;
}
.talk.entry .body .infoBlock .inner .photo {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .talk.entry .body .infoBlock .inner .photo {
    margin-top: 20px;
    width: auto;
    text-align: center;
  }
}
.talk.entry .body .infoBlock .inner .photo img {
  width: 100%;
  max-width: 240px;
  height: auto;
}

.talkNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  box-shadow: 4px 4px 0 #000;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .talkNumber {
    width: 36px;
    height: 36px;
    box-shadow: 2px 2px 0 #000;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.talkList {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -30px 0 0;
}
@media screen and (max-width: 768px) {
  .talkList {
    margin: 30px -15px 0 0;
  }
}
.talkList .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px - 60px) / 3 - 0.1px);
  margin: 0 30px 60px 0;
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-size: auto 7px;
}
@media screen and (max-width: 768px) {
  .talkList .item {
    width: calc((100% - 15px - 15px) / 2);
    margin: 0 15px 30px 0;
  }
}
.talkList .item.num01 {
  background-image: url(../img/talk/01/bg_pattern.jpg);
}
.talkList .item.num02 {
  background-image: url(../img/talk/02/bg_pattern.jpg);
}
.talkList .item.num03 {
  background-image: url(../img/talk/03/bg_pattern.jpg);
}
.talkList .item.num04 {
  background-image: url(../img/talk/04/bg_pattern.jpg);
}
.talkList .item.num05 {
  background-image: url(../img/talk/05/bg_pattern.jpg);
}
.talkList .item.num06 {
  background-image: url(../img/talk/06/bg_pattern.jpg);
}
.talkList .item.num07 {
  background-image: url(../img/talk/07/bg_pattern.jpg);
}
.talkList .item.num08 {
  background-image: url(../img/talk/08/bg_pattern.webp);
}
.talkList a {
  height: 100%;
  padding-bottom: 25px;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .talkList a {
    padding-bottom: 15px;
  }
}
.talkList a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .talkList a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.talkList a:hover .thumb img {
  transform: scale(1.1);
}
.talkList .thumb {
  margin: 0 -1px;
  overflow: hidden;
}
.talkList .thumb img {
  max-width: 100%;
  height: auto;
  transition: all 0.6s;
}
.talkList .text {
  position: relative;
  padding: 40px 20px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .talkList .text {
    padding: 30px 10px 0;
  }
}
.talkList .text .talkNumber {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .talkList .text .talkNumber {
    left: 10px;
  }
}
.talkList .text .title {
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .talkList .text .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.talkList .text .person {
  margin-top: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .talkList .text .person {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.campaign.travel .mp-leadBgSection .bg {
  background: url(../img/campaign-travel/mainimg.jpg);
}
.campaign.travel .mp-leadBgSection .inner {
  background: none;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .campaign.travel .mp-leadBgSection .inner {
    margin: 30px 60px;
  }
}
.campaign.travel .campaignSection {
  padding: 0 20px;
  background-color: #E4E3E9;
  text-align: center;
}
.campaign.travel .campaignSection .catch {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .campaign.travel .campaignSection .catch {
    padding-bottom: 20px;
  }
}
.campaign.travel .campaignSection .text {
  font-weight: bold;
}
.campaign.travel .campaignSection ul.info {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .campaign.travel .campaignSection ul.info {
    padding: 20px 0;
  }
}
.campaign.travel .campaignSection ul.info li {
  width: 48%;
}
.campaign.travel .campaignSection ul.info li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .campaign.travel .campaignSection ul.info li {
    width: 100%;
  }
}
.campaign.travel .campaignSection .travelInfo {
  max-width: 960px;
  margin: 0 auto;
}
.campaign.travel .campaignSection .travelInfo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.campaign.travel .campaignSection .travelInfo dt {
  margin: 0;
}
.campaign.travel .campaignSection .travelInfo dd {
  margin: 0;
  padding: 0 0 60px;
}
@media screen and (max-width: 960px) {
  .campaign.travel .campaignSection .travelInfo dd {
    padding: 0 0 20px;
  }
}

.shopLead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shopLead {
    text-align: left;
  }
}

.shopList {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .shopList {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.shopList .item {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shopList .item {
    margin-top: 15px;
  }
}
.shopList a {
  position: relative;
  display: flex;
  justify-content: center;
  height: 280px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .shopList a {
    justify-content: flex-start;
    height: 170px;
  }
}
.shopList a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.shopList a::before, .shopList a::after {
  content: "";
  position: absolute;
  top: 0;
  width: 33.5%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.shopList a::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .shopList a::before {
    content: none;
    width: 0;
  }
}
.shopList a::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .shopList a::after {
    width: 60%;
  }
}
.shopList .text {
  box-sizing: border-box;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .shopList .text {
    width: 40%;
    padding: 10px;
  }
}
.shopList img {
  max-width: 160px;
  width: 11vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .shopList img {
    width: 80px;
  }
}
.shopList .logo {
  line-height: 1;
}
.shopList .catch {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .shopList .catch {
    margin-top: 0.5em;
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
  }
}
.shopList .mp-externalLink {
  margin: 1em 0 0;
  border: 0;
  padding: 0;
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  word-break: break-all;
}
.shopList .mp-externalLink::after {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .shopList .mp-externalLink {
    display: none;
  }
}
.shopList .tjs a {
  background-color: #000;
}
.shopList .tjs a::before {
  background-image: url(../img/shop/photo_tjs_01.jpg);
}
.shopList .tjs a::after {
  background-image: url(../img/shop/photo_tjs_02.jpg);
}
.shopList .izie a {
  background-color: #000;
}
.shopList .izie a::before {
  background-image: url(../img/shop/photo_izie_01.jpg);
}
.shopList .izie a::after {
  background-image: url(../img/shop/photo_izie_02.jpg);
}
.shopList .izie img {
  width: 17vw;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .shopList .izie img {
    width: 90px;
  }
}
.shopList .iz a {
  background-color: #555;
}
.shopList .iz a::before {
  background-image: url(../img/shop/photo_iz_01.jpg);
}
.shopList .iz a::after {
  background-image: url(../img/shop/photo_iz_02.jpg);
}
.shopList .iztable a {
  background-color: #eee;
  color: #000;
}
.shopList .iztable a::before {
  background-image: url(../img/shop/photo_iztable_01.jpg);
}
.shopList .iztable a::after {
  background-image: url(../img/shop/photo_iztable_02.jpg);
}
.shopList .iztable .mp-externalLink {
  color: #000;
}
.shopList .iztable .mp-externalLink::after {
  color: #000;
}
.shopList .ns a {
  background-color: #194B00;
}
.shopList .ns a::before {
  background-image: url(../img/shop/photo_ns_01.jpg);
}
.shopList .ns a::after {
  background-image: url(../img/shop/photo_ns_02.jpg);
}

.eventHeader {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .eventHeader {
    display: block;
  }
}
.eventHeader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 120px;
  background-color: #f0f1f3;
}
@media screen and (max-width: 768px) {
  .eventHeader::after {
    height: 80px;
  }
}
.eventHeader > * {
  position: relative;
  z-index: 2;
}
.eventHeader img {
  vertical-align: bottom;
}
.eventHeader .headerTitle {
  order: 2;
  margin: 0;
  flex-basis: 418px;
}
@media screen and (max-width: 960px) {
  .eventHeader .headerTitle img {
    width: 40vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .eventHeader .headerTitle img {
    max-width: 200px;
    width: 54vw;
  }
}
@media screen and (max-width: 960px) {
  .eventHeader .headerWords {
    position: absolute;
    top: 0;
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .eventHeader .headerWords {
    max-width: 100px;
    width: 27vw;
  }
}
.eventHeader .headerWords.left {
  order: 1;
  margin-top: 20px;
  flex-basis: 178px;
}
@media screen and (max-width: 960px) {
  .eventHeader .headerWords.left {
    margin: 0;
    right: 50%;
    transform: translateX(-100%);
  }
}
.eventHeader .headerWords.right {
  order: 3;
  margin: 60px 0 0 20px;
  flex-basis: 177px;
}
@media screen and (max-width: 960px) {
  .eventHeader .headerWords.right {
    margin: 0;
    left: 50%;
    transform: translateX(85%);
  }
}
@media screen and (max-width: 960px) {
  .eventHeader .headerWords img {
    max-width: 100%;
    height: auto;
  }
}
.eventHeader .headerImg {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .eventHeader .headerImg {
    bottom: 0;
    top: auto;
  }
}
.eventHeader .headerImg img {
  max-width: inherit;
}
@media screen and (max-width: 960px) {
  .eventHeader .headerImg img {
    max-width: 100%;
  }
}
.eventHeader .headerImg.left {
  right: 50%;
  transform: translateX(-80%);
}
@media screen and (max-width: 960px) {
  .eventHeader .headerImg.left {
    width: 20vw;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .eventHeader .headerImg.left {
    width: 100px;
  }
}
.eventHeader .headerImg.right {
  left: 50%;
  transform: translateX(100%) translateX(15px);
}
@media screen and (max-width: 960px) {
  .eventHeader .headerImg.right {
    width: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .eventHeader .headerImg.right {
    width: 90px;
  }
}

.eventLead {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .eventLead {
    margin-top: 30px;
    font-weight: normal;
    text-align: left;
  }
}

.eventLogoList {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .eventLogoList {
    margin: 15px auto;
    max-width: 400px;
  }
}
.eventLogoList .wrap {
  margin: 0 -25px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .eventLogoList .wrap {
    margin: 0;
    flex-wrap: wrap;
  }
}
.eventLogoList li {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .eventLogoList li {
    width: calc(33.3% - 20px);
    margin: 10px 10px 0;
  }
}
.eventLogoList img {
  vertical-align: bottom;
  max-width: 100%;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .eventLogoList img {
    height: auto;
  }
}

.eventSchedule {
  position: relative;
  margin-top: 80px;
  border: 10px solid #2AAFC5;
  background: url("../img/event/bg_dot.png");
}
@media screen and (max-width: 768px) {
  .eventSchedule {
    margin-top: 40px;
  }
}
.eventSchedule:before, .eventSchedule:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  z-index: 2;
}
.eventSchedule:before {
  bottom: -10px;
  left: -10px;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #ffffff;
}
.eventSchedule:after {
  bottom: -10px;
  right: -10px;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffffff transparent;
}
.eventSchedule img {
  vertical-align: bottom;
}

.eventScheduleTitle {
  position: relative;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.eventScheduleTitle span {
  position: absolute;
}
.eventScheduleTitle .ja {
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .eventScheduleTitle .ja {
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
  }
}
.eventScheduleTitle .ja img {
  position: relative;
  z-index: 3;
}
.eventScheduleTitle .ja::before, .eventScheduleTitle .ja::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
}
.eventScheduleTitle .ja::before {
  top: 0;
  background-color: #fff;
}
.eventScheduleTitle .ja::after {
  top: 50%;
  background: url("../img/event/bg_dot.png");
}
.eventScheduleTitle .en {
  display: block;
  top: -10px;
  right: 90px;
  transform: translateY(-100%);
}
@media screen and (max-width: 1200px) {
  .eventScheduleTitle .en {
    right: 20px;
    width: 140px;
  }
}
@media screen and (max-width: 960px) {
  .eventScheduleTitle .en {
    display: none;
  }
}
.eventScheduleTitle .en img {
  max-width: 100%;
  height: auto;
}
.eventScheduleTitle:before, .eventScheduleTitle:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  z-index: 2;
}
.eventScheduleTitle:before {
  top: -10px;
  left: -10px;
  border-width: 20px 20px 0 0;
  border-color: #FFF transparent transparent transparent;
}
.eventScheduleTitle:after {
  top: -10px;
  right: -10px;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}

.eventScheduleList {
  padding: 50px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .eventScheduleList {
    padding: 25px 20px;
    display: block;
  }
}
.eventScheduleList .item {
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .eventScheduleList .item {
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .eventScheduleList .item + .item {
    margin-top: 20px;
  }
}

.eventArchive {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .eventArchive {
    margin: 40px auto;
    padding: 0 10px;
  }
}

.journalTitle {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .journalTitle {
    max-width: 360px;
    margin: auto;
    padding: 0 20px;
  }
}

.journalArchive {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .journalArchive {
    margin-top: 30px;
  }
}
.journalArchive .eventArchiveList {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .journalArchive .eventArchiveList {
    margin-top: 20px;
  }
}

.eventArchiveList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .eventArchiveList {
    margin-right: -10px;
  }
}
.eventArchiveList img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.eventArchiveList .item {
  width: calc((100% - 20px - 80px) / 5);
  margin: 0 20px 40px 0;
}
@media screen and (max-width: 768px) {
  .eventArchiveList .item {
    width: calc((100% - 10px - 10px) / 2);
    margin: 0 10px 20px 0;
  }
}
.eventArchiveList .item:nth-of-type(n+6) {
  display: none;
}
@media screen and (max-width: 768px) {
  .eventArchiveList .item:nth-of-type(n+5) {
    display: none;
  }
}
.eventArchiveList a {
  display: block;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.eventArchiveList a:hover img {
  transform: scale(1.1);
}
.eventArchiveList a:hover .description, .eventArchiveList a:hover .date {
  color: #2aafc5;
}
.eventArchiveList .thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.eventArchiveList .thumb::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.eventArchiveList .thumb img {
  transition: all 0.6s;
}
.eventArchiveList .noText::after {
  content: none;
}
.eventArchiveList .thumbText {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: "Oswald", sans-serif !important;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .eventArchiveList .thumbText {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .eventArchiveList .thumbText {
    padding: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.eventArchiveList .thumbText .date {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .eventArchiveList .thumbText .date {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .eventArchiveList .thumbText .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.eventArchiveList .description, .eventArchiveList .date {
  line-height: 1.4;
  transition: all 0.6s ease-in-out;
}
.eventArchiveList .description {
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .eventArchiveList .description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.eventArchiveList .date {
  margin-top: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .eventArchiveList .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.eventTalkList a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.eventTalkList .thumb {
  height: 18.6vw;
}
.eventTalkList .thumb::after {
  content: none;
}
.eventTalkList .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}

.event .eventSection.hobby {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 80px;
  border: #2AAFC5 solid 10px;
}
.event .eventSection.hobby:before {
  position: absolute;
  display: block;
  bottom: -10px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #ffffff;
  content: " ";
  z-index: 1;
}
.event .eventSection.hobby:after {
  position: absolute;
  display: block;
  bottom: -10px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  content: " ";
  z-index: 2;
}
.event .mp-eventHobbyHeader {
  position: relative;
  display: flex;
  width: 100%;
  padding: 40px 60px 40px;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .event .mp-eventHobbyHeader {
    display: block;
    padding: 10px 20px;
    text-align: center;
  }
}
.event .mp-eventHobbyHeader:before {
  position: absolute;
  display: block;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #FFF transparent transparent transparent;
  content: " ";
  z-index: 1;
}
.event .mp-eventHobbyHeader:after {
  position: absolute;
  display: block;
  top: -10px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #FFF transparent transparent;
  content: " ";
  z-index: 2;
}
.event .mp-eventHobbyHeader .text {
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .event .mp-eventHobbyHeader .text {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .event .mp-eventHobbyHeader .text figure.title {
    text-align: center;
  }
}
.event .mp-eventHobbyHeader .text figure.title img {
  max-width: 100%;
}
.event .mp-eventHobbyHeader .text p {
  margin-top: 10px;
  padding-left: 40px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .event .mp-eventHobbyHeader .text p {
    padding-left: 0;
    font-weight: normal;
    line-height: 1.5;
  }
}
.event .mp-eventHobbyBody {
  position: relative;
  padding: 60px 60px 40px;
  background: url("../img/event/bg_dot.png");
}
@media screen and (max-width: 960px) {
  .event .mp-eventHobbyBody {
    padding: 20px;
  }
}
.event .mp-eventHobbyBody h2.eventTitle {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  text-align: center;
}
.event .mp-eventHobbyBody h2.eventTitle img {
  max-width: 100%;
}
.event .mp-eventHobbyBody ul.eventList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .event .mp-eventHobbyBody ul.eventList {
    display: block;
  }
}
.event .mp-eventHobbyBody ul.eventList li {
  width: 33.3%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .event .mp-eventHobbyBody ul.eventList li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .event .mp-eventHobbyBody ul.eventList li {
    width: 100%;
  }
}
.event .mp-eventHobbyBody ul.eventList li:first-child {
  margin-top: -20px;
  margin-left: -25px;
  margin-right: 25px;
}
@media screen and (max-width: 960px) {
  .event .mp-eventHobbyBody ul.eventList li:first-child {
    margin: 0;
  }
}
.event .mp-eventHobbyBody ul.eventList li img {
  max-width: 100%;
}
.event .mp-eventHobbyBody .caution {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.event .mp-eventHobbyBody .caution li:before {
  padding-right: 10px;
  content: "※";
}

.lp .mp-main img {
  vertical-align: bottom;
}

.imgOnly {
  text-align: center;
}
.imgOnly img {
  width: 100%;
  max-width: 960px;
  height: auto;
}
.imgOnly .headerTitle,
.imgOnly .headerLead,
.imgOnly .imgBlock,
.imgOnly .blockTitle,
.imgOnly .blockBody {
  margin: 0;
}
.imgOnly .headerTitle.bgYellow,
.imgOnly .headerLead.bgYellow,
.imgOnly .imgBlock.bgYellow,
.imgOnly .blockTitle.bgYellow,
.imgOnly .blockBody.bgYellow {
  background-color: #FFF57F;
}
.imgOnly .headerTitle.bgYellow2,
.imgOnly .headerLead.bgYellow2,
.imgOnly .imgBlock.bgYellow2,
.imgOnly .blockTitle.bgYellow2,
.imgOnly .blockBody.bgYellow2 {
  background-color: #FFF691;
}
.imgOnly .headerTitle.bgGreen,
.imgOnly .headerLead.bgGreen,
.imgOnly .imgBlock.bgGreen,
.imgOnly .blockTitle.bgGreen,
.imgOnly .blockBody.bgGreen {
  background-color: #ECF1C5;
}
.imgOnly .headerTitle.bgGreen2,
.imgOnly .headerLead.bgGreen2,
.imgOnly .imgBlock.bgGreen2,
.imgOnly .blockTitle.bgGreen2,
.imgOnly .blockBody.bgGreen2 {
  background-color: #C3D601;
}
.imgOnly .headerTitle.bgGray,
.imgOnly .headerLead.bgGray,
.imgOnly .imgBlock.bgGray,
.imgOnly .blockTitle.bgGray,
.imgOnly .blockBody.bgGray {
  background-color: #EEECEB;
}
.imgOnly .headerTitle.bgBlue,
.imgOnly .headerLead.bgBlue,
.imgOnly .imgBlock.bgBlue,
.imgOnly .blockTitle.bgBlue,
.imgOnly .blockBody.bgBlue {
  background-color: #DFF2FB;
}
.imgOnly .headerTitle.bgBlue2,
.imgOnly .headerLead.bgBlue2,
.imgOnly .imgBlock.bgBlue2,
.imgOnly .blockTitle.bgBlue2,
.imgOnly .blockBody.bgBlue2 {
  background-color: #E9F5FD;
}
.imgOnly .headerTitle.bgBlue3,
.imgOnly .headerLead.bgBlue3,
.imgOnly .imgBlock.bgBlue3,
.imgOnly .blockTitle.bgBlue3,
.imgOnly .blockBody.bgBlue3 {
  background-color: #EAEDF6;
}
.imgOnly .headerTitle.bgBlue4,
.imgOnly .headerLead.bgBlue4,
.imgOnly .imgBlock.bgBlue4,
.imgOnly .blockTitle.bgBlue4,
.imgOnly .blockBody.bgBlue4 {
  background-color: #98A5D3;
}
.imgOnly .headerTitle.bgPink,
.imgOnly .headerLead.bgPink,
.imgOnly .imgBlock.bgPink,
.imgOnly .blockTitle.bgPink,
.imgOnly .blockBody.bgPink {
  background-color: #FCD3DA;
}
.imgOnly .headerTitle.bgStripe,
.imgOnly .headerLead.bgStripe,
.imgOnly .imgBlock.bgStripe,
.imgOnly .blockTitle.bgStripe,
.imgOnly .blockBody.bgStripe {
  background-image: url(../img/lp/seminar-woman/fp_bg.png);
}
.imgOnly .imgCvBtn {
  max-width: 960px;
  margin: 0 auto;
}
.imgOnly .imgCvBtn a {
  display: block;
}
.imgOnly .imgCvBtn a:hover {
  opacity: 0.8;
}
.imgOnly .fpVoice {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .imgOnly .fpVoice {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .imgOnly .fpVoice .blockTitle {
    padding: 0 10px;
  }
}
.imgOnly .fpVoice .blockTitle + .blockBody {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .imgOnly .fpVoice .blockTitle + .blockBody {
    margin-top: 40px;
  }
}
.imgOnly .fpVoice .blockBody {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .imgOnly .fpVoice .blockBody {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .imgOnly .fpVoice .blockBody {
    padding: 0 15px;
  }
}

.mp-storeRenovation .bnr {
  margin: 0;
  text-align: center;
}
.mp-storeRenovation .bnr img {
  vertical-align: bottom;
}

body.gallery.new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.gallery.new img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
body.gallery.new #cboxOverlay {
  background: #fff;
  opacity: 1;
}

/* index */
.p-gallery-header {
  text-align: center;
  padding: 110px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-gallery-header {
    padding: 50px 0 20px;
  }
}
.p-gallery-header .title-en {
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "sofia sans condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-gallery-header .title-en {
    font-size: 6rem;
  }
}
.p-gallery-header .title-jp {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-gallery-header .title-jp {
    font-size: 1.2rem;
  }
}

.p-gallery-nav {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
}
.p-gallery-nav .link {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 19px 32px;
  border: 1px solid #000;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-gallery-nav .link {
    font-size: 1.3rem;
    gap: 7px;
    padding: 10px 20px;
  }
  .p-gallery-nav .link img {
    width: 15px;
    height: auto;
  }
}
.p-gallery-nav .link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.search-remodal {
  background-color: #fff;
  color: #000;
  padding: 120px 110px 140px;
}
@media screen and (max-width: 960px) {
  .search-remodal {
    padding: 80px 40px 70px;
  }
}
@media screen and (max-width: 768px) {
  .search-remodal {
    padding: 50px 20px 50px;
  }
}
.search-remodal section {
  margin-bottom: 0;
}
.search-remodal .section + .section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .search-remodal .section + .section {
    margin-top: 30px;
  }
}
.search-remodal .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .search-remodal .list {
    margin-top: 20px;
  }
}
.search-remodal .list .link {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 8px 15px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .search-remodal .list .link {
    font-size: 1.6rem;
    padding: 7px 13px;
  }
}
.search-remodal .list .link:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.search-remodal .title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .search-remodal .title {
    font-size: 1.4rem;
  }
}
.search-remodal .title .em {
  font-size: 3rem;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .search-remodal .title .em {
    font-size: 2rem;
  }
}
.search-remodal .more {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .search-remodal .more {
    margin-top: 30px;
  }
}
.search-remodal .more .btn-link {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  gap: 3px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search-remodal .more .btn-link {
    font-size: 1.6rem;
  }
}
.search-remodal .c-accordion-body .list {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .search-remodal .c-accordion-body .list {
    margin-top: 15px;
  }
}
.search-remodal .c-accordion-body .list .link {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .search-remodal .c-accordion-body .list .link {
    font-size: 1.4rem;
  }
}

.p-gallery-nav-sp {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-gallery-nav-sp {
    padding-bottom: 20px;
  }
}
.p-gallery-nav-sp .list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.p-gallery-nav-sp .list .link {
  color: #000;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-gallery-nav-sp .list .link {
    font-size: 1.2rem;
    padding: 10px;
  }
}
.p-gallery-nav-sp .list .link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-gallery-nav-sp .list .link.current {
  text-decoration: underline;
}
.p-gallery-nav-sp .more {
  margin-top: 15px;
  text-align: center;
}
.p-gallery-nav-sp .more .link {
  color: #000;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #DDDDDD;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .p-gallery-nav-sp .more .link {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
.p-gallery-nav-sp .more .link:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.p-gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 75px;
}
@media screen and (max-width: 1200px) {
  .p-gallery-list {
    gap: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list {
    gap: 10px;
  }
}
.p-gallery-list.large {
  gap: 120px;
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 210px;
}
@media screen and (max-width: 1200px) {
  .p-gallery-list.large {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large {
    padding-bottom: 35px;
    flex-direction: column;
    gap: 30px;
    max-width: 450px;
  }
}
.p-gallery-list.large .item {
  width: calc((100% - 120px) / 2);
}
@media screen and (max-width: 1200px) {
  .p-gallery-list.large .item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .num {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .category {
    font-size: min(2.7vw, 1.4rem);
  }
}
@media screen and (max-width: 1200px) {
  .p-gallery-list.large .title {
    font-size: max(7vw, 3.9rem);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .title {
    font-size: min(17vw, 9rem);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .title.bodoni {
    font-size: min(8vw, 4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .title.gruppo {
    font-size: min(12vw, 6rem);
  }
}
.p-gallery-list.large .title.jp {
  font-size: min(4vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .title.jp {
    font-size: min(6vw, 3rem);
  }
}
.p-gallery-list.large .text {
  color: #FFF;
}
.p-gallery-list.large .text.pattern02 .header {
  margin-top: 90%;
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .more {
    gap: 5px;
    font-size: 0.8rem;
    flex-direction: column;
    display: flex;
    padding-bottom: 6px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.large .more::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 66px;
    height: 57px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #FFFF00;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.small {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.small .more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.small .more span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.small .more::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 36px;
    height: 31px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #FFFF00;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.small .more img {
    padding-bottom: 7px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list.small .link:hover .more {
    display: block;
    transition: all 0.3s ease;
  }
}
.p-gallery-list .link {
  display: block;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-gallery-list .link {
    position: relative;
  }
}
.p-gallery-list .link:hover {
  text-decoration: none;
}
.p-gallery-list .link:hover .more img {
  transform: translateX(5px);
}
.p-gallery-list .inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-gallery-list .item {
  position: relative;
  width: calc((100% - 150px) / 3);
}
@media screen and (max-width: 1200px) {
  .p-gallery-list .item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list .item {
    width: calc((100% - 10px) / 2);
  }
}
.p-gallery-list .thumb {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-gallery-list .thumb .before {
  filter: grayscale(100%);
  opacity: 0.8;
}
.p-gallery-list .thumb .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-gallery-list .thumb img {
  width: 100%;
  height: auto;
}
.p-gallery-list .num {
  z-index: 1;
  font-family: "Reddit Sans", sans-serif;
  font-size: min(0.7vw, 1.1rem);
  font-weight: 400;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .p-gallery-list .num {
    font-size: 1.5vw;
  }
}
.p-gallery-list .title {
  font-size: min(4vw, 6rem);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline;
}
@media screen and (max-width: 1200px) {
  .p-gallery-list .title {
    font-size: max(5vw, 3.9rem);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-list .title {
    font-size: 8vw;
  }
}
.p-gallery-list .title.sofia {
  font-family: "sofia sans condensed", sans-serif;
}
.p-gallery-list .title.gruppo {
  font-family: "gruppo", sans-serif;
  line-height: 0.9;
  letter-spacing: 0.1em;
}
.p-gallery-list .title.bodoni {
  font-family: "bodoni moda", sans-serif;
  font-weight: 400;
  font-size: min(4.2vw, 5rem);
}
@media screen and (max-width: 768px) {
  .p-gallery-list .title.bodoni {
    font-size: min(5.2vw, 4rem);
  }
}
.p-gallery-list .title.jp {
  font-size: min(3vw, 3rem);
}
@media screen and (max-width: 768px) {
  .p-gallery-list .title.jp {
    font-size: min(4vw, 2rem);
  }
}
.p-gallery-list .category {
  font-family: "Reddit Sans", sans-serif;
  font-size: min(0.9vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.p-gallery-list .more {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  justify-content: flex-end;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-gallery-list .more {
    position: absolute;
    right: 0;
    margin-top: 0;
    bottom: 0;
    z-index: 1;
  }
}
.p-gallery-list .more img {
  padding-top: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-gallery-list .more img {
    padding-top: 0;
    width: 16px;
    height: 4px;
  }
}
.p-gallery-list .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.p-gallery-list .text.white {
  color: #FFF;
}
.p-gallery-list .text.black {
  color: #000;
  text-shadow: none;
}
.p-gallery-list .text.pattern01 .header {
  padding: 15px 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-gallery-list .text.pattern01 .header {
    padding-bottom: 0;
    padding: 10px;
  }
}
.p-gallery-list .text.pattern01 .category {
  padding-left: 20px;
}
.p-gallery-list .text.pattern01 .title.bodoni {
  padding-top: 3%;
}
.p-gallery-list .text.pattern02 .header {
  margin-top: 90%;
  text-align: center;
}
.p-gallery-list .text.pattern02 .title {
  text-align: center;
  align-items: center;
}
.p-gallery-list .text.pattern02 .category {
  position: absolute;
  top: 17px;
  right: 17px;
}
@media screen and (max-width: 768px) {
  .p-gallery-list .text.pattern02 .category {
    top: 8px;
    right: 8px;
  }
}
.p-gallery-list .text.pattern03 {
  display: flex;
  flex-direction: column;
  height: calc(100% - 25px);
}
.p-gallery-list .text.pattern03 .header {
  text-align: center;
  padding-top: 35px;
}
.p-gallery-list .text.pattern03 .title {
  text-align: center;
  align-items: center;
  font-size: min(2.4vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .p-gallery-list .text.pattern03 .title {
    font-size: 6.2vw;
  }
}
.p-gallery-list .text.pattern03 .num {
  font-size: min(0.7vw, 0.9rem);
}
@media screen and (max-width: 768px) {
  .p-gallery-list .text.pattern03 .num {
    font-size: 1.3vw;
  }
}
.p-gallery-list .text.pattern03 .category {
  margin-top: auto;
  text-align: center;
}

/* entry */
.p-gallery-entry-header .back {
  display: flex;
  align-items: center;
  color: #000;
  gap: 30px;
  padding: 20px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-header .back {
    justify-content: center;
    padding: 10px 30px;
    gap: 10px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }
}
.p-gallery-entry-header .back .head {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 200;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-header .back .head {
    font-size: 2.4rem;
  }
}
.p-gallery-entry-header .back .desc {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-header .back .desc {
    font-size: 1rem;
  }
  .p-gallery-entry-header .back .desc br {
    display: none;
  }
}
.p-gallery-entry-header .back:hover {
  text-decoration: none;
  opacity: 0.5;
}
.p-gallery-entry-header .num {
  text-align: center;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-header .num {
    margin-top: 20px;
  }
}
.p-gallery-entry-header .title-en {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: min(12vw, 14rem);
  letter-spacing: 0.05em;
  opacity: 0.1;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .p-gallery-entry-header .title-en {
    top: 110px;
    font-size: min(4vw, 3rem);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-header .title-en {
    font-size: min(10vw, 6rem);
  }
}
.p-gallery-entry-header .title-en.bodoni {
  font-family: "bodoni moda", sans-serif;
  font-weight: 400;
}
.p-gallery-entry-header .title-en.sofia {
  font-family: "sofia sans condensed", sans-serif;
}
.p-gallery-entry-header .title-en.gruppo {
  font-family: "gruppo", sans-serif;
  line-height: 0.9;
  letter-spacing: 0.1em;
}
.p-gallery-entry-header .title-jp {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-header .title-jp {
    font-size: 2rem;
  }
}
.p-gallery-entry-header .category {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 20px;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-header .category {
    font-size: 1.2rem;
  }
}
.p-gallery-entry-header .thumb {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-header .thumb {
    margin-top: 40px;
  }
}

.p-gallery-entry-info {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info {
    margin-top: 30px;
  }
}
.p-gallery-entry-info .wrap {
  display: flex;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .wrap {
    flex-direction: column;
    background-color: #F4F4F4;
    border: 1px solid #000;
    padding: 25px 20px;
  }
}
.p-gallery-entry-info .block {
  width: 50%;
  padding: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .block {
    width: 100%;
    padding: 0;
  }
}
.p-gallery-entry-info .info-title {
  font-size: 1.8rem;
  font-family: "sofia sans condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .info-title {
    display: none;
  }
}
.p-gallery-entry-info .profile .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .profile .list {
    gap: 10px;
  }
}
.p-gallery-entry-info .profile .item {
  align-items: center;
  display: flex;
  gap: 13px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .profile .item {
    font-size: 1.4rem;
  }
}
.p-gallery-entry-info .point {
  padding-left: 55px;
  border-left: 2px solid #000;
  position: relative;
  width: calc(50% - 55px);
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .point {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.p-gallery-entry-info .point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .point::before {
    display: none;
  }
}
.p-gallery-entry-info .point .list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .point .list {
    gap: 5px;
  }
}
.p-gallery-entry-info .point .item a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  border-radius: 2px;
  padding: 2px 10px;
  border: 1px solid #EEEEEE;
  color: #000;
  text-decoration: none;
}
.p-gallery-entry-info .point .item a:hover {
  color: #FFF;
  background-color: #000;
  text-decoration: none;
  border-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .point .item a {
    font-size: 1.4rem;
    background-color: #FFFFFF;
  }
}
.p-gallery-entry-info .point .item a::before {
  content: "＃";
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .point .item a::before {
    font-size: 1.4rem;
  }
}
.p-gallery-entry-info .lead {
  text-align: center;
  margin-top: 90px;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-info .lead {
    font-size: 1.4rem;
    margin-top: 40px;
    text-align: left;
  }
  .p-gallery-entry-info .lead br {
    display: none;
  }
}

.p-gallery-entry-plan {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-plan {
    padding: 50px 0;
  }
}
.p-gallery-entry-plan .title {
  margin: 0;
  font-family: "sofia sans condensed", sans-serif;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.p-gallery-entry-plan .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: url(../img/gallery/plan_deco.svg) no-repeat center center/100%;
  width: 110px;
  height: 22px;
}
.p-gallery-entry-plan .thumb {
  margin-top: 95px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-plan .thumb {
    margin-top: 50px;
  }
}

.p-gallery-entry-photo {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-photo {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-photo .c-inner {
    padding: 0;
  }
}
.p-gallery-entry-photo .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-photo .list {
    gap: 15px;
  }
}
.p-gallery-entry-photo .item.large {
  width: 100%;
}
.p-gallery-entry-photo .item.half {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-photo .item.half {
    width: calc((100% - 15px) / 2);
  }
}
.p-gallery-entry-photo .item.col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-photo .item.col {
    gap: 15px;
  }
}
.p-gallery-entry-photo .item.small {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-photo .item.small {
    width: calc((100% - 30px) / 3);
  }
}
.p-gallery-entry-photo .item.small .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-gallery-entry-photo .item.small .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-gallery-entry-photo .link {
  display: block;
}
.p-gallery-entry-photo .link:hover {
  opacity: 0.8;
}
.p-gallery-entry-photo .thumb {
  display: flex;
}
.p-gallery-entry-photo .thumb img {
  width: 100%;
  height: auto;
}
.p-gallery-entry-photo .c-accordion-body {
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-photo .c-accordion-body {
    margin-top: 15px;
  }
}
.p-gallery-entry-photo .c-accordion-body.is-show {
  display: flex;
}
.p-gallery-entry-photo .c-accordion-btn {
  color: #000;
}
.p-gallery-entry-photo .c-accordion-btn.is-show {
  display: none !important;
}
.p-gallery-entry-photo .btn {
  margin: 40px auto 0;
  display: block;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-photo .btn {
    font-size: 1.2rem;
  }
}
.p-gallery-entry-photo .btn:hover {
  transition: all 0.3s ease;
  background-color: #000;
  color: #fff;
}

.p-gallery-entry-message {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .c-inner {
    padding-right: 0;
  }
}
.p-gallery-entry-message .head {
  background-color: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 13px 50px;
  line-height: 1;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "sofia sans condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .head {
    font-size: 1.8rem;
    padding: 13px 15px;
  }
}
.p-gallery-entry-message .head span {
  font-size: 1.6rem;
  margin-left: 5px;
  font-weight: 700;
  font-family: "zen kaku gothic new", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .head span {
    font-size: 1rem;
  }
}
.p-gallery-entry-message .wrap {
  position: relative;
  padding: 55px 95px;
  border: 1px solid #000;
  margin-right: 55px;
}
@media screen and (max-width: 1200px) {
  .p-gallery-entry-message .wrap {
    padding: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .wrap {
    margin-right: 30px;
    padding: 40px 30px 40px;
  }
}
.p-gallery-entry-message .wrap .title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .wrap .title {
    font-size: 1.6rem;
  }
}
.p-gallery-entry-message .wrap .text {
  max-width: 615px;
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .wrap .text {
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 1.8;
  }
}
.p-gallery-entry-message .staff {
  position: absolute;
  top: 0;
  right: -55px;
  translate: 0 -40%;
}
@media screen and (max-width: 1200px) {
  .p-gallery-entry-message .staff {
    translate: 0 -55%;
  }
}
@media screen and (max-width: 960px) {
  .p-gallery-entry-message .staff {
    translate: 0 -100%;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .staff {
    right: -30px;
    translate: 0 -75%;
  }
}
.p-gallery-entry-message .staff .info {
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .staff .info {
    font-size: 1.1rem;
    bottom: 8px;
    right: 5px;
  }
}
.p-gallery-entry-message .staff .name {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-message .staff .name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-gallery-entry-message .staff img {
    width: max(31vw, 120px);
  }
}

.p-gallery-entry-body {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-body {
    margin-top: 100px;
    padding: 50px 0;
  }
}
.p-gallery-entry-body .c-inner {
  max-width: 780px;
}
.p-gallery-entry-body .head {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "sofia sans condensed", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.p-gallery-entry-body .title {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  text-align: center;
}
.p-gallery-entry-body .body {
  margin-top: 50px;
}
.p-gallery-entry-body .body p {
  font-size: 1.6rem;
  margin: 3em 0;
  line-height: 2;
}
.p-gallery-entry-body .body figure {
  display: block;
  margin: 3em auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-body .body figure {
    margin: 3em -30px;
  }
}
.p-gallery-entry-body .btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 330px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 18px 20px;
  border: 1px solid #000;
  position: relative;
}
.p-gallery-entry-body .btn::after {
  content: "+";
  position: absolute;
  right: 27%;
  top: 50%;
  translate: -100% -50%;
}
.p-gallery-entry-body .btn:hover {
  transition: all 0.3s ease;
  background-color: #000;
  color: #fff;
}
.p-gallery-entry-body .c-accordion-body {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-body .c-accordion-body {
    display: none;
  }
}
.p-gallery-entry-body .c-accordion-btn {
  display: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-body .c-accordion-btn {
    display: block;
  }
}
.p-gallery-entry-body .c-accordion-btn.is-show {
  display: none !important;
}

.p-gallery-entry-share {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-share {
    margin-top: 120px;
  }
}

.p-gallery-entry-pager {
  margin-top: 140px;
}
.p-gallery-entry-pager .btn {
  color: #000;
  justify-content: center;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-pager .btn {
    font-size: 1.6rem;
  }
}
.p-gallery-entry-pager .btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  translate: -50% 100%;
  background-color: #000;
  width: 60%;
  height: 1px;
}
.p-gallery-entry-pager .btn:hover {
  text-decoration: none;
}
.p-gallery-entry-pager .btn:hover img {
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.p-gallery-entry-other {
  margin-top: 130px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other {
    padding: 45px 0 75px;
    margin-top: 70px;
    background-image: linear-gradient(180deg, rgb(245, 245, 245) 60%, rgba(255, 255, 255, 0) 60%);
  }
}
.p-gallery-entry-other .section-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.p-gallery-entry-other .section-title .en {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "sofia sans condensed", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .section-title .en {
    font-size: 1.2rem;
  }
}
.p-gallery-entry-other .section-title .jp {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .section-title .jp {
    font-size: 1.6rem;
  }
}
.p-gallery-entry-other .p-gallery-list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .p-gallery-list {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    min-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .p-gallery-list.small .more {
    display: block;
    position: static;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .p-gallery-list.small .more span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .p-gallery-list.small .more img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .p-gallery-list.small .more::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .p-gallery-list.small .link:hover .more {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-other .list-wrap {
    overflow-x: scroll;
    margin-right: -30px;
    margin-left: -10px;
  }
}

.p-gallery-entry-movie {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-movie {
    margin: 40px -30px;
  }
}
.p-gallery-entry-movie .title {
  margin: 0;
  font-family: "sofia sans condensed", sans-serif;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
}
.p-gallery-entry-movie .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: url(../img/gallery/plan_deco.svg) no-repeat center center/100%;
  width: 110px;
  height: 22px;
}
.p-gallery-entry-movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-gallery-entry-movie iframe {
    margin: 30px 0 0;
  }
}

/* 2025リニューアル */
/* common */
body.price.new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff !important;
}
body.price.new img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
body.price.new #cboxOverlay {
  background: #fff;
  opacity: 1;
}
body.price.new .u-en {
  font-family: "Sofia Sans Condensed", sans-serif;
}
body.price.new .u-uppercase {
  text-transform: uppercase;
}
body.price.new section {
  margin-bottom: inherit;
}

.p-price-header {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-price-header {
    border-top: none;
  }
}
.p-price-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 500px;
  background-color: #FBF9F4;
  left: 50%;
  transform: translate(-50%, 81%);
  clip-path: ellipse(50% 40% at 50% 50%);
}
@media screen and (min-width: 768px) {
  .p-price-header::after {
    height: 100%;
    width: 140%;
    transform: translate(-50%, 76%);
  }
}
.p-price-header .title {
  color: #fff;
  position: absolute;
  top: 25px;
  left: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 5rem;
  text-transform: uppercase;
  font-family: "Sofia Sans Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-price-header .title {
    font-size: 10rem;
  }
}
.p-price-header .fv {
  position: relative;
  aspect-ratio: 1440/780;
}
.p-price-header .fv .before {
  filter: grayscale(100%);
  opacity: 0.8;
}
.p-price-header .fv .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-price-header .fv img {
  width: 100%;
}
.p-price-header .c-inner {
  position: relative;
  z-index: 1;
}

.p-price-intro {
  background-color: #FBF9F4;
  padding-bottom: 45px;
}
.p-price-intro .title {
  color: #C88028;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-price-intro .title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-price-intro .lead {
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-price-intro .lead {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 30px;
  }
}
.p-price-intro .point {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price-intro .point {
    margin-top: 40px;
  }
}
.p-price-intro .point .point-title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-intro .point .point-title {
    font-size: 2rem;
  }
}
.p-price-intro .list {
  display: flex;
  gap: 5px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price-intro .list {
    max-width: 640px;
    margin: 25px auto 0;
  }
}
.p-price-intro .list .item {
  width: calc(50% - 2.5px);
}
.p-price-intro .list .link {
  position: relative;
  display: flex;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #C88028;
  color: #000;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-price-intro .list .link {
    height: 180px;
  }
}
.p-price-intro .list .link:hover {
  text-decoration: none;
}
.p-price-intro .list .link:hover .arrow {
  translate: 1px 0;
}
.p-price-intro .list .arrow {
  transition: translate 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  bottom: 15px;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-price-intro .list .arrow {
    bottom: 25px;
  }
}
.p-price-intro .list .area {
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-price-intro .list .area {
    font-size: 1.6rem;
  }
}
.p-price-intro .list .price {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-price-intro .list .price {
    font-size: 1.6rem;
  }
}
.p-price-intro .list .price .num {
  color: #C88028;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-price-intro .list .price .num {
    font-size: 3.6rem;
  }
}
.p-price-intro .list .price-head {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-price-intro .list .price-head {
    font-size: 1.4rem;
  }
}
.p-price-intro .list .plan {
  font-size: 1.6rem;
  color: #C88028;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-price-intro .list .plan {
    font-size: 2rem;
  }
}

.price-remodal {
  padding: 50px 30px 0;
}
@media screen and (min-width: 768px) {
  .price-remodal {
    max-width: 640px;
  }
}
.price-remodal .remodal-close {
  top: 5px;
  right: 30px;
}
.price-remodal .remodal-close::before, .price-remodal .remodal-close::after {
  background-color: #fff;
}
.price-remodal .remodal-inner {
  background-color: #fff;
}
.price-remodal .header {
  padding: 35px 0 30px;
  text-align: center;
}
.price-remodal .header .head {
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .price-remodal .header .head {
    font-size: 1.4rem;
  }
}
.price-remodal .header .price {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .price-remodal .header .price {
    font-size: 1.6rem;
  }
}
.price-remodal .header .price .num {
  color: #C88028;
  margin-left: 5px;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .price-remodal .header .price .num {
    font-size: 3.6rem;
  }
}
.price-remodal .header .plan {
  color: #C88028;
  font-size: 1.8rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .price-remodal .header .plan {
    font-size: 2.4rem;
  }
}
.price-remodal .body {
  padding: 30px 20px 0;
  background-color: #FBF9F4;
}
.price-remodal .body .head {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  justify-content: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .price-remodal .body .head {
    font-size: 2rem;
  }
}
.price-remodal .body .head.small {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-bottom: 20px;
  position: relative;
  margin: 0 -2px;
}
@media screen and (min-width: 768px) {
  .price-remodal .body .head.small {
    font-size: 1.8rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.price-remodal .body .head.small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/price/intro_title_border.svg) no-repeat top center/100%;
}
.price-remodal .point-list {
  margin-top: 15px;
}
.price-remodal .point-list.point-01 {
  padding-bottom: 20px;
}
.price-remodal .point-list.point-02 {
  padding: 0 10px;
}
.price-remodal .point-list .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.price-remodal .point-list .item + .item {
  border-top: 1px solid #C88028;
}
.price-remodal .point-list .item.small {
  padding: 10px 0;
}
.price-remodal .point-list .point-title {
  color: #C88028;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .price-remodal .point-list .point-title {
    font-size: 2rem;
  }
}
.price-remodal .point-list .point-title.small {
  line-height: 1.6;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .price-remodal .point-list .point-title.small {
    font-size: 1.4rem;
  }
}
.price-remodal .point-list .desc {
  line-height: 2;
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .price-remodal .point-list .desc {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.price-remodal .point-list .icon {
  min-width: 66px;
}
@media screen and (min-width: 768px) {
  .price-remodal .point-list .icon {
    min-width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .price-remodal .point-list .icon img {
    width: 100%;
  }
}
.price-remodal .point-list .icon.small {
  min-width: 60px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .price-remodal .point-list .icon.small {
    min-width: 80px;
  }
}
.price-remodal .award {
  background-color: #fff;
  margin: 0 -20px;
  padding: 35px 20px 40px;
  position: relative;
}
.price-remodal .award::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 25px;
  background: url(../img/price/logo_mplus.svg) no-repeat center center/100%;
  width: 143px;
  height: 94px;
}
.price-remodal .award .award-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .price-remodal .award .award-title {
    font-size: 1.8rem;
  }
}
.price-remodal .award .award-img {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.price-remodal .award .award-img img {
  width: 100%;
}
.price-remodal .support {
  padding-bottom: 35px;
}
.price-remodal .support .wrap {
  margin-top: 5px;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .price-remodal .support .wrap {
    gap: 20px;
    align-items: center;
  }
}
.price-remodal .support .img {
  margin-left: -20px;
  width: 100%;
  max-width: 115px;
}
@media screen and (min-width: 768px) {
  .price-remodal .support .img {
    max-width: initial;
  }
}
.price-remodal .support .img img {
  width: 100%;
}
.price-remodal .support .support-head {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .price-remodal .support .support-head {
    font-size: 1.8rem;
  }
}
.price-remodal .support .support-desc {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .price-remodal .support .support-desc {
    font-size: 1.4rem;
  }
}
.price-remodal .btn {
  text-align: center;
  padding-bottom: 45px;
}
.price-remodal .btn .btn-close {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  color: #000;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 6px 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .price-remodal .btn .btn-close {
    font-size: 1.6rem;
    padding: 13px 25px;
  }
}
.price-remodal .btn .btn-close:hover {
  background-color: #000;
  color: #fff;
}

.p-price-plan {
  padding: 70px 0 0;
}
.p-price-plan .c-inner {
  max-width: 800px;
}
.p-price-plan .title-en {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-price-plan .title-en {
    font-size: 3rem;
  }
}
.p-price-plan .title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-price-plan .title {
    font-size: 2rem;
  }
}
.p-price-plan .lead {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price-plan .lead {
    font-size: 1.8rem;
  }
}
.p-price-plan .area {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.7rem;
  background: url(../img/price/plan_title_border.svg) no-repeat center bottom/100%;
}
.p-price-plan .area .small {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-price-plan .area .small {
    font-size: 2rem;
  }
}
.p-price-plan .area .num {
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 1.3;
  color: #35BCCB;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-price-plan .area .num {
    font-size: 6.4rem;
  }
}
.p-price-plan .caution {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}
.p-price-plan .floorplan-header {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price-plan .floorplan-header {
    margin-top: 50px;
  }
}
.p-price-plan .floorplan-header .tab {
  display: flex;
  gap: 10px;
  justify-content: center;
  border-bottom: 2px solid #35BCCB;
}
.p-price-plan .floorplan-header .tab button {
  cursor: pointer;
  width: 100%;
  padding: 10px 15px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #B1B1B1;
  border: none;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .p-price-plan .floorplan-header .tab button {
    font-size: 2.4rem;
  }
}
.p-price-plan .floorplan-header .tab .item {
  position: relative;
  width: calc((100% - 20px) / 3);
}
.p-price-plan .floorplan-header .tab .item.is--open button {
  color: #fff;
  background-color: #35BCCB;
}
.p-price-plan .floorplan-header .tab .item.is--open::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/price/icon_pointer.svg) no-repeat center center/100%;
  width: 47px;
  height: 48px;
  z-index: 1;
  translate: 58% 61%;
}
.p-price-plan .floorplan-header .tab .item:hover button {
  background-color: #35BCCB;
  color: #fff;
}
.p-price-plan .floorplan-body .floorplan {
  background: url(../img/price/plan_floorplan_bg.svg) no-repeat center center/cover;
}
.p-price-plan .floorplan-body .floorplan .item {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  outline: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item {
    width: 70px;
    height: 70px;
  }
}
.p-price-plan .floorplan-body .floorplan .item span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #35BCCB;
  animation: loading-sonar 1.8s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item span {
    width: 70px;
    height: 70px;
  }
}
.p-price-plan .floorplan-body .floorplan .item span:last-child {
  animation-delay: -0.8s;
}
.p-price-plan .floorplan-body .img {
  margin: 0 -30px;
  padding: 70px 0 25px;
}
.p-price-plan .floorplan-body .img img {
  width: 100%;
}
.p-price-plan .floorplan-body .js-tab__body-item {
  display: none;
}
.p-price-plan .floorplan-body .js-tab__body-item.is--open {
  display: block;
}
.p-price-plan .floorplan-body .js-inner-tab__body-item {
  display: none;
}
.p-price-plan .floorplan-body .js-inner-tab__body-item.is--open {
  display: block;
}
.p-price-plan .floorplan-body .desc {
  line-height: 2;
  font-size: 1.4rem;
  margin-top: 20px;
}
.p-price-plan .floorplan-body .p-plan-floorplan-slide {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-price-plan .floorplan-body .p-plan-floorplan-slide {
    margin-top: 50px;
  }
}
.p-price-plan .floorplan-body .p-plan-floorplan-slide .slick-prev {
  translate: -30% 0;
}
.p-price-plan .floorplan-body .p-plan-floorplan-slide .slick-next {
  translate: 30% 0;
}
.p-price-plan .floorplan-body .p-plan-floorplan-slide .slide {
  aspect-ratio: 800/533;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .p-plan-floorplan-slide .slide {
    aspect-ratio: auto;
  }
}
.p-price-plan .floorplan-body .p-plan-floorplan-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .p-plan-floorplan-slide img {
    height: auto;
  }
}
.p-price-plan .floorplan-body .floorplan {
  position: relative;
}
.p-price-plan .floorplan-body .floorplan .item {
  position: absolute;
}
.p-price-plan .floorplan-body .floorplan .item-after-01 {
  top: 50%;
  right: 22%;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item-after-01 {
    top: 56%;
    right: 14%;
  }
}
.p-price-plan .floorplan-body .floorplan .item-after-02 {
  top: 38%;
  left: 59%;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item-after-02 {
    top: 43%;
  }
}
.p-price-plan .floorplan-body .floorplan .item-after-03 {
  top: 24%;
  left: 41%;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item-after-03 {
    top: 32%;
  }
}
.p-price-plan .floorplan-body .floorplan .item-after-04 {
  top: 56%;
  left: 54%;
}
.p-price-plan .floorplan-body .floorplan .item-after-05 {
  top: 18%;
  left: 33%;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item-after-05 {
    top: 26%;
  }
}
.p-price-plan .floorplan-body .floorplan .item-before-01 {
  top: 44%;
  left: 25%;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item-before-01 {
    top: 49%;
  }
}
.p-price-plan .floorplan-body .floorplan .item-before-02 {
  top: 54%;
  left: 37%;
}
.p-price-plan .floorplan-body .floorplan .item-before-03 {
  top: 62%;
  left: 50%;
}
.p-price-plan .floorplan-body .floorplan .item-before-04 {
  bottom: 22%;
  left: 70%;
}
.p-price-plan .floorplan-body .floorplan .item-before-05 {
  top: 50%;
  right: 22%;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item-before-05 {
    top: 56%;
    right: 16%;
  }
}
.p-price-plan .floorplan-body .floorplan .item-before-06 {
  top: 38%;
  left: 59%;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item-before-06 {
    top: 44%;
  }
}
.p-price-plan .floorplan-body .floorplan .item-before-07 {
  top: 37%;
  left: 34%;
}
@media screen and (max-width: 768px) {
  .p-price-plan .floorplan-body .floorplan .item-before-07 {
    top: 44%;
  }
}
.p-price-plan .pay {
  margin-top: 55px;
  padding: 25px 20px;
  border: 1px solid #35BCCB;
}
.p-price-plan .pay .pay-title {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-price-plan .pay .pay-title {
    font-size: 2rem;
  }
}
.p-price-plan .pay .pay-lead {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-plan .pay .pay-lead img {
    width: 100%;
    max-width: 400px;
  }
}
.p-price-plan .pay dl {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F0F0F0;
  color: #35BCCB;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .p-price-plan .pay dl {
    font-size: 2rem;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-price-plan .pay dl {
    font-size: 1.2rem;
  }
}
.p-price-plan .pay dt .small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-price-plan .pay dt .small {
    font-size: 1.6rem;
  }
}
.p-price-plan .pay dd .num {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-price-plan .pay dd .num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .p-price-plan .pay dd .num {
    font-size: 5.5vw;
  }
}
.p-price-plan .pay .icon {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-plan .pay .icon {
    font-size: 2rem;
  }
}
.p-price-plan .pay .icon.equal {
  rotate: 90deg;
}
.p-price-plan .pay .caution {
  font-size: 1rem;
  max-width: 255px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .p-price-plan .pay .caution {
    font-size: 1.2rem;
    max-width: inherit;
    text-align: center;
  }
}
.p-price-plan .pay .caution br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-price-plan .pay .caution br {
    display: block;
  }
}
.p-price-plan .pay .caution + .caution {
  margin-top: 0px;
}

@keyframes loading-sonar {
  0% {
    transform: scale(0, 0);
    opacity: 0.7;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.p-price-content {
  margin-top: 50px;
  text-align: center;
}
.p-price-content .c-inner {
  max-width: 800px;
}
.p-price-content .title {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-price-content .title {
    font-size: 2rem;
  }
}
.p-price-content .list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-price-content .list {
    margin-top: 50px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-price-content .list .item {
  padding: 13px 15px;
  background-color: #F7F7F7;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-price-content .list .item {
    font-size: 1.6rem;
    gap: 10px;
    padding: 20px;
    flex-direction: column;
  }
}
.p-price-content .list .item span {
  margin: 0 auto;
}
.p-price-content .lead {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-price-content .lead {
    font-size: 1.8rem;
  }
}
.p-price-content .lead .small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price-content .lead .small {
    font-size: 1.4rem;
  }
}
.p-price-content .plus {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price-content .plus {
    margin-top: 50px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-price-content .plus .item {
    width: calc((100% - 20px) / 3);
  }
}
.p-price-content .plus .item + .item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-price-content .plus .item + .item {
    margin-top: 0;
  }
}
.p-price-content .plus .link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-price-content .plus .link {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-price-content .plus .link .desc {
    font-size: 1.5rem;
  }
}
.p-price-content .plus .link .em {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.p-price-content .plus .link:hover {
  color: #000;
  text-decoration: none;
}
.p-price-content .plus .link:hover .arrow {
  translate: 5px 0;
}
.p-price-content .plus .link .arrow {
  transition: translate 0.3s ease-in-out;
}
.p-price-content .plus .link .text {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-price-content .plus .link .text {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-price-content .plus .link .thumb {
    width: 100%;
  }
}

.content-remodal {
  padding: 50px 30px 0;
}
@media screen and (min-width: 768px) {
  .content-remodal {
    max-width: 640px;
  }
}
.content-remodal .remodal-close {
  top: 5px;
  right: 30px;
}
.content-remodal .remodal-close::before, .content-remodal .remodal-close::after {
  background-color: #fff;
}
.content-remodal .remodal-inner {
  background-color: #fff;
  padding: 25px 25px 30px;
}
.content-remodal .header-img {
  height: 180px;
}
@media screen and (min-width: 768px) {
  .content-remodal .header-img {
    height: auto;
  }
}
.content-remodal .header-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.content-remodal .title {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-remodal .title {
    font-size: 2rem;
  }
}
.content-remodal .title .em {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .content-remodal .title .em {
    font-size: 3rem;
  }
}
.content-remodal .head {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .content-remodal .head {
    font-size: 1.6rem;
    text-align: center;
  }
}
.content-remodal .desc {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .content-remodal .desc {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.content-remodal .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-remodal .img {
    margin-top: 30px;
  }
}
.content-remodal .btn {
  text-align: center;
  margin-top: 35px;
}
.content-remodal .btn .btn-close {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  color: #000;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 6px 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .content-remodal .btn .btn-close {
    font-size: 1.6rem;
    padding: 13px 25px;
  }
}
.content-remodal .btn .btn-close:hover {
  background-color: #000;
  color: #fff;
}

.p-price-ranking {
  padding: 70px 0 60px;
}
@media screen and (min-width: 768px) {
  .p-price-ranking .section-title {
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-price-ranking .section-title img {
  width: 100%;
}
.p-price-ranking .list {
  margin-top: 65px;
}
@media screen and (min-width: 768px) {
  .p-price-ranking .list {
    display: flex;
    gap: 40px 20px;
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .p-price-ranking .list {
    flex-wrap: nowrap;
  }
}
.p-price-ranking .item {
  position: relative;
  padding: 25px 15px 20px;
  background-color: #FBF9F4;
}
@media screen and (min-width: 768px) {
  .p-price-ranking .item {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .p-price-ranking .item {
    width: calc((100% - 40px) / 3);
  }
}
.p-price-ranking .item + .item {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .p-price-ranking .item + .item {
    margin-top: 0;
  }
}
.p-price-ranking .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translate(-5%, -50%);
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.6rem;
  word-break: keep-all;
  display: flex;
  align-items: center;
}
.p-price-ranking .title .text {
  color: #fff;
  padding: 5px 20px;
  background-color: #E66060;
  margin-left: -15px;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.p-price-ranking .title .text.short {
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.p-price-ranking .title .small {
  font-size: 1.2rem;
}
.p-price-ranking .title .num {
  position: relative;
  z-index: 1;
}
.p-price-ranking .desc {
  font-size: 1.4rem;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-ranking .desc {
    font-size: 1.6rem;
  }
}
.p-price-ranking .img img {
  width: 100%;
}
.p-price-ranking .btn {
  text-align: center;
  margin-top: 15px;
}
.p-price-ranking .btn .c-btn {
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  margin: 0 auto;
  gap: 5px;
  padding: 5px 15px 5px 10px;
}
@media screen and (min-width: 768px) {
  .p-price-ranking .btn .c-btn {
    font-size: 1.6rem;
    padding: 13px 25px;
  }
}
.p-price-ranking .btn .c-btn::after {
  transition: translate 0.3s ease-in-out;
  content: "";
  display: block;
  width: 17px;
  height: 5px;
  background: url(../img/price/icon_arrow_bk.svg) no-repeat center center/100%;
}
.p-price-ranking .btn .c-btn:hover {
  color: #000;
  text-decoration: none;
}
.p-price-ranking .btn .c-btn:hover::after {
  translate: 5px 0;
}

.p-price-case {
  background-color: #FBF9F4;
  padding: 60px 0 40px;
}
.p-price-case .c-inner > .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 5px;
}
.p-price-case .c-inner > .title .en {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-price-case .p-gallery-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    min-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .p-price-case .p-gallery-list.small .more {
    display: block;
    position: static;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-price-case .p-gallery-list.small .more span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-price-case .p-gallery-list.small .more img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-price-case .p-gallery-list.small .more::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-price-case .p-gallery-list.small .link:hover .more {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }
}
.p-price-case .list-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-price-case .list-wrap {
    margin-top: 35px;
    overflow-x: scroll;
    margin-right: -30px;
    margin-left: -10px;
  }
}

.p-price-member {
  padding: 40px 0 65px;
  background: url(../img/price/member_bg.webp) no-repeat top center/cover, #FBF9F4;
  text-align: center;
}
.p-price-member .label {
  background-color: #35BCCB;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-price-member .label {
    font-size: 2rem;
  }
}
.p-price-member .title {
  font-size: 2.4rem;
  color: #35BCCB;
  font-weight: 400;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgb(250, 255, 154) 75%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-price-member .title {
    font-size: 3rem;
  }
}
.p-price-member .title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 32px;
  background: url(../img/price/member_deco.svg) no-repeat center center/100%;
  translate: 0 -120%;
}
.p-price-member .title .dot {
  font-size: 3rem;
  position: relative;
}
.p-price-member .title .dot::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #35BCCB;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p-price-member .title .small {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-price-member .title .small {
    font-size: 2rem;
  }
}
.p-price-member .title .large {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .p-price-member .title .large {
    font-size: 4rem;
  }
}
.p-price-member .img {
  margin: 30px -30px 0;
}
@media screen and (min-width: 768px) {
  .p-price-member .img {
    margin-top: 50px;
  }
}
.p-price-member .img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-price-member .img img {
    width: 900px;
  }
}
.p-price-member .btn {
  text-align: center;
}
.p-price-member .btn .c-btn {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  margin: 0 auto;
  gap: 5px;
  padding: 12px 15px 12px 10px;
}
@media screen and (min-width: 768px) {
  .p-price-member .btn .c-btn {
    font-size: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 25px;
  }
}
.p-price-member .btn .c-btn::after {
  transition: translate 0.3s ease-in-out;
  content: "";
  display: block;
  width: 17px;
  height: 5px;
  background: url(../img/price/icon_arrow_bk.svg) no-repeat center center/100%;
}
.p-price-member .btn .c-btn:hover {
  color: #000;
  text-decoration: none;
}
.p-price-member .btn .c-btn:hover::after {
  translate: 5px 0;
}

/* 2025リニューアル */
/* common */
body.about {
  background-color: #fff !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.about img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
body.about #cboxOverlay {
  background: #fff;
  opacity: 1;
}
body.about .u-en {
  font-family: "Sofia Sans Condensed", sans-serif;
}
body.about .u-uppercase {
  text-transform: uppercase;
}
body.about section {
  margin-bottom: inherit;
}
body.about .mp-globalHeader {
  position: absolute;
  background-color: transparent;
  height: auto;
}
body.about .mp-globalHeader.new2025 .mp-menuNavTrg {
  background-color: transparent;
  border-color: #fff;
}
body.about .mp-globalHeader.new2025 .mp-menuNavTrg .text {
  color: #fff;
}
body.about .mp-globalHeader.new2025 .mp-menuNavTrg .border {
  background-color: #fff;
}
body.about .mp-globalHeader.new2025 .mp-menuNavTrg.active .border {
  background-color: #000;
}
body.about .mp-globalHeader.new2025 .inner-wrap {
  border: none;
}
body.about .mp-globalHeader.new2025 .menu-main .link {
  color: #fff;
}

.p-about-header {
  position: relative;
  overflow: hidden;
}
.p-about-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 500px;
  background-color: #FBF9F4;
  left: 50%;
  transform: translate(-50%, 81%);
  clip-path: ellipse(50% 40% at 50% 50%);
}
@media screen and (min-width: 768px) {
  .p-about-header::after {
    height: 100%;
    width: 133%;
    transform: translate(-50%, 76%);
  }
}
.p-about-header .fv .pc {
  display: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-header .fv .pc {
    display: block;
  }
}
.p-about-header .fv .sp {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-header .fv .sp {
    display: none;
  }
}
.p-about-header .award {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-header .award {
    width: 180px;
    height: auto;
    bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .p-about-header .award {
    width: 250px;
    right: 40px;
  }
}
.p-about-header .catch {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  letter-spacing: 0.15em;
  font-size: 2.6rem;
  word-break: keep-all;
  transform: translate(-50%, -43%);
}
@media screen and (min-width: 768px) {
  .p-about-header .catch {
    font-size: 2.4vw;
    transform: translate(-50%, -77%);
  }
}
.p-about-header .title {
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  left: 15px;
  bottom: 55px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about-header .title {
    font-size: 1.6vw;
    bottom: 22%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
  }
}
.p-about-header .title .head {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-about-header .title .head {
    font-size: 1.6vw;
  }
}
.p-about-header .title .large {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about-header .title .large {
    font-size: 4vw;
  }
}

.p-about-intro {
  padding: 0px 0 45px;
  background-color: #FBF9F4;
}
@media screen and (min-width: 768px) {
  .p-about-intro {
    padding: 0 0 70px;
  }
}
.p-about-intro .point {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-about-intro .point {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.p-about-intro .point li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about-intro .desc {
  line-height: 2;
  font-size: 1.4rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-about-intro .desc {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-about-intro .desc + .desc {
  margin-top: 2em;
}
.p-about-intro .img {
  margin: 40px -30px 0;
}
@media screen and (min-width: 768px) {
  .p-about-intro .img {
    margin: 60px auto 0;
    width: 700px;
  }
}
.p-about-intro .img img {
  width: 100%;
  height: auto;
}
.p-about-intro .title {
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-about-intro .title {
    font-size: 3.6rem;
    margin-top: 50px;
  }
}

.p-about-media {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about-media {
    padding: 80px 0 200px;
  }
}
.p-about-media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 500px;
  background-color: #FBF9F4;
  left: 50%;
  transform: translate(-50%, 81%);
  clip-path: ellipse(50% 40% at 50% 50%);
}
@media screen and (min-width: 768px) {
  .p-about-media::after {
    height: 100%;
    transform: translate(-50%, 76%);
  }
}
.p-about-media .title {
  text-align: center;
  font-size: min(4.8vw, 2.8rem);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-about-media .title {
    font-size: 2.8rem;
  }
}
.p-about-media .title .em {
  color: #fff;
  padding: 0 10px;
  line-height: 1.3;
  background-color: #000;
}
.p-about-media .list {
  display: flex;
  gap: 10px;
  margin: 20px -15px 0;
}
@media screen and (min-width: 768px) {
  .p-about-media .list {
    margin: 50px auto 0;
    max-width: 700px;
  }
}
.p-about-media .list .img {
  text-align: center;
}
.p-about-media .list .img img {
  width: 100%;
  height: auto;
}
.p-about-media .list .head {
  font-size: 1rem;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-about-media .list .head {
    font-size: 1.4rem;
  }
}
.p-about-media .p-about-media-logo-slide {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  will-change: transform;
}
.p-about-media .p-about-media-logo-slide .slide {
  flex-shrink: 0;
  animation: loop 30s linear infinite;
}
.p-about-media .p-about-media-logo-slide img {
  min-width: 1698px;
}
@media screen and (max-width: 768px) {
  .p-about-media .p-about-media-logo-slide img {
    min-width: 900px;
    height: auto;
  }
}
.p-about-media .p-about-media-slide {
  margin-top: 20px;
}
.p-about-media .p-about-media-slide .img {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-about-media .p-about-media-slide .img {
    margin: 0 3px;
  }
}
.p-about-media .p-about-media-slide .img img {
  height: 20vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-about-media .p-about-media-slide .img img {
    height: 200px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.p-about-point {
  overflow: hidden;
}
.p-about-point .main {
  background-color: #FBF9F4;
  padding-bottom: 155px;
}
@media screen and (min-width: 768px) {
  .p-about-point .main {
    padding-bottom: 200px;
  }
}
.p-about-point .section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-about-point .section-title {
    font-size: 3.6rem;
  }
}
.p-about-point .section-title .head {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-about-point .section-title .head {
    font-size: 2.4rem;
  }
}
.p-about-point .section-title .em {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about-point .section-title .em {
    font-size: 4rem;
  }
}
.p-about-point .nav {
  background-color: #fff;
  padding: 20px 20px 10px;
  margin-top: 35px;
  border-radius: 10px;
  background: url(../img/about/point_bg.svg) repeat center center;
}
@media screen and (min-width: 768px) {
  .p-about-point .nav {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 375px) {
  .p-about-point .nav {
    padding: 20px 10px 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-point .nav .list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-about-point .nav .item {
  padding: 10px 0 15px;
}
@media screen and (min-width: 768px) {
  .p-about-point .nav .item {
    padding: 0px;
    background: url(../img/about/point_bg.svg) repeat center center;
    border-radius: 10px;
    width: 380px;
  }
}
.p-about-point .nav .item:first-of-type {
  padding-top: 0;
}
.p-about-point .nav .item + .item {
  border-top: 1px solid #D7D7D7;
}
@media screen and (min-width: 768px) {
  .p-about-point .nav .item + .item {
    border-top: none;
  }
}
.p-about-point .nav .head {
  display: flex;
  align-items: center;
}
.p-about-point .nav .head img {
  position: relative;
  z-index: 1;
}
.p-about-point .nav .head .label {
  background-color: #35BCCB;
  color: #fff;
  padding: 0 10px;
  font-size: 1.6rem;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .p-about-point .nav .head .label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-about-point .nav .head .label {
    font-size: 1.4rem;
  }
}
.p-about-point .nav .head .label.beige {
  background-color: #C5BB67;
}
.p-about-point .nav .head .label.pink {
  background-color: #FA9684;
}
.p-about-point .nav .head .label.yellow {
  background-color: #E1AD01;
}
.p-about-point .nav .head .label.orange {
  background-color: #C4781B;
}
.p-about-point .nav .desc {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 10px;
  margin-left: 13px;
  flex-grow: 1;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-point .nav .desc {
    font-size: 1.6rem;
  }
}
.p-about-point .nav .link {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-point .nav .link {
    padding: 20px;
  }
}
.p-about-point .nav .link::after {
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 5px;
  background: url(../img/about/icon_arrow.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-about-point .nav .link::after {
    right: 20px;
  }
}
.p-about-point .nav .link:hover {
  text-decoration: none;
  color: #000;
}
.p-about-point .nav .link:hover::after {
  transform: translate(5px, -50%);
}
.p-about-point .section .c-inner {
  max-width: 700px;
}
.p-about-point .section .title {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-point .section .title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-about-point .section .title {
    font-size: 1.9rem;
  }
}
.p-about-point .section .title .mark {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgb(250, 255, 154) 70%);
}
.p-about-point .section .title .mark.yellow {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgb(238, 213, 8) 70%);
}
.p-about-point .section .desc {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-point .section .desc {
    font-size: 1.6rem;
  }
}
.p-about-point .section .head {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.p-about-point .section .head img {
  position: relative;
  z-index: 1;
}
.p-about-point .section .head .label {
  background-color: #35BCCB;
  color: #fff;
  padding: 0 10px;
  font-size: 1.6rem;
  margin-left: -5px;
}
@media screen and (max-width: 375px) {
  .p-about-point .section .head .label {
    font-size: 1.4rem;
  }
}
.p-about-point .section .head .label.beige {
  background-color: #C5BB67;
}
.p-about-point .section .head .label.pink {
  background-color: #FA9684;
}
.p-about-point .section .head .label.white {
  background-color: #fff;
  color: #C5BB67;
}
.p-about-point .section .head .label.yellow {
  background-color: #E1AD01;
}
.p-about-point .section .head .label.orange {
  background-color: #C4781B;
}
.p-about-point #point1 {
  margin-top: -85px;
}
.p-about-point #point1 .header-img {
  margin-left: -30px;
}
.p-about-point #point1 .header-img img {
  width: 100%;
  height: auto;
}
.p-about-point #point1 .floorplan {
  position: relative;
  padding: 20px 0 35px;
  margin-top: 75px;
  background-color: #E1F1EF;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan {
    margin-top: 150px;
  }
}
.p-about-point #point1 .floorplan::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 500px;
  background-color: #E1F1EF;
  left: 50%;
  transform: translate(-50%, -18%);
  clip-path: ellipse(50% 40% at 50% 50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan::before {
    height: 100%;
  }
}
.p-about-point #point1 .floorplan .floorplan-title {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .floorplan-title img {
    width: 100%;
  }
}
.p-about-point #point1 .floorplan .floorplan-img {
  margin-top: 30px;
  display: flex;
}
.p-about-point #point1 .floorplan .floorplan-img img {
  width: 100%;
  height: auto;
}
.p-about-point #point1 .floorplan .block {
  background-color: #fff;
  margin-top: 5px;
  padding: 30px 25px 25px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .block {
    padding: 40px 70px;
  }
}
.p-about-point #point1 .floorplan .block .lead {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .block .lead {
    font-size: 1.6rem;
  }
}
.p-about-point #point1 .floorplan .block .list {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .block .list {
    gap: 30px;
  }
}
.p-about-point #point1 .floorplan .block .item {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .block .item {
    gap: 20px;
  }
}
.p-about-point #point1 .floorplan .block img {
  min-width: 77px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .block img {
    min-width: 140px;
  }
}
.p-about-point #point1 .floorplan .block .block-title {
  line-height: 1.3;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .block .block-title {
    font-size: 1.6rem;
  }
}
.p-about-point #point1 .floorplan .block .block-title span {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .block .block-title span {
    font-size: 2.8rem;
  }
}
.p-about-point #point1 .floorplan .block .text {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-about-point #point1 .floorplan .block .text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.p-about-point #point2 {
  margin-top: 75px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 {
    margin-top: 150px;
  }
}
.p-about-point #point2 .header {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 63%, rgb(197, 187, 103) 63%);
  background-color: #fff;
}
.p-about-point #point2 .header .header-img {
  display: flex;
  margin: 0 -15px;
  position: relative;
}
.p-about-point #point2 .header .header-img .photo {
  width: 100%;
  height: auto;
}
.p-about-point #point2 .header .header-img .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(70%);
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 .header .header-img .logo {
    width: 150px;
    height: auto;
  }
}
.p-about-point #point2 .body {
  background-color: #C5BB67;
  color: #fff;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 .body {
    padding-bottom: 50px;
  }
}
.p-about-point #point2 .body .list {
  margin-top: 15px;
  font-size: 1.6rem;
  list-style: disc;
  padding-left: 1em;
}
.p-about-point #point2 .body .list li {
  line-height: 2;
}
.p-about-point #point2 .body .coodination {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 .body .coodination {
    margin-top: 50px;
  }
}
.p-about-point #point2 .body .coodination .coodination-title {
  text-align: center;
  font-weight: 200;
  line-height: 0.8;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 .body .coodination .coodination-title {
    font-size: 6rem;
  }
}
.p-about-point #point2 .body .coodination .p-about-coodination-list {
  margin: -3px -30px 0;
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 .body .coodination .p-about-coodination-list {
    margin: -3px calc(50% - 50vw) 0;
  }
}
.p-about-point #point2 .body .coodination .p-about-coodination-list .item {
  margin: 0 10px;
}
.p-about-point #point2 .body .coodination .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about-point #point2 .body .coodination .img .head {
  position: absolute;
  right: 0;
  bottom: 25px;
  color: #000;
  padding: 1px 10px;
  background-color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 .body .coodination .img .head {
    font-size: 1.6rem;
  }
}
.p-about-point #point2 .body .coodination .img .head::before {
  content: "#";
  font-size: 1.2rem;
}
.p-about-point #point2 .body .coodination .img img {
  width: 100%;
}
.p-about-point #point2 .body .present {
  margin-top: -10px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 .body .present {
    margin-top: 30px;
  }
}
.p-about-point #point2 .body .present img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about-point #point2 .body .present img {
    width: 100%;
    height: auto;
    max-width: 355px;
  }
}
.p-about-point #point2 .discount {
  padding-top: 5px;
  background-color: #79712F;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point2 .discount {
    padding: 10px 0 0;
  }
}
.p-about-point #point2 .discount .c-inner {
  max-width: 500px;
  background: url(../img/about/point_02_discount_bg_pc.svg) no-repeat center center/100%;
  padding: 30px 60px 60px;
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
}
@media screen and (max-width: 768px) {
  .p-about-point #point2 .discount .c-inner {
    max-width: 320px;
    margin: 0 -10px -10px;
    padding: 25px 45px 50px;
    background: url(../img/about/point_02_discount_bg.svg) no-repeat center center/contain;
  }
}
.p-about-point #point2 .discount .title {
  margin-top: 0;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}
.p-about-point #point2 .discount .title .em {
  font-size: 2.4rem;
}
.p-about-point #point2 .discount .desc {
  font-weight: 400;
  font-size: 1.3rem;
}
.p-about-point #point3 {
  margin-top: 85px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 {
    margin-top: 150px;
  }
}
.p-about-point #point3 .header-img {
  margin-left: -30px;
}
.p-about-point #point3 .header-img img {
  width: 100%;
  height: auto;
}
.p-about-point #point3 .desc.em {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .desc.em {
    font-size: 1.6rem;
  }
}
.p-about-point #point3 .body {
  margin-top: 30px;
  background-color: #E1F1EF;
  position: relative;
  padding-bottom: 30px;
}
.p-about-point #point3 .body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background-color: #fff;
}
.p-about-point #point3 .merit {
  background-color: #fff;
  border: 1px solid #35BCCB;
  padding: 25px 20px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .merit {
    padding: 30px 40px;
  }
}
.p-about-point #point3 .merit .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 1.6rem;
}
.p-about-point #point3 .merit .merit-list {
  margin-top: 10px;
}
.p-about-point #point3 .merit .merit-list .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.p-about-point #point3 .merit .merit-list .item + .item {
  border-top: 1px solid #D7D7D7;
}
.p-about-point #point3 .merit .merit-list .point-title {
  color: #fff;
  background-color: #35BCCB;
  font-size: 1.6rem;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .merit .merit-list .point-title {
    font-size: 2rem;
  }
}
.p-about-point #point3 .merit .merit-list .desc {
  line-height: 2;
  font-size: 1.2rem;
  margin-top: 0px;
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .merit .merit-list .desc {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.p-about-point #point3 .merit .merit-list .icon {
  min-width: 66px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .merit .merit-list .icon {
    min-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .merit .merit-list .icon img {
    width: 100%;
  }
}
.p-about-point #point3 .merit .merit-list .icon.small {
  min-width: 60px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .merit .merit-list .icon.small {
    min-width: 80px;
  }
}
.p-about-point #point3 .pay {
  margin-top: 35px;
  padding: 30px 20px 25px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay {
    padding: 30px 40px;
  }
}
.p-about-point #point3 .pay .pay-title {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay .pay-title {
    font-size: 2rem;
  }
}
.p-about-point #point3 .pay .pay-text {
  color: #35BCCB;
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay .pay-text {
    font-size: 1.6rem;
  }
}
.p-about-point #point3 .pay .pay-lead {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay .pay-lead img {
    width: 100%;
    max-width: 400px;
  }
}
.p-about-point #point3 .pay dl {
  max-width: 360px;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #35BCCB;
  padding: 2px 10px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay dl {
    font-size: 2rem;
    padding: 5px 20px;
  }
}
.p-about-point #point3 .pay dt .small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay dt .small {
    font-size: 1.6rem;
  }
}
.p-about-point #point3 .pay dd .num {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay dd .num {
    font-size: 3rem;
  }
}
.p-about-point #point3 .pay .icon {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay .icon {
    font-size: 2rem;
  }
}
.p-about-point #point3 .pay .icon.equal {
  rotate: 90deg;
  margin-top: 5px;
}
.p-about-point #point3 .pay .caution {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay .caution {
    font-size: 1.2rem;
    max-width: inherit;
    text-align: center;
  }
}
.p-about-point #point3 .pay .caution br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .pay .caution br {
    display: block;
  }
}
.p-about-point #point3 .content {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #D7D7D7;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .content {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.p-about-point #point3 .content .content-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .content .content-title {
    font-size: 2rem;
  }
}
.p-about-point #point3 .content .list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .content .list {
    margin-top: 30px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-about-point #point3 .content .list.small {
  gap: 3px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.p-about-point #point3 .content .list.small .item {
  text-align: center;
  font-size: 0.84rem;
  gap: 0;
  padding: 6px 10px;
  background-color: #F9FF7F;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .content .list.small .item {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .content .list.small .item span br {
    display: none;
  }
}
.p-about-point #point3 .content .list .item {
  padding: 13px 15px;
  background-color: #F7F7F7;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .content .list .item {
    font-size: 1.6rem;
    gap: 10px;
    padding: 20px;
    flex-direction: column;
  }
}
.p-about-point #point3 .content .list .item span {
  margin: 0 auto;
}
.p-about-point #point3 .content .content-lead {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .content .content-lead {
    font-size: 1.8rem;
  }
}
.p-about-point #point3 .content .content-lead .small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about-point #point3 .content .content-lead .small {
    font-size: 1.4rem;
  }
}
.p-about-point #point4 {
  padding-top: 95px;
  padding-bottom: 20px;
  background-color: #C5BB67;
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 {
    padding-bottom: 60px;
    padding-top: 150px;
  }
}
.p-about-point #point4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-color: #fff;
}
.p-about-point #point4 .header-img {
  position: relative;
  z-index: 1;
  margin: 0 -65px 0 -75px;
}
@media screen and (max-width: 768px) {
  .p-about-point #point4 .header-img {
    margin: 0 -30px;
  }
}
.p-about-point #point4 .header-img img {
  width: 100%;
  height: auto;
}
.p-about-point #point4 .staff {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 .staff {
    margin: 50px calc(50% - 50vw) 0;
  }
}
.p-about-point #point4 .staff .staff-head {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 .staff .staff-head {
    font-size: 2rem;
  }
}
.p-about-point #point4 .staff .staff-title {
  margin-top: 20px;
}
.p-about-point #point4 .staff .staff-title span {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 .staff .staff-title span {
    font-size: 4rem;
  }
}
.p-about-point #point4 .staff .p-about-staff-list {
  margin: 20px -30px 0;
}
.p-about-point #point4 .staff .p-about-staff-list .item {
  margin: 0 4px;
}
.p-about-point #point4 .staff .p-about-staff-list img {
  width: 100%;
  height: auto;
}
.p-about-point #point4 .staff .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 .staff .btn {
    margin-top: 40px;
  }
}
.p-about-point #point4 .staff .btn .link {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  background-color: #000000;
  padding: 3px 20px;
  border-radius: 4px;
  justify-content: center;
  margin: 0 auto;
}
.p-about-point #point4 .staff .btn .link:hover {
  text-decoration: none;
}
.p-about-point #point4 .staff .btn .link:hover img {
  transform: translateX(5px);
}
.p-about-point #point4 .staff .btn .link img {
  transition: transform 0.3s ease-in-out;
}
.p-about-point #point4 .flow {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 .flow {
    margin: 50px calc(50% - 50vw) 0;
  }
}
.p-about-point #point4 .flow .flow-head {
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 .flow .flow-head {
    font-size: 2.4rem;
  }
}
.p-about-point #point4 .flow .list {
  margin: 35px -15px 0;
  display: -ms-grid;
  display: grid;
  gap: 25px 17px;
  -ms-grid-columns: (2fr)[3];
  grid-template-columns: repeat(3, 2fr);
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 .flow .list {
    padding: 0 20px;
    max-width: 900px;
    margin: 50px auto 0;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .p-about-point #point4 .flow .list {
    padding: 0;
  }
}
.p-about-point #point4 .flow .item {
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1/1;
}
.p-about-point #point4 .flow .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  transform: translateY(-50%);
  background-color: #FBF9F4;
}
.p-about-point #point4 .flow .item.pink .inner {
  background-color: #FFEEE2;
}
.p-about-point #point4 .flow .item.pink .inner .text {
  color: #E96D57;
}
.p-about-point #point4 .flow .item:nth-of-type(4)::before, .p-about-point #point4 .flow .item:nth-of-type(5)::before, .p-about-point #point4 .flow .item:nth-of-type(6)::before {
  left: auto;
  right: 50%;
}
.p-about-point #point4 .flow .inner {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-about-point #point4 .flow .num {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -50%;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 0.8;
}
.p-about-point #point4 .flow .text {
  color: #C5BB67;
  font-size: min(3.2vw, 1.6rem);
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point4 .flow .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .p-about-point #point4 .flow .text {
    font-size: 1.6rem;
  }
}
.p-about-point #point5 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 {
    margin-top: 150px;
  }
}
.p-about-point #point5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160%;
  height: 500px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 81%);
  clip-path: ellipse(50% 40% at 50% 50%);
}
@media screen and (min-width: 768px) {
  .p-about-point #point5::after {
    height: 100%;
    width: 200%;
    transform: translate(-50%, 84%);
  }
}
.p-about-point #point5 .header {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .header {
    padding-bottom: 160px;
  }
}
.p-about-point #point5 .header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 500px;
  background-color: #FFEEE2;
  left: 50%;
  transform: translate(-50%, 81%);
  clip-path: ellipse(50% 40% at 50% 50%);
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .header::after {
    height: 100%;
    width: 130%;
    transform: translate(-50%, 61%);
  }
}
.p-about-point #point5 .header .title {
  position: relative;
}
.p-about-point #point5 .header .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 157px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  z-index: -1;
  background-color: #F9FF7F;
}
.p-about-point #point5 .block {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #FFEEE2;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .block {
    padding-bottom: 140px;
  }
}
.p-about-point #point5 .block::before {
  content: "";
  position: absolute;
  top: 105px;
  width: 368px;
  height: 187px;
  left: 0;
  background: url(../img/about/point_05_deco.svg) no-repeat center center/100%;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .block::before {
    width: 800px;
    height: 398px;
  }
}
.p-about-point #point5 .block .block-title {
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .block .block-title {
    font-size: 1.4rem;
  }
}
.p-about-point #point5 .block .block-title span {
  line-height: 0.8;
  letter-spacing: 0.1em;
  color: #FA9684;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .block .block-title span {
    font-size: 3rem;
  }
}
.p-about-point #point5 .block .lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .block .lead {
    margin-top: 30px;
  }
}
.p-about-point #point5 .block .img-01 {
  margin-top: 20px;
  margin-right: -15px;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .block .img-01 {
    margin-top: 35px;
    margin-right: 0;
  }
}
.p-about-point #point5 .block .img-01 img {
  width: 100%;
  height: auto;
}
.p-about-point #point5 .block .img-02 {
  margin-top: 25px;
  margin-left: -30px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-about-point #point5 .block .img-02 {
    margin-left: 0;
    margin-top: 35px;
    padding-bottom: 10px;
  }
}
.p-about-point #point5 .block .img-02 img {
  width: 100%;
  height: auto;
}
.p-about-point #point5 .block .item + .item {
  margin-top: 60px;
}

.p-about-voice {
  overflow: hidden;
}
.p-about-voice .c-inner {
  max-width: 700px;
}
.p-about-voice .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 5px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-about-voice .title {
    margin-top: 50px;
  }
}
.p-about-voice .title .en {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.p-about-voice .p-about-voice-slide {
  margin: 40px -30px 0;
}
@media screen and (min-width: 768px) {
  .p-about-voice .p-about-voice-slide {
    margin: 40px calc(50% - 50vw) 0;
  }
}
.p-about-voice .p-about-voice-slide .slick-list {
  overflow: visible;
}
.p-about-voice .p-about-voice-slide .item {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-about-voice .p-about-voice-slide .item {
    margin: 0 20px;
  }
}
.p-about-voice .p-about-voice-slide .link {
  display: block;
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 35px 20px 40px;
  position: relative;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-about-voice .p-about-voice-slide .link {
    padding: 30px 30px;
  }
}
.p-about-voice .p-about-voice-slide .link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 33%;
  width: 47px;
  height: 25px;
  background: url(../img/about/voice_parts.svg) no-repeat center center/100%;
  display: block;
  z-index: 2;
  transform: translate(0, 60%);
}
.p-about-voice .p-about-voice-slide .link:hover {
  text-decoration: none;
}
.p-about-voice .p-about-voice-slide .link:hover .more img {
  transform: translateX(5px);
}
.p-about-voice .p-about-voice-slide .list-title {
  color: #A9823C;
  font-weight: 400;
  max-width: 295px;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.8;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-voice .p-about-voice-slide .list-title {
    font-size: 2rem;
    max-width: inherit;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-about-voice .p-about-voice-slide .list-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17px;
  height: 32px;
  transform: translateX(100%);
  background: url(../img/about/voice_deco_02.svg) no-repeat center center/100%;
}
.p-about-voice .p-about-voice-slide .desc {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-about-voice .p-about-voice-slide .desc {
    font-size: 1.4rem;
  }
}
.p-about-voice .p-about-voice-slide .owner {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #727272;
}
.p-about-voice .p-about-voice-slide .more {
  margin-top: 10px;
}
.p-about-voice .p-about-voice-slide .more span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
.p-about-voice .p-about-voice-slide .more span img {
  transition: transform 0.3s ease-in-out;
}
.p-about-voice .p-about-voice-slide .more span:hover {
  text-decoration: none;
}
.p-about-voice .p-about-voice-slide .more span:hover img {
  transform: translateX(5px);
}
.p-about-voice .img {
  text-align: right;
  translate: 0 -57%;
}
@media screen and (min-width: 768px) {
  .p-about-voice .img {
    max-width: 120px;
    margin-left: auto;
    translate: 0 -37%;
    margin-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-voice .img img {
    width: 100%;
  }
}
.p-about-voice .btn {
  text-align: center;
}
.p-about-voice .btn .c-btn {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  margin: 0 auto;
  gap: 5px;
  padding: 12px 15px 12px 10px;
}
@media screen and (min-width: 768px) {
  .p-about-voice .btn .c-btn {
    font-size: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 25px;
  }
}
.p-about-voice .btn .c-btn::after {
  transition: translate 0.3s ease-in-out;
  content: "";
  display: block;
  width: 17px;
  height: 5px;
  background: url(../img/price/icon_arrow_bk.svg) no-repeat center center/100%;
}
.p-about-voice .btn .c-btn:hover {
  color: #000;
  text-decoration: none;
}
.p-about-voice .btn .c-btn:hover::after {
  translate: 5px 0;
}
.p-about-voice .award {
  justify-content: center;
  display: flex;
}
.p-about-voice .award img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about-voice .award img {
    width: 100%;
  }
}

.p-about-case {
  margin-top: 80px;
  margin-bottom: 3px;
  padding-bottom: 45px;
  background-color: #F5F5F5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-case {
    margin-top: 100px;
  }
}
.p-about-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-color: #fff;
}
.p-about-case .c-inner {
  position: relative;
  z-index: 1;
}
.p-about-case .c-inner > .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 5px;
}
.p-about-case .c-inner > .title .en {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-case .p-gallery-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    min-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-case .p-gallery-list.small .more {
    display: block;
    position: static;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-case .p-gallery-list.small .more span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-about-case .p-gallery-list.small .more img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-case .p-gallery-list.small .more::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-about-case .p-gallery-list.small .link:hover .more {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }
}
.p-about-case .list-wrap {
  margin-top: 45px;
  overflow-x: scroll;
  margin-right: -30px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .p-about-case .list-wrap {
    margin-right: 0;
    margin-left: 0;
    margin-top: 40px;
    overflow-x: visible;
  }
}
.p-about-case .btn {
  margin-top: 50px;
  text-align: center;
}
.p-about-case .btn .c-btn {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  margin: 0 auto;
  gap: 5px;
  padding: 12px 15px 12px 10px;
}
@media screen and (min-width: 768px) {
  .p-about-case .btn .c-btn {
    font-size: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 25px;
  }
}
.p-about-case .btn .c-btn::after {
  transition: translate 0.3s ease-in-out;
  content: "";
  display: block;
  width: 17px;
  height: 5px;
  background: url(../img/price/icon_arrow_bk.svg) no-repeat center center/100%;
}
.p-about-case .btn .c-btn:hover {
  color: #000;
  text-decoration: none;
}
.p-about-case .btn .c-btn:hover::after {
  translate: 5px 0;
}

/* 2025リニューアル */
body.new {
  background-color: #fff !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.new img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
body.new #cboxOverlay {
  background: #fff;
  opacity: 1;
}
body.new .c-title {
  font-weight: 400;
}
body.new .u-en {
  font-family: "Sofia Sans Condensed", sans-serif;
}
body.new .u-uppercase {
  text-transform: uppercase;
}
body.new section {
  margin-bottom: inherit;
}
body.new .mp-globalHeader {
  height: auto;
}
body.new .btn .c-btn {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  margin: 0 auto;
  gap: 5px;
  padding: 12px 15px 12px 10px;
}
@media screen and (min-width: 768px) {
  body.new .btn .c-btn {
    font-size: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 25px;
  }
}
body.new .btn .c-btn::after {
  transition: translate 0.3s ease-in-out;
  content: "";
  display: block;
  width: 17px;
  height: 5px;
  background: url(../img/price/icon_arrow_bk.svg) no-repeat center center/100%;
}
body.new .btn .c-btn:hover {
  color: #000;
  text-decoration: none;
}
body.new .btn .c-btn:hover::after {
  translate: 5px 0;
}

.p-home-header {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #000;
  aspect-ratio: inherit;
}
@media screen and (min-width: 768px) {
  .p-home-header {
    border-top: none;
  }
}
.p-home-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 500px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 81%);
  clip-path: ellipse(50% 40% at 50% 50%);
}
@media screen and (min-width: 768px) {
  .p-home-header::after {
    height: 100%;
    width: 133%;
    transform: translate(-50%, 76%);
  }
}
.p-home-header .catch {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  right: 35px;
  top: 30px;
  letter-spacing: 0.05em;
  font-size: min(6.2vw, 4rem);
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-home-header .catch {
    font-size: min(3.4vw, 5rem);
    right: 5%;
    top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-home-header .catch {
    top: 5%;
  }
}
@media screen and (min-width: 768px) {
  .p-home-header .fv {
    aspect-ratio: 1440/780;
  }
}
.p-home-header .fv .pc {
  display: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-home-header .fv .pc {
    display: block;
  }
}
.p-home-header .fv .sp {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-home-header .fv .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-home-header .fv img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}
.p-home-header .award {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -12px;
  width: min(50vw, 230px);
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-home-header .award {
    right: 15px;
    bottom: 0;
    width: min(15vw, 260px);
  }
}
@media screen and (min-width: 960px) {
  .p-home-header .award {
    right: 40px;
  }
}
.p-home-header .title {
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  left: 15px;
  bottom: 55px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-header .title {
    font-size: 2.4rem;
    bottom: 12%;
    left: 40px;
  }
}
.p-home-header .title .head {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-home-header .title .head {
    font-size: 2.4rem;
  }
}
.p-home-header .title .large {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-home-header .title .large {
    font-size: 6rem;
  }
}

.p-home-intro {
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .p-home-intro {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-intro .info {
    max-width: 700px;
    margin: 0 auto;
  }
}
.p-home-intro .info .info-title {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-home-intro .info .info-title {
    font-size: 1.6rem;
  }
}
.p-home-intro .info .list {
  margin-top: 5px;
}
.p-home-intro .info .item + .item {
  margin-top: 10px;
}
.p-home-intro .info .link {
  display: block;
  color: #000;
  padding-bottom: 7px;
  font-size: 1.6rem;
  border-bottom: 1px solid #EEEEEE;
}
.p-home-intro .info .link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-home-intro .seminar {
  text-align: center;
  margin-top: 50px;
}
.p-home-intro .seminar .lead {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 51%, rgb(255, 250, 131) 51%);
}
.p-home-intro .seminar .lead .num {
  font-size: 3.3rem;
  color: #C88028;
}
@media screen and (min-width: 768px) {
  .p-home-intro .seminar .lead .num {
    font-size: 4rem;
  }
}
.p-home-intro .seminar .head {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-home-intro .seminar .head {
    font-size: 3rem;
    gap: 10px;
  }
}
.p-home-intro .seminar .seminar-title {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-home-intro .seminar .seminar-title {
    font-size: 1.6rem;
  }
}
.p-home-intro .p-home-seminar-slide {
  margin: 55px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-home-intro .p-home-seminar-slide {
    margin: 90px 0 0;
  }
}
.p-home-intro .p-home-seminar-slide .item {
  margin: 0 7.5px;
}
@media screen and (min-width: 768px) {
  .p-home-intro .p-home-seminar-slide .item {
    margin: 0 10px;
  }
}
.p-home-intro .p-home-seminar-slide .item.slick-center {
  transform: scale(1.2);
  transition: transform 0.3s ease;
  z-index: 1;
  position: relative;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.p-home-intro .p-home-seminar-slide .item .slide-prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.p-home-intro .p-home-seminar-slide .item .slide-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  transform: translate(50%, -50%);
}
.p-home-intro .p-home-seminar-slide .item .slide-prev,
.p-home-intro .p-home-seminar-slide .item .slide-next {
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-intro .p-home-seminar-slide .item .slide-prev,
.p-home-intro .p-home-seminar-slide .item .slide-next {
    width: 40px;
    height: 40px;
  }
}
.p-home-intro .p-home-seminar-slide .item .slide-prev img,
.p-home-intro .p-home-seminar-slide .item .slide-next img {
  width: 100%;
  height: auto;
}
.p-home-intro .p-home-seminar-slide .link {
  display: block;
}
.p-home-intro .p-home-seminar-slide .link img {
  width: 100%;
  height: auto;
}
.p-home-intro .p-home-seminar-slide .link:hover {
  filter: brightness(1.2);
}
.p-home-intro .p-home-seminar-slide .slick-list {
  overflow: visible;
  margin: 0 7.5px;
}
@media screen and (min-width: 768px) {
  .p-home-intro .p-home-seminar-slide .slick-list {
    margin: 0 10px;
  }
}
.p-home-intro .p-home-seminar-slide .slick-dots {
  margin-top: 60px;
  position: static;
}
@media screen and (min-width: 768px) {
  .p-home-intro .p-home-seminar-slide .slick-dots {
    margin-top: 80px;
  }
}
.p-home-intro .p-home-seminar-slide .slick-dots li {
  margin: 0 6px;
}
.p-home-intro .p-home-seminar-slide .slick-dots li.slick-active button {
  background-color: #35BCCB;
}
.p-home-intro .p-home-seminar-slide .slick-dots li button {
  background-color: #EEEEEE;
  border-radius: 0;
  width: 10px;
  height: 10px;
}
.p-home-intro .btn {
  margin-top: 50px;
}

.p-home-openroom {
  text-align: center;
}
.p-home-openroom .body {
  padding-top: 55px;
  background: url(../img/home/openroom_bg.svg) no-repeat center center/cover #F3EFE5;
  position: relative;
}
.p-home-openroom .body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13%;
  background-color: #AFA393;
}
@media screen and (min-width: 960px) {
  .p-home-openroom .body {
    background: url(../img/home/openroom_bg.svg) repeat center center/contain #F3EFE5;
  }
  .p-home-openroom .body::after {
    height: 80px;
  }
}
.p-home-openroom .body .head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-home-openroom .body .head {
    font-size: 3rem;
    gap: 10px;
  }
}
.p-home-openroom .body .title {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-home-openroom .body .title {
    font-size: 1.6rem;
  }
}
.p-home-openroom .body .lead {
  margin: 30px auto 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #C88028;
  padding: 0 25px 35px;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../img/home/openroom_deco.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-home-openroom .body .lead {
    font-size: 2.4rem;
    padding: 0 35px 55px;
  }
}
@media screen and (max-width: 375px) {
  .p-home-openroom .body .lead {
    font-size: 1.4rem;
  }
}
.p-home-openroom .body .house {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-home-openroom .body .house {
    gap: 10px 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .p-home-openroom .body .house .item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 960px) {
  .p-home-openroom .body .house .item:nth-of-type(4) .house-title, .p-home-openroom .body .house .item:nth-of-type(5) .house-title {
    color: #fff;
  }
}
.p-home-openroom .body .house .link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home-openroom .body .house .link:hover {
  text-decoration: none;
}
.p-home-openroom .body .house .link:hover .thumb .open {
  display: block;
}
.p-home-openroom .body .house .link:hover .thumb .close {
  display: none;
}
.p-home-openroom .body .house .link:hover .thumb::before {
  opacity: 1;
}
.p-home-openroom .body .house .house-title {
  display: flex;
  color: #000;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home-openroom .body .house .house-title {
    font-size: 1.4rem;
  }
}
.p-home-openroom .body .house .house-title .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-home-openroom .body .house .house-title .small {
    font-size: 0.8rem;
  }
}
.p-home-openroom .body .house .thumb {
  position: relative;
}
.p-home-openroom .body .house .thumb .open {
  display: none;
  position: relative;
  z-index: 1;
}
.p-home-openroom .body .house .thumb .close {
  display: block;
  position: relative;
  z-index: 1;
}
.p-home-openroom .body .house .thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 180px;
  height: 59px;
  translate: -50% -20%;
  background: url(../img/home/openroom_light.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-home-openroom .body .house .thumb::after {
    width: 150px;
    height: 40px;
  }
}
.p-home-openroom .body .house .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  translate: 90% -30%;
  background: url(../img/home/openroom_effect.svg) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-home-openroom .body .house .thumb::before {
    width: 25px;
    height: 25px;
  }
}
.p-home-openroom .bottom {
  margin-top: -45px;
  background-color: #AFA393;
  padding: 75px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-home-openroom .bottom {
    margin-top: -75px;
    padding: 100px 0 50px;
  }
}

.p-home-counter {
  padding: 85px 0 60px;
  overflow: hidden;
}
.p-home-counter .c-inner {
  max-width: 700px;
}
.p-home-counter .wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background-color: #FAFF9A;
  padding: 10px 15px 10px 25px;
  margin-left: -15px;
  margin-right: -30px;
}
@media screen and (min-width: 768px) {
  .p-home-counter .wrap {
    padding-left: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-home-counter .wrap {
    align-items: center;
  }
}
.p-home-counter .text .head {
  margin-top: -35px;
  margin-left: -30px;
}
@media screen and (min-width: 768px) {
  .p-home-counter .text .head img {
    width: 140%;
  }
}
.p-home-counter .text .title {
  padding-top: 15px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-home-counter .text .title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-home-counter .text .title {
    font-size: 1.4rem;
    min-width: 130px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-home-counter .img {
  margin-bottom: -20px;
  margin-top: -45px;
}
@media screen and (min-width: 768px) {
  .p-home-counter .img {
    max-width: 280px;
    height: auto;
    margin-bottom: -40px;
    margin-top: -55px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-counter .img img {
    width: 100%;
  }
}
.p-home-counter .btn {
  margin-top: 45px;
}

.p-home-concept {
  padding: 0 15px;
}
.p-home-concept .c-inner {
  padding: 55px 0 45px;
  background-image: linear-gradient(180deg, rgb(0, 0, 0), rgb(67, 67, 64) 29%, rgb(102, 102, 102));
  padding-left: 15px;
  padding-right: 15px;
  max-width: 670px;
}
.p-home-concept .logo {
  text-align: center;
}
.p-home-concept .title {
  font-weight: 400;
  margin-top: 35px;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-concept .title {
    font-size: 2.4rem;
  }
}
.p-home-concept .title span {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-home-concept .title span img {
    width: 120px;
    height: auto;
  }
}
.p-home-concept .img {
  margin: 20px -30px 0;
}
@media screen and (min-width: 768px) {
  .p-home-concept .img {
    margin: 40px -60px 0;
  }
}
.p-home-concept .img img {
  width: 100%;
}
.p-home-concept .desc {
  font-size: 1.2rem;
  margin-top: 15px;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-home-concept .desc {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.p-home-concept .desc br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-concept .desc br {
    display: block;
  }
}
.p-home-concept .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-home-concept .btn {
    margin-top: 40px;
  }
}

.p-home-case {
  padding: 70px 0;
  position: relative;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-home-case {
    padding: 150px 0;
  }
}
.p-home-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 345px;
  background-color: #fff;
}
.p-home-case .c-inner {
  position: relative;
  z-index: 1;
}
.p-home-case .section-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-home-case .section-title {
    font-size: 2.4rem;
  }
}
.p-home-case .section-title .en {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-home-case .section-title .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case .p-gallery-list.small .more {
    display: block;
    position: static;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case .p-gallery-list.small .more span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case .p-gallery-list.small .more img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case .p-gallery-list.small .more::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case .p-gallery-list.small .link:hover .more {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }
}
.p-home-case .list-wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-home-case .list-wrap {
    margin-top: 50px;
  }
}
.p-home-case .btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-home-case .btn {
    margin-top: 80px;
  }
}

.p-home-special {
  padding: 55px 0 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-special {
    padding: 150px 0;
  }
}
.p-home-special::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  width: 73px;
  height: 180px;
  background: url(../img/home/special_deco_01.svg) no-repeat center center/100%;
}
@media screen and (min-width: 768px) {
  .p-home-special::before {
    width: 103px;
    height: 257px;
  }
}
.p-home-special::after {
  content: "";
  position: absolute;
  bottom: 155px;
  right: 0;
  width: 163px;
  height: 178px;
  background: url(../img/home/special_deco_02.svg) no-repeat center center/100%;
}
@media screen and (min-width: 768px) {
  .p-home-special::after {
    width: 235px;
    height: 257px;
  }
}
.p-home-special .c-inner {
  position: relative;
  z-index: 1;
}
.p-home-special .head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-home-special .head img {
    width: 320px;
    height: auto;
  }
}
.p-home-special .title {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-home-special .title {
    font-size: 3.6rem;
  }
}
.p-home-special .desc {
  text-align: center;
  line-height: 2.2;
  font-size: 1.2rem;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-home-special .desc {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.p-home-special .link {
  display: block;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-home-special .link {
    margin-top: 55px;
  }
}
.p-home-special .link:hover {
  opacity: 0.7;
}
.p-home-special .bnr .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-special .bnr .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-home-special .bnr .sp {
    display: none;
  }
}
.p-home-special .bnr img {
  width: 100%;
  height: auto;
}

.p-home-journal {
  padding: 50px 0;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-home-journal {
    padding: 80px 0;
  }
}
.p-home-journal .header {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 20px;
  justify-content: center;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-home-journal .header {
    padding-bottom: 30px;
  }
}
.p-home-journal .header::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.p-home-journal .header .title {
  font-size: 1.2rem;
}
.p-home-journal .header .en {
  margin-top: 5px;
}
.p-home-journal .header .head {
  margin-left: -15px;
}
.p-home-journal .body {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-journal .body {
    padding-bottom: 60px;
  }
}
.p-home-journal .body::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.p-home-journal .list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-home-journal .list {
    margin-top: 50px;
    gap: 40px 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-home-journal .list .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .p-home-journal .list .item {
    width: calc((100% - 60px) / 4);
  }
}
.p-home-journal .list .link {
  display: flex;
  gap: 15px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-home-journal .list .link {
    flex-direction: column;
  }
}
.p-home-journal .list .link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-home-journal .list .thumb {
  min-width: 136px;
  display: flex;
  flex-basis: 136px;
}
@media screen and (min-width: 768px) {
  .p-home-journal .list .thumb {
    min-width: inherit;
    flex-basis: inherit;
  }
}
.p-home-journal .list .thumb img {
  width: 100%;
  height: auto;
}
.p-home-journal .list .date {
  font-size: 1.2rem;
  color: #999999;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-home-journal .list .date {
    font-size: 1.4rem;
  }
}
.p-home-journal .list .title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-home-journal .list .title {
    font-size: 1.6rem;
  }
}
.p-home-journal .btn {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-home-journal .btn {
    margin-top: 55px;
  }
}

.p-home-shop {
  padding: 55px 0 70px;
}
@media screen and (min-width: 768px) {
  .p-home-shop {
    padding: 80px 0;
  }
}
.p-home-shop .section-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-home-shop .section-title {
    font-size: 1.8rem;
  }
}
.p-home-shop .section-title .en {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-home-shop .section-title .en {
    font-size: 3rem;
  }
}
.p-home-shop .lead {
  margin: 10px auto 0;
  font-size: 1.6rem;
  color: #C88028;
  padding: 0 25px 35px;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../img/home/openroom_deco.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-home-shop .lead {
    font-size: 2.4rem;
    margin-top: 30px;
    padding: 0 35px 55px;
  }
}
.p-home-shop .lead .em {
  font-size: 2.4rem;
}
@media screen and (max-width: 375px) {
  .p-home-shop .lead .em {
    font-size: 2rem;
  }
}
.p-home-shop .body {
  margin: 15px -30px 0;
  padding-bottom: 65px;
  background-color: #F9F6EC;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-shop .body {
    margin: 50px calc(50% - 50vw) 0;
    padding-bottom: 50px;
  }
}
.p-home-shop .body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.p-home-shop .list {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-home-shop .list {
    gap: 10px;
    flex-wrap: nowrap;
  }
}
.p-home-shop .list .item {
  width: calc((100% - 10px) / 3);
}
@media screen and (min-width: 768px) {
  .p-home-shop .list .item {
    width: inherit;
  }
}
.p-home-shop .list .item img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
@media screen and (max-width: 375px) {
  .p-home-shop .list .item img {
    width: 100%;
    height: auto;
  }
}
.p-home-shop .list .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home-shop .list .link:hover {
  opacity: 0.7;
}
.p-home-shop .btn {
  position: relative;
  margin-top: -15px;
  z-index: 1;
}

.p-home-sns {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-home-sns {
    padding-bottom: 80px;
  }
}
.p-home-sns .instagram .instagram-link {
  display: block;
  color: #000;
}
.p-home-sns .instagram .instagram-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-home-sns .instagram .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-home-sns .instagram .title {
    font-size: 3rem;
  }
}
.p-home-sns .instagram .account {
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
}
.p-home-sns .p-home-sns-list {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .p-home-sns .p-home-sns-list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
}
.p-home-sns .p-home-sns-list .link {
  display: block;
  aspect-ratio: 1/1;
}
.p-home-sns .p-home-sns-list .link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
.p-home-sns .p-home-sns-list .link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-home-sns .p-home-sns-list .slick-next {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-sns .p-home-sns-list .slick-prev {
    left: 20px;
  }
}
.p-home-sns .bnr {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-home-sns .bnr {
    margin-top: 55px;
  }
}
.p-home-sns .bnr .link {
  text-align: center;
  justify-content: center;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-home-sns .bnr .link:hover {
  opacity: 0.7;
}

/* 2025リニューアル */
/* コンポーネント */
.c-accordion-body {
  animation: fadeIn forwards 1s;
  display: none;
}
.c-accordion-body.is-show {
  display: block;
}
/* detailsの印消し */
details summary {
  display: block;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}