@charset "utf-8";

/*----- common -----*/
html {font-size: 62.5%;}
body {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  background: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
.roboto {font-family: 'Roboto', sans-serif; font-weight: 400;}
.domine {font-family: 'Domine', serif; font-weight: 700;}
.serif {font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.cormorant {font-family: 'Cormorant', serif; font-weight: 400; font-style: italic;}

/*---------- upper -----------*/
#container {
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}
.box {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.m_box {
  position: relative;
  padding-left: 6rem;
  padding-right: 6rem;
}
.s_box {
  position: relative;
  padding-left: 9rem;
  padding-right: 9rem;
}

/*----- column -----*/
.flex {display: flex;}
.sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center ;
}
.jcc {justify-content: center;}
.aic {align-items: center;}
.afe {align-items: flex-end;}

/*---------- width -----------*/
.wfit {width: fit-content;}

/*---------- margin,padding -----------*/
.mb5 {margin-bottom: 0.5rem;}
.mb9 {margin-bottom: 0.9rem;}
.mb10 {margin-bottom: 1rem;}
.mb15 {margin-bottom: 1.5rem;}
.mb30 {margin-bottom: 3rem;}
.mb45 {margin-bottom: 4.5rem;}
.mb60 {margin-bottom: 6rem;}
.mb90 {margin-bottom: 9rem;}

.mt10 {margin-top: 1rem;}

.p10 {padding: 1rem;}
.p30 {padding: 3rem;}
.plr30 {padding-left: 3rem;padding-right: 3rem;}
.plr60 {padding-left: 6rem;padding-right: 6rem;}

.pr10 {padding-right: 1rem;}
.pr30 {padding-right: 3rem;}

.pb5 {padding-bottom: 0.5rem;}
.pb15 {padding-bottom: 1.5rem;}
.pb30 {padding-bottom: 3rem;}
.pb45 {padding-bottom: 4.5rem;}
.pb60 {padding-bottom: 6rem;}
.pb90 {padding-bottom: 9rem;}

.pt5 {padding-top: 0.5rem;}
.pt15 {padding-top: 1.5rem;}
.pt30 {padding-top: 3.0rem;}
.pt45 {padding-top: 4.5rem;}
.pt60 {padding-top: 6rem;}
.pt75 {padding-top: 7.5rem;}
.pt90 {padding-top: 9rem;}

/*----- img -----*/
.c_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.r_img {
  display:block;
  margin: 0 0 0 auto;
}
.h_img {transition: 0.3s;}
.h_img:hover {opacity: 0.8;}

/*----- text -----*/
.r_txt {margin: 0 0 0 auto;}
.notes {
  font-size: 1.1rem;
  color: #8a8a8a;
}
mark {
  background: linear-gradient(transparent 96%,#d6803b 0);
  background-position: left top;
}


.fs9 {font-size: 0.9rem;}
.fs11 {font-size: 1.1rem;}
.fs12 {font-size: 1.2rem;}
.fs14 {font-size: 1.4rem;}
.fs16 {font-size: 1.6rem;}
.fs18 {font-size: 1.8rem;}
.fs20 {font-size: 2.0rem;}
.fs22 {font-size: 2.2rem;}
.fs24 {font-size: 2.4rem;}
.fs26 {font-size: 2.6rem;}
.fs28 {font-size: 2.8rem;}
.fs30 {font-size: 3.0rem;}
.fs32 {font-size: 3.2rem;}
.fs34 {font-size: 3.4rem;}
.fs36 {font-size: 3.6rem;}
.fs38 {font-size: 3.8rem;}
.fs40 {font-size: 4.0rem;}
.fs42 {font-size: 4.2rem;}
.fs46 {font-size: 4.6rem;}
.fs48 {font-size: 4.8rem;}
.fs49 {font-size: 4.9rem;}
.fs52 {font-size: 5.2rem;}
.fs54 {font-size: 5.4rem;}
.fs56 {font-size: 5.6rem;}
.fs62 {font-size: 6.2rem;}
.fs64 {font-size: 6.4rem;}
.fs68 {font-size: 6.8rem;}

.fs60p {font-size: 60%;}
.fs70p {font-size: 70%;}
.fs80p {font-size: 80%;}
.fs120p {font-size: 120%;}
.fs150p {font-size: 150%;}
.fs180p {font-size: 180%;}

.fwn {font-weight: normal;}
.fwb {font-weight: bold;}
.fw500 {font-weight: 500;}
.italic {font-style: italic;}

.ts01 {text-shadow: 0.2rem 0.2rem #00000026;}

.lh09 {line-height: 0.9;}
.lh1 {line-height: 1;}
.lh11 {line-height: 1.1;}
.lh12 {line-height: 1.2;}
.lh13 {line-height: 1.3;}
.lh14 {line-height: 1.4;}
.lh15 {line-height: 1.5;}
.lh16 {line-height: 1.6;}
.lh17 {line-height: 1.7;}
.lh18 {line-height: 1.8;}
.lh2 {line-height: 2;}

.icon_ttl01 {
  background: url(../img/common/ttl_icon01.webp) no-repeat left center;
  background-size: 4rem;
  padding-left: 4.4rem;
}
.icon_ttl02 {
  background: url(../img/common/ttl_icon02.webp) no-repeat left center;
  background-size: 2.8rem;
  padding-left: 3.2rem;
  border-bottom: 0.1rem solid #083480;
}

/*----- color -----*/
.blue {color: #083480;}
.lblue {color: #1ea4d8;}
.lblue02 {color: #b4c2d9;}
.gold {color: #ad8a51;}
.grey {color: #8a8a8a;}
.white {color: #ffffff;}
.yellow {color: #ffff4b;}

.white_bg {background-color: #ffffff;}
.lblue_bg {background-color: #e4e9ef;}
.lgold_bg {background-color: #ece9da;}
.gold_bg {background-color: #ac8951;}
.arw_bg {
  background-image: url(../img/common/sec_arw.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.gra_bg {
  background: url(../img/common/gra_bg.webp) no-repeat center top;
  background-size: contain;
}
.border_gold {border: 0.1rem solid #ac8951;}

.db, .pc {display: block;}
.dn, .sp {display: none;}
.tac {text-align: center;}
.tar {text-align: right;}
.relative {position: relative;}
.absolute {position: absolute;}
.z1 {z-index: 1;}
.br09 {border-radius: 0.9rem;}
.br15 {border-radius: 1.5rem;}
.abc {
  position: absolute;
  left: 0;
  right: 0;
}


.fadeout_btn {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.fadeout_btn01 {width: 34rem;}
.fadeout_btn02 {width: 40rem;}
.fadeout_box {
  overflow: hidden;
  height: 24rem;
}
.fadeout_box.open {
  height: auto;
}
.fadeout01 {
  width: 100%;
  height: 14rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  background: -webkit-linear-gradient(90deg, #ffffff, #ffffff00);
}
.fadeout02 {
  width: 100%;
  height: 14rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e3e8ee;
  background: -webkit-linear-gradient(90deg, #e3e8ee, #e3e8ee00);
}


@media screen and (max-width:749px) {
  html {
    font-size: 1.33333vw
  }
}