@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

@font-face {
  font-family: "Kokoro-sp";
  src: url("../font/Kokoro.otf") format("opentype"), url("../font/Kokoro.ttf") format("truetype");
}
@font-face {
  font-family: "Kokoro-safari";
  src: url("../font/Kokoro.otf") format("opentype"), url("../font/Kokoro.ttf") format("truetype");
}
@font-face {
  font-family: "Kokoro";
  src: url("../font/Kokoro.woff2") format("woff2"), url("../font/Kokoro.woff") format("woff"), url("../font/Kokoro.otf") format("opentype");
}
/*!
“こころ明朝体” licensed under the IPA Font License Agreement v1.0
http://typingart.net/（”こころ明朝体”配布元のURL）
http://ipafont.ipa.go.jp/（IPAフォントのURL）
http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
 */
a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Kokoro-sp", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #000;
}

_::-webkit-full-page-media, _:future, :root body {
  font-family: "Kokoro-safari", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}
img {
  width: 100%;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-sec {
  padding: 4rem 0;
}
.l-sec01 {
  padding: 2rem 0;
}

.l-header {
  width: 100%;
  height: 5.8666666667vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}
.l-header__inner {
  height: 100%;
}

.header__nav {
  pointer-events: none;
}
.header__list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10.1333333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  pointer-events: none;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 10.6666666667vw 8vw;
}
.header.active .header__list {
  overflow-y: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}
.header__listItem {
  width: 100%;
  position: relative;
  border-top: 0.2666666667vw solid #B9272D;
}
.header__listItem:last-child {
  border-bottom: 0.2666666667vw solid #B9272D;
}
.header__listLink {
  display: block;
  width: 100%;
  padding: 5.3333333333vw 2.6666666667vw 4.8vw 15.7333333333vw;
  position: relative;
  color: #B9272D;
  font-size: 4vw;
  pointer-events: all;
}
.header__listLink::before {
  content: "";
  position: absolute;
  left: 6.1333333333vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8vw;
  height: 9.6vw;
  background: url("../img/ico-arrow.png") center center/contain no-repeat;
}

.l-footer {
  padding: 1.3333333333vw 0;
}

.footer__copy {
  text-align: center;
  font-size: 2.6666666667vw;
  letter-spacing: 0.095em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

.navBar {
  width: 9.6vw;
  height: 5.8666666667vw;
  cursor: pointer;
  position: relative;
  margin: 8.8vw 7.2vw 0 auto;
  max-height: calc(95.6vh - 21vw);
  pointer-events: all;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background: #6A0307;
  position: absolute;
  border-radius: 2666.4vw;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}
.navBar__text {
  color: #6A0307;
  font-size: 3.7333333333vw;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 1;
  margin-top: 1.0666666667vw;
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
	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);
  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;
  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: 0 0;
  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: 0 !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: 0;
  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;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after, .modaal-close:before {
  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;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-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: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-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;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.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: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-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;
  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: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after, .modaal-gallery-control:before {
  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;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after, .modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-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 embed, .modaal-video-container iframe, .modaal-video-container object {
  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;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

.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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-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) {
  -webkit-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;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-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;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.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) {
  -webkit-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;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-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;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.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) {
  -webkit-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;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-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;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.border-white {
  border-color: #fff !important;
}

.pageTop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
}
.pageTop.active {
  display: block;
}

.kv {
  background: url("../img/bg-kv01_sp.png") top center/cover;
  height: 162.1333333333vw;
  padding: 28.2666666667vw 0 44vw;
}
.kv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv__title {
  width: 46.6666666667vw;
  margin: 0 auto;
  position: relative;
  left: 1.0666666667vw;
}
.kv__image {
  width: 43.2vw;
  margin: -1.0666666667vw auto 0;
  position: relative;
  left: 20.5vw;
}

.l-about {
  padding-top: 1.0666666667vw;
  margin-top: -44.5333333333vw;
}
.about {
  background: url(../img/bg-about01_sp.png) top 40.5333333333vw center/100% no-repeat;
}
.about__title {
  width: 93.8666666667vw;
  margin: 0 auto;
}
.about__text01 {
  color: #B9272D;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.6153846154;
  margin-top: 3.2vw;
}
.about__text02 {
  margin-top: 2.4vw;
  font-size: 3.2vw;
  letter-spacing: -0.1em;
  line-height: 1.75;
  text-align: center;
}

.l-lineup {
  padding-top: 4.8vw;
}

.lineup__titleWrap {
  text-align: center;
}
.lineup__title {
  display: inline-block;
  position: relative;
  color: #E8785E;
  letter-spacing: 0.06em;
  font-size: 5.3333333333vw;
}
.lineup__title::before, .lineup__title::after {
  content: "";
  height: 0.2666666667vw;
  width: 5.6vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #E8785E;
}
.lineup__title::before {
  left: calc(100% + 2.6666666667vw);
}
.lineup__title::after {
  right: calc(100% + 2.6666666667vw);
}
.lineup__container {
  margin: 1.3333333333vw auto 0;
  width: 92.2666666667vw;
  position: relative;
  border: 0.2666666667vw solid #E8785E;
  background: #FFFFFC;
  padding: 3.2vw 2.1333333333vw 4.8vw;
}
.lineup__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lineup__image {
  width: 30.1333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4.2666666667vw;
}
.lineup__text01 {
  width: 51.7333333333vw;
  margin-left: -14.9333333333vw;
}
.lineup__text02 {
  color: #BF9A0F;
  font-size: 5.3333333333vw;
  letter-spacing: -0.1em;
  margin: -2.9333333333vw 0 0 0.8vw;
}
.lineup__text03Wrap {
  padding: 0vw 3.2vw 0 1.8666666667vw;
}
.lineup__text03 {
  font-size: 3.4666666667vw;
  text-align: left;
  line-height: 1.4615384615;
}
.lineup__text03 + .lineup__text03 {
  margin-top: 3.7333333333vw;
}
.lineup__listItem.item01 {
  background: url("../img/img-lineup01-03_sp.png") top right/20.5333333333vw no-repeat;
}
.lineup__listItem.item01 .lineup__award {
  width: 43.4666666667vw;
  margin: -1.6vw 0 0 4vw;
}
.lineup__listItem.item02 {
  margin-top: 2.1333333333vw;
  background: url("../img/img-lineup02-03_sp.png") top 0.2666666667vw right 0.2666666667vw/20.5333333333vw no-repeat;
}
.lineup__listItem.item02 .lineup__image {
  margin-top: -1.3333333333vw;
}
.lineup__listItem.item02 .lineup__text02 {
  margin-top: -2.1333333333vw;
}
.lineup__listItem.item02 .lineup__text03Wrap {
  padding-right: 2.1333333333vw;
}
.lineup__listItem.item02 .lineup__text03:first-child {
  letter-spacing: -0.1em;
}
.lineup__listItem.item02 .lineup__award {
  width: 19.2vw;
  margin: 1.0666666667vw 0 0 16.8vw;
}
.lineup__listItem.item03 {
  margin-top: 4vw;
  background: url("../img/img-lineup03-02_sp.png") top 0.2666666667vw right 0.2666666667vw/20.5333333333vw no-repeat;
}
.lineup__listItem.item03 .lineup__image {
  margin-top: 2.1333333333vw;
}
.lineup__listItem.item03 .lineup__text02 {
  font-size: 4.8vw;
  letter-spacing: -0.112em;
  margin: -2.4vw 0 0 1.0666666667vw;
}
.lineup__listItem.item03 .lineup__text03Wrap {
  padding-right: 2.1333333333vw;
}
.lineup__listItem.item03 .lineup__text03 {
  letter-spacing: -0.1em;
}
.lineup__listItem.item04 {
  padding-top: 2.6666666667vw;
  background: url(../img/img-lineup04-02_sp.png) top 0.8vw right -0.8vw/20.5333333333vw no-repeat;
}
.lineup__listItem.item04 .lineup__image {
  margin-top: 5.8666666667vw;
}
.lineup__listItem.item04 .lineup__text02 {
  letter-spacing: -0.112em;
  text-align: left;
  white-space: nowrap;
}
.lineup__listItem.item04 .lineup__text03Wrap {
  padding-right: 2.4vw;
}
.lineup__listItem.item04 .lineup__text03 {
  letter-spacing: -0.1em;
}

.l-situation {
  padding-top: 13.0666666667vw;
  margin-top: -5.3333333333vw;
}

.situation__titleWrap {
  text-align: center;
}
.situation__title {
  display: inline-block;
  position: relative;
  color: #E8785E;
  letter-spacing: 0.06em;
  font-size: 5.3333333333vw;
  line-height: 1;
}
.situation__title::before, .situation__title::after {
  content: "";
  height: 0.2666666667vw;
  width: 5.6vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #E8785E;
}
.situation__title::before {
  left: calc(100% + 2.6666666667vw);
}
.situation__title::after {
  right: calc(100% + 2.6666666667vw);
}
.situation__sliderWrap {
  margin-top: 3.2vw;
}
.situation__sliderItem01 {
  background: #FBE1DF;
  position: relative;
  min-height: 168vw;
  padding-top: 4.2666666667vw;
}
.situation__sliderItem01Image01 {
  width: 36.8vw;
  margin: 0 0 0 6.9333333333vw;
}
.situation__sliderItem02 {
  background: #FBE1DF url("../img/bg-situation02-01_sp.png") top center/100% no-repeat;
  padding: 1.3333333333vw 0 4.8vw;
  height: auto;
}
.situation__sliderItem02Text01 {
  width: 96.2666666667vw;
  margin: 0 auto;
}
.situation__sliderItem02Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.situation__sliderItem02Text02 {
  margin-left: 6.4vw;
  font-size: 3.4666666667vw;
  text-align: left;
  line-height: 1.4615384615;
}
.situation__sliderItem02Text02--pink {
  color: #E8785E;
}
.situation__sliderItem02Image {
  width: 37.3333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.8vw 3.4666666667vw 0 0;
}
.situation__sliderItem03 {
  background: #FBE1DF;
  height: auto;
}
.situation__sliderItem03Text01 {
  width: 97.6vw;
  margin: 4vw 0 0;
  position: relative;
  z-index: 2;
}
.situation__sliderItem03Text02 {
  position: relative;
  z-index: 1;
  margin-top: -8.5333333333vw;
}
.situation__sliderItem03Text03 {
  width: 89.3333333333vw;
  font-size: 3.4666666667vw;
  letter-spacing: -0.02em;
  margin: 0.8vw auto 0;
  text-align: left;
  line-height: 1.4615384615;
}
.situation__sliderItem03Text03--pink {
  color: #E8785E;
}
.situation__sliderItem04 {
  background: #FBE1DF url("../img/bg-situation04-01_sp.png") top 22.4vw center/100% no-repeat;
  padding: 1.3333333333vw 0 16.5333333333vw;
}
.situation__sliderItem04Text01 {
  width: 91.7333333333vw;
  margin: -0.5333333333vw 0 0 2.1333333333vw;
}
.situation__sliderItem04Container {
  margin-top: 77.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4vw 0 5.3333333333vw;
}
.situation__sliderItem04Text02 {
  font-size: 3.2vw;
  letter-spacing: -0.1em;
  text-align: left;
  line-height: 1.5;
}
.situation__sliderItem04Text02--pink {
  color: #E8785E;
}
.situation__sliderItem04Text03 {
  width: 31.2vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.8vw;
}
.situation__sliderItem05 {
  padding-top: 1.3333333333vw;
  background: #FBE1DF;
  height: auto;
}
.situation__sliderItem05Text01 {
  width: 96vw;
  margin: 0 0 0 auto;
}
.situation__sliderItem05recipeWrap {
  position: relative;
  height: 90.6666666667vw;
}
.situation__sliderItem05recipe01 {
  position: absolute;
  width: 60vw;
  top: -0.8vw;
  right: 1.8666666667vw;
  z-index: 4;
}
.situation__sliderItem05recipe02 {
  position: absolute;
  width: 54.1333333333vw;
  top: 20.8vw;
  right: 0;
  z-index: 5;
}
.situation__sliderItem05recipe03 {
  position: absolute;
  width: 55.4666666667vw;
  top: 47.4666666667vw;
  left: 0;
}
.situation__sliderItem05recipe04 {
  position: absolute;
  width: 51.2vw;
  top: 52vw;
  right: 0;
}
.situation__sliderItem05recipe05 {
  position: absolute;
  width: 52.2666666667vw;
  top: -3.4666666667vw;
  left: -1.3333333333vw;
}
.situation__sliderItem05Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.situation__sliderItem05Text02 {
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: left;
  padding: 0 3.2vw 0 5.8666666667vw;
}
.situation__sliderItem05Text03 {
  width: 33.3333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6.1333333333vw;
}
.situation__sliderItem06 {
  padding-top: 2.6666666667vw;
  background: #FBE1DF;
  height: auto;
}
.situation__sliderItem06Container01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.situation__sliderItem06Container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -0.8vw;
}
.situation__sliderItem06Text01 {
  width: 61.8666666667vw;
  margin-left: 8vw;
}
.situation__sliderItem06Text02 {
  font-size: 3.2vw;
  text-align: left;
  padding: 0 5.8666666667vw 0 1.0666666667vw;
  line-height: 1.5;
}
.situation__sliderItem06Text02--pink {
  color: #E8785E;
}
.situation__sliderItem06Text03 {
  margin: -20vw 0 0 1.8666666667vw;
  width: 95.7333333333vw;
}
.situation__sliderItem06Image01 {
  width: 36.5333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 3.4666666667vw 0 0 4.2666666667vw;
}
.situation__sliderItem06Image02 {
  width: 98.6666666667vw;
  margin: -3.2vw 0 0 1.8666666667vw;
}
.situation .swiper-pagination--slide {
  bottom: auto !important;
  top: 0;
  left: 0;
  right: auto !important;
  width: 100% !important;
  position: absolute;
}
.situation .swiper-pagination--slide .swiper-pagination-bullet {
  border-radius: 0 !important;
  margin: 0;
  display: block;
  position: absolute;
}
.situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(1) {
  display: none;
}
.situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(2) {
  background: url(../img/txt-situation01-02.png) top center/contain no-repeat;
  width: 52.5333333333vw;
  height: 40vw;
  top: 6.6666666667vw;
  right: 4vw;
}
.situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(3) {
  background: url(../img/txt-situation01-03.png) top center/contain no-repeat;
  width: 50.6666666667vw;
  height: 38.6666666667vw;
  top: 45.0666666667vw;
  right: 1.3333333333vw;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(4) {
  background: url(../img/txt-situation01-04.png) top center/contain no-repeat;
  width: 51.7333333333vw;
  height: 26.6666666667vw;
  top: 77.8666666667vw;
  left: 4.8vw;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 2;
}
.situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(5) {
  background: url(../img/txt-situation01-05.png) top center/contain no-repeat;
  width: 54.4vw;
  height: 41.6vw;
  top: 89.3333333333vw;
  right: 1.8666666667vw;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(6) {
  background: url(../img/txt-situation01-06.png) top center/contain no-repeat;
  width: 49.3333333333vw;
  height: 37.6vw;
  top: 113.8666666667vw;
  left: 1.6vw;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.situation .swiper-pagination--bottom {
  background: #fff;
  bottom: 0;
  padding: 3.4666666667vw 0;
}
.situation .swiper-pagination--bottom .swiper-pagination-bullet {
  background: #E3E4E4;
  opacity: 1;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  margin: 0 3.2vw;
}
.situation .swiper-pagination--bottom .swiper-pagination-bullet-active {
  background: #FBE1DF;
}
.situation .swiper-button-next,
.situation .swiper-button-prev {
  top: auto;
  bottom: 0;
}
.situation .swiper-button-prev:after,
.situation .swiper-button-next:after {
  content: "";
  width: 8.2666666667vw;
  height: 9.6vw;
  background: url("../img/ico-arrow.png") top center/cover;
  position: absolute;
  bottom: 1.6vw;
  right: -0.5333333333vw;
  left: 0;
}
.situation .swiper-button-next:after {
  left: auto;
}
.situation .swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: auto;
}
.situation .swiper-button-disabled {
  opacity: 0;
}

.modaal-gallery-control {
  display: none !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #FFF;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: none;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: -50px;
  right: -20px;
}

.l-cta {
  padding-top: 2.6666666667vw;
}

.cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta__title {
  width: 61.3333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta__image {
  width: 29.0666666667vw;
  margin-top: -2.1333333333vw;
}
.cta__btnWrap {
  width: 74.1333333333vw;
  margin: 1.0666666667vw auto 0;
}
.cta__notes {
  margin-top: 2.9333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta__notesText01 {
  width: 25.8666666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta__notesText02Wrap {
  margin-top: 0.8vw;
  margin-left: 1.8666666667vw;
}
.cta__notesText02 {
  font-size: 2.4vw;
  line-height: 1.3333333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}
@supports (-ms-ime-align: auto) {
  /* Edge にのみ適用される */
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}

/*!
“こころ明朝体” licensed under the IPA Font License Agreement v1.0
http://typingart.net/（”こころ明朝体”配布元のURL）
http://ipafont.ipa.go.jp/（IPAフォントのURL）
http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
 */

@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  body {
    font-family: "Kokoro", "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  }
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .l-header {
    display: none;
  }
  .l-footer {
    padding: 1.9270833333vw 0;
  }
  .footer__copy {
    font-size: 1.0416666667vw;
  }
  .kv {
    height: 83.5416666667vw;
    padding: 11.6145833333vw 0 8.59375vw;
    background: url("../img/bg-kv01.png") top center/cover;
  }
  .kv__title {
    width: 28.4895833333vw;
    left: 1.0416666667vw;
  }
  .kv__image {
    position: absolute;
    width: 26.09375vw;
    margin: -0.2083333333vw auto 0;
    left: auto;
    right: 9.8958333333vw;
    top: 18.0208333333vw;
  }
  .l-about {
    padding-top: 0.2083333333vw;
    margin-top: -32.1354166667vw;
  }
  .about {
    background: none;
  }
  .about__title {
    width: 33.90625vw;
  }
  .about__container {
    width: 69.21875vw;
    margin: 0 auto;
    padding-bottom: 1.5625vw;
    background: url(../img/bg-about01.png) top 7.9166666667vw center/100% no-repeat;
  }
  .about__text01 {
    font-size: 1.7708333333vw;
    line-height: 1.5294117647;
    margin-top: -0.1041666667vw;
  }
  .about__text02 {
    font-size: 1.1458333333vw;
    line-height: 1.8181818182;
    letter-spacing: -0.04em;
    margin-top: 0.625vw;
  }
  .l-yokubarihime{
    padding-top: 3.125vw;
  }
  .yokubarihime__container {
    margin: auto auto;
    width: 80.8958333333vw;
  }
  .l-lineup {
    padding-top: 3.125vw;
  }
  .lineup__title {
    font-size: 2.0833333333vw;
  }
  .lineup__title::before, .lineup__title::after {
    width: 1.9270833333vw;
    height: 0.0520833333vw;
  }
  .lineup__title::before {
    left: calc(100% + 0.5208333333vw);
  }
  .lineup__title::after {
    right: calc(100% + 0.5208333333vw);
  }
  .lineup__container {
    width: 64.8958333333vw;
    margin-top: 0.9375vw;
    padding: 0.625vw 1.1979166667vw 1.4583333333vw;
    border: 0.0520833333vw solid #E8785E;
  }
  .lineup__container::before {
    content: "";
    height: auto;
    width: 94.9479166667vw;
    aspect-ratio: 3646/1642;
    position: absolute;
    top: 8.59375vw;
    left: -14.5833333333vw;
    margin: 0 auto;
    background: url(../img/bg-lineup01.png) top center/100% no-repeat;
    z-index: -1;
  }
  .lineup__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.1979166667vw;
    grid-row-gap: 1.3020833333vw;
  }
  .lineup__image {
    width: 12.7604166667vw;
    margin-top: 0.8333333333vw;
  }
  .lineup__text01 {
    width: 19.0625vw;
    margin-left: -1.3541666667vw;
  }
  .lineup__text02 {
    font-size: 1.8229166667vw;
    margin: -0.78125vw 0 0 -0.5729166667vw;
  }
  .lineup__text03Wrap {
    padding: 0 0.7291666667vw 0 0;
    margin-left: -0.2604166667vw;
    margin-top: 0.15625vw;
  }
  .lineup__text03 {
    font-size: 1.0416666667vw;
    line-height: 1.1;
  }
  .lineup__text03 + .lineup__text03 {
    margin-top: 1.1458333333vw;
  }
  .lineup__listItem.item01 {
    background: none;
  }
  .lineup__listItem.item01 .lineup__award {
    width: 13.125vw;
    margin: -0.1041666667vw 0 0 1.25vw;
  }
  .lineup__listItem.item02 {
    margin-top: -0.2604166667vw;
    background: none;
  }
  .lineup__listItem.item02 .lineup__image {
    margin-top: 0.9375vw;
  }
  .lineup__listItem.item02 .lineup__text02 {
    margin-top: -0.4166666667vw;
  }
  .lineup__listItem.item02 .lineup__text03Wrap {
    padding-right: 0.9375vw;
    padding-left: 0.0520833333vw;
  }
  .lineup__listItem.item02 .lineup__text03:first-child {
    letter-spacing: -0.05em;
  }
  .lineup__listItem.item02 .lineup__award {
    width: 6.3541666667vw;
    margin: 1.0416666667vw 0 0 4.53125vw;
  }
  .lineup__listItem.item03 {
    margin-top: 1.5625vw;
    background: none;
  }
  .lineup__listItem.item03 .lineup__image {
    margin-top: -2.7083333333vw;
  }
  .lineup__listItem.item03 .lineup__text02 {
    font-size: 1.5104166667vw;
    letter-spacing: -0.1em;
    text-align: left;
    margin: -0.2604166667vw 0 0.46875vw -0.5729166667vw;
  }
  .lineup__listItem.item03 .lineup__text03Wrap {
    padding-right: 0.4166666667vw;
  }
  .lineup__listItem.item03 .lineup__text03 {
    letter-spacing: normal;
  }
  .lineup__listItem.item04 {
    background: none;
    padding-top: 0;
  }
  .lineup__listItem.item04 .lineup__image {
    margin-top: -1.3020833333vw;
  }
  .lineup__listItem.item04 .lineup__text02 {
    letter-spacing: -0.171em;
    margin: -0.5729166667vw 0 0 -0.7291666667vw;
  }
  .lineup__listItem.item04 .lineup__text03Wrap {
    padding-right: 0.46875vw;
  }
  .lineup__listItem.item04 .lineup__text03 {
    letter-spacing: -0.05em;
    line-height: 1.25;
  }
  .lineup__listItem.item04 .lineup__text03:last-child {
    letter-spacing: normal;
  }
  .l-situation {
    padding-top: 4.6875vw;
    margin-top: 0;
  }
  .situation__title {
    font-size: 2.0833333333vw;
  }
  .situation__title::before, .situation__title::after {
    width: 1.9270833333vw;
    height: 0.0520833333vw;
  }
  .situation__title::before {
    left: calc(100% + 0.5208333333vw);
  }
  .situation__title::after {
    right: calc(100% + 0.5208333333vw);
  }
  .situation__sliderWrap {
    margin-top: 1.7708333333vw;
  }
  .situation__sliderItem01 {
    min-height: 30.1041666667vw;
    height: 52.5520833333vw;
  }
  .situation__sliderItem01Image01 {
    width: 19.6354166667vw;
    margin: 3.0208333333vw 0 0 11.09375vw;
  }
  .situation__sliderItem02 {
    background: #FBE1DF url("../img/bg-situation02-01.png") top left/66.875vw no-repeat;
    padding-bottom: 3.125vw;
  }
  .situation__sliderItem02TextWrap {
    width: 40.6770833333vw;
    margin-left: auto;
    margin-right: 2.03125vw;
  }
  .situation__sliderItem02Text01 {
    width: 40.6770833333vw;
    margin: -0.2083333333vw 0 0;
  }
  .situation__sliderItem02Container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .situation__sliderItem02Text02 {
    font-size: 1.3541666667vw;
    line-height: 1.3846153846;
    margin: 0 0 0 1.3541666667vw;
    padding: 0 6.7708333333vw;
  }
  .situation__sliderItem02Image {
    width: 20.8854166667vw;
    margin: 0.3125vw 0 0 10.4166666667vw;
  }
  .situation__sliderItem03Text01 {
    width: 62.9166666667vw;
    margin: 0.0520833333vw 0 0 2.7604166667vw;
  }
  .situation__sliderItem03Text02 {
    margin-top: -17.1875vw;
    width: 100.3645833333vw;
  }
  .situation__sliderItem03Text03 {
    width: 39.53125vw;
    margin: -9.0625vw 3.125vw 0 auto;
    font-size: 1.3541666667vw;
    line-height: 1.2307692308;
    letter-spacing: normal;
  }
  .situation__sliderItem04 {
    background: #FBE1DF url("../img/bg-situation04-01.png") top -0.6770833333vw left/66.7708333333vw no-repeat;
    padding-bottom: 2.7083333333vw;
  }
  .situation__sliderItem04TextWrap {
    width: 36.3020833333vw;
    margin: 0.8854166667vw 3.4375vw 0 auto;
  }
  .situation__sliderItem04Text01 {
    width: 36.3020833333vw;
  }
  .situation__sliderItem04Container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .situation__sliderItem04Text02 {
    font-size: 1.3541666667vw;
    line-height: 1.3461538462;
    padding: 0 4.6875vw 0 6.09375vw;
  }
  .situation__sliderItem04Text03 {
    width: 20.3125vw;
    margin: 0.5208333333vw 0 0 7.8125vw;
  }
  .situation__sliderItem05 {
    padding-top: 0.2604166667vw;
  }
  .situation__sliderItem05Text01 {
    width: 33.59375vw;
    margin: 1.25vw 0 0 -1.875vw;
  }
  .situation__sliderItem05recipeWrap {
    width: 66.71875vw;
    height: 100%;
    position: absolute;
  }
  .situation__sliderItem05recipe01 {
    width: 34.4270833333vw;
    right: auto;
    left: 2.3958333333vw;
    top: -0.2083333333vw;
  }
  .situation__sliderItem05recipe02 {
    width: 34.4270833333vw;
    right: auto;
    left: 6.25vw;
    top: 6.4583333333vw;
  }
  .situation__sliderItem05recipe03 {
    width: 33.125vw;
    top: 29.6354166667vw;
    left: 5.6770833333vw;
  }
  .situation__sliderItem05recipe04 {
    width: 32.6041666667vw;
    top: 1.6145833333vw;
    right: -2.34375vw;
  }
  .situation__sliderItem05recipe05 {
    width: 30.3125vw;
    top: auto;
    bottom: 2.7604166667vw;
    left: auto;
    right: -0.9375vw;
  }
  .situation__sliderItem05Container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33.59375vw;
    margin: 0 0 0 auto;
  }
  .situation__sliderItem05Text02 {
    font-size: 1.3541666667vw;
    line-height: 1.3846153846;
    margin: 0.7291666667vw 0 0;
    padding: 0 7.7604166667vw 0 1.5104166667vw;
  }
  .situation__sliderItem05Text03 {
    width: 19.84375vw;
    margin: 0.0520833333vw 0 0 2.7083333333vw;
  }
  .situation__sliderItem06 {
    padding-top: 0.5208333333vw;
  }
  .situation__sliderItem06Container01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .situation__sliderItem06Container02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .situation__sliderItem06Text01 {
    width: 21.5625vw;
    margin: 0.3125vw 0 0 7.0833333333vw;
  }
  .situation__sliderItem06Text02 {
    font-size: 1.3541666667vw;
    line-height: 1.3846153846;
    padding: 0vw 0.46875vw 0 7.9166666667vw;
    letter-spacing: -0.05em;
    margin-top: 0.5208333333vw;
  }
  .situation__sliderItem06Text03 {
    position: absolute;
    bottom: -0.78125vw;
    right: 5.7291666667vw;
    width: 39.6354166667vw;
  }
  .situation__sliderItem06Image01 {
    width: 29.0104166667vw;
    margin: 0.5208333333vw 0 0 0;
    position: relative;
    right: -3.2291666667vw;
  }
  .situation__sliderItem06Image02 {
    width: 67.34375vw;
    margin: 0.2083333333vw 2.96875vw 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .situation .swiper-pagination--slide .swiper-pagination-bullet span {
    width: 94%;
    height: 86%;
    display: block;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    opacity: 0;
    mix-blend-mode: lighten;
    background: #FBE1DF;
    margin: 1.3541666667vw 0 0;
  }
  .situation .swiper-pagination--slide .swiper-pagination-bullet span:hover {
    opacity: 0.6;
  }
  .situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(2) {
    width: 24.3229166667vw;
    height: 17.8125vw;
    right: 41.5104166667vw;
    top: 5.5208333333vw;
  }
  .situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(3) {
    width: 24.3229166667vw;
    height: 17.8125vw;
    right: 15.3125vw;
    top: 3.4895833333vw;
  }
  .situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(4) {
    width: 24.3229166667vw;
    height: 12.3958333333vw;
    left: 47.1875vw;
    left: auto;
    right: 28.4895833333vw;
    top: 21.6666666667vw;
  }
  .situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(4) span {
    height: 74%;
    width: 98%;
    margin-top: 2vw;
  }
  .situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(5) {
    width: 24.3229166667vw;
    height: 17.8125vw;
    left: 30.7291666667vw;
    top: 33.0208333333vw;
  }
  .situation .swiper-pagination--slide .swiper-pagination-bullet:nth-child(6) {
    width: 24.3229166667vw;
    height: 17.8125vw;
    left: 63.8541666667vw;
    top: 32.5520833333vw;
  }
  .situation .swiper-pagination--bottom {
    bottom: 0vw;
    padding: 0.9375vw 0 0.15625vw;
  }
  .situation .swiper-pagination--bottom .swiper-pagination-bullet {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
    margin: 0 0.9895833333vw;
  }
  .situation .swiper-button-prev:after,
  .situation .swiper-button-next:after {
    width: 5.2604166667vw;
    height: 6.1458333333vw;
    bottom: 24.0625vw;
  }
  .situation .swiper-button-next:after {
    right: 2.03125vw;
  }
  .situation .swiper-button-prev:after {
    left: 1.25vw;
  }
  .situation .swiper-wrapper {
    height: 55.7291666667vw;
  }
  .modaal-gallery-item img {
    max-width: 50vw;
  }
  .l-cta {
    padding-top: 2.7604166667vw;
  }
  .l-cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cta__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta__title {
    width: 31.6145833333vw;
    margin: 0.6770833333vw 0 0;
  }
  .cta__image {
    width: 14.8958333333vw;
    margin-top: -0.5208333333vw;
  }
  .cta__btnWrap {
    width: 29.2708333333vw;
    margin: 0.5729166667vw 0.7291666667vw 0 1.40625vw;
  }
  .cta__notes {
    width: 100%;
    margin-top: 2.5520833333vw;
  }
  .cta__notesText01 {
    width: 9.8958333333vw;
  }
  .cta__notesText02Wrap {
    margin-top: 0;
    margin-left: 0.3125vw;
    margin-right: -0.46875vw;
  }
  .cta__notesText02 {
    font-size: 1.0416666667vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-family: "Kokoro-safari", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  }
}

@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;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media only screen and (min-width: 1024px) {
.yokubarihime__container img.sp{
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
.yokubarihime__container img.pc{
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !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-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
}

@media (orientation: landscape) {
  .navBar {
    margin: 4.4vh 7.2vw 0 auto;
    width: 40px;
    height: 24px;
  }
  .navBar__line {
    height: 2px;
  }
  .header__list {
    padding: 20px;
    margin-top: 50px;
    max-height: calc(95.6vh - 13vw);
    max-height: calc(var(--vh, 1vh) * 100 - 4.4vh - 13vw);
  }
  .header__listLink {
    padding: 14px 20px 14px 40px;
    font-size: 16px;
  }
  .header__listLink::before {
    left: 10px;
    width: 40px;
  }
  .header__listItem,
  .header__listItem:last-child {
    border-width: 1px;
  }
}
/*# sourceMappingURL=style.css.map */
