@charset "UTF-8";
@media (max-width: 1060px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-mdsl {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hidden-mds {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-mdsl,
.visible-xs,
.visible-md,
.visible-mds,
.visible-xl {
  display: none !important;
}

@media (max-width: 1060px) {
  .visible-xl {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .visible-mdsl {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .visible-mds {
    display: block !important;
  }
}

@media (max-width: 980px) {
  .visible-md {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .visible-xs {
    display: block !important;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  line-height: 0;
}

sup {
  font-size: 70%;
  vertical-align: top;
}

body {
  -webkit-text-size-adjust: none;
}

h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 80%;
}

blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  max-width: 100%;
  background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

input[type="checkbox"] {
  display: inline;
}

button {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

[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;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

html {
  scroll-behavior: auto !important;
}

em {
  font-style: normal;
}

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

.button,
::file-selector-button {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*:focus-visible {
  outline: 2px solid cyan;
  outline-offset: 2px;
}

body {
  background-color: #fff;
}

.inner {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 500px) {
  .inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.max_width {
  max-width: 1060px;
}

.text_center {
  text-align: center;
}

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

img {
  max-width: 100%;
}

.va-bottom {
  vertical-align: bottom;
}

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

@-webkit-keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

html,
button {
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 18px;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

@media (max-width: 980px) {
  html,
  button {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  html,
  button {
    font-size: 15px;
  }
}

.font-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.font-en {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body {
  line-height: 1.5;
}

.wide-line-height {
  line-height: 2.5;
}

header,
.header {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

header_main,
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 60px;
}

@media (max-width: 980px) {
  header_main,
  .header_main {
    height: 60px;
    display: block;
    padding: 0 15px;
  }
}

header h1,
.header h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

@media (max-width: 980px) {
  header h1,
  .header h1 {
    width: 65px;
    padding: 5px 0;
  }
}

header h1 .logo,
.header h1 .logo {
  display: block;
}

header h1 img,
.header h1 img {
  width: 115px;
  visibility: hidden;
}

@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 65px;
  }
}

header button,
.header button {
  display: none;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
}

@media (max-width: 980px) {
  header button,
  .header button {
    display: block;
  }
}

header button span,
.header button span {
  display: block;
}

header button .icon,
.header button .icon {
  width: 40px;
  height: 20px;
  position: relative;
  margin-bottom: 8px;
}

header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #b71649;
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  -o-transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
}

header button .icon span:nth-of-type(1),
.header button .icon span:nth-of-type(1) {
  top: 0;
}

header button .icon span:nth-of-type(2),
.header button .icon span:nth-of-type(2) {
  top: 50%;
}

header button .icon span:nth-of-type(3),
.header button .icon span:nth-of-type(3) {
  top: 100%;
}

@media (max-width: 980px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 60px;
    right: -300px;
    right: -100%;
    background-color: #b71649;
    display: block;
    padding: 25px 45px;
    border-radius: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

header_nav_wrap,
.header_nav_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99%;
  flex: 0 1 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1400px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding-left: 15px;
  }
}

@media (max-width: 980px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding: 15px 75px 15px 10px;
  }
}

header_nav ul,
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 980px) {
  header_nav ul,
  .header_nav ul {
    display: block;
    text-align: left;
    padding: 0;
  }
}

header_nav li,
.header_nav li {
  display: inline-block;
  text-align: center;
}

@media (max-width: 980px) {
  header_nav li,
  .header_nav li {
    display: block;
  }
}

header_nav li:nth-last-of-type(1) a .label:after,
.header_nav li:nth-last-of-type(1) a .label:after {
  display: none;
}

header_nav li a,
.header_nav li a {
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
  font-size: 18px;
  color: #000;
}

@media (max-width: 980px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    text-align: left;
    padding: 0.85em 0;
    color: #fff;
  }
}

header_nav li a .label,
.header_nav li a .label {
  display: block;
  padding: 0.3em 1.5em;
  text-shadow: 0 0 3px #fff, 0 0 8px #fff, 0 0 15px #fff;
}

@media (max-width: 1400px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0.3em 1em;
  }
}

@media (max-width: 1200px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0.3em 0.75em;
  }
}

@media (max-width: 980px) {
  header_nav li a .label,
  .header_nav li a .label {
    background: none;
    text-align: left;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (any-hover: hover) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #b71649;
  }
}

@media (any-hover: hover) and (max-width: 980px) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #fff;
    opacity: 0.7;
  }
}

header_entry,
.header_entry {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  font-size: 16px;
}

@media (max-width: 1400px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 1200px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

@media (max-width: 980px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 600px) {
  header_entry,
  .header_entry {
    visibility: hidden;
  }
}

header_entry a,
.header_entry a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}

@media (max-width: 980px) {
  header_entry a,
  .header_entry a {
    padding: 0.25em 1em;
  }
}

.js_show_nav .header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.js_show_nav .header h1 {
  opacity: 1;
}

.js_show_nav .header_nav {
  right: 0;
}

.js_show_nav .header button .icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.js_show_nav .header button .icon span:nth-of-type(2) {
  opacity: 0;
  top: 50%;
}

.js_show_nav .header button .icon span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

.js_on .header_nav {
  -webkit-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.js_nav_fixed header,
.js_nav_fixed .header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.js_nav_fixed header h1,
.js_nav_fixed .header h1 {
  opacity: 1;
}

body .footer {
  padding: 70px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d9d0bf;
}

@media (max-width: 768px) {
  body .footer {
    padding: 30px 20px 100px;
  }
}

@media (max-width: 600px) {
  body .footer {
    padding: 30px 20px 110px;
  }
}

body .footer ul {
  margin-bottom: 0.5em;
  text-align: center;
}

@media (max-width: 980px) {
  body .footer ul {
    display: block;
  }
}

body .footer li {
  display: inline-block;
  float: none;
  line-height: 1;
}

@media (max-width: 500px) {
  body .footer li {
    display: block;
  }
}

body .footer li:nth-last-of-type(1) a span {
  border: none;
}

body .footer li a {
  padding: 0.5em 0;
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  text-decoration: none;
  color: #000;
}

@media (any-hover: hover) {
  body .footer li a:hover {
    color: #b71649;
    text-decoration: none;
  }
}

@media (max-width: 1200px) {
  body .footer li a {
    padding: 0.3em;
  }
}

@media (max-width: 500px) {
  body .footer li a {
    padding: 0.5em 0;
  }
}

body .footer li a span {
  border-right: 1px solid #000;
  display: inline-block;
  padding: 0 2em;
}

@media (max-width: 768px) {
  body .footer li a span {
    padding: 0 1em;
    border: none;
  }
}

body .footer_copyrights {
  margin-top: 2em;
  text-align: center;
}

body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -150px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 100px;
  height: 100px;
  background-color: #38352d;
}

body .footer_totop:before {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 30%;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 35%;
  top: 40%;
  pointer-events: none;
}

@media (max-width: 1500px) {
  body .footer_totop {
    bottom: -100px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 1200px) {
  body .footer_totop {
    right: 10px;
  }
}

@media (max-width: 980px) {
  body .footer_totop {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 600px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}

@media (any-hover: hover) {
  body .footer_totop:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}

body .footer_totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: 200px;
  right: -150px;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

@media (max-width: 1500px) {
  body .footer_entry {
    bottom: 140px;
    right: -100px;
  }
}

@media (max-width: 980px) {
  body .footer_entry {
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body .footer_entry a {
  text-align: center;
  display: block;
  padding-top: 35px;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s;
  transition: background 0.4s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  color: #fff;
  position: relative;
}

@media (max-width: 1500px) {
  body .footer_entry a {
    width: 100px;
    height: 100px;
    padding-top: 30px;
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  body .footer_entry a {
    border-radius: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
  }
}

@media (max-width: 600px) {
  body .footer_entry a {
    padding-right: 1.5em;
  }
}

@media (any-hover: hover) {
  body .footer_entry a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
}

@media (any-hover: hover) and (max-width: 980px) {
  body .footer_entry a:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

body .footer_entry a .target {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-right: 1.5em;
  display: inline-block;
}

@media (max-width: 1500px) {
  body .footer_entry a .target {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  body .footer_entry a .target {
    font-size: 15px;
    padding-right: .5em;
  }
}

@media (max-width: 600px) {
  body .footer_entry a .target {
    font-size: 14px;
    padding-right: .2em;
  }
}

body .footer_entry a .label {
  border-top: 1px solid #fff;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  margin-top: 0.3em;
  display: inline-block;
}

@media (max-width: 1500px) {
  body .footer_entry a .label {
    margin-top: 0.2em;
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  body .footer_entry a .label {
    border: none;
    margin: 0;
  }
}

@media (max-width: 600px) {
  body .footer_entry a .label {
    font-size: 18px;
  }
}

body .footer_entry a .icon {
  width: 25px;
  position: absolute;
  right: 15px;
  top: 35px;
}

@media (max-width: 1500px) {
  body .footer_entry a .icon {
    width: 18px;
    right: 6px;
    top: 32px;
  }
}

@media (max-width: 980px) {
  body .footer_entry a .icon {
    right: 15px;
    top: calc(50% - 7px);
  }
}

body .footer_entry1 {
  margin-bottom: 25px;
  background-color: #38352d;
}

@media (max-width: 1500px) {
  body .footer_entry1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {
  body .footer_entry1 {
    margin-bottom: 0;
  }
}

body .footer_entry2 {
  background-color: #b71649;
}

body .footer_entry .target {
  display: block;
  letter-spacing: -0.05em;
}

@media (max-width: 980px) {
  body .footer_entry .target {
    display: inline-block;
  }
}

body .footer_entry .icon {
  display: inline-block;
  padding-left: 3px;
}

body .footer_entry .icon img {
  width: 27px;
}

@media (max-width: 1500px) {
  body .footer_entry .icon img {
    width: 18px;
    -webkit-transform: translateY(-0.2em);
    -ms-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}

@media (max-width: 980px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}

@media (max-width: 600px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}

.js_nav_fixed .footer_entry {
  right: 30px;
}

@media (max-width: 1200px) {
  .js_nav_fixed .footer_entry {
    right: 10px;
  }
}

.cmn_title {
  text-align: center;
  padding: 1em 0 0.7em;
  font-size: 60px;
}

@media (max-width: 1200px) {
  .cmn_title {
    font-size: 50px;
  }
}

@media (max-width: 980px) {
  .cmn_title {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .cmn_title {
    font-size: 40px;
    padding-bottom: 0.5em;
  }
}

.cmn_title:before {
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.cmn_title h3 {
  color: #38352d;
  font-size: inherit;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

.cmn_title p {
  font-size: 20px;
  color: #b71649;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 1200px) {
  .cmn_title p {
    font-size: 19px;
  }
}

@media (max-width: 980px) {
  .cmn_title p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .cmn_title p {
    font-size: 16px;
  }
}

.cmn_cnt_box:nth-of-type(even) .cmn_title:before {
  background-image: url(../img/cmn_cap_fx-a.png);
  width: 2em;
  height: 2.1em;
  right: 50%;
  top: 0.37em;
  opacity: 0.9;
}

@media (max-width: 600px) {
  .cmn_cnt_box:nth-of-type(even) .cmn_title:before {
    width: 1.8em;
    opacity: 0.7;
  }
}

.cmn_cnt_box:nth-of-type(odd) .cmn_title:before {
  background-image: url(../img/cmn_cap_fx-c.png);
  top: 0.3em;
  width: 2.9em;
  height: 3.37em;
  left: 50%;
  opacity: 0.9;
}

@media (max-width: 600px) {
  .cmn_cnt_box:nth-of-type(odd) .cmn_title:before {
    width: 2.5em;
    opacity: 0.7;
  }
}

.cmn_cnt_box2.cmn_cnt_box .cmn_title:before {
  background-image: url(../img/cmn_cap_fx-b.png);
}

.hero_cnt {
  position: relative;
}

.hero_cnt:before {
  display: block;
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  right: 35vw;
  bottom: 3vw;
  background: url(../img/hero_fx.png) no-repeat center center;
  background-size: contain;
}

.hero_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 13% 37%;
  grid-template-columns: 50% 13% 37%;
}

@media (max-width: 1060px) {
  .hero_wrap {
    -ms-grid-columns: 45% 20% 35%;
    grid-template-columns: 45% 20% 35%;
  }
}

@media (max-width: 600px) {
  .hero_wrap {
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
  }
}

.hero_wrap figure {
  overflow: hidden;
}

.hero_wrap figure img {
  width: 100%;
  -o-object-position: center;
  object-position: center;
}

.hero_wrap figure img[data-align="left"] {
  -o-object-position: 20% center;
  object-position: 20% center;
}

.hero_ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .hero_ttl {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
}

.hero_ttl h2 {
  font-size: 57px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

@media (max-width: 1500px) {
  .hero_ttl h2 {
    font-size: 3.5vw;
  }
}

@media (max-height: 980px) and (min-width: 768px) {
  .hero_ttl h2 {
    font-size: 6vh;
  }
}

@media (max-width: 768px) {
  .hero_ttl h2 {
    font-size: 6vh;
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .hero_ttl h2 {
    padding-bottom: 20px;
    font-size: 5.5vh;
  }
}

.hero_ttl h2 em {
  font-style: normal;
  color: #b71649;
}

.hero_ttl p {
  font-size: 18px;
  color: #b71649;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .hero_ttl p {
    padding-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .hero_ttl p {
    padding-bottom: 50px;
    font-size: 17px;
  }
}

.hero_photo1 figure:nth-of-type(1) {
  border-radius: 0 0 20px 0;
  margin-bottom: 20px;
}

@media (max-height: 980px) and (min-width: 768px) {
  .hero_photo1 figure:nth-of-type(1) {
    height: 42vh;
  }
  .hero_photo1 figure:nth-of-type(1) img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 980px) {
  .hero_photo1 figure:nth-of-type(1) {
    border-radius: 0 0 15px 0;
  }
}

@media (max-width: 768px) {
  .hero_photo1 figure:nth-of-type(1) {
    border-radius: 0 0 10px 0;
    height: 42vh;
  }
  .hero_photo1 figure:nth-of-type(1) img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .hero_photo1 figure:nth-of-type(1) {
    border-radius: 0 0 7px 0;
    height: 20vh;
  }
}

.hero_photo1 figure:nth-of-type(2) {
  border-radius: 0 20px 20px 0;
}

@media (max-height: 980px) and (min-width: 768px) {
  .hero_photo1 figure:nth-of-type(2) {
    height: 55vh;
  }
  .hero_photo1 figure:nth-of-type(2) img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 980px) {
  .hero_photo1 figure:nth-of-type(2) {
    border-radius: 0 15px 15px 0;
  }
}

@media (max-width: 768px) {
  .hero_photo1 figure:nth-of-type(2) {
    border-radius: 0 10px 10px 0;
    height: 55vh;
  }
  .hero_photo1 figure:nth-of-type(2) img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .hero_photo1 figure:nth-of-type(2) {
    border-radius: 0 7px 7px 0;
    height: 29vh;
    margin-bottom: 20px;
  }
}

.hero_photo2 {
  padding-top: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 600px) {
  .hero_photo2 {
    padding-top: 0;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

.hero_photo2 figure {
  border-radius: 20px 0 0 20px;
}

@media (max-height: 980px) and (min-width: 768px) {
  .hero_photo2 figure {
    height: 85vh;
  }
  .hero_photo2 figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 980px) {
  .hero_photo2 figure {
    border-radius: 15px 0 0 15px;
  }
}

@media (max-width: 768px) {
  .hero_photo2 figure {
    border-radius: 10px 0 0 10px;
    height: 85vh;
  }
  .hero_photo2 figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .hero_photo2 figure {
    height: 40vh;
    border-radius: 0 7px 7px 0;
  }
}

.about_cnt {
  padding-bottom: 100px;
}

@media (max-width: 980px) {
  .about_cnt {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .about_cnt {
    padding-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .about_cnt {
    padding-bottom: 40px;
  }
}

.about_cnt .cmn_title:before {
  -webkit-transform: translateX(-1.7em);
  -ms-transform: translateX(-1.7em);
  transform: translateX(-1.7em);
}

.about_single {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  position: relative;
}

@media (max-width: 1500px) {
  .about_single {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .about_single {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about_single {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .about_single {
    font-size: 16px;
  }
}

.about_single .inner {
  min-height: 34vw;
}

@media (max-width: 768px) {
  .about_single .inner {
    min-height: auto;
  }
}

.about_single_fig {
  width: 48vw;
  position: absolute;
  top: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .about_single_fig {
    position: static;
    width: calc(100% - 30px);
    margin-bottom: 4vw;
  }
}

@media (max-width: 500px) {
  .about_single_fig {
    width: calc(100% - 17px);
  }
}

.about_single_fig img {
  width: 100%;
}

.about_single_text {
  width: 48%;
  line-height: 2;
}

@media (max-width: 768px) {
  .about_single_text {
    width: 100%;
  }
}

.about_single_text p {
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
}

.about_single_fx {
  position: absolute;
}

.about_single1 {
  padding-bottom: 1.5em;
}

.about_single1 .about_single_fig {
  border-radius: 0 20px 20px 0;
}

@media (max-width: 980px) {
  .about_single1 .about_single_fig {
    border-radius: 0 15px 15px 0;
  }
}

@media (max-width: 768px) {
  .about_single1 .about_single_fig {
    border-radius: 0 10px 10px 0;
  }
}

@media (max-width: 600px) {
  .about_single1 .about_single_fig {
    border-radius: 0 7px 7px 0;
  }
}

.about_single1 .about_single_text {
  margin-left: 52.5%;
}

@media (max-width: 768px) {
  .about_single1 .about_single_text {
    margin-left: 0;
  }
}

.about_single1 .about_single_fx {
  right: -20px;
  bottom: 10px;
  width: 10vw;
  max-width: 125px;
}

@media (max-width: 1200px) {
  .about_single1 .about_single_fx {
    right: 0;
  }
}

@media (max-width: 980px) {
  .about_single1 .about_single_fx {
    bottom: -30px;
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .about_single1 .about_single_fx {
    right: 10px;
    width: 18vw;
    max-width: 18vw;
    z-index: -1;
    opacity: 0.4;
  }
}

.about_single2 .about_single_fig {
  border-radius: 20px 0 0 20px;
  right: 0;
}

@media (max-width: 980px) {
  .about_single2 .about_single_fig {
    border-radius: 15px 0 0 15px;
  }
}

@media (max-width: 768px) {
  .about_single2 .about_single_fig {
    margin-left: 30px;
    border-radius: 10px 0 0 10px;
  }
}

@media (max-width: 600px) {
  .about_single2 .about_single_fig {
    border-radius: 7px 0 0 7px;
  }
}

@media (max-width: 500px) {
  .about_single2 .about_single_fig {
    margin-left: 17px;
  }
}

.about_single2 .about_single_fx {
  left: -20px;
  bottom: 10px;
  width: 10vw;
  max-width: 170px;
}

@media (max-width: 980px) {
  .about_single2 .about_single_fx {
    left: -10px;
    bottom: -10px;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .about_single2 .about_single_fx {
    left: 10px;
    width: 18vw;
    max-width: 18vw;
    opacity: 0.3;
    bottom: -30px;
  }
}

.profile_cnt {
  position: relative;
  padding: 55px 0 150px;
}

@media (max-width: 980px) {
  .profile_cnt {
    padding: 45px 0 120px;
  }
}

@media (max-width: 768px) {
  .profile_cnt {
    padding: 35px 0 90px;
  }
}

@media (max-width: 600px) {
  .profile_cnt {
    padding: 25px 0 70px;
  }
}

.profile_cnt .cmn_title h3,
.profile_cnt .cmn_title p {
  color: #fff;
}

.profile_cnt .cmn_title:before {
  -webkit-transform: translateX(1.4em);
  -ms-transform: translateX(1.4em);
  transform: translateX(1.4em);
}

.profile_cnt .inner {
  max-width: 1120px;
  position: relative;
  z-index: 2;
}

.profile_cnt[data-tab-stat="1"] .profile_bg1 {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 1;
}

.profile_cnt[data-tab-stat="1"] [data-tab-index="1"] {
  background-color: #f6f5f2;
}

.profile_cnt[data-tab-stat="1"] [data-tab-num="1"] {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.profile_cnt[data-tab-stat="2"] .profile_bg2 {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 1;
}

.profile_cnt[data-tab-stat="2"] [data-tab-index="2"] {
  background-color: #f6f5f2;
}

.profile_cnt[data-tab-stat="2"] [data-tab-num="2"] {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.profile_cnt[data-tab-stat="3"] .profile_bg3 {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 1;
}

.profile_cnt[data-tab-stat="3"] [data-tab-index="3"] {
  background-color: #f6f5f2;
}

.profile_cnt[data-tab-stat="3"] [data-tab-num="3"] {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.profile_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 1%;
}

.profile_bg img {
  vertical-align: baseline;
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 1s 1s;
  -o-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
}

.profile_tab_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media (max-width: 768px) {
  .profile_tab_head {
    gap: 8px;
  }
}

.profile_tab_head button {
  display: -ms-grid;
  display: grid;
  display: block;
  background-color: #d9d0bf;
  border: none;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 25px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  line-height: 1.3;
}

@media (any-hover: hover) {
  .profile_tab_head button:hover {
    background-color: #f6f5f2;
  }
}

@media (max-width: 1200px) {
  .profile_tab_head button {
    font-size: 22px;
  }
}

@media (max-width: 980px) {
  .profile_tab_head button {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .profile_tab_head button {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .profile_tab_head button {
    font-size: 15px;
    border-radius: 7px 7px 0 0;
  }
}

@media (max-width: 500px) {
  .profile_tab_head button {
    font-size: 14px;
  }
}

.profile_tab_head button small {
  font-size: 70%;
  display: block;
}

@media (max-width: 600px) {
  .profile_tab_head button small {
    font-size: 80%;
  }
}

.profile_tab_body {
  background-color: #f6f5f2;
  border-radius: 0 0 10px 10px;
  padding-bottom: 30px;
}

@media (max-width: 600px) {
  .profile_tab_body {
    border-radius: 0 0 7px 7px;
    padding-bottom: 20px;
  }
}

.profile_tab_body_single {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.profile_tab_body_single_wrap {
  padding: 60px 30px;
}

@media (max-width: 980px) {
  .profile_tab_body_single_wrap {
    padding: 45px 25px;
  }
}

@media (max-width: 768px) {
  .profile_tab_body_single_wrap {
    padding: 35px 20px;
  }
}

.profile_tab_body_single_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 980px) {
  .profile_tab_body_single_main {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .profile_tab_body_single_main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .profile_tab_body_single_main_fig {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.profile_tab_body_single_main_text {
  position: relative;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .profile_tab_body_single_main_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
}

.profile_tab_body_single_main .text {
  color: #38352d;
  font-size: 20px;
  line-height: 2;
}

@media (max-width: 980px) {
  .profile_tab_body_single_main .text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .profile_tab_body_single_main .text {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .profile_tab_body_single_main .text {
    font-size: 16px;
  }
}

.profile_tab_body_single_main .link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .profile_tab_body_single_main .link {
    position: static;
    margin-top: 2em;
  }
}

.profile_tab_body_single_main .link a {
  width: 80%;
  margin: 0 auto;
  display: block;
  background-color: #b71649;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 0.75em 0.5em;
  border: 1px solid #b71649;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s, background 0.4s;
  transition: box-shadow 0.4s, background 0.4s;
  transition: box-shadow 0.4s, background 0.4s, -webkit-box-shadow 0.4s;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile_tab_body_single_main .link a:has(.label span br) {
  width: 100%;
}

@media (max-width: 980px) {
  .profile_tab_body_single_main .link a {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .profile_tab_body_single_main .link a:hover {
    background-color: #fff;
    color: #b71649;
    -webkit-box-shadow: 0 0 10px rgba(183, 22, 73, 0.2);
    box-shadow: 0 0 10px rgba(183, 22, 73, 0.2);
  }
  .profile_tab_body_single_main .link a:hover .icon {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}

.profile_tab_body_single_main .link a .label {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .profile_tab_body_single_main .link a .label {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .profile_tab_body_single_main .link a .label {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .profile_tab_body_single_main .link a .label {
    font-size: 16px;
  }
}

.profile_tab_body_single_main .link a .label span span,
.profile_tab_body_single_main .link a .label small {
  font-size: 70%;
}

.profile_tab_body_single_main .link a .label span br {
  display: none;
}

@media (max-width: 980px) {
  .profile_tab_body_single_main .link a .label span br {
    display: block;
  }
}

.profile_tab_body_single_main .link a .icon {
  position: absolute;
  right: 18px;
  width: 24px;
  top: calc(50% - 14px);
  -webkit-transition: -webkit-filter 0.2s, -webkit-transform 0.4s;
  transition: -webkit-filter 0.2s, -webkit-transform 0.4s;
  -o-transition: filter 0.2s, transform 0.4s;
  transition: filter 0.2s, transform 0.4s;
  transition: filter 0.2s, transform 0.4s, -webkit-filter 0.2s, -webkit-transform 0.4s;
}

@media (max-width: 768px) {
  .profile_tab_body_single_main .link a .icon {
    width: 20px;
    top: calc(50% - 12px);
  }
}

.profile_tab_body_single_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .profile_tab_body_single_graph {
    gap: 40px;
  }
}

.profile_tab_body_single_graph h4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #b71649;
  text-align: center;
  font-size: 26px;
  margin: 2.7em 0 0.75em;
  letter-spacing: 0.1em;
}

@media (max-width: 980px) {
  .profile_tab_body_single_graph h4 {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .profile_tab_body_single_graph h4 {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .profile_tab_body_single_graph h4 {
    margin-bottom: -1em;
    font-size: 19px;
  }
}

.profile_tab_body_single_graph h4 span {
  display: inline-block;
  padding: 0 3.5em;
  position: relative;
}

.profile_tab_body_single_graph h4 span::before, .profile_tab_body_single_graph h4 span::after {
  display: block;
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2px;
  background-color: #b71649;
  top: 50%;
}

.profile_tab_body_single_graph h4 span::before {
  left: 0;
}

.profile_tab_body_single_graph h4 span::after {
  right: 0;
}

.profile_tab_body_single_graph_single {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 35px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 600px) {
  .profile_tab_body_single_graph_single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 45px;
  }
}

.profile_tab_body_single_graph_single h5 {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 24px;
  bottom: -0.85em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 980px) {
  .profile_tab_body_single_graph_single h5 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .profile_tab_body_single_graph_single h5 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .profile_tab_body_single_graph_single h5 {
    font-size: 18px;
  }
}

.profile_tab_body_single_graph_single h5 span {
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  background-color: #b71649;
  padding: 0.15em 1em;
}

.environment_cnt {
  padding: 100px 0 200px;
  position: relative;
}

@media (max-width: 1200px) {
  .environment_cnt {
    padding-bottom: 30vw;
  }
}

@media (max-width: 980px) {
  .environment_cnt {
    padding-top: 75px;
  }
}

@media (max-width: 768px) {
  .environment_cnt {
    padding-top: 50px;
  }
}

@media (max-width: 600px) {
  .environment_cnt {
    padding-top: 35px;
    padding-bottom: 47vw;
  }
}

.environment_cnt .cmn_title:before {
  -webkit-transform: translateX(-1.6em);
  -ms-transform: translateX(-1.6em);
  transform: translateX(-1.6em);
}

.environment_cnt .inner {
  max-width: 1160px;
}

.environment_main {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 980px) {
  .environment_main {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .environment_main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.environment_single {
  border-radius: 20px;
  background-color: #f6f5f2;
  padding: 30px 40px 55px;
}

@media (max-width: 980px) {
  .environment_single {
    border-radius: 15px;
    padding: 25px 30px 40px;
  }
}

@media (max-width: 768px) {
  .environment_single {
    border-radius: 13px;
    padding: 25px 25px 35px;
  }
}

@media (max-width: 600px) {
  .environment_single {
    border-radius: 7px;
  }
}

.environment_single figure {
  text-align: center;
}

.environment_single figure img {
  width: 90%;
  max-width: 300px;
}

@media (max-width: 768px) {
  .environment_single figure img {
    width: 55%;
  }
}

.environment_single ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin: 25px 0 20px;
}

@media (max-width: 980px) {
  .environment_single ul {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .environment_single ul {
    display: block;
    text-align: center;
    margin: 15px 0 15px;
  }
}

.environment_single ul li {
  border-radius: 100px;
  background-color: #b71649;
  color: #fff;
  padding: 0.1em 1.2em;
}

@media (max-width: 980px) {
  .environment_single ul li {
    padding: 0.1em 0.75em;
  }
}

@media (max-width: 768px) {
  .environment_single ul li {
    margin-top: 0.2em;
    display: inline-block;
  }
}

.environment_single ol {
  line-height: 2;
}

.environment_single ol li {
  padding-left: 1.5em;
  position: relative;
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .environment_single ol li {
    margin-top: 0.1em;
  }
}

.environment_single ol li::before {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #b71649;
  left: 0;
  top: 0.5em;
  border-radius: 50px;
}

.environment_single h4 {
  font-size: 28px;
  text-align: center;
  color: #b71649;
  margin-bottom: 0.75em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 980px) {
  .environment_single h4 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .environment_single h4 {
    font-size: 24px;
    margin-bottom: 0.65em;
  }
}

@media (max-width: 600px) {
  .environment_single h4 {
    font-size: 22px;
  }
}

.environment_single p {
  line-height: 2;
}

.environment_fx img {
  position: absolute;
}

.environment_fx1 {
  right: 50%;
  -webkit-transform: translateX(700px);
  -ms-transform: translateX(700px);
  transform: translateX(700px);
  top: 15%;
  width: 10vw;
}

@media (max-width: 1500px) {
  .environment_fx1 {
    right: 1vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 230px;
  }
}

@media (max-width: 980px) {
  .environment_fx1 {
    top: 200px;
  }
}

@media (max-width: 768px) {
  .environment_fx1 {
    top: 150px;
    width: 15vw;
    opacity: 0.5;
  }
}

.environment_fx2 {
  left: 50%;
  -webkit-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  transform: translateX(-700px);
  top: 35%;
  width: 10vw;
}

@media (max-width: 1500px) {
  .environment_fx2 {
    left: 1vw;
    width: 8vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .environment_fx2 {
    top: 33%;
    width: 15vw;
    opacity: 0.5;
  }
}

.environment_fx3 {
  width: 25vw;
  right: 0;
  bottom: 3%;
}

@media (max-width: 1500px) {
  .environment_fx3 {
    width: 20vw;
    bottom: 1vw;
  }
}

@media (max-width: 1200px) {
  .environment_fx3 {
    width: 35vw;
  }
}

@media (max-width: 600px) {
  .environment_fx3 {
    width: 55vw;
  }
}

.voice_cnt {
  padding: 50px 0 100px;
  background-color: #f6f5f2;
}

@media (max-width: 980px) {
  .voice_cnt {
    padding: 40px 0 80px;
  }
}

@media (max-width: 768px) {
  .voice_cnt {
    padding: 30px 0 60px;
  }
}

.voice_cnt .cmn_title:before {
  -webkit-transform: translateX(1.5em);
  -ms-transform: translateX(1.5em);
  transform: translateX(1.5em);
}

@media (max-width: 500px) {
  .voice_cnt .cmn_title:before {
    -webkit-transform: translateX(1em);
    -ms-transform: translateX(1em);
    transform: translateX(1em);
  }
}

.voice_slide_single {
  width: 70vw;
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 65px;
  opacity: 0.6;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

@media (max-width: 980px) {
  .voice_slide_single {
    width: 80vw;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .voice_slide_single {
    width: 90vw;
    padding: 0 15px;
    opacity: 0.3;
  }
}

@media (any-hover: hover) {
  .voice_slide_single a:hover figure img {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.voice_slide_single div {
  position: relative;
}

.voice_slide_single figure {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .voice_slide_single figure {
    border-radius: 15px;
  }
}

@media (max-width: 768px) {
  .voice_slide_single figure {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .voice_slide_single figure {
    border-radius: 7px;
    margin-bottom: 10px;
  }
}

.voice_slide_single figure img {
  width: 100%;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: -webkit-filter 0.5s, -webkit-transform 0.4s;
  transition: -webkit-filter 0.5s, -webkit-transform 0.4s;
  -o-transition: filter 0.5s, transform 0.4s;
  transition: filter 0.5s, transform 0.4s;
  transition: filter 0.5s, transform 0.4s, -webkit-filter 0.5s, -webkit-transform 0.4s;
}

.voice_slide_single h4 {
  position: absolute;
  left: 45px;
  bottom: 60px;
  font-size: 36px;
}

@media (max-width: 1200px) {
  .voice_slide_single h4 {
    left: 25px;
    bottom: 50px;
    font-size: 31px;
  }
}

@media (max-width: 1060px) {
  .voice_slide_single h4 {
    left: 15px;
    bottom: 40px;
    font-size: 29px;
  }
}

@media (max-width: 980px) {
  .voice_slide_single h4 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .voice_slide_single h4 {
    left: -10px;
    font-size: 4.2vw;
  }
}

@media (max-width: 600px) {
  .voice_slide_single h4 {
    left: -7px;
    bottom: 20px;
  }
}

.voice_slide_single h4 span {
  display: inline-block;
  background-color: #38352d;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  padding: 0.05em 0.5em;
  margin-top: 0.2em;
}

@media (max-width: 1060px) {
  .voice_slide_single h4 span {
    padding: 0.05em 0.3em;
  }
}

.voice_slide_single p {
  font-size: 22px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media (max-width: 980px) {
  .voice_slide_single p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .voice_slide_single p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .voice_slide_single p {
    line-height: 1.6;
    font-size: 16px;
  }
}

.slick-center {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  top: 42%;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-top: 4px solid #b71649;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 768px) {
  .slick-arrow {
    width: 35px;
    height: 35px;
    top: 27vw;
  }
}

@media (max-width: 600px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.slick-prev {
  border-left: 4px solid #b71649;
  rotate: -45deg;
  left: calc(50% - 535px);
}

@media (max-width: 1500px) {
  .slick-prev {
    left: 13.5vw;
  }
}

@media (max-width: 980px) {
  .slick-prev {
    left: 8vw;
  }
}

@media (max-width: 768px) {
  .slick-prev {
    left: 2vw;
  }
}

@media (max-width: 600px) {
  .slick-prev {
    left: 2.7vw;
  }
}

.slick-next {
  border-right: 4px solid #b71649;
  rotate: 45deg;
  right: calc(50% - 535px);
}

@media (max-width: 1500px) {
  .slick-next {
    right: 13.5vw;
  }
}

@media (max-width: 980px) {
  .slick-next {
    right: 8vw;
  }
}

@media (max-width: 768px) {
  .slick-next {
    right: 2vw;
  }
}

@media (max-width: 600px) {
  .slick-next {
    right: 2.7vw;
  }
}

.faq_cnt {
  padding: 50px 0 100px;
  position: relative;
}

@media (max-width: 980px) {
  .faq_cnt {
    padding-top: 45px;
  }
}

@media (max-width: 768px) {
  .faq_cnt {
    padding-top: 35px;
  }
}

@media (max-width: 600px) {
  .faq_cnt {
    padding-top: 25px;
    padding-bottom: 50vw;
  }
}

.faq_cnt::after {
  display: block;
  content: "";
  position: absolute;
  width: 25vw;
  max-width: 300px;
  height: 40vw;
  background: url(../img/faq_fx.png) no-repeat left bottom;
  background-size: contain;
  right: 50%;
  -webkit-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  transform: translateX(-380px);
  bottom: 1vw;
}

@media (max-width: 1500px) {
  .faq_cnt::after {
    width: 20vw;
  }
}

@media (max-width: 1200px) {
  .faq_cnt::after {
    right: auto;
    left: -2vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 600px) {
  .faq_cnt::after {
    width: 35vw;
    height: 50vw;
    left: 3vw;
  }
}

.faq_cnt .cmn_title:before {
  -webkit-transform: translateX(-1.2em);
  -ms-transform: translateX(-1.2em);
  transform: translateX(-1.2em);
}

.faq_single {
  background-color: #f6f5f2;
  border-radius: 10px;
  padding: 40px 30px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1400px) {
  .faq_single {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .faq_single {
    padding: 30px 25px;
    width: 100%;
    margin-top: 25px;
  }
}

@media (max-width: 500px) {
  .faq_single {
    border-radius: 7px;
    margin-top: 20px;
    padding: 20px 20px;
  }
}

.faq_single dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 3px double #d9d0bf;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}

.faq_single dt .icon {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  color: #554c33;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.1em;
  flex: 0 0 1.1em;
  line-height: 1;
}

@media (max-width: 980px) {
  .faq_single dt .icon {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .faq_single dt .icon {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .faq_single dt .icon {
    font-size: 32px;
  }
}

.faq_single dt .text {
  padding-top: 0.3em;
  color: #b71649;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width: 980px) {
  .faq_single dt .text {
    padding-top: 0.25em;
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .faq_single dt .text {
    padding-top: 0.2em;
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .faq_single dt .text {
    padding-top: 0.2em;
    font-size: 18px;
    line-height: 1.4;
  }
}

.faq_single dd {
  line-height: 2;
}

.faq_single dd em {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.gallery_cnt {
  overflow: hidden;
  position: relative;
}

.gallery_cnt:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #f6f5f2;
  left: 0;
  bottom: 0;
}

.gallery_cnt img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 600px) {
  .gallery_cnt img {
    border-radius: 7px;
  }
}

.gallery_wrap {
  -webkit-animation: slideGalleryL 50s linear infinite;
  animation: slideGalleryL 50s linear infinite;
}

@media (max-width: 980px) {
  .gallery_wrap {
    -webkit-animation: slideGalleryM 50s linear infinite;
    animation: slideGalleryM 50s linear infinite;
  }
}

@media (max-width: 600px) {
  .gallery_wrap {
    -webkit-animation: slideGalleryS 50s linear infinite;
    animation: slideGalleryS 50s linear infinite;
  }
}

.gallery_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 300vw;
}

@media (max-width: 980px) {
  .gallery_main {
    width: 400vw;
  }
}

@media (max-width: 600px) {
  .gallery_main {
    width: 600vw;
  }
}

.gallery_main div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gallery_main div figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100/6;
  flex: 0 0 100/6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

@-webkit-keyframes slideGalleryL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150vw);
    transform: translateX(-150vw);
  }
}

@keyframes slideGalleryL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150vw);
    transform: translateX(-150vw);
  }
}

@-webkit-keyframes slideGalleryM {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200vw);
    transform: translateX(-200vw);
  }
}

@keyframes slideGalleryM {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200vw);
    transform: translateX(-200vw);
  }
}

@-webkit-keyframes slideGalleryS {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300vw);
    transform: translateX(-300vw);
  }
}

@keyframes slideGalleryS {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300vw);
    transform: translateX(-300vw);
  }
}

.search_cnt {
  background-color: #f6f5f2;
  position: relative;
  padding-bottom: 150px;
  padding-top: 50px;
}

@media (max-width: 980px) {
  .search_cnt {
    padding-bottom: 100px;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .search_cnt {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .search_cnt {
    padding-bottom: 50px;
  }
}

.search_cnt .cmn_title:before {
  -webkit-transform: translateX(1.4em);
  -ms-transform: translateX(1.4em);
  transform: translateX(1.4em);
}

.search_single h4 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #b71649;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .search_single h4 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .search_single h4 {
    font-size: 20px;
  }
}

.search_single ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-bottom: 100px;
}

@media (max-width: 980px) {
  .search_single ul {
    gap: 15px;
    margin-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .search_single ul {
    gap: 10px;
    margin-bottom: 50px;
  }
}

.search_single ul.col2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  .search_single ul.col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.search_single ul.col3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 980px) {
  .search_single ul.col3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .search_single ul.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.search_single a {
  border: 1px solid #b71649;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  position: relative;
  padding: 1.1em 1em;
  color: #b71649;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-transition: background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: background 0.4s, color 0.4s, box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

@media (max-width: 768px) {
  .search_single a {
    padding: 0.85em 0.8em;
  }
}

@media (max-width: 600px) {
  .search_single a {
    border-radius: 7px;
  }
}

@media (any-hover: hover) {
  .search_single a:hover {
    background-color: #b71649;
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(183, 22, 73, 0.5);
    box-shadow: 0 0 10px rgba(183, 22, 73, 0.5);
  }
  .search_single a:hover .icon {
    -webkit-filter: brightness(100);
    filter: brightness(100);
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}

.search_single a .icon {
  position: absolute;
  right: 17px;
  width: 24px;
  top: calc(50% - 12px);
  font-size: 1%;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 768px) {
  .search_single a .icon {
    width: 20px;
    top: calc(50% - 10px);
  }
}

.search_fx img {
  position: absolute;
}

.search_fx1 {
  left: 50%;
  top: 15%;
  -webkit-transform: translateX(470px);
  -ms-transform: translateX(470px);
  transform: translateX(470px);
  width: 10vw;
}

@media (max-width: 1200px) {
  .search_fx1 {
    left: auto;
    right: 1vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 230px;
  }
}

@media (max-width: 768px) {
  .search_fx1 {
    top: 180px;
  }
}

@media (max-width: 600px) {
  .search_fx1 {
    width: 15vw;
    opacity: 0.7;
  }
}

.search_fx2 {
  right: 50%;
  bottom: 20%;
  -webkit-transform: translateX(-470px);
  -ms-transform: translateX(-470px);
  transform: translateX(-470px);
  width: 10vw;
}

@media (max-width: 1200px) {
  .search_fx2 {
    right: auto;
    left: 1vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 600px) {
  .search_fx2 {
    bottom: 15%;
    width: 15vw;
    opacity: 0.5;
  }
}

body:has(.modaal-wrapper) {
  overflow-y: hidden;
}

body:has(.modaal-wrapper.modaal-start_fade) {
  overflow-y: scroll;
}

body .modaal-wrapper.modaal-start_fade {
  overflow: hidden;
}

body .modaal-wrapper.modaal-start_fade .modaal-close {
  display: none;
}

.modal_cnt {
  display: none;
}

.modal_single_main {
  padding-top: 50px;
}

.modal_single_wrap {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .modal_single_wrap {
    border-radius: 15px;
  }
}

.modal_single_head {
  background-color: #f6f5f2;
}

.modal_single_head_ttl {
  position: relative;
}

.modal_single_head_ttl figure {
  margin-left: 30%;
}

@media (max-width: 600px) {
  .modal_single_head_ttl figure {
    margin-left: 0;
  }
}

.modal_single_head_ttl figure img {
  width: 100%;
}

.modal_single_head_ttl h2 {
  position: absolute;
  left: 45px;
  bottom: 60px;
}

@media (max-width: 768px) {
  .modal_single_head_ttl h2 {
    left: 35px;
    bottom: 40px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_ttl h2 {
    left: 15px;
    bottom: 30px;
  }
}

.modal_single_head_ttl h2 span {
  font-size: 36px;
  display: inline-block;
  background-color: #38352d;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  padding: 0.05em 0.5em;
  margin-top: 0.2em;
}

@media (max-width: 980px) {
  .modal_single_head_ttl h2 span {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_ttl h2 span {
    font-size: 4.2vw;
  }
}

.modal_single_head_detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
  padding: 45px 60px 55px;
}

@media (max-width: 980px) {
  .modal_single_head_detail {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    padding: 45px 40px 55px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_detail {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 600px) {
  .modal_single_head_detail {
    padding: 35px 30px 40px;
  }
}

@media (max-width: 500px) {
  .modal_single_head_detail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 25px;
  }
}

.modal_single_head_detail .name {
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

@media (max-width: 980px) {
  .modal_single_head_detail .name {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_detail .name {
    font-size: 38px;
  }
}

@media (max-width: 500px) {
  .modal_single_head_detail .name {
    margin-bottom: 0;
  }
}

.modal_single_head_detail .name small {
  letter-spacing: 0.1em;
  font-size: 50%;
}

.modal_single_head_detail .org span {
  background-color: #b71649;
  padding: 0.1em 1em;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 100px;
}

@media (max-width: 980px) {
  .modal_single_head_detail .org span {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_detail .org span {
    font-size: 16px;
    padding: 0.1em 0.75em;
  }
}

@media (max-width: 500px) {
  .modal_single_head_detail .org span {
    font-size: 15px;
  }
}

.modal_single_head_detail .misc {
  font-size: 20px;
  line-height: 2;
}

@media (max-width: 980px) {
  .modal_single_head_detail .misc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_detail .misc {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .modal_single_head_detail .misc {
    font-size: 15px;
  }
}

.modal_single_head_detail .misc em {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width: 500px) {
  .modal_single_head_personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width: 400px) {
  .modal_single_head_personal {
    gap: 5px;
  }
}

.modal_single_body {
  padding: 50px;
}

@media (max-width: 980px) {
  .modal_single_body {
    padding: 40px;
  }
}

@media (max-width: 600px) {
  .modal_single_body {
    padding: 30px 25px;
  }
}

@media (max-width: 500px) {
  .modal_single_body {
    padding: 25px 20px;
  }
}

.modal_single_body dl {
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .modal_single_body dl {
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .modal_single_body dl {
    margin-bottom: 40px;
  }
}

.modal_single_body dt {
  background-color: #f6f5f2;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .modal_single_body dt {
    padding: 5px 20px 10px;
  }
}

@media (max-width: 600px) {
  .modal_single_body dt {
    padding: 5px 15px 10px 12px;
    margin-bottom: 17px;
  }
}

.modal_single_body dt .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.3em;
  flex: 0 0 1.3em;
  font-size: 48px;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #38352d;
}

@media (max-width: 980px) {
  .modal_single_body dt .icon {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .modal_single_body dt .icon {
    font-size: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25em;
    flex: 0 0 1.25em;
  }
}

@media (max-width: 600px) {
  .modal_single_body dt .icon {
    font-size: 30px;
  }
}

.modal_single_body dt .text {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #b71649;
  padding-top: 0.67em;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .modal_single_body dt .text {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .modal_single_body dt .text {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .modal_single_body dt .text {
    font-size: 17px;
    line-height: 1.5;
  }
}

.modal_single_body dd {
  padding-left: 30px;
  line-height: 2;
}

@media (max-width: 768px) {
  .modal_single_body dd {
    padding: 0;
  }
}

.modal_single_close {
  text-align: center;
}

@media (max-width: 768px) {
  .modal_single_close {
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_close {
    padding-top: 20px;
  }
}

@media (max-width: 500px) {
  .modal_single_close {
    padding-top: 0;
  }
}

.modal_single_close button {
  background-color: transparent;
  border: none;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background-color: #f6f5f2;
  padding: 0.4em 2.5em;
  width: 100%;
  position: relative;
  font-size: 24px;
}

@media (max-width: 768px) {
  .modal_single_close button {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .modal_single_close button {
    font-size: 20px;
  }
}

@media (any-hover: hover) {
  .modal_single_close button:hover {
    background-color: #b71649;
  }
  .modal_single_close button:hover .label {
    color: #fff;
  }
  .modal_single_close button:hover .icon::before, .modal_single_close button:hover .icon:after {
    background-color: #fff;
  }
}

.modal_single_close button .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #b71649;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.modal_single_close button .icon {
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0.6em);
  -ms-transform: translateY(0.6em);
  transform: translateY(0.6em);
}

.modal_single_close button .icon::before, .modal_single_close button .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 2px;
  left: 15%;
  top: 0;
  background-color: #b71649;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.modal_single_close button .icon::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_single_close button .icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_single_close_top {
  overflow: hidden;
  text-indent: -999px;
  background-color: #b71649;
  border-radius: 50px;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  width: 60px;
  height: 60px;
  top: 17px;
  right: -15px;
}

@media (max-width: 600px) {
  .modal_single_close_top {
    width: 45px;
    height: 45px;
    top: 27px;
    right: -20px;
  }
}

@media (any-hover: hover) {
  .modal_single_close_top:hover {
    background-color: #000;
  }
}

.modal_single_close_top span {
  width: 40%;
  height: 40%;
  position: absolute;
  display: block;
  left: 30%;
  top: 30%;
}

.modal_single_close_top span:before, .modal_single_close_top span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 48%;
}

.modal_single_close_top span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_single_close_top span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close {
  display: none;
}

.add_anim {
  -webkit-transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.add_anim.js_on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.add_anim.js_on .cmn_title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
