/* -HEADER
--------------------------------------------------------------------------------------------- */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out, color 0.4s;
  -o-transition: all 0.4s ease-in-out, color 0.4s;
  transition: all 0.4s ease-in-out, color 0.4s;
}
#header.view {
  color: #000;
}
@media screen and (min-width: 768px) {
  #header {
    height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    height: 115px;
  }
}
body.fixed {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
}
/* CONTAINER  */
.header_container {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header_container {
    width: 90%;
  }
}
/* logo */
.scroll_logo {
  width: 160px;
  margin-bottom: 0;
  transition: .4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.scroll_logo a, .scroll_logo img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.scroll_logo::before {
  position: absolute;
  content: "";
  background-image: url("../images/logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: .4s;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view .scroll_logo::before {
  opacity: 1;
  transition: .4s;
}
.view .scroll_logo img {
  opacity: 0;
  transition: .4s;
}
@media screen and (min-width: 768px) {
  .scroll_logo {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .scroll_logo {
    width: 220px;
  }
}
/*インスタ・コンタクト*/
.header_btn a.header-insta {
  width: 20px;
  height: 19px;
  background: none;
  border: none;
  line-height: 0;
  margin-right: 20px;
  position: relative;
}
a.header-insta:first-child::before {
  position: absolute;
  content: "";
  background-image: url("../images/icon_insta.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: .4s;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.header-insta img {
  object-fit: contain;
}
.view a.header-insta::before {
  opacity: 1;
  transition: .4s;
}
.header_page.view a.header-insta::before {
  opacity: 0;
}
.header_page.view a.header-insta img {
  opacity: 1;
}
.view a.header-insta img {
  opacity: 0;
  transition: .4s;
}
.header_btn .vm {
  width: 170px;
  height: 50px;
  line-height: 50px;
}
.header_btn .vm.vm-w {
  transition: .3s;
}
.view .header_btn .vm.vm-w, .header_page .header_btn .vm.vm-w {
  color: #fff;
  background-color: #235bc8;
  border: 1px solid #235bc8;
  transition: .3s;
}
.view .header_btn .vm.vm-w:hover {
  color: #fff;
  border: 1px solid #1a1a1a;
}
.view .header_btn .vm.vm-w::before {
  background: #1a1a1a;
}
.header_btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_btn {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header_btn a.header-insta {
    width: 20px;
    height: 19px;
    background: none;
    border: none;
    line-height: 0;
    margin-right: 30px;
    position: relative;
  }
}
/* TRIGGER */
.menu-trigger {
  height: 11px;
  width: 60px;
  position: relative;
  cursor: pointer;
  margin-left: 0;
  z-index: 1001;
}
.menu-trigger span {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-trigger span:first-child {
  top: 0;
}
.menu-trigger span:last-child {
  bottom: 0;
}
.view .menu-trigger span {
  background-color: rgba(0, 0, 0, 0.8);
  transition: .4s;
}
.header_page .menu-trigger span {
  background-color: rgba(0, 0, 0, 0.8);
}
.menu-trigger.tgl-active span {
  background-color: #1a1a1a;
}
.menu-trigger.tgl-active span:first-child {
  top: 4px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.menu-trigger.tgl-active span:last-child {
  bottom: 3px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .menu-trigger.tgl-active span:first-child {
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    margin-left: 0;
    height: 8px;
    width: 40px;
  }
}
/* MENU TOGGLE */
.menu-toggle {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #f2f2f2;
  top: -120%;
  right: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu-toggle::-webkit-scrollbar {
  display: none;
}
.menu-toggle.active {
  z-index: 1000;
  top: 0;
}
/*menu-toggle__btn*/
.menu-toggle__btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.menu-toggle__btn a.vm {
  width: calc(50% - 0.25rem);
  font-size: 1.06rem;
}
@media screen and (min-width: 768px) {
  .menu-toggle__btn a.vm {
    width: calc(50% - 0.53rem);
    height: 70px;
    line-height: 70px;
    font-size: 1.2rem;
  }
  .menu-toggle__btn {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .menu-toggle__btn a.vm {
    height: 75px;
    line-height: 75px;
  }
}
/* menu-toglle__inner */
.menu-toggle__inner {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding: 7rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .menu-toggle__inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 77.77%;
    padding: 8rem 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .menu-toggle__inner {
    width: 100%;
    padding: 0;
  }
  .menu-toggle__top {
    display: flex;
    justify-content: space-between;
  }
}
/* toggle_nav */
.toggle_left_nav_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.toggle_nav {
  margin-bottom: 0;
  width: calc(50% - 0.5rem);
}
.toggle_nav > li {
  list-style: none;
  margin-bottom: 2.5rem;
}
.toggle_nav > li:last-child {
  margin-bottom: 0;
}
.toggle_menu_tit {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  margin-bottom: 0.86rem;
}
.toggle_menu-item {
  margin-bottom: 0;
}
.toggle_menu-item > li {
  list-style: none;
}
.toggle_menu-item > li > a {
  color: #1a1a1a;
  display: inline-block;
  font-size: 0.95rem;
  line-height: 2;
  transition: .3s;
}
.toggle_menu-item > li > a:hover {
  text-decoration: none;
  color: #1a1a1a;
  opacity: 0.7;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .toggle_left_nav_inner {
    display: block;
    margin-bottom: 1rem;
  }
  .toggle_nav {
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .toggle_nav > li {
    margin-bottom: 3rem;
    width: 25%;
  }
  .toggle_nav > li:last-child {
    margin-bottom: 3rem;
  }
  .toggle_menu_tit {
    font-size: 1.55rem;
  }
}
@media screen and (min-width: 992px) {
  .toggle_left {
    width: 70%;
    padding: 9rem 5% 4.3rem;
  }
  .toggle_nav > li {
    margin-bottom: 3.125rem;
  }
  .toggle_nav.col3 > li {
    margin-bottom: 0;
  }
  .toggle_menu_tit {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .toggle_menu-item > li {
    line-height: 2.2;
  }
}
@media screen and (min-width: 1400px) {
  .toggle_left {
    width: 50%;
  }
}
/*lineup*/
.toggle_right {
  display: block;
}
.toggle_right a {
  background: #fff;
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.toggle_right a:first-child img {
  width: 160px;
}
.toggle_right a:last-child img {
  width: 150px;
}
.toggle_right a:first-child {
  margin-bottom: 0.5rem;
}
.toggle_right img.sp-none {
  display: none;
}
.toggle_right img.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .toggle_right {
    display: flex;
    justify-content: space-between;
  }
  .toggle_right a:first-child {
    margin-bottom: 0;
  }
  .toggle_right a {
    width: calc(50% - 0.53rem);
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .toggle_right {
    display: block;
    justify-content: unset;
    width: 30%;
  }
  .toggle_right a {
    position: relative; /* 相対位置に設定 */
    width: 100%;
    height: 50%;
    transition: .3s;
  }
  .toggle_right a::before {
    content: ""; /* 疑似要素にコンテンツを追加 */
    position: absolute; /* 親要素に対して絶対位置 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; /* 背景色（黒） */
    opacity: 0; /* 初期状態では透明 */
    transition: opacity 0.3s ease; /* opacityの変化にトランジションを適用 */
    z-index: 1; /* オーバーレイがコンテンツより上に来るように設定 */
  }
  .toggle_right a:hover::before {
    opacity: 0.7; /* ホバー時にオーバーレイの透明度を変更 */
  }
  .toggle_right a:first-child {
    background-image: url(../images/toggle_dc.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .toggle_right a:nth-child(2) {
    background-image: url(../images/toggle_p_casa.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }
  .toggle_right img.sp-none {
    display: block;
  }
  .toggle_right img.pc-none {
    display: none;
  }
  .toggle_right a img {
    z-index: 1;
  }
  .toggle_right a:first-child img {
    width: 200px;
  }
  .toggle_right a:last-child img {
    width: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .toggle_right {
    width: 50%;
  }
  .toggle_right a:nth-child(2) {
    background-size: cover;
  }
  .toggle_right a:first-child img {
    width: 300px;
  }
  .toggle_right a:last-child img {
    width: 280px;
  }
}
/*SNS*/
.snsWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.snsWrap p {
  margin-right: 1.2rem;
  font-size: 0.86rem;
  line-height: 1;
}
.snsWrap .inner {
  display: flex;
  align-items: center;
}
.snsWrap .inner a {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
}
.snsWrap .inner a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
/*会社情報*/
.toggle_company {
  margin-top: 5rem;
  border-top: 1px solid #cccccc;
  padding-top: 4rem;
}
.toggle_company.sp-none {
  display: none;
}
.toggle_company .unit2 {
  margin-bottom: 5rem;
}
.toggle_logo {
  width: 180px;
  margin-bottom: 1rem;
}
.toggle_add {
  line-height: 1.7;
  font-size: 0.86rem;
}
.toggle_add a.com-map {
  display: flex;
  align-items: center;
  text-decoration: underline;
  transition: .3s;
  margin-top: 0.3rem;
  color: #1a1a1a;
}
.toggle_add a.com-map::hover {
  opacity: 0.7;
  transition: .3s;
}
.toggle_add .icon {
  width: 15px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3rem;
}
.toggle_add a.toggle_add img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.toggle_tel a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #1a1a1a;
}
.toggle_tel a .tel-nmb {
  font-size: 2.4rem;
  letter-spacing: 0.025rem;
}
.toggle_tel .tel-time {
  display: block;
  font-size: 0.86rem;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .toggle_company {
    margin-top: 7rem;
    padding-top: 6rem;
    display: flex;
    justify-content: space-between;
  }
  .toggle_logo {
    width: 220px;
    margin-bottom: 1.56rem;
  }
  .toggle_company .unit2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .toggle_company.pc-none {
    display: none;
  }
  .toggle_company.sp-none {
    display: flex;
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .toggle_tel .tel-time {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1800px) {
  .toggle_add {
    display: flex;
    align-items: end;
  }
  .toggle_add a.com-map {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}
/*--------------------------------
    fv
--------------------------------*/
.fv {
  position: relative;
  display: flex;
  background-color: #333;
  height: calc(100vh - 70px);
  overflow: hidden;
}
.fv__img {
  width: 100%;
}
/* slide */
.fvSlide__left {
  width: 50%;
  overflow: hidden;
}
.fvSlide__right {
  width: 50%;
  overflow: hidden;
}
.fvSlide {
  position: relative;
  width: 100%;
}
.fvSlide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.fvSlide__img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transform: scale(1.2) translateY(0);
}
.fvSlide__left .fvSlide__img {
  clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 0% 100%);
}
.fvSlide__left .fvSlide__item.before .fvSlide__img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  animation-name: fvSlide_before_left;
  animation-duration: 7.5s;
  animation-fill-mode: forwards;
  transition-timing-function: linear;
}
.fvSlide__left .fvSlide__item.active .fvSlide__img {
  position: relative;
  z-index: 3;
  animation-name: fvSlide_left;
  animation-duration: 3s;
  transition-timing-function: linear;
}
.fvSlide__right .fvSlide__img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.fvSlide__right .fvSlide__item.before .fvSlide__img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  animation-name: fvSlide_before_right;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  transition-timing-function: linear;
}
.fvSlide__right .fvSlide__item.active .fvSlide__img {
  position: relative;
  z-index: 3;
  animation-name: fvSlide_right;
  animation-duration: 3s;
  transition-timing-function: linear;
}
@keyframes fvSlide_left {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transform: scale(1.2) translateY(0);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateY(30px);
  }
}
@keyframes fvSlide_before_left {
  0% {
    transform: scale(1.2) translateY(30px);
  }
  100% {
    transform: scale(1.2) translateY(100px);
  }
}
@keyframes fvSlide_left_sp {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transform: scale(1.2) translateX(0);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateX(30px);
  }
}
@keyframes fvSlide_before_left_sp {
  0% {
    transform: scale(1.2) translateX(30px);
  }
  100% {
    transform: scale(1.2) translateX(100px);
  }
}
@keyframes fvSlide_right {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateY(70px);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateY(0px);
  }
}
@keyframes fvSlide_before_right {
  0% {
    transform: scale(1.2) translateY(0px);
  }
  100% {
    transform: scale(1.2) translateY(-30px);
  }
}
@keyframes fvSlide_right_sp {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transform: scale(1.2) translateX(70px);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateX(0px);
  }
}
@keyframes fvSlide_before_right_sp {
  0% {
    transform: scale(1.2) translateX(0px);
  }
  100% {
    transform: scale(1.2) translateX(-30px);
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(100vh - 80px);
    overflow: hidden;
  }
  /* slide */
  .fv {
    display: block;
  }
  .fvSlide__item {
    width: 100%;
    height: 50vh;
  }
  .fvSlide__img {
    width: 100%;
    height: 50vh;
    transform: scale(1.2) translateX(0);
  }
  .fvSlide__left {
    width: 100%;
    height: calc(50vh - 40px);
  }
  .fvSlide__right {
    width: 100%;
    height: calc(50vh - 40px);
  }
  .fvSlide__left .fvSlide__img {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  .fvSlide__left .fvSlide__item.before .fvSlide__img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: fvSlide_before_left_sp;
  }
  .fvSlide__left .fvSlide__item.active .fvSlide__img {
    animation-name: fvSlide_left_sp;
  }
  .fvSlide__right .fvSlide__img {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  .fvSlide__right .fvSlide__item.before .fvSlide__img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: fvSlide_before_right_sp;
  }
  .fvSlide__right .fvSlide__item.active .fvSlide__img {
    animation-name: fvSlide_right_sp;
  }
}
#main_sd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 500px;
  z-index: 0;
}
#main_sd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
/*メインテキスト*/
.mv_txt_block {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 75%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .mv_txt_block {
    max-width: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .mv_txt_block {
    max-width: 460px;
    top: 47%;
  }
}
/*watermark*/
.slider-watermark {
  position: absolute;
  z-index: 12;
  right: 7.5%;
  width: 75px;
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  .slider-watermark {
    width: 100px;
  }
}
/*カウンター*/
.slider-counter {
  color: #fff;
  padding: 0;
  z-index: 12;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 100px;
  left: 7.5%;
}
.wi-nmb {
  width: 19px;
  display: inline-block;
}
.ot-nmb1 {
  padding: 0 12px 0 0;
  transform: rotate(35deg);
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .slider-watermark {
    right: 5%;
    bottom: 110px;
  }
  .slider-counter {
    bottom: 110px;
    left: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .slider-counter {
    font-size: 0.875rem;
  }
}
/*新着情報*/
.mv_info {
  position: absolute;
  bottom: 0;
  z-index: 13;
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.mv_info a {
  color: #1a1a1a;
  width: 85%;
  margin: 0 auto;
}
.mv_info a:hover {
  text-decoration: none;
}
.mv_info_title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-top: 0.3rem;
}
.mv_info_category {
  background: #235bc8;
  color: #fff;
  padding: 0.3rem 1rem;
  margin-right: 0.8rem;
  letter-spacing: 0.05rem;
  font-size: 0.9rem;
}
.mv_info_day {
  color: #666666;
  letter-spacing: 0.05rem;
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  .mv_info {
    height: 70px;
  }
  .mv_info a {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    transition: .3s;
    height: 70px;
    line-height: 70px;
  }
  .mv_info a:hover {
    opacity: 0.8;
    transition: .3s;
  }
  .mv_info_title {
    display: unset;
    margin-top: 0.3rem;
    margin-right: 0;
  }
  .mv_info_category {
    margin-right: 1rem;
  }
  .mv_info_day {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .mv_info_title {
    font-size: 0.875rem;
  }
  .mv_info_day {
    font-size: 0.81rem;
    margin-right: 1.7rem;
  }
  .mv_info_category {
    margin-right: 1.7rem;
    font-size: 0.93rem;
    padding: 0.5rem 1.87rem;
  }
}
/****ページヘッダー*****/
.page-head {
  padding: 10rem 0 0;
}
.page_ttl {
  text-align: center;
}
.head-bfont {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0.8rem;
  letter-spacing: 0.025rem;
}
.h-page-tit {
  font-weight: 400;
  font-size: 0.95rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-head {
    padding: 13rem 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .page-head {
    padding: 16rem 0 0;
  }
  .head-bfont {
    font-size: 4rem;
    margin-bottom: 1.2rem;
  }
  .h-page-tit {
    font-size: 1rem;
  }
}
/*ラインナップ用ヘッダー*/
.page_header_lineup {
  width: 100%;
  height: 500px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 5rem;
}
.page_header_lineup::after {
  content: "";
  background: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.page_header_lineup.watermark::before {
  z-index: 3;
  bottom: 5%;
}
.page_header_inner {
  z-index: 2;
}
.page_header_inner p.mb-0 {
  font-size: 1.1rem;
  line-height: 1.75;
}
.page_header_liniere {
  background: url("../images/page/page_head_liniere.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_carina {
  background: url("../images/page/page_head_carina.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_piatto {
  background: url("../images/page/page_head_piatto.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_amare {
  background: url("../images/page/page_head_amare.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_cago {
  background: url("../images/page/page_head_cago.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_bago {
  background: url("../images/page/page_head_bago.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_cube {
  background: url("../images/page/page_head_cube.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_product-casa {
  background: url("../images/page/page_head_productcasa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_design-casa {
  background: url("../images/page/page_head_designcasa.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_header_lineup .page_header_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 86%;
}
.logo_liniere {
  max-width: 265px;
  margin: 0 auto 1.7rem;
}
.page_header_lineup #pan, .page_header_lineup #pan span {
  color: #fff;
}
.page_header_lineup #pls {
  width: 85%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page_header_lineup .pan-punctuation::before {
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .page_header_product-casa {
    background: url("../images/page/page_head_productcasa_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .page_header_lineup {
    margin-top: 90px;
    height: 600px;
    margin-bottom: 7rem;
  }
  .logo_liniere {
    max-width: 360px;
    margin: 0 auto 2rem;
  }
  .page_header_inner p.mb-0 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .page_header_lineup {
    margin-top: 115px;
    height: calc(100vh - 115px);
  }
  .logo_liniere {
    max-width: 480px;
    margin: 0 auto 2.5rem;
  }
  .page_header_inner p.mb-0 {
    font-size: 1.5rem;
  }
  .page_header_lineup #pls {
    width: 90%;
  }
}
@media screen and (min-width: 1400px) {
  .page_header_lineup {
    margin-bottom: 10rem;
  }
}
/*product casa*/
.page_header_product-casa .logo_liniere {
  margin: 0 auto 0.5rem;
}
@media screen and (min-width: 577px) {
  .page_header_lineup.page_header_product-casa::after {
    opacity: 0.3;
  }
}
@media screen and (min-width: 1400px) {
  .page_header_product-casa .logo_liniere {
    margin: 0 auto 1rem;
  }
}