@charset "utf-8";
/*
Theme Name: 123home
Theme URI:
Author: zeal
Author URI:
Description:
Version: 1.0
License:
License URI:
Tags:
*/

/*----------------------------------------
	全体
----------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",
    sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  scroll-behavior: smooth;
  box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}

.yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",
    sans-serif;
}
.yumin {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.shippori {
  font-family: "Shippori Mincho", serif;
}
.garamond {
  font-family: "Cormorant Garamond", serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}
svg {
  overflow: visible;
  height: auto;
}
.din {
  font-family: "Josefin Sans", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-family: "Oswald", sans-serif;
}
address {
  font-style: normal;
}
.yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",
    sans-serif;
}
.yumin {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.myriad {
  font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro",
    Helvetica, Arial, sans-serif;
}
.italic {
  font-style: italic;
}
body {
  font-size: 1.4rem;
  font-size: 1.4em;
}
#container {
  /* overflow: hidden; */
}
img {
  vertical-align: bottom;
}
a {
  color: #1c1c1c;
  transition: all 0.4s;
  text-decoration: none;
}
a:hover,
.op:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
.rela {
  position: relative;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.montserrat.semi {
  font-weight: 600;
}
.op {
  transition: all 0.3s;
}
.op:hover {
  opacity: 0.8;
}
.op img {
  transition: all 0.3s;
}
.op:hover img {
  opacity: 0.6;
  transition: all 0.3s;
}
.max_respon {
  max-width: 100%;
}
.max320{
  max-width: 320px;
}
li {
  list-style: none;
}
.m_center {
  margin-inline: auto;
}
.center {
  text-align: center;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tb_text_center {
    text-align: center;
  }
  .tb_none {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .copy {
    font-size: 1.8rem;
  }

  .sp_text_left {
    text-align: left;
  }
  .sp_center {
    text-align: center !important;
  }
  .sp_text_center {
    text-align: center;
  }
  .sp_right {
    text-align: right;
  }
  .text_center {
    text-align: left;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
} /*END*/

.z_1 {
  z-index: 1;
}
.z_2 {
  z-index: 2;
}
.z_3 {
  z-index: 3;
}
.z_4 {
  z-index: 4;
}
.z_5 {
  z-index: 5;
}
.m_b25 {
  margin-bottom: 25px;
}

.bg_gray {
  background-color: #f7f7f7;
}
.bg_white {
  background-color: #fff;
}
.bg_white_gray {
  background-color: #eff1f0;
}
.bg_white_green {
  background-color: #c7d5d3;
}
.bg_black{
  background-color: #434343;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 499px) {
  .sp_br {
    display: block;
  }
  .sp_pb0{
    padding-bottom: 0;
  }
  .sp_mb0{
    margin-bottom: 0;
  }
}

.no_link {
    color: #aaa !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.4;
}
.no_link2 {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.al_center{
  align-items: center;
}
.max190{
  max-width: 190px;
}
.max440{
  max-width: 440px;
}
.max500{
  max-width: 500px;
}
.max650{
  max-width: 650px;
}
.max1000{
  max-width: 1000px;
}
/*----------------------------------------
	text
----------------------------------------*/

p {
  line-height: 2;
}
.text_medium {
  font-weight: 400;
}
.text_bold {
  font-weight: bold;
}
.text_bold800 {
  font-weight: 800;
}
.text_bold600 {
  font-weight: 600;
}
.text_normal {
  font-weight: normal;
}
.text_white {
  color: #fff !important;
}
.text_black {
  color: #000 !important;
}
.text_pink {
  color: #ea68a2;
}
.text_water {
  color: #5daac3;
}
.text_green{
  color: #61958f;
}
.text_purple {
  color: #435b72;
}
.text_yellow {
  color: #b7b595;
}
.text_gray {
  color: #808080;
}
.text_whitegray {
  color: #a6a6a6;
}
.text_blue{
  color: #024099;
}
.text_10 {
  font-size: 1rem !important;
}
.text_11 {
  font-size: 1.1rem !important;
}
.text_12 {
  font-size: 1.2rem !important;
}
.text_13 {
  font-size: clamp(12px, 1.5625vw, 13px);
}
.text_15 {
  font-size: 1.5rem !important;
}
.text_18 {
  font-size: 1.8rem;
}
.text_21 {
  font-size: 2.1rem !important;
}
.text_22 {
  font-size: clamp(16px, 2.5vw, 22px);
}
.text_23 {
  font-size: clamp(16px, 2.5vw, 23px);
}
.text_25 {
  font-size: clamp(16px, 2.75vw, 25px);
}
.text_26 {
  font-size: 2.6rem !important;
}
.resource {
  font-size: 2.5rem !important;
  margin: 16px 0 8px;
  line-height: 1.2em;
}
.text_28 {
  font-size: clamp(21px, 3.25vw, 28px);
}
.text_30 {
  font-size: clamp(22px, 3.25vw, 30px);
}
.text_34 {
  font-size: 3.4rem !important;
}
.text_35 {
  font-size: clamp(19px, 4vw, 35px);
}
.text_36 {
  font-size: clamp(20px, 4vw, 36px) !important;
}
.text_40 {
  font-size: clamp(24px, 4.125vw, 40px);
}
.text_44 {
  font-size: clamp(30.4px, 5vw, 44px);
}
.text_45 {
  font-size: clamp(30px, 5vw, 45px);
}
.text_48 {
  font-size: 4.8rem !important;
}
.text_52 {
  font-size: clamp(34px, 5.5vw, 52px);
}
.text_56 {
  font-size: clamp(36px, 6.25vw, 56px);
}
.text_60 {
  font-size: clamp(37px, 7vw, 60px);
}
.text_65 {
  font-size: clamp(45px, 7vw, 66px);
}
.text_70 {
  font-size: clamp(48px, 8vw, 70px);
}
.text_100 {
  font-size: clamp(56px, 10vw, 100px);
}
.lh_34 {
  line-height: 3.4 !important;
}
.lh_32 {
  line-height: 3.2 !important;
}
.lh_30 {
  line-height: 3 !important;
}
.lh_28 {
  line-height: 2.8 !important;
}
.lh_26 {
  line-height: 2.6 !important;
}
.lh_24 {
  line-height: 2.4 !important;
}
.lh_22 {
  line-height: 2.2 !important;
}
.lh_20 {
  line-height: 2 !important;
}
.lh_18 {
  line-height: 1.8 !important;
}
.lh_17 {
  line-height: 1.7 !important;
}
.lh_16 {
  line-height: 1.6 !important;
}
.lh_15 {
  line-height: 1.5 !important;
}
.lh_14 {
  line-height: 1.4 !important;
}
.lh_13 {
  line-height: 1.3 !important;
}
.lh_12 {
  line-height: 1.2 !important;
}
.lh_11 {
  line-height: 1.1 !important;
}
.lh_10 {
  line-height: 1 !important;
}
.ls_0 {
  letter-spacing: 0px !important;
}
.ls_1 {
  letter-spacing: 1px !important;
}
.ls_2 {
  letter-spacing: 2px !important;
}
.ls_3 {
  letter-spacing: 3px !important;
}
.ls_4 {
  letter-spacing: 4px !important;
}
.ls_-0005 {
  letter-spacing: -0.005em !important;
}
.ls_-001em {
  letter-spacing: -0.01em !important;
}
.ls_-1 {
  letter-spacing: -1px !important;
}
.ls_-2 {
  letter-spacing: -2px !important;
}
.ls_-3 {
  letter-spacing: -3px !important;
}
.ls_-4 {
  letter-spacing: -4px !important;
}

@media print, screen and (min-width: 769px) {
  .text_16 {
    font-size: 1.6rem !important;
  }
  .text_20 {
    font-size: 2rem !important;
  }
  .text_21 {
    font-size: 2.1rem !important;
  }
  .text_24 {
    font-size: 2.4rem !important;
  }

  .text_32 {
    font-size: 3.2rem !important;
  }
  .text_34 {
    font-size: 3.4rem !important;
  }
  .text_42 {
    font-size: 4.2rem !important;
  }
  .text_50 {
    font-size: 5rem !important;
  }
  .text_55 {
    font-size: 5.5rem !important;
  }
  .ls_4 {
    letter-spacing: 4px;
  }
} /*END*/

@media print, screen and (min-width: 769px) and (max-width: 1119px) {
  .text_16 {
    font-size: 1.6rem !important;
  }
  .text_32 {
    font-size: 2.6rem !important;
  }
  .text_34 {
    font-size: 2.7rem !important;
  }
  .text_42 {
    font-size: 3.6rem !important;
  }
} /*END*/

@media screen and (max-width: 768px) {
  p {
    line-height: 2;
  }
  /* .text_18 {
    font-size: 1.5rem;
  } */
  .text_20 {
    font-size: 1.7rem !important;
  }
  .text_21 {
    font-size: 1.8rem !important;
  }
  .text_24 {
    font-size: 2.2rem !important;
  }
  .text_26 {
    font-size: 2.4rem !important;
  }
  .resource {
    font-size: 1.8rem !important;
    margin: 16px 0 8px;
    line-height: 1.2em;
  }
  .text_32 {
    font-size: 2rem !important;
  }
  .text_34 {
    font-size: 2.2rem !important;
  }
  .text_42 {
    font-size: 3rem !important;
  }

  .text_32 {
    font-size: 2.6rem !important;
  }
  .text_42 {
    font-size: 3.6rem !important;
  }
  .text_50 {
    font-size: 4rem !important;
  }
  .text_55 {
    font-size: 4.3rem !important;
  }

  .ls_2 {
    letter-spacing: 1px;
  }
  .ls_4 {
    letter-spacing: 2px;
  }
} /*END*/
.lh_25 {
  line-height: 2.5;
}
@media screen and (max-width: 599px) {
  .sp_lh_15 {
    line-height: 1.5 !important;
  }
  .lh_25 {
    line-height: 2;
  }
  .lh_28 {
    line-height: 2.4 !important;
  }
  p {
    line-height: 2;
  }
  .sp_lh_24 {
    line-height: 2.4;
  }
  /* .text_18 {
    font-size: 1.4rem !important;
  } */
  .text_24 {
    font-size: 1.7rem !important;
  }
  .text_26 {
    font-size: 2rem !important;
  }
  .resource {
    font-size: 1.4rem !important;
    margin: 8px 0 4px;
    line-height: 1.2em;
  }
  .text_32 {
    font-size: 1.8rem !important;
  }
  .text_34 {
    font-size: 2rem !important;
  }
  .text_42 {
    font-size: 3rem !important;
  }

  .text_48 {
    font-size: 3.2rem !important;
  }

  .ls_4 {
    letter-spacing: 1px;
  }
  .sp_text_13 {
    font-size: 1.3rem;
  }
  .sp_text_10 {
    font-size: 1rem;
  }
  .sp_lh_18 {
    line-height: 1.8;
  }
} /*END*/

@media screen and (max-width: 479px) {
  .text_42 {
    font-size: 2.8rem !important;
  }
  .ls_2 {
    letter-spacing: 0;
  }
}

.bold500 {
  font-weight: 500;
}
.bold800 {
  font-weight: 800;
}

.border_wr {
  border-right: #fff 1px solid;
}
.border_wl {
  border-left: #fff 1px solid;
}
.border_wb {
  border-bottom: #fff 1px solid;
}
.border_wt {
  border-top: #fff 1px solid;
}

.border_gb {
  border-bottom: #91b5b1 1px solid;
}
.border_gt {
  border-top: #91b5b1 1px solid;
}

.w30 {
  width: 30%;
}

/* 4:3比率の汎用ラッパー */
.img_wrapper_43 {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

/* 画像をボックスにフィット */
.img_wrapper_43 .img_43 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 499px) {
  .mw10 {
    width: 10%;
  }
  .mw7 {
    width: 7%;
  }
  .drawer_point1 {
    font-size: 30px;
  }
  .ttl {
    width: 70%;
    margin-inline: auto;
  }
}
/*----------------------------------------
	frame類
----------------------------------------*/

.inner_frame {
  max-width: 1100px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner_frame1350 {
  width: 100%;
  max-width: 1350px;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner_frame1200 {
  max-width: 1200px;
  width: 100%;
  /* position: relative; */
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner_frame960 {
  max-width: 960px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner_frame760 {
  max-width: 800px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner_frame750 {
  max-width: 750px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
}
.inner_frame740 {
  max-width: 740px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner_frame650 {
  max-width: 650px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
}
.inner_frame600 {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
.inner_frame500 {
  width: 100%;
  max-width: 540px;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.inner_frame_post {
  width: 100%;
  max-width: 840px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .inner_frame,
  .inner_frame1200 {
    padding-right: 3.5%;
    padding-left: 3.5%;
  }
}
@media screen and (max-width: 599px) {
  .inner_frame500 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .inner_frame_post {
    padding-right: 5%;
    padding-left: 5%;
  }
  .inner_frame,
  .inner_frame1200 {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
  .inner_frame740,
  .inner_frame760 {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}

/*----------------------------------------
	画像中央配置
----------------------------------------*/

.photo_frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  /* background: #eee; */
}
.photo_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.photo_frame img:not(:target) {
  left: 0\9;
  top: 0\9;
}
.photo_frame img {
  left: 0\9;
  top: 0\9;
}
@media all and (-ms-high-contrast: none) {
  .photo_frame img {
    left: 50%\9 !important;
    top: 50%\9 !important;
  }
}
.photo_frame {
  z-index: 1;
}

#gallery-1 img {
    border: none !important;
}

/*----------------------------------------
	header top
----------------------------------------*/

.top_title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.global_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.top_head {
  display: flex;
}
.top_head li {
  flex: 1;
  text-align: center;
  background-color: #435b72;
}
.top_head li:nth-child(2) {
  background-color: transparent;
}

.mv_catch{
  padding-left: 10px;
  padding-top: 10px;
  opacity: 0.6;
}

.mv_section {
  position: relative;
  background-image: url("images/top/mv_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
}

.top_head li a {
  display: block;
  color: #fff;
  padding: 1.4em 0;
  letter-spacing: -0.02em;
}

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

/*----------------------------------------
	header 共通
----------------------------------------*/

.common_header {
  background: transparent;
  position: relative;
  margin-top: 20px;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 auto;
  padding: 10px 20px;
}

.header_logo img {
  height: 40px;
  width: auto;
}

.header_nav {
  flex: 1 1 auto;
}

.header_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px 20px;
  padding-right: 40px;
}

.header_list li a {
  color: #fff;
  padding: 10px 0;
}

.menu_btn {
  width: 50px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
  opacity: 1;
  transition: opacity 1s ease;
}
.menu_btn span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.menu_btn.open span:nth-child(1) {
  transform: rotate(45deg) translate(2px, 6px);
}

.menu_btn.open span:nth-child(2) {
  transform: rotate(-45deg) translate(0px, -5px);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #61958f;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 9999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow-y: auto;
  box-sizing: border-box;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
}

.drawer a {
  color: #fff;
  font-size: 16px;
}

.drawer.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu_btn.hidden {
  opacity: 0;
}
.menu_btn.open {
  top: 40px;
  opacity: 1;
  right: 20px;
}

.drawer_main {
  display: flex;
  column-gap: 60px;
  justify-content: space-between;
}

.drawer_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 46%;
}

.drawer_headings {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  column-gap: 30px;
}
.drawer_deco {
  position: absolute;
  top: -45%;
  left: -5%;
  max-width: 290px;
}
.drawer_headings li {
  margin-bottom: 15px;
  white-space: nowrap;
}

.drawer_headings a {
  color: #fff;
}

.drawer_headings li a {
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.drawer_right {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.drawer_banners {
  display: flex;
  gap: 20px;
}

.drawer_lower {
  display: flex;
  gap: 30px;
  padding-top: 40px;
  justify-content: space-between;
}

.drawer_sublinks {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0;
}

.drawer_sublinks li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}

.drawer_socials {
  display: flex;
  gap: 50px;
  padding: 0;
  justify-content: center;
}

.drawer_socials img {
  width: 40px;
  height: 40px;
}

.point4 {
  position: relative;
  bottom: -5px;
  letter-spacing: 4px;
}

.drawer_content {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: flex-start;
}

.pr20 {
  padding-right: 20px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}

.event_recent_thumbnails {
  display: flex;
  column-gap: 10px;
}

a.disabled_link {
  pointer-events: none;
  cursor: default;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .header_nav {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .drawer_main {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
    column-gap: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .drawer_banners {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .drawer_left {
    width: 70%;
  }
  .drawer {
    justify-content: flex-start;
  }
  .drawer_lower {
    width: 90%;
    margin-inline: auto;
  }
    .drawer_socials {
    justify-content: space-between;
    width: 20%;
  }
}

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

  .header_inner {
    justify-content: space-between;
  }
  .menu_btn {
    top: 50px;
    right: 16px;
  }
  .drawer_deco {
    position: absolute;
    top: -30%;
    max-width: 220px;
  }
  .common_header {
    margin-top: 20px;
  }
  .drawer_right {
    width: 69%;
  }
  .drawer_lower {
    flex-direction: column;
    row-gap: 60px;
  }
  .drawer_socials {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .drawer_left,
  .drawer_right {
    width: 100%;
  }
  .pr20 {
    padding-right: 10px;
  }
  .drawer_deco {
    position: absolute;
    top: -45%;
    left: -2%;
    max-width: 175px;
  }
  .header_logo img{
    height: 30px;
  }
  .menu_btn {
  position: fixed;
  top: 40px;
  right: 30px;
  width: 50px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
  opacity: 1;
  transition: opacity 1s ease;
}
  .common_header {
    margin-top: 0px;
  }
}

/*----------------------------------------
	top mv
----------------------------------------*/

.mv_text {
  position: absolute;
  top: 58%;
  left: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  color: #fff;
  max-width: 550px;
}
.mv_bnr {
  position: absolute;
  bottom: -3%;
  right: 8%;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  color: #fff;
  max-width: 550px;
}
.mv_line1 {
  font-size: clamp(6rem, 10vw, 14rem);
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.mv_line2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 2;
  letter-spacing: 0.1em;
}

.mv_line3 {
  font-size: clamp(5rem, 8vw, 12rem);
  line-height: 1.2;
}

/* ループ */

.image_loop_container {
  overflow: hidden;
  width: 100%;
}
.image_wrapper {
  display: flex;
  width: max-content;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}
.image_wrapper img {
  height: 300px;
  width: 450px;
  flex-shrink: 0;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mv_text {
  top: 50%;
  max-width: 500px;
}
}

@media screen and (max-width: 599px) {
  .image_wrapper img {
    height: 200px;
    width: 300px;
  }
  .mv_text {
    width: 90%;
}
.mv_bnr {
    transform: translateX(-50%);
    left: 50%;
    width: 80%;
}
}

/*----------------------------------------
	top bunner
----------------------------------------*/

.banner_container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_container2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_container3 {
  display: flex;
  justify-content: center;
  align-items: end;
}
.banner_container img,
.banner_container2 img,
.banner_container3 img {
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .banner_container,
  .banner_container2,
  .banner_container3 {
    flex-direction: column;
  }
  .banner_container3{
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .banner_container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .banner_container2{
    padding-bottom: 40px;
  }
  .banner_container3{
    padding-bottom: 40px;
  }
}

/*----------------------------------------
	top btn
----------------------------------------*/

.jc_center{
  justify-content: center;
}

.btn_style {
  display: flex;
}
@media screen and (max-width: 500px) {
  .btn_style {
  justify-content: center;
}
}

.btn_style li {
  position: relative;
  list-style: none;
  display: block;
  min-height: 30px;
  font-size: 1.2rem;
}

.btn_style li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 18px 50px 18px 10px;
  color: #000;
  background: #fff;
  text-decoration: none;
  border: 1px solid #999;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease;
  min-width: 250px;
}

.btn_style li a::after {
  content: "＞";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #000;
  transition: color 0.3s ease;
  font-weight: bold;
}

.btn_style li a:hover {
  background: #000;
  color: #fff;
}

.btn_style li a:hover::after {
  color: #fff;
}

.button019,
.button019_w{
  max-width: 320px;
  min-width: 280px;
}
.button019 a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    border-bottom: #000 solid 1px;
}
.button019_w a{
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    border-bottom: #fff solid 1px;
}
.button019 a:after,
.button019_w a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 7px;
  height: 7px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover:after,
.button019_w a:hover:after {
  right: 1rem;
}

.btn_u{
  max-width: 340px;
  min-width: 270px;
}
.btn_u a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 25px;
    color: #000;
    letter-spacing: -0.005em;
    transition: 0.3s ease-in-out;
    border-bottom: #000 solid 1px;
}
.btn_u a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 7px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease;
}
.btn_u a:hover:after {
  transform: translateY(calc(-50% + 6px)) rotate(135deg);
}

@media screen and (max-width: 500px) {
.btn_u{
  width: 80%;
}
.button019,
.button019_w{
  width: 80%;
}
}
/*----------------------------------------
	top event
----------------------------------------*/

.bg_lightgray {
  background-color: #f7f7f7;
}
.bg_lightgray02 {
  background-color: #eff1f0;
}

.event_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

.event_item {
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
}

.event_thumb {
  position: relative;
}

.event_thumb img {
  height: 240px;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 320px;
}

.event_thumb_item {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.event_thumb_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 終了オーバーレイ */
.event_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: 5;
  max-width: 320px;
}

.event_label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 8;
}

.badge-new {
  display: inline-block;
  background: #005982;
  color: #fff;
  padding: 9px 10px;
}

.badge-type {
  display: inline-block;
  background: #fff;
  color: #b7b595;
  border: 1px #b7b595 solid;
  padding: 8px 20px;
}
.badge-type-rev {
  display: inline-block;
  background: #b7b595;
  color: #fff;
  border: 1px #b7b595 solid;
  padding: 8px 20px;
}
.badge-type-bl {
  display: inline-block;
  background: #808080;
  color: #fff;
  border: 1px #808080 solid;
  padding: 8px 20px;
}

.event_title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.7;
}

.event_work_area {
  background-color: #fff;
  padding: 20px 10px 30px;
  min-height: 210px;
  max-width: 300px;
}
.event_work_area2 {
  background-color: #fff;
  padding: 10px 0 20px;
  min-height: 210px;
  max-width: 320px;
}
.event_work_area3 {
  background-color: #fff;
  padding: 10px 0 20px;
  min-height: 170px;
  max-width: 320px;
}
.event_work_area4 {
  background-color: #fff;
  padding: 14px 10px 30px;
  min-height: 170px;
  max-width: 300px;
}
.event_work_area5 {
  background-color: #fff;
  padding: 10px 0 20px;
  min-height: 100px;
  max-width: 320px;
}

.event_date,
.event_address,
.event_category_type {
  font-size: 13px;
  color: #808080;
  position: relative;
  padding-left: 19px;
}

.event_date{
  letter-spacing: -0.02em;
}

.event_date::before {
  content: url("images/common/calendar_icon.svg");
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-block;
  filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.event_address::before {
  content: url("images/common/map_icon.svg");
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-block;
  filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.event_category_type::before {
  content: url("images/common/house_icon.svg");
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-block;
  filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.event_status_label {
  text-align: center;
  display: inline-block;
  width: 100px;
}

.event_status_label.accepting {
  background-color: #b7b595;
  color: #fff;
}

.event_status_label.ended {
  background-color: #e5e5e5;
  color: #000;
}

.event_wrapper2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .event_item {
    width: 100%;
  }
  .event_wrapper {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) and (min-width: 501px) {
  .event_wrapper2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .event_wrapper2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .event_wrapper2 article {
    display: flex;
    justify-content: center;
  }
  .event_item {
    display: flex;
    justify-content: center;
  }
}

/*----------------------------------------
	top model_house
----------------------------------------*/

.model_tab_wrap {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: 100%;
}

.model_tab {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  background: #fff;
  color: #000;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  /* transition: all 0.2s ease; */
}

.model_tab.active {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #fff;
  position: relative;
  z-index: 2;
}

.model_tab:hover {
  background: #fafafa;
}

.modelhouse_item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e5e5e5;
  gap: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.modelhouse_thumb {
  flex: 0 0 320px;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden; 
}

.modelhouse_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.modelhouse_link_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.modelhouse_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.modelhouse_text {
  flex: 1;
  display: flex;
  align-items: center;
}

.modelhouse_more_btn {
  text-align: right;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  background: #b7b595;
  color: #fff;
  padding: 8px 20px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.view360_embed iframe,
.view360_iframe iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 40vh;
}

@media screen and (max-width: 660px) {
  .model_tab {
    font-size: 14px;
    padding: 10px 0;
  }

  .modelhouse_item {
    flex-direction: column;
    gap: 16px;
    padding: 12px;
  }

  .modelhouse_thumb {
    flex: none;
    width: 100%;
  }

  .modelhouse_link_wrapper {
    flex-direction: column;
    gap: 16px;
    padding: 12px;
  }

  .modelhouse_content {
    width: 100%;
  }

  .modelhouse_text {
    align-items: flex-start;
  }

  .modelhouse_more_btn {
    position: static;
    align-self: flex-end;
    margin-top: 12px;
    padding: 6px 16px;
    font-size: 14px;
  }
  .sp_overray {
    max-width: none;
    width: 100%;
  }
}

/*----------------------------------------
	top works
----------------------------------------*/

.works_filter,
.works_tags_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter_btn,
.tag_btn {
  border: 1px solid #b7b595;
  background: #fff;
  color: #b7b595;
  padding: 6px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.filter_btn.active,
.tag_btn.active,
.filter_btn:hover,
.tag_btn:hover {
  background: #b7b595;
  color: #fff;
}

.works_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.works_item {
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.works_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.works_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.works_info {
  padding: 15px;
}
.work_tag {
  font-size: 14px;
  color: #b7b595;
  margin-right: 8px;
}

/*----------------------------------------
	top staff
----------------------------------------*/

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

.staff_thumb img {
  height: 230px;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 230px;
}

.staff_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.7;
}

.staff_status_label {
  text-align: center;
  display: inline-block;
  width: 100px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.staff_status_label.accepting {
  background-color: #435b72;
  color: #fff;
}

.staff_status_label.ended {
  background-color: #e5e5e5;
  color: #000;
}

.staff_tab_wrap {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: 100%;
  line-height: 1.4;
}

.staff_tab {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  background: #fff;
  color: #000;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  /* transition: all 0.2s ease; */
}

.staff_tab.active {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #fff;
  position: relative;
  z-index: 2;
}

.staff_tab:hover {
  background: #fafafa;
}

.staff_flex1 {
  display: flex;
  column-gap: 40px;
}
.staff_flex1_l {
  width: 45%;
}
.staff_flex1_r {
  width: 55%;
}

.staff_profile_wrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}

.staff_photo {
  flex: 0 0 40%;
  max-width: 40%;
}

.staff_photo img {
  width: 100%;
  height: auto;
}

.staff_photo2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.staff_photo2 img {
  width: 100%;
  height: auto;
}

.staff_info {
  flex: 1;
  padding-top: 40px;
}

.staff_wrapper1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.staff_pager {
  display: flex;
  justify-content: center;
}

.staff_pager li {
  position: relative;
  list-style: none;
  display: block;
  min-height: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.staff_pager li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 18px 130px 18px 10px;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease;
  background-color: #005982;
  border: #005982 1px solid;
}

.staff_pager li a::after {
  content: "＞";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #fff;
  transition: color 0.3s ease;
}

.staff_pager li a:hover {
  background: #fff;
  color: #005982;
}

.staff_pager li a:hover::after {
  color: #005982;
}

@media screen and (max-width: 1120px) {
  .br_mpc_none {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .staff_wrapper1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .staff_wrapper1 article {
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .staff_wrapper1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .staff_flex1 {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .staff_flex1_l {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .staff_flex1_r {
    width: 100%;
  }
  .br_mpc_none {
    display: block;
  }
  .staff_profile_wrap {
    flex-direction: column;
    gap: 20px;
  }
  .staff_photo,
  .staff_info,
  .staff_photo2 {
    max-width: 100%;
  }
  .staff_photo2 {
    margin-inline: auto;
  }
}

@media screen and (max-width: 500px) {
  .staff_wrapper1 article {
    display: flex;
    justify-content: center;
  }
  .staff_tab {
    font-size: 12px;
  }
  .staff_wrapper1 {
    grid-template-columns: repeat(1, 1fr);
  }
}



/*----------------------------------------
	TV movie
----------------------------------------*/

.video_play_icon {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_play_btn {
  width: 70px;
  height: 50px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.video_play_btn:hover {
  transform: scale(1.1);
}

.video_play_btn svg {
  width: 100%;
  height: auto;
  display: block;
}

.video_play_btn .btn_bg {
  fill: rgba(0, 0, 0, 0.6);
  transition: fill 0.2s ease;
}

.video_play_btn:hover .btn_bg {
  fill: rgba(255, 0, 0, 0.8);
}

/* ===== モーダル ===== */
.video_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video_modal.active {
  display: flex;
}

.video_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.video_modal_content {
  position: relative;
  max-width: 900px;
  width: 90%;
  aspect-ratio: 16/9;
  background: #000;
  z-index: 10;
}

.video_modal_content iframe {
  width: 100%;
  height: 100%;
}

.video_modal_close {
  position: absolute;
  top: -50px;
  right: -20px;
  background: none;
  color: #fff;
  font-size: 45px;
  border: none;
  cursor: pointer;
  z-index: 99999;
}

.video_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  z-index: 1;
}

/* .video_thumb {
  position: relative;
  cursor: pointer;
} */

.video_thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
}

.video_thumb img.video_thumb_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video_work_area {
  padding: 10px 0 20px;
  min-height: 200px;
}

.video_modal_inner {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .video_modal_close {
    top: -45px;
    right: -15px;
  }
}

@media screen and (max-width: 500px) {
  .video_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*----------------------------------------
	contact
----------------------------------------*/

.reserve_notice {
  border: 1px solid #d73f5b;
  color: #d73f5b;
  text-align: center;
  padding: 1em;
  margin: 2em 0;
  width: 100%;
  box-sizing: border-box;
}

.contact_points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact_point {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_flex{
  display: flex;
  column-gap: 40px;
}
.contact_flex_box1{
  width: 44%;
}
.contact_flex_box2{
  width: 56%;
}

.btn_more {
    text-align: center;
}

.btn_more a {
    display: inline-block;
    text-align: center;
    padding: 8px 16px 9px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 16px;
}

.btn_more a:hover {
    background-color: #333;
}

.contact_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.btn_select {
  width: 90%;
  margin-inline: auto;
}

.btn_select a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    text-decoration: none;
    color: #fff;
    padding: 20px 16px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.btn_select a .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 6px;
  position: relative;
  top: -3px;
}

.contact_work_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 10px 40px;
  min-height: 280px;
  max-width: 300px;
}

.contact_buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 1024px) {
  .contact_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .contact_points {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 660px) {
  .contact_flex{
    flex-direction: column-reverse;
    row-gap: 40px;
    align-items: center;
}
  .contact_flex_box1,
  .contact_flex_box2{
    width: 100%;
}
}

@media screen and (max-width: 600px) {
  .contact_wrapper {
    grid-template-columns: 1fr;
  }
  .event_link_wrapper{
    max-width: 320px;
    margin-inline: auto;
  }
}

@media (max-width: 500px) {
  .contact_points {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .reserve_notice{
    margin-top: 1em;
    margin-bottom: 2.5em;
  }
}

/*----------------------------------------
	footer バナー
----------------------------------------*/

.cta_flex{
  display: flex;
}
.cta_flex_box1{
  width: 50%;
  background-color: #61958f;
}
.cta_flex_box2{
  width: 50%;
  background-color: #f0e0e7;
}

.cta_btn{
  width: 90%;
  margin-inline: auto;
}

.footer_flex1 {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  align-items: center;
}

.footer_grid1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .footer_grid1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .footer_flex1 {
    flex-direction: column;
    row-gap: 50px;
  }
  .cta_flex{
  flex-direction: column;
}
.cta_flex_box1{
  width: 100%;
}
.cta_flex_box2{
  width: 100%;
}
}

@media screen and (max-width: 500px) {
  .footer_grid1 {
    grid-template-columns: 1fr;
  }
}

/*----------------------------------------
　下層　プライバシーポリシー
----------------------------------------*/

.privacy_ttl{
  padding-bottom: 20px;
  line-height: 2;
  font-weight: 500;
}

.privacy_text{
  padding-bottom: 80px;
  line-height: 2;
}

.contact_us {
  background-color: #f7f7f7;
  padding: 20px 30px;
}

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

/*----------------------------------------
　下層　アクセス
----------------------------------------*/

.access_info {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

.access_item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}

.access_item dt {
  width: 27.5%;
  font-size: 1.6rem;
}

.access_item dd {
  width: 72.5%;
  margin: 0;
  font-size: 1.6rem;
}

.access_flex1{
  display: flex;
  column-gap: 40px;
  align-items: center;
}

.access_flex1_box1{
  width: 45%;
}

.access_flex1_box2{
  width: 55%;
}

.access_flex2{
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
}

.access_flex2_box1{
  width: 45%;
  text-align: center;
}

.access_flex2_box2{
  width: 45%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .access_item dt,
  .access_item dd {
    width: 100%;
  }
  .access_item dt {
    margin-bottom: 16px;
  }
  .access_flex1,
  .access_flex2{
    flex-direction: column;
    row-gap: 40px;
  }
  .access_flex1_box1,
  .access_flex2_box1{
    width: 100%;
  }
  .access_flex1_box2,
  .access_flex2_box2{
    width: 100%;
  }
}

/*----------------------------------------
　下層　FOLTSとは
----------------------------------------*/

.folts_flex{
  display: flex;
  column-gap: 50px;
}

.folts_flex_box1{
  width: 50%;
}
.folts_flex_box2{
  width: 46%;
}

.flex_row_rev{
  flex-direction: row-reverse;
}

@media screen and (max-width: 800px) {
  .folts_flex{
  flex-direction: column;
  row-gap: 50px;
}
  .folts_flex_box1{
  width: 100%;
}
  .folts_flex_box2{
  width: 100%;
}
  .flex_colmn_rev{
  flex-direction: column-reverse;
}
  .sp_ttl3{
    width: 90%;
  }
  .sp_ttl9{
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sp_ttl6{
    width: 30% !important;
    margin-inline: auto;
  }
  .sp_ttl7{
    width: 45% !important;
    margin-inline: auto;
  }
}
@media screen and (max-width: 700px) {
  .sp_ttl4{
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .sp_ttl{
    width: 17.5%;
    margin-inline: auto;
  }
  .sp_ttl2{
    width: 50%;
    margin-inline: auto;
  }
  .sp_ttl3{
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .sp_ttl6{
    width: 50% !important;
  }
  .sp_ttl7{
    width: 60% !important;
  }
}


/*----------------------------------------
　下層　泉州ホームについて
----------------------------------------*/

.about_flex{
  display: flex;
  column-gap: 50px;
  align-items: center;
}

.about_flex_box1{
  width: 50%;
}
.about_flex_box2{
  width: 46%;
}

.company_intro_under {
    max-width: 830px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    background-color: #f6f6f6;
    padding: 5% 6.7%;
}
.company_intro_under > div:first-of-type {
    width: 48.6%;
}
.company_intro_under > div:last-of-type {
    width: 41.8%;
}
.company_outline_table {
    margin-inline: auto;
}
.company_outline_table tr {
    border-bottom: #e6e6e6 solid 1px;
}
.company_outline_table tr:first-child {
    border-top: #e6e6e6 solid 1px;
}
.company_outline_table th, .company_outline_table td {
    padding: 15px 0;
    font-size: clamp(14px, 1.875vw, 16px);
    line-height: 1.7;
}
.company_outline_table th {
    width: 38.46%;
    text-align: left;
    font-weight: normal;
}
.company_outline_table td {
    width: 58.97%;
}

.about_flex2 {
  display: flex;
  justify-content: center;
  column-gap: 70px;
}
.about_flex2_box1 {
  width: 50%;
}
.about_flex2_box2 {
  width: 46%;
}

.about_thumb {
  position: relative;
}

.about_thumb img {
  height: auto;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 230px;
}

.about_work_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 10px 40px;
  min-height: 170px;
  max-width: 230px;
  box-sizing: border-box;
}

.about_buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn_more2 {
    text-align: center;
}

.btn_more2 a {
    display: inline-block;
    text-align: center;
    padding: 8px 16px 9px;
    background-color: #b7b595;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 16px;
}

.btn_more2 a:hover {
    background-color: #b7b595bb;
}

@media screen and (max-width: 800px) {
  .about_flex{
  flex-direction: column;
  row-gap: 50px;
}
  .about_flex_box1{
  width: 100%;
}
  .about_flex_box2{
  width: 100%;
}
}

@media screen and (max-width: 768px) {
  .about_flex2 {
    flex-direction: column;
  }
  .about_flex2 > div:first-child {
    padding-bottom: 50px;
  }
  .about_flex2_box1 {
    width: 100%;
  }
  .about_flex2_box2 {
    width: 100%;
  }
}

/*----------------------------------------
　下層　folts耐震
----------------------------------------*/

.folts_s_thumb {
  position: relative;
}

.folts_s_thumb img {
  height: auto;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 320px;
}

.folts_s_work_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 10px 30px;
  min-height: 170px;
  max-width: 320px;
  box-sizing: border-box;
}

.seismic_list {
    display: grid;
    gap: 40px;
    row-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.seismic_list article:nth-child(1) {
    grid-column: 1 / 3;
}
.seismic_list article:nth-child(2) {
    grid-column: 3 / 5;
}
.seismic_list article:nth-child(3) {
    grid-column: 1 / 3;
}
.seismic_list article:nth-child(4) {
    grid-column: 3 / 5;
}
.seismic_list article:nth-child(5) {
    grid-column: 2 / 4;
}

.seismic_flex{
  display: flex;
  column-gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.cg_20{
  column-gap: 20px;
}
.cg_0{
  column-gap: 0px;
}

.flex_row_r{
  flex-direction: row-reverse;
}

.seismic_flex_box1{
  width: 50%;
}
.seismic_flex_box2{
  width: 46%;
}

.seismic2_flex_box1{
  width: 46%;
}
.seismic2_flex_box2{
  width: 46%;
}
.seismic3_flex_box1{
  width: 65%;
}
.seismic3_flex_box2{
  width: 35%;
}
.seismic4_flex_box1{
  width: 60%;
}
.seismic4_flex_box2{
  width: 46%;
}
.seismic5_flex_box1{
  width: 25%;
}
.seismic5_flex_box2{
  width: 75%;
}
.seismic6_flex_box1{
  width: 50%;
}
.seismic6_flex_box2{
  width: 50%;
}
.seismic7_flex_box1{
  width: 67%;
}
.seismic7_flex_box2{
  width: 35%;
  transform: translateX(-30px);
}


.video_wrapper_s {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.video_wrapper_s iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video_wrapper_m {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.video_wrapper_m video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

/* 再生ボタン */
.play-btn {
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid white;
}

.al_normal{
  align-items: normal;
}


@media screen and (min-width: 769px) {
    .seismic_list {
        grid-template-columns: repeat(9, 1fr);
        grid-template-areas:
        "a a a b b b c c c"
        ". d d d . e e e .";
    }
    .seismic_list article:nth-child(1) {
        grid-area: a;
    }
    .seismic_list article:nth-child(2) {
        grid-area: b;
    }
    .seismic_list article:nth-child(3) {
        grid-area: c;
    }
    .seismic_list article:nth-child(4) {
    grid-column: 3 / 6;
    transform: translateX(-25%);
    }
    .seismic_list article:nth-child(5) {
    grid-column: 6 / 9;
    transform: translateX(-15%);
    }
  }

  @media screen and (max-width: 768px) {
    .seismic_list article:nth-child(4),
    .seismic_list article:nth-child(5) {
        transform: none;
    }
  .seismic_flex{
  flex-direction: column-reverse;
  /* row-gap: 50px; */
}
  .seismic_flex_box1,
  .seismic2_flex_box1,
  .seismic_flex_box2,
  .seismic2_flex_box2,
  .seismic3_flex_box1,
  .seismic3_flex_box2,
  .seismic4_flex_box1,
  .seismic4_flex_box2,
  .seismic5_flex_box1,
  .seismic5_flex_box2,
  .seismic6_flex_box1,
  .seismic6_flex_box2{
  width: 100%;
}
.seismic7_flex_box1{
  width: 100%;
}
.seismic7_flex_box2{
  width: 100%;
  transform: translateX(0px);
}
  .flex_d_c{
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
    .seismic_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .seismic_list article {
        grid-column: auto;
        transform: none;
    }

    .seismic_list article:nth-child(1),
    .seismic_list article:nth-child(2),
    .seismic_list article:nth-child(3),
    .seismic_list article:nth-child(4),
    .seismic_list article:nth-child(5) {
        grid-column: auto;
        transform: none;
    }
    .seismic_item{
    justify-self: center;
    width: 100%;
    max-width: 320px;
    }
    .sp_pb40{
      padding-bottom: 20px;
    }
}

/*----------------------------------------
　下層　folts断熱
----------------------------------------*/

.insulation_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-items: stretch;
  box-sizing: border-box;
}
.insulation_grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-items: stretch;
  box-sizing: border-box;
}
.insulation_grid3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-items: stretch;
  box-sizing: border-box;
}

.insulation_flex{
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
}

.insulation_flex_box1{
  width: 50%;
  margin-inline: auto;
  text-align: right;
}
.insulation_flex_box2{
  width: 50%;
  margin-inline: auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .insulation_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    text-align: center;
  }
  .insulation_grid2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    text-align: center;
  }
  .insulation_grid3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    text-align: center;
  }
  .insulation_flex{
  flex-direction: column;
  row-gap: 20px;
}
  .insulation_flex_box1,
  .insulation_flex_box2{
  width: 100%;
  text-align: center;
}
}

/*----------------------------------------
　下層　folts保証
----------------------------------------*/

.warranty_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
  row-gap: 30px;
  width: 100%;
  align-items: center;
  justify-items: stretch;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .warranty_grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

/*----------------------------------------
　下層　sitemap
----------------------------------------*/

.footer_block2{
  margin-bottom: 80px;
}

.footer_block2 ul {
  padding-left: 1em;
  margin: 0 0 0.5em 0;
}
.footer_block2 p {
  margin-bottom: 0.75em;
}

.footer_block2 ul li {
  margin-bottom: 1em;
}

.footer_block2 ul li a {
  text-decoration: none;
  line-height: 1.4;
}

.sitemap_wrap {
    display: flex;
    gap: 40px;
}

.sitemap_left {
    width: 50%;
}

.sitemap_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 70px;
}

@media screen and (max-width: 768px) {
  .footer_block2{
  margin-bottom: 50px;
}
  .sitemap_wrap {
  flex-direction: column;
}
  .sitemap_right {
  width: 100%;
  flex: 1 1 auto;
}
.sitemap_left {
  width: 100%;
}
}

/*----------------------------------------
	footer 共通
----------------------------------------*/
.site_footer {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 70px;
  background: #eff1f0;
  color: #000;
  flex-wrap: wrap;
  gap: 2em;
}

.footer_left {
  flex: 1 1 200px;
}

.footer_left a:hover {
  text-decoration: underline;
}

.footer_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
}

.footer_col {
  flex: 1 1 calc(50% - 2em);
  min-width: 320px;
}

.footer_block{
  margin-bottom: 30px;
}

.footer_block ul {
  padding-left: 2.5em;
  margin: 0 0 0.5em 0;
}
.footer_block p {
  margin-bottom: 0.75em;
}

.footer_block ul li {
  margin-bottom: 1em;
}

.footer_block ul li a {
  text-decoration: none;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .site_footer {
    flex-direction: column;
    row-gap: 70px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .footer_right {
    flex-direction: column;
  }

  .footer_col {
    flex: 1 1 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 500px) {
  .footer_col {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer_left {
    flex: 1 1 150px;
  }
  .site_footer {
    padding-bottom: 20px;
  }
}

/*----------------------------------------
	sideボタン
----------------------------------------*/

.side_fixed {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9;
}

@media screen and (max-width: 768px) {
.side_fixed {
  width: 40px;
}
}

@media screen and (max-width: 600px) {
  .side_fixed {
    display: none;
  }
}

/*----------------------------------------
	イベントページ
----------------------------------------*/

/* 詳細ページャー */

.single_pager {
  display: flex;
  justify-content: center;
}

.single_pager li {
  position: relative;
  list-style: none;
  display: block;
  min-height: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.single_pager li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 18px 130px 18px 10px;
  color: #000;
  background: transparent;
  text-decoration: none;
  border: 1px solid #000;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease;
}

.single_pager li a::after {
  content: "＞";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #000;
  transition: color 0.3s ease;
}

.single_pager li a:hover {
  background: #000;
  color: #fff;
}

.single_pager li a:hover::after {
  color: #fff;
}
.single_prev {
  width: 23.5%;
  margin-right: 1.5%;
}
.single_list {
  width: 100%;
}
.single_next {
  width: 23.5%;
  margin-left: 1.5%;
}
.single_pager li.single_prev a:before {
  content: "＜";
  position: absolute;
  left: 5%;
  top: 40%;
  width: 20px;
  height: 8px;
  z-index: 2;
}
.single_pager li.single_next a:before {
  content: "＞";
  position: absolute;
  right: 5%;
  top: 40%;
  width: 20px;
  height: 8px;
  z-index: 2;
}

/* @media screen and (max-width: 768px){

	.single_prev{ width: 28.5%; }
	.single_list{ width: 40%; }
	.single_next{ width: 28.5%; }

}

@media screen and (max-width: 599px){

	.single_pager li a{
		font-size: 1.2rem;
		padding: 15px 3px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.single_pager li.single_prev a:before,
	.single_pager li.single_next a:before{
		top: 42%;
	}
	.single_pager li.single_prev a:before{
		left:1.4%;
	}
	.single_pager li.single_next a:before{
		right:1.4%;
	}

} */

/* 一覧ページャー */

.pager {
  position: relative;
  overflow: hidden;
}
.pager ul {
  position: relative;
  float: left;
  left: 50%;
}
.pager li {
  position: relative;
  float: left;
  left: -50%;
  color: #000;
  list-style: none;
  font-size: clamp(1.2rem, 1.35vw, 1.6rem);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.pager li a,
.pager li .current {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
}
.pager li a {
  background: #e6e6e6;
  color: #000;
  text-decoration: none;
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pager li a.prev,
.pager li a.next {
  width: auto;
  padding-inline: 15px;
}
.pager li a.prev {
  margin-right: 8px;
}
.pager li a.next {
  margin-left: 4px;
}
.pager li .current {
  background: #333;
  color: #fff;
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pager li a:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .pager li {
    font-size: 1.1rem;
    height: 36px;
  }
  .pager li a,
  .pager li span {
    width: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
  .pager li a.prev,
  .pager li a.next {
    width: auto;
  }
  .pager li a.prev {
    margin-right: 4px;
  }
  .pager li a.next {
    margin-left: 0;
  }
  .pager li .current {
    width: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
  .pager li a.prev img,
  .pager li a.next img {
    vertical-align: -30%;
  }
}

.bg_gold {
  background-color: #b7b595;
}
.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.event_btn_reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background-color: #b7b595;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
  opacity: 1;
  width: 100%;
}

.event_btn_reserve:hover {
  opacity: 0.7;
}

.event_btn_icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  padding-right: 20px;
}

.event_btn_text {
  white-space: nowrap;
}

/*----------------------------------------
	map
----------------------------------------*/
.map {
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  object-fit: contain;
} /*END*/

@media screen and (max-width: 499px) {
  .map {
  overflow: hidden;
  width: 100%;
  height: 300px;
}
}

/*----------------------------------------
	追従ボタン　SP
----------------------------------------*/

.sp_menu{
	width: 100%;
  position: fixed;
  box-sizing: border-box;
  z-index: 9;
  transition: all 0.4s;
  bottom: 0;
}
.sp_menu ul{
  display: flex;
}
.sp_menu a{
	display: none;
}
@media screen and (max-width: 599px){
	.sp_menu a{
		display: block;
	}
}

/*----------------------------------------
	投稿プラン　一覧・詳細
----------------------------------------*/

.bg_plan{
  background-image: url(images/plan/plan_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px;
  position: relative;
}

.mv_plan_ttl{
    position: absolute;
    top: 58%;
    left: 3%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    color: #fff;
    width: 75%;
    max-width: 370px;
}

.plan_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.plan_item {
  border: 1px solid #ddd;
  padding: 25px;
  position: relative;
  background: #fff;
  max-width: 500px;
  min-height: 500px;
  margin-inline: auto;
  width: 100%;
}

.plan_new_mark {
  position: absolute;
  top: 0;
  left: 0;
  background: #ece7c4;
  color: #000;
  font-size: 12px;
  padding: 9px 10px;
}
.plan_new_mark2 {
  background: #ece7c4;
  color: #000;
  font-size: 14px;
  padding: 8px 11px;
}

.plan_member_mark {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
}

.plan_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan_space {
  font-size: 14px;
  margin-bottom: 8px;
}

.plan_status{
  letter-spacing: -0.05em;
}

.plan_space span{
  display: inline-block;
  transform: translateX(-10px);
}

.plan_image {
  width: 100%;
  height: auto;
  display: block;
}

.plan_info{
  margin-bottom: 30px;
}

.plan_row_more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.plan_more_icon {
  width: 32px;
  height: auto;
  opacity: .8;
}

.plan_label {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.plan_label::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -70px;
  width: 74px;
  height: 46px;
  background: url('images/plan/plan_text.png') no-repeat center/contain;
  pointer-events: none;
}

.plan_row_ttl {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding-bottom: 5px;
}

.plan_info_stairs {
  color: #fff;
  background-color: #434343;
  padding: 7px 6px 8px 12px;
}

.plan_price{
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.2em;
}

.plan_info_space {
  display: inline-block;
}

.plan_info_plan {
  color: #000;
  background-color: #eeeeee;
  padding: 8px 10px 8px 12px;
}

.plan_price_unit_wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.1em;
  transform: translateY(5px);
}

.plan_price_tax {
  font-size: 0.6em;
  color: #000;
  line-height: 1.4;
}

.plan_price_unit {
  line-height: 1;
}

.plan_price > span:first-child {
  display: inline-block;
  transform: translateY(10px);
}

.plan_row_image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  max-height: 200px;
}

.plan_row_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.plan_row_image2 {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.plan_row_image2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.plan_item_wrapper {
  position: relative;
}

.plan_item_overlay {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
  width: 92%;
  max-width: 460px;
}

.plan_content_hidden {
    display: none;
}

.plan_archive_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
}

@media screen and (max-width: 1080px) {
    .plan_archive_wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media screen and (max-width: 500px){
  .bg_plan{
  height: 350px;
}
.plan_row_more {
  width: 40px;
}
.plan_item{
  min-height: 440px;
}
.plan_price_unit_wrapper {
  transform: translateY(0px);
}
.mv_plan_ttl{
    width: 80%;
}
.plan_label::after {
  top: -15px;
  width: 70px;
}
}



/*----------------------------------------
	top philosophy
----------------------------------------*/

.top_brand_bg {
  position: relative;
  background-image: url("images/top/top_brand_bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 1100px;
  z-index: 1;
}
.top_brand_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.top_brand_flex {
  display: flex;
  justify-content: center;
  column-gap: 70px;
}
.brand_box1 {
  width: 50%;
}
.brand_box2 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.top_philo_flex {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}
.top_philo_box1 {
  width: 42%;
  transform: translateY(-100px);
}
.top_philo_box2 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 58%;
}

.top_philosophy_obi {
  position: relative;
  background-image: url("images/top/top_about_obi.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 500px;
}

@media screen and (max-width: 1000px) {
  .top_philo_box1 {
  transform: translateY(-50px);
}
  .top_philo_box1 img {
  width: 90%;
}
}

@media screen and (max-width: 768px) {
  .top_brand_ttl {
    flex-direction: column;
    row-gap: 20px;
  }
  .sp_pb0 {
    padding-bottom: 0 !important;
  }
  .brand_box1 {
    width: 100%;
    padding-bottom: 100px;
  }
  .top_brand_bg {
    height: auto;
    padding-bottom: 80px;
  }
  .ttl_brand {
    transform: translateX(10px);
    max-width: 250px;
  }
  .top_philo_flex {
  column-gap: 50px;
}
.top_philosophy_obi {
  height: 300px;
  background-position: left;
}
}

@media screen and (max-width: 600px) {
.top_philo_flex {
  flex-direction: column;
}
.top_philo_box1 {
  width: 100%;
  transform: translateY(0px);
}
.top_philo_box2 {
  width: 100%;
}
.top_philo_box1 img {
  width: 80%;
}

}

/*----------------------------------------
	top company
----------------------------------------*/

.top_company_bg {
  position: relative;
  background-image: url("images/top/company_bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 1000px;
  z-index: 1;
}
.top_company_flex {
  display: flex;
  justify-content: center;
  column-gap: 70px;
}

@media screen and (max-width: 768px) {
  .top_company_flex {
    flex-direction: column;
  }
  .top_company_flex > div:first-child {
    padding-bottom: 50px;
  }
  .top_company_bg {
    height: auto;
    padding-bottom: 70px;
  }
}

/*----------------------------------------
	top incl
----------------------------------------*/

.top_inc_flex{
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.tr_y40{
  transform: translateY(40px);
}

@media screen and (max-width: 960px) {
  .top_inc_flex{
  flex-direction: column;
  row-gap: 40px;
  align-items: start;
}
}

@media screen and (max-width: 768px) {
  .tr_y40{
  transform: translateY(0px);
}
}
/*----------------------------------------
	top 2styles model house
----------------------------------------*/
.top_2model_flex{
  display: flex;
  column-gap: 60px;
}
.top_2model_box{
  max-width: 500px;
  margin-inline: auto;
}
.tr_y-10{
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
.top_2model_flex{
  flex-direction: column;
  row-gap: 60px;
}
}

/*----------------------------------------
	top our company
----------------------------------------*/

.top_our_flex{
  display: flex;
  column-gap: 80px;
  align-items: end;
}
.top_our_flex_box1{
  width: 51%;
}
.top_our_flex_box2{
  width: 49%;
}

@media screen and (max-width: 700px) {
  .top_our_flex{
  flex-direction: column;
  row-gap: 60px;
  align-items: center;
}
.top_our_flex_box1{
  width: 100%;
}
.top_our_flex_box2{
  width: 100%;
  text-align: center;
}
}


/*----------------------------------------
	top topics
----------------------------------------*/

.top_news_list {
  list-style: none;
  border-top: 1px solid #dcdcdc;
}

.top_news_item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 10px;
  border-bottom: 1px solid #dcdcdc;
  color: #000;
}

.top_news_meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.top_news_date {
  width: 100px;
}

.top_news_cat {
  width: 80px;
}

.top_news_new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 1.4rem !important;
  background: #e8e4c8;
  color: #000;
}

.top_news_main {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.top_news_title {
  flex: 1;
  line-height: 1.5;
}

.top_news_arrow {
  font-size: 3rem;
  color: #000;
}
.top_news_link {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .top_news_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 36px 10px 14px;
    position: relative;
  }

  .top_news_main {
    width: 100%;
  }

  .top_news_arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .top_news_new {
  font-size: 1.2rem !important;
}
  .top_news_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}


/*----------------------------------------
	下層　3分で分かる123HOME
----------------------------------------*/
.bg_about{
  background-image: url(images/about/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px;
  position: relative;
}

.about_ttl{
  max-width: 620px;
}

.top_btn_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-items: center;
}

.seismic_flex5_box1{
  width: 30%;
}

.seismic_flex5_box2{
  width: 70%;
}

.sub_label{
  color: #fff;
  background-color: #61958f;
  padding: 0.2em 0.8em 0.1em;
  display: inline-block;
}

.about_slider_wrap {
  overflow: hidden;
}

.about_slider {
  margin: 0 auto;
}

.about_slider .slide_item {
  padding: 0 20px;
}

.about_slider img {
  max-width: 500px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* dots 全体 */
.about_slider .slick-dots {
  bottom: -40px;
}

/* ドット共通 */
.about_slider .slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  opacity: 1;
}

/* アクティブ */
.about_slider .slick-dots li.slick-active button:before {
  color: #61958f;
}

.about_bnr_flex{
  display: flex;
  gap: 40px;
}
.about_bnr_flex_box1{
  width: 50%;
}
.about_bnr_flex_box2{
  width: 50%;
}

.about_model_flex{
  display: flex;
  gap: 40px;
}
.about_model_box{
  max-width: 322px;
  padding-bottom: 40px;
  margin-inline: auto;
}
.about_model_text{
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .top_btn_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .seismic_flex5_box1{
  width: 100%;
}
  .seismic_flex5_box2{
  width: 100%;
}
.about_bnr_flex{
  flex-direction: column;
}
.about_bnr_flex_box1,
.about_bnr_flex_box2{
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
}
.about_model_flex{
  flex-direction: column;
}
}

@media screen and (max-width: 600px) {
  .top_btn_wrap {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 500px){
  .bg_about{
  height: 350px;
}
.about_slider .slide_item {
  padding: 0 10px;
}
}

/*----------------------------------------
	下層　全部コミコミ
----------------------------------------*/
.bg_inclusive{
  background-image: url(images/inclusive/inclusive_mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 500px){
  .bg_inclusive{
  height: 350px;
}
}

.inclusive_ttl{
  max-width: 690px;
}

.inclusive_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  row-gap: 40px;
  column-gap: 30px;
  justify-items: center;
}

.inclusive_item {
  width: 230px;
}

.inclusive_item img {
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  object-fit: cover;
  display: block;
}

.inclusive_text{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1.4;
  text-align: center;
  height: 80px;
  letter-spacing: -0.005em;
}

/*----------------------------------------
	下層 123HOMEについて
----------------------------------------*/

.bg_concept{
  background-image: url(images/concept/reason_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 500px){
  .bg_concept{
  height: 350px;
}
}

/*----------------------------------------
	下層　性能も価値も高い家
----------------------------------------*/


.bg_performance{
  background-image: url(images/performance/performance_mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 500px){
  .bg_performance{
  height: 350px;
}
}

.performance_ttl{
  max-width: 520px;
}

.performance_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .performance_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 550px) {
  .performance_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.performance_grid_text{
  width: 230px;
  height: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
/*----------------------------------------
	下層　定期点検・保証制度
----------------------------------------*/


.bg_maintenance{
  background-image: url(images/maintenance/maintenance_mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 500px){
  .bg_maintenance{
  height: 350px;
}
}

.maintenance_ttl{
  max-width: 540px;
}