@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, 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;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* wrap */
/*	textcolor
---------------------------------*/
.clOrange {
  color: #FD5A2A !important;
}

.clBlue {
  color: #2053E0 !important;
}

.clPurple {
  color: #9A70CB !important;
}

.clGreen {
  color: #48BCC6 !important;
}

.clGreen2 {
  color: #51DE72 !important;
}

.clGreen3 {
  color: #3E865A !important;
}

.clRed {
  color: #E84A5C !important;
}

/*	bgcolor
---------------------------------*/
.bgOrange {
  background: #FD5A2A !important;
}

.bgBlue {
  background: #2053E0 !important;
}

.bgPurple {
  background: #9A70CB !important;
}

.bgGreen {
  background: #48BCC6 !important;
}

.bgGreen2 {
  background: #51DE72 !important;
}

.bgGreen3 {
  color: #3E865A !important;
}

.bgRed {
  background: #E84A5C !important;
}

/*	bgGrade
---------------------------------*/
.bgGradeWhite {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 26%, rgba(255, 255, 255, 0.45) 40%, rgba(255, 255, 255, 0.24) 73%, rgba(255, 255, 255, 0) 100%);
}

/*	radius
---------------------------------*/
.noRadius {
  border-radius: 0 !important;
}

.radius10 {
  border-radius: 10px !important;
  overflow: hidden !important;
}
/*	common
---------------------------------*/
html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
  }
}

/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  transition: 0.4s;
}

a:active,
a:focus {
  outline: none;
}

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

/* heading */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadein */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before,
.cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

.block_p {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .block_p {
    display: none !important;
  }
}

.block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .block_s {
    display: block !important;
  }
}

.inline_p {
  display: inline;
}
@media screen and (max-width: 850px) {
  .inline_p {
    display: none;
  }
}

.inline_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline_s {
    display: inline !important;
  }
}

.inline-block_p {
  display: inline-block !important;
}
@media screen and (max-width: 850px) {
  .inline-block_p {
    display: none !important;
  }
}

.inline-block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline-block_s {
    display: inline-block !important;
  }
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}
.hide {
  display: none !important;
}

.main {
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .main {
    margin-bottom: 30px;
  }
}

.inner {
  max-width: 1306px;
  margin: auto;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .inner {
    padding: 0 15px;
  }
}

.header {
  height: 125px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  /*========= ぼかしのためのCSS ===============*/
}
@media screen and (max-width: 850px) {
  .header {
    height: 70px;
  }
}
.header__inner {
  height: 70px;
}
.header__ttlLogo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
  height: 96px;
  margin: 40px 0 0;
  padding: 20px 55px 0 50px;
  background: #fff;
}
@media screen and (max-width: 850px) {
  .header__ttlLogo {
    height: 32px;
    margin: 15px 0 0;
    padding: 5px 15px 0;
  }
}
.header__ttl {
  margin: 25px 0 0;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .header__ttl {
    margin: 10px 0 0;
    font-size: 9px;
  }
}
.header__logo {
  width: 180px;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 850px) {
  .header__logo {
    width: 80px;
    margin-right: 10px;
  }
}
.header__pcNav {
  margin: 40px 136px 0 0;
}
@media screen and (max-width: 960px) {
  .header__pcNav {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .header__pcNav {
    display: block;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 16px;
  }
}
.header__pcList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.header__pcLi {
  margin-right: 20px;
}
@media screen and (max-width: 850px) {
  .header__pcLi {
    display: none;
  }
}
.header__pcLi:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .header__pcLi:last-of-type {
    display: block;
  }
}
.header__pcLink {
  color: #FFF;
  font-size: 14px;
}
.header__pcLink-type_contact {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 120px;
  height: 34px;
  background: #fff;
  border-radius: 17px;
  color: #301710;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 850px) {
  .header__pcLink-type_contact {
    width: 95px;
    height: 30px;
    background: transparent;
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px #fff;
  }
}
.header__pcLink-type_contact svg {
  width: 39px;
}
@media screen and (max-width: 850px) {
  .header__pcLink-type_contact svg {
    width: 36px;
  }
}
.header__pcLink-type_contact svg path {
  fill: #301710;
  fill-rule: evenodd;
}
@media screen and (max-width: 850px) {
  .header__pcLink-type_contact svg path {
    fill: #fff;
  }
}
.header .mainblur {
  filter: blur(8px);
}
.header__spNav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.1s;
}
.header__spNav.panelactive {
  opacity: 1;
  z-index: 999;
}
.header__spNav.panelactive .header__spLink {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateY(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.header__spNavInner {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.header__spNavBg {
  background: url("../img/common/bg_pcnav.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .header__spNavBg {
    background: url("../img/common/bg_spnav.png") center no-repeat;
    background-size: cover;
  }
}
.header__spNavWrap {
  max-width: 1274px;
  margin: auto;
  position: relative;
  padding: 155px 60px 70px;
}
@media screen and (max-width: 850px) {
  .header__spNavWrap {
    padding: 70px 0 0 0;
  }
}
.header__spnavList {
  display: none;
  z-index: 999;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .header__spnavList {
    padding: 10px 15px 5px;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  .header__spLi.header__spLi-type_w100 {
    width: 100%;
  }
}
.header__spLi {
  width: calc(25% - 48.5px);
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #FFF;
  margin-right: 64px;
}
@media screen and (max-width: 850px) {
  .header__spLi {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #FFF;
    margin-right: 0;
  }
}
.header__spLi:nth-child(4n) {
  margin-right: 0px;
}
.header__spLink {
  color: #FFF;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 850px) {
  .header__spLink {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
  }
}
.header__spLinkInner {
  display: block;
  font-family: "Marcellus";
  opacity: 0.7;
  position: relative;
  font-size: 15px;
  margin-bottom: -5px;
}
@media screen and (max-width: 850px) {
  .header__spLinkInner {
    margin: 0 0 5px;
    font-size: 12px;
  }
}
.header__spNew {
  display: inline-block;
  border-radius: 100px;
  color: #E84A5C;
  border: 1px solid #E84A5C;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: calc(50% - 5px);
  background: #FFF;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  font-family: "Marcellus";
}
@media screen and (max-width: 850px) {
  .header__spNew {
    height: 23px;
    top: calc(50% - 8px);
  }
}
.header__spTtlLogo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: 96px;
  margin: 40px 0 0;
  padding: 20px 55px 0 50px;
  background: #fff;
}
@media screen and (max-width: 850px) {
  .header__spTtlLogo {
    height: 32px;
    margin: 15px 0 0;
    padding: 5px 15px 0;
  }
}
body:has(.headerContact.panelactive) .header__spTtlLogo {
  height: auto;
  margin: 32px 0 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 850px) {
  body:has(.headerContact.panelactive) .header__spTtlLogo {
    height: 32px;
    margin: 15px 0 0;
    padding: 5px 15px 0;
  }
}
.header__spTtl {
  margin: 25px 0 0;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .header__spTtl {
    margin: 10px 0 0;
    font-size: 9px;
  }
}
body:has(.headerContact.panelactive) .header__spTtl {
  margin: 20px 0 0;
}
@media screen and (max-width: 850px) {
  body:has(.headerContact.panelactive) .header__spTtl {
    margin: 10px 0 0;
  }
}
.header__spLogo {
  width: 180px;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 850px) {
  .header__spLogo {
    width: 80px;
    margin-right: 10px;
  }
}
body:has(.headerContact.panelactive) .header__spLogo {
  width: 150px;
}
@media screen and (max-width: 850px) {
  body:has(.headerContact.panelactive) .header__spLogo {
    width: 80px;
  }
}
.header__otherNav {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .header__otherNav {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.header__otherNavLink {
  font-size: 14px;
  color: #FFF;
}
@media screen and (max-width: 850px) {
  .header__otherNavLink {
    font-size: 12px;
  }
}
.header__otherNavLi {
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .header__otherNavLi {
    margin-right: 15px;
  }
}
.header__otherNavLi:last-of-type {
  margin-right: 0;
}
.header__otherNavIcon1 {
  width: 27px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon1 {
    width: 13.5px;
    margin-right: 5px;
  }
}
.header__otherNavIcon2 {
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon2 {
    width: 10.5px;
    top: auto;
    margin-right: 5px;
  }
}
.header__otherNavIcon3 {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon3 {
    width: 8px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
}
.header__spContactBtn1 {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 18px;
  display: flex;
  flex-wrap: wrap;
  height: 32px;
  border: 1px solid #FFF;
  border-radius: 100px;
  width: 130px;
  align-content: center;
}
.header__spContactBtn1:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #FFF;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}
.header__spContactBtn1 span {
  margin-left: 20px;
  position: relative;
  top: -1px;
  color: #FFF;
}
.header__spContactBtn2 {
  max-width: 320px;
  border: 2px solid #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 90px;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 16px;
  color: #FFF;
  line-height: 1.375;
  font-weight: 500;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 850px) {
  .header__spContactBtn2 {
    max-width: 100%;
  }
}
.header__spContactBtn2:after {
  content: "";
  background: url("../img/common/icon_arrow1.svg") no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
  right: 22px;
  top: calc(50% - 12px);
  position: absolute;
}
.header__spNavHead {
  height: 125px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7543631213) 0%, rgba(255, 255, 255, 0.5496847588) 35%, rgba(255, 255, 255, 0.2455911915) 65%, rgba(255, 255, 255, 0.0993923611) 80%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 850px) {
  .header__spNavHead {
    height: 70px;
  }
}
.header__triger {
  position: fixed;
  z-index: 9999;
  top: 29px;
  right: 37px;
  cursor: pointer;
  width: 62px;
  height: 51px;
  background: url("../img/common/btn_open.png") center/contain no-repeat;
}
@media screen and (max-width: 850px) {
  .header__triger {
    width: 65px;
    height: 65px;
    bottom: 30px;
    left: calc(50% - 32.5px);
    right: auto;
    top: auto;
    background-image: url(../img/common/btn_open_sp.png);
    transition: 0.4s;
  }
}
.header__trigerCircle {
  content: "";
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  position: absolute;
  right: -5px;
  top: -5px;
  border: 2px solid #FFF;
}
@media screen and (max-width: 850px) {
  .header__trigerCircle {
    right: 0;
    top: 0;
  }
}
.header__triger.active {
  background-image: url("../img/common/btn_close.png");
}
@media screen and (max-width: 850px) {
  .header__triger.active {
    width: 65px;
    height: 65px;
    background-image: url(../img/common/btn_close_sp.png);
    background-size: contain;
  }
}
@media screen and (max-width: 850px) {
  .header__triger-type_mv, .header__trigerLeft-type_mv, .header__trigerRight-type_mv {
    bottom: 75px !important;
    transition: 0.4s;
  }
}
.header__trigerLeft, .header__trigerRight {
  line-height: 1;
  display: none;
}
@media screen and (max-width: 850px) {
  .header__trigerLeft, .header__trigerRight {
    position: fixed;
    z-index: 9999;
    bottom: 35px;
    left: calc(50% - 125px);
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    background-size: 65px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1000px;
    transition: 0.4s;
    border: 1px solid #FFF;
    display: block;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
  }
}
@media screen and (max-width: 850px) {
  .header__trigerRight {
    left: auto;
    right: calc(50% - 125px);
  }
}
.header__trigerContact {
  cursor: pointer;
}

.header__spNav.panelactive .header__spnavList {
  display: flex;
  flex-wrap: wrap;
}

.headerEnttl {
  font-family: "Marcellus";
  font-size: 32px;
  line-height: 1.188;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .headerEnttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.headerSlides,
.headerRecommend {
  background: #FFF;
  position: relative;
}
.headerSlides__inner,
.headerRecommend__inner {
  padding: 60px 20px 100px;
}
@media screen and (max-width: 850px) {
  .headerSlides__inner,
  .headerRecommend__inner {
    padding: 30px 0px 50px;
  }
}
@media screen and (max-width: 850px) {
  .headerSlides__inner .inner,
  .headerRecommend__inner .inner {
    padding: 0;
  }
}
.headerSlides .slick-prev,
.headerSlides .slick-next,
.headerRecommend .slick-prev,
.headerRecommend .slick-next {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 850px) {
  .headerSlides .slick-prev,
  .headerSlides .slick-next,
  .headerRecommend .slick-prev,
  .headerRecommend .slick-next {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.headerSlides .slick-prev:before,
.headerSlides .slick-next:before,
.headerRecommend .slick-prev:before,
.headerRecommend .slick-next:before {
  content: none;
}
.headerSlides .slick-next,
.headerRecommend .slick-next {
  right: -62px;
  background-image: url("../img/common/icon_arrow_next.svg");
}
@media screen and (max-width: 850px) {
  .headerSlides .slick-next,
  .headerRecommend .slick-next {
    right: 15px;
  }
}
.headerSlides .slick-prev,
.headerRecommend .slick-prev {
  left: -60px;
  background-image: url("../img/common/icon_arrow_prev.svg");
}
@media screen and (max-width: 850px) {
  .headerSlides .slick-prev,
  .headerRecommend .slick-prev {
    left: 15px;
    z-index: 10;
  }
}
.headerSlides__slide,
.headerRecommend__slide {
  padding: 0 15px;
}
@media screen and (max-width: 850px) {
  .headerSlides__slide,
  .headerRecommend__slide {
    padding: 0 10px;
    width: 297px;
  }
}
.headerSlides__link,
.headerRecommend__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.headerRecommend {
  background: #F5F5F5;
  border-top: 1px solid #48BCC6;
  padding-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .headerRecommend {
    padding-bottom: 0;
  }
}

.headerSlides {
  /*&__txts {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding-right: 15px;
    @media screen and (max-width: $viewport) {}
  }*/
}
.headerSlides__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
  box-sizing: border-box;
}
.headerSlides__ttl {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 5px;
}
.headerSlides__txt {
  font-size: 12px;
  line-height: 1.4;
}

.headerInfo {
  background: #F5F5F5;
  border-top: 1px solid #48BCC6;
  border-bottom: 1px solid #48BCC6;
  padding: 60px 20px 100px;
}
@media screen and (max-width: 850px) {
  .headerInfo {
    padding: 50px 15px 20px;
  }
}
.headerInfo__list {
  border-bottom: 1px dashed #707070;
  padding-bottom: 10px;
  max-width: 945px;
  margin: 0 auto 30px;
}
.headerInfo__dt {
  margin-bottom: 5px;
}
.headerInfo__link {
  color: #002393;
  text-decoration: none;
  text-decoration: underline;
}
.headerInfo a {
  text-decoration: underline;
}

.headerOther {
  padding: 100px 0;
  background: #FFF;
}
@media screen and (max-width: 850px) {
  .headerOther {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .headerOther__btn {
    padding: 0 30px 40px;
    margin-top: -20px;
  }
}
.headerOther__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 945px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .headerOther__list {
    padding: 0 15px;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
  }
}
.headerOther__li {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .headerOther__li {
    width: calc(50% - 8px);
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.headerOther__li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .headerOther__txt {
    font-size: 12px;
  }
}

.headerContact {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.1s;
  background: #FFF;
}
.headerContact__closePc {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 90px;
}
.headerContact__closeBtn {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 95px;
  height: 30px;
  border: 1px solid currentColor;
  position: absolute;
  top: 16px;
  right: 10px;
  border-radius: 15px !important;
  font-size: 13px;
}
.headerContact__closeBtn:after {
  content: "";
  width: 12px;
  height: 7px;
  position: static;
  background: url("../img/common/icon_close2.svg") center/contain no-repeat;
}
.headerContact__closeBtn span {
  margin-left: 0;
  position: static;
  color: inherit;
}
.headerContact__contactWrap {
  display: flex;
  flex-wrap: wrap;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  max-width: 1266px;
  margin: auto;
  padding: 125px 40px 0;
}
@media screen and (max-width: 850px) {
  .headerContact__contactWrap {
    padding: 80px 15px 0;
  }
}
.headerContact__contactBox {
  width: calc(33.3333333333% - 14px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #FFF;
}
@media screen and (max-width: 850px) {
  .headerContact__contactBox {
    width: 100%;
    display: block;
    margin: 0 0 20px;
    border-radius: 10px;
  }
}
.headerContact__contactBoxInner {
  box-sizing: border-box;
  padding: 10px 20px 30px;
  position: relative;
}
.headerContact__contactTtl {
  font-weight: 600;
}
.headerContact__contactTxt {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .headerContact__contactTxt {
    font-size: 12px;
  }
}
.headerContact__contactTxt span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 850px) {
  .headerContact__contactTxt span {
    font-size: 10px;
  }
}
.headerContact__contactIcon {
  display: block;
  width: 21px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.headerContact__lineBtn {
  display: flex;
  flex-wrap: wrap;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  max-width: 450px;
  height: 100px;
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  background: #43A229;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 80px auto;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 850px) {
  .headerContact__lineBtn {
    width: calc(100% - 30px);
    margin: 40px auto;
    height: 75px;
    font-size: 16px;
  }
}
.headerContact__lineBtn span {
  display: inline-block;
  width: 32px;
  position: relative;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 850px) {
  .headerContact__lineBtn span {
    width: 22.5px;
  }
}
.headerContact__lineBtn span img {
  vertical-align: bottom;
}

.headerContact.panelactive {
  opacity: 1;
  z-index: 9999999;
}

.footer .bnr-section {
  padding: 50px 0;
}
.footer__top {
  background: #F5F5F5;
  padding: 50px 0;
}
@media screen and (max-width: 850px) {
  .footer__top {
    padding: 20px 0;
  }
}
.footer__li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 850px) {
  .footer__li {
    font-size: 10px;
  }
}
.footer__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .footer__ttl {
    font-size: 12px;
  }
}
.footer__tel {
  display: block;
  width: 390px;
  margin: auto;
  margin: 15px auto 25px;
}
@media screen and (max-width: 850px) {
  .footer__tel {
    width: 315px;
  }
}
.footer__txt {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .footer__txt {
    font-size: 12px;
  }
}
.footer__txt .notice {
  display: block;
  color: #c00;
  margin: 1em 0;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px;
}
@media screen and (max-width: 850px) {
  .footer__bottom {
    padding: 20px 15px 30px;
  }
}
.footer__bnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.footer__bnrs li {
  margin: 0 15px;
}
@media screen and (max-width: 850px) {
  .footer__bnrs li {
    margin: 0 8px;
  }
}
.footer__bnr {
  display: block;
}
.footer__bnr1 {
  width: 212px;
}
@media screen and (max-width: 850px) {
  .footer__bnr1 {
    max-width: 155px;
  }
}
.footer__bnr2 {
  width: 227px;
}
@media screen and (max-width: 850px) {
  .footer__bnr2 {
    max-width: 155px;
  }
}
.footer__otherLinks {
  border-top: 1px solid #E0E0E0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 15px;
}
@media screen and (max-width: 850px) {
  .footer__otherLinks {
    padding: 20px 0 30px;
  }
}
.footer__otherLinks li {
  margin: 0 15px;
}
.footer__otherLink {
  font-size: 12px;
}
.footer__copy {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}
@media screen and (max-width: 850px) {
  .footer__copy {
    font-size: 10px;
    padding: 15px 15px 120px;
    line-height: 1.2;
  }
}

.topMv .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 850px) {
  .topMv .movie {
    height: 100dvh;
  }
}
.topMv .movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  .topInfo.sc {
    position: absolute;
    transition: 0.4s;
  }
}

.topInfo {
  max-width: 770px;
  margin: 0 auto 60px;
  border-radius: 10px;
  overflow: hidden;
  background: #00728E;
  padding: 17px 0;
  position: relative;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 850px) {
  .topInfo {
    transition: 0.4s;
    z-index: 10;
    width: 100%;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
    padding: 8px 0;
    transform: none;
  }
}
.topInfo__dl {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}
@media screen and (max-width: 850px) {
  .topInfo__dl {
    font-size: 12px;
  }
}
.topInfo__dt {
  font-family: "Marcellus";
  width: 150px;
  border-right: 1px dotted #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .topInfo__dt {
    width: 55px;
  }
}
.topInfo__dd {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: 0 25px;
  color: #FFF;
}
@media screen and (max-width: 850px) {
  .topInfo__dd {
    overflow: hidden;
    margin-left: 15px;
  }
}
.topInfo__link {
  color: #FFF;
  text-decoration: underline;
}
@media screen and (max-width: 850px) {
  .topInfo__link {
    display: inline-block;
  }
}
@keyframes marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

.topPlan {
  max-width: 1246px;
  padding: 0 30px;
  position: relative;
  margin: 100px auto;
}
@media screen and (max-width: 1240px) {
  .topPlan {
    padding: 0 15px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 850px) {
  .topPlan {
    padding: 0 0 0 15px;
    overflow-x: hidden;
    max-width: 100%;
    margin: 170px auto 35px;
  }
}
.topPlan__wrap {
  width: 1186px;
  display: flex;
  flex-wrap: wrap;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .topPlan__wrap {
    width: 100%;
  }
}
.topPlan__inner {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 850px) {
  .topPlan__inner {
    width: 290px;
    padding: 0;
    margin-right: 15px;
  }
}
.topPlan__box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 850px) {
  .topPlan__box {
    box-sizing: border-box;
    padding: 20px;
  }
}
.topPlan__box:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
}
.topPlan__box1 {
  background-image: url("../img/top/bg_plan1.png");
  height: 650px;
}
@media screen and (max-width: 850px) {
  .topPlan__box1 {
    height: 500px;
  }
}
.topPlan__box2 {
  background-image: url("../img/top/bg_plan2.png");
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box2 {
    height: 243px;
  }
}
.topPlan__box3 {
  background-image: url("../img/top/bg_plan3.png");
  margin-top: 15px;
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box3 {
    height: 243px;
  }
}
.topPlan__box4 {
  background-image: url("../img/top/bg_plan4.png");
  height: 650px;
}
@media screen and (max-width: 850px) {
  .topPlan__box4 {
    height: 500px;
  }
}
.topPlan__boxInner {
  position: relative;
  color: #FFF;
}
.topPlan__subTtl {
  font-family: "Marcellus";
}
.topPlan__ttl {
  font-size: 27px;
  line-height: 1.259;
  font-weight: 500;
  margin: 10px 0 20px;
}
@media screen and (max-width: 850px) {
  .topPlan__ttl {
    margin: 10px 0;
    font-size: 20px;
  }
}
.topPlan__txt {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .topPlan__txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
.topPlan__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-family: "Marcellus";
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 20px;
}

.topBrand {
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .topBrand {
    margin-bottom: 50px;
  }
}
.topBrand__wrap {
  background: #FFF;
  overflow: hidden;
  height: 295px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 850px) {
  .topBrand__wrap {
    display: block;
    height: auto;
  }
}
.topBrand__pic {
  width: 510px;
  height: 100%;
  background: url("../img/top/bg_brand.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .topBrand__pic {
    background: none;
    width: 100%;
  }
}
.topBrand__pic img {
  width: 100%;
}
.topBrand__box {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .topBrand__box {
    display: block;
    padding: 20px 0 30px;
  }
}
.topBrand__boxInner {
  text-align: center;
}
.topBrand__subTtl {
  font-family: "Marcellus";
  font-size: 28px;
}
@media screen and (max-width: 850px) {
  .topBrand__subTtl {
    font-size: 19px;
  }
}
.topBrand__ttl {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .topBrand__ttl {
    font-size: 19px;
  }
}

.topConcept {
  position: relative;
  background: #EDEDED;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .topConcept {
    padding: 35px 0;
    background: url("../img/top/bg_concept_sp.png") center no-repeat;
    background-size: cover;
    margin-bottom: 35px;
  }
}
.topConcept:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  background: #FFF;
}
@media screen and (max-width: 850px) {
  .topConcept:before {
    content: none;
  }
}
.topConcept__mv {
  height: 410px;
  background: url("../img/top/img_concept1.png") center no-repeat;
  background-size: cover;
  width: calc(100% - 60px);
  margin: auto;
  position: relative;
}
@media screen and (max-width: 850px) {
  .topConcept__mv {
    display: none;
  }
}
.topConcept__wrap {
  position: relative;
  margin-top: -270px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 90px 130px;
}
@media screen and (max-width: 850px) {
  .topConcept__wrap {
    margin: 0;
    padding: 0;
    display: block;
    padding: 20px 30px;
  }
}
.topConcept__pic {
  width: calc(50% - 40px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .topConcept__pic {
    width: 100%;
    border-radius: 0px;
  }
}
.topConcept__pic img {
  display: block;
}
@media screen and (max-width: 850px) {
  .topConcept__pic img {
    width: 100%;
  }
}
.topConcept__box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 90px;
}
@media screen and (max-width: 850px) {
  .topConcept__box {
    padding-left: 0;
  }
}
.topConcept__ttl {
  font-size: 40px;
  line-height: 1.125;
  font-weight: 400;
  margin: 20px 0 50px;
}
@media screen and (max-width: 850px) {
  .topConcept__ttl {
    font-size: 19px;
    margin: 20px 0;
  }
}
.topConcept__subTtl {
  font-family: "Marcellus";
}
@media screen and (max-width: 850px) {
  .topConcept__subTtl {
    text-align: center;
    margin: 0 0 10px;
  }
}
.topConcept__txt {
  max-width: 345px;
  margin-bottom: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}
@media screen and (max-width: 850px) {
  .topConcept__txt {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.topArea__wrap {
  display: flex;
  flex-wrap: wrap;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
}
.topArea__box {
  width: calc(33.3333333333% - 14px);
  margin: 0 0 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .topArea__box {
    width: calc(50% - 7.5px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
.topArea__boxInner {
  padding: 0 30px 30px;
}
@media screen and (max-width: 850px) {
  .topArea__boxInner {
    padding: 0 15px 30px;
  }
}
.topArea__ttl {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .topArea__ttl {
    font-size: 14px;
    line-height: 1.429;
  }
}
.topArea__pic {
  position: relative;
  margin-bottom: 10px;
}
.topArea__plus {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #000;
}
.topArea__plus:before, .topArea__plus:after {
  content: "";
  position: absolute;
  background: #FFF;
}
.topArea__plus:before {
  width: 10px;
  height: 2px;
  left: calc(50% - 5px);
  top: calc(50% - 1px);
}
.topArea__plus:after {
  width: 2px;
  height: 10px;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}
.topArea__txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .topArea__txt {
    font-size: 12px;
  }
}
.topArea__subTtl {
  font-family: "Marcellus";
  font-size: 12px;
}

.page {
  position: relative;
  padding: 60px 30px 0;
}
@media screen and (max-width: 850px) {
  .page {
    padding: 40px 15px 0;
  }
}

.pageHeader {
  position: relative;
  height: 415px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 850px) {
  .pageHeader {
    height: 265px;
  }
}
.pageHeader__wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 60px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .pageHeader__wrap {
    padding: 0 15px 0;
    align-items: center;
  }
}
.pageHeader__ttl {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.563;
}
@media screen and (max-width: 850px) {
  .pageHeader__ttl {
    font-size: 19px;
  }
}
.pageHeader__subTtl {
  color: #FFF;
  font-size: 20px;
  display: block;
  margin: 0 0 10px;
  font-family: "Marcellus";
}
@media screen and (max-width: 850px) {
  .pageHeader__subTtl {
    font-size: 14px;
  }
}
.pageHeader__mask {
  position: relative;
}
.pageHeader__mask:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
}

.dummy {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 686px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #EFEFEF;
  font-size: 32px;
  color: #8D8D8D;
}
@media screen and (max-width: 850px) {
  .dummy {
    font-size: 16px;
  }
}/*# sourceMappingURL=styles.css.map */