@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html,
body {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
  transition: 0.3s;
}

a:link,
a:visited {
  color: #fff;
}

a:hover,
a:active {
  color: #ccc;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*ボタンホバー設定*/
.btn {
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.9;
}

/*スマホ用画像を非表示*/
.sp {
  display: none;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container {
  position: relative;
  padding-top: 0em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*本体*/
#main {
  background-image: url("../images/bg_setsumei_top_2509.webp"), url("../images/bg_setsumei_bottom.webp");
  background-repeat: repeat-x, no-repeat;
  background-color: #000;
  background-position: top, bottom center;
}

/*カラム部分*/
#main-in {
  background-color: transparent;
  padding-top: 0em;
}

/*カラム内部のサイズ*/
#main-contents .contents {
  margin-bottom: 0em;
  padding: 0px 50px 0px;
}

/*段落タグ*/
#main-contents p {
  line-height: 1.7;
}

/*全体のフォントサイズ*/
#main-contents {
  font-size: 1.6em;
}

/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
#main-contents h2 {
  margin: 0 0 1em;
  padding: 0.5em;
  border-bottom: none;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #000;
}

/*H3タグ*/
#main-contents h3 {
  margin: 0.5em 0 0.5em;
  padding: 0.5em;
  border-left: 8px solid #000;
  border-bottom: 1px dotted #ccc;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}

/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(PÇ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image {
  position: relative;
  padding-top: 0em;
  background: url("../images/fv_bg_pc_2509.webp") center top no-repeat;
  height: auto;
  background-color: #000;
}

#main-image-in {
  position: relative;
  padding-bottom: 0em;
  background-color: transparent;
}

#main-image img {
  width: 100%;
  height: auto;
}
.btn_access {
  position: absolute;
  display: block;
  width: 320px;
  padding: 1.5em 3em 1.5em 3em;
  border-radius: 20px 20px 20px 20px;
  background-color: #e9ff00;
  border-bottom: 5px solid #ccc100;
  top: 88%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.btn_access:hover {
  background: #e9ff00;
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}

/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------
コンテンツ
-----------------------------------------*/
.wrapper_bg_black {
  background-color: rgba(000, 000, 000, 0.6);
  margin-bottom: 150px !important;
}
.cnt_intro,
.cnt_nittei,
.cnt_price {
  padding-top: 150px;
}
.cnt_intro {
  padding-bottom: 75px;
}
.cnt_syutsuensya {
  padding-top: 75px;
}
.cnt_price {
  padding-bottom: 150px;
}
p.intro {
  color: #ff1fe4;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

ul.list_syutsuensya {
  width: 85%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.5em;
}

li.andmore {
  padding-top: 0.3em;
  font-size: 0.8em;
}
.remark_syutsuensya {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  margin-top: 1.5em;
}

.remark_syutsuensya p::before {
  content: "※";
}

.sub_date {
  margin-bottom: 1em;
}
.flex_schedule {
  display: flex;
  justify-content: space-between;
}
.flex_schedule span {
  display: block;
  width: 48.6%;
}

.remark_schedule {
  margin-top: 0.5em;
  margin-bottom: 2.5em;
}

.remark_schedule p::before {
  content: "※";
}
p.price {
  text-align: center;
  margin-bottom: 2.5em;
}
.txt_caution {
  width: 85%;
  margin: 0 auto;
  margin-top: 2em;
}

.txt_caution p {
  line-height: 1.3 !important;
  font-size: 0.8125em;
}

p.sub_caution {
  margin-bottom: 0.5em;
}

p.list_caution::before {
  content: "※";
}

.btn_cta {
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 2em 3em 2em 3em;
  border-radius: 20px 20px 20px 20px;
  background-color: #e9ff00;
  border-bottom: 5px solid #ccc100;
  text-align: center;
  margin-bottom: 1em;
}

.btn_cta:hover {
  background: #e9ff00;
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}
p.txt_jimukyoku {
  text-align: center;
  margin-bottom: 8em;
}

.box_btn_popup {
  position: relative;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 3em;
}

.fukidashi_popup {
  position: absolute;
  width: 45%;
  right: -17%;
  top: -18%;
}

.flex_btn {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}

.btn_goods,
.btn_archive {
  width: 48%;
}

.btn_campaign {
  display: block;
  width: 40%;
  margin: 0 auto;
}

/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/

#footer {
  background: #000;
  padding: 2em 0;
  text-align: center;
  font-size: 1.4em;
}
