@charset "UTF-8";

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

html {
  /* font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",
    sans-serif; */
  font-family: 'Noto Sans JP', 'Source Han Sans JP', 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;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  line-break: strict;
  /* background-color: #000; */
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  font-size: 1.4em;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
svg {
  overflow: visible;
  height: auto;
}
.rela {
  position: relative;
}
.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;
}

.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w70 { width: 55%; }
.w75 { width: 75%; }

@media screen and (max-width: 820px) {
  .tb_text_center {
    text-align: center;
  }
  .tb_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
.w25, .w30, .w35, .w45, .w50, .w55, .w70, .w75 {
    width: 100%;
}
}

@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;
  }
} /*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: #f6f4ef;
}
.bg_white_green {
  background-color: #c7d5d3;
}
.bg_black{
  background-color: #000;
}
.bg_navy{
  background-color: #28292b;
}
.bg_water{
  background-color: #c6e2f5;
}

.sp_br {
  display: none;
}

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

  /* padding-top */
  .sp_pt0 { padding-top: 0 !important; }
  .sp_pt10 { padding-top: 10px !important; }
  .sp_pt20 { padding-top: 20px !important; }
  .sp_pt30 { padding-top: 30px !important; }
  .sp_pt40 { padding-top: 40px !important; }
  .sp_pt50 { padding-top: 50px !important; }
  .sp_pt60 { padding-top: 60px !important; }
  .sp_pt70 { padding-top: 70px !important; }
  .sp_pt80 { padding-top: 80px !important; }
  .sp_pt90 { padding-top: 90px !important; }
  .sp_pt100 { padding-top: 100px !important; }
  .sp_pt110 { padding-top: 110px !important; }
  .sp_pt120 { padding-top: 120px !important; }
  .sp_pt130 { padding-top: 130px !important; }
  .sp_pt140 { padding-top: 140px !important; }

  /* padding-bottom */
  .sp_pb10 { padding-bottom: 10px !important; }
  .sp_pb20 { padding-bottom: 20px !important; }
  .sp_pb30 { padding-bottom: 30px !important; }
  .sp_pb40 { padding-bottom: 40px !important; }
  .sp_pb50 { padding-bottom: 50px !important; }
  .sp_pb60 { padding-bottom: 60px !important; }
  .sp_pb70 { padding-bottom: 70px !important; }
  .sp_pb80 { padding-bottom: 80px !important; }
  .sp_pb90 { padding-bottom: 90px !important; }
  .sp_pb100 { padding-bottom: 100px !important; }
  .sp_pb110 { padding-bottom: 110px !important; }
  .sp_pb120 { padding-bottom: 120px !important; }
  .sp_pb130 { padding-bottom: 130px !important; }
  .sp_pb140 { padding-bottom: 140px !important; }

  /* margin-top */
  .sp_mt0 { margin-top: 0 !important; }
  .sp_mt10 { margin-top: 10px !important; }
  .sp_mt20 { margin-top: 20px !important; }
  .sp_mt30 { margin-top: 30px !important; }
  .sp_mt40 { margin-top: 40px !important; }
  .sp_mt50 { margin-top: 50px !important; }
  .sp_mt60 { margin-top: 60px !important; }
  .sp_mt70 { margin-top: 70px !important; }
  .sp_mt80 { margin-top: 80px !important; }
  .sp_mt90 { margin-top: 90px !important; }
  .sp_mt100 { margin-top: 100px !important; }
  .sp_mt110 { margin-top: 110px !important; }
  .sp_mt120 { margin-top: 120px !important; }
  .sp_mt130 { margin-top: 130px !important; }
  .sp_mt140 { margin-top: 140px !important; }

  /* margin-bottom */
  .sp_mb10 { margin-bottom: 10px !important; }
  .sp_mb20 { margin-bottom: 20px !important; }
  .sp_mb30 { margin-bottom: 30px !important; }
  .sp_mb40 { margin-bottom: 40px !important; }
  .sp_mb50 { margin-bottom: 50px !important; }
  .sp_mb60 { margin-bottom: 60px !important; }
  .sp_mb70 { margin-bottom: 70px !important; }
  .sp_mb80 { margin-bottom: 80px !important; }
  .sp_mb90 { margin-bottom: 90px !important; }
  .sp_mb100 { margin-bottom: 100px !important; }
  .sp_mb110 { margin-bottom: 110px !important; }
  .sp_mb120 { margin-bottom: 120px !important; }
  .sp_mb130 { margin-bottom: 130px !important; }
  .sp_mb140 { margin-bottom: 140px !important; }
}

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

.p_l5{
  padding-left: 5px;
}

.max190{
  max-width: 190px;
}
.max200{
  max-width: 200px;
}
.max230{
  max-width: 230px;
}
.max440{
  max-width: 440px;
}
.max500{
  max-width: 500px;
}
.max650{
  max-width: 650px;
}
.max840{
  max-width: 840px;
}
.max1000{
  max-width: 1000px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.flex_col{
  flex-direction: column;
}
.al_self_r{
  align-self: flex-end;
}

.pl_1em{
  padding-left: 1em;
}
/*----------------------------------------
	text
----------------------------------------*/

p {
  line-height: 2;
}
.text400 {
  font-weight: 400;
}
.text500 {
  font-weight: 500;
}
.text600 {
  font-weight: 600;
}
.text700 {
  font-weight: 700;
}
.text800 {
  font-weight: 800;
}
.text_bold {
  font-weight: bold;
}
.text_normal {
  font-weight: normal;
}
.text_white {
  color: #fff !important;
}
.text_black {
  color: #000 !important;
}
.text_pink {
  color: #ea68a2;
}
.text_water {
  color: #00b7ef;
}
.text_green{
  color: #61958f;
}
.text_purple {
  color: #435b72;
}
.text_yellow {
  color: #b7b595;
}
.text_gray {
  color: #ccc;
}
.text_gray2 {
  color: #434343;
}
.text_whitegray {
  color: #b8b8b8;
}
.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(20px, 3.25vw, 28px);
}
.text_30 {
  font-size: clamp(21px, 3.25vw, 30px);
}
.text_34 {
  font-size: 3.4rem !important;
}
.text_35 {
  font-size: clamp(21px, 4vw, 35px);
}
.text_36 {
  font-size: clamp(22px, 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(46px, 8vw, 70px);
}
.text_72 {
  font-size: clamp(46px, 8.2vw, 72px);
}
.text_80 {
  font-size: clamp(52px, 8.5vw, 80px);
}
.text_90 {
  font-size: clamp(54px, 9vw, 90px);
}
.text_100 {
  font-size: clamp(56px, 10vw, 100px);
}
.text_120 {
  font-size: clamp(60px, 12vw, 120px);
}
.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_-001 {
  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_14 {
    font-size: 1.4rem !important;
  }
  .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_14 {
    font-size: 1.4rem !important;
  }
  .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_14 {
    font-size: 1.4rem !important;
  }
  .text_18 {
  font-size: 1.7rem;
  }
  .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,
  .text_50 {
    font-size: 2.8rem !important;
  }
  .ls_2 {
    letter-spacing: 0;
  }
}

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

.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;
  object-position: center;
}

.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.m_r10{
  margin-right: 10px;
}

.al_normal{
  align-items: normal;
}
.jc_space_even{
  justify-content: space-evenly;
}
.c_gap25{
  column-gap: 25px;
}

.text_limit_4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.text_limit_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text_limit_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text_limit_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

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

#content_ifr {
    max-width: 880px;
    min-width: auto;
    box-sizing: border-box;
}
/*----------------------------------------
	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_frame1350b {
  width: 100%;
  max-width: 1350px;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 50px;
  padding-left: 50px;
}
.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: 1000px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner_frame870 {
  max-width: 910px;
  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_frame740_2 {
  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%;
  }
  .inner_frame1350b {
  padding-right: 0;
  padding-left: 0;
}
}
@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_frame870,
  .inner_frame740,
  .inner_frame760 {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}

@media screen and (max-width: 500px) {
.inner_frame740_2 {
  padding-right: 0px;
  padding-left: 0px;
}
}

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

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

/* ---------------------------------
テキスト
------------------------------------*/

.neue {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

.noto {
  font-family: 'Noto Sans JP', 'Source Han Sans JP', sans-serif;
}
.yumin {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.pt_mono {
  font-family: 'PT Mono', monospace;
}
address {
  font-style: normal;
}
.myriad {
  font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro",
    Helvetica, Arial, sans-serif;
}
.italic {
  font-style: italic;
}
.nunito {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.shippori {
  font-family: "Shippori Mincho", serif;
}
.garamond {
  font-family: "Cormorant Garamond", serif;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.kozuka {
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "小塚ゴシック Pro", sans-serif;
}
.times_font {
  font-family: "Times New Roman", Times, serif;
}
.pop {
    font-family: 'Poppins', sans-serif;
}
.yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}