@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 10px;
}

.keizoku_01 {
  color: #fff500;
  font-family: 'canada-type-gibson';
  font-weight: 900;
  font-size: 12rem;
  position: relative;
  -webkit-text-stroke: 15px #4d6369;
  padding-left: 20px;
  display: block;
  display: inline-block;
}

.keizoku_01::before {
  content: attr(data-text);
  -webkit-text-stroke: 0;
  position: absolute;
  inset: 0 auto auto 0;
  /* 修正: 全方向に配置 */
  padding-left: 20px;
  display: block;
}

.keizoku_02 {
  color: #fff500;
  font-family: 'canada-type-gibson';
  font-weight: 900;
  font-size: 8rem;
  position: relative;
  -webkit-text-stroke: 15px #4d6369;
  padding-top: 15px;
  display: inline-block;
}

.keizoku_02::before {
  content: attr(data-text);
  -webkit-text-stroke: 0;
  position: absolute;
  padding-top: 15px;
  inset: 0 auto auto 0;
}

.keizoku_03 {
  color: #fff500;
  font-family: 'canada-type-gibson';
  font-weight: 500;
  font-size: 6rem;
  position: relative;
  -webkit-text-stroke: 10px #4d6369;
  padding-top: 25px;
  display: inline-block;
}

.keizoku_03::before {
  content: attr(data-text);
  -webkit-text-stroke: 0;
  position: absolute;
  padding-top: 25px;
  inset: 0 auto auto 0;
}

/*---------------------------
共通スタイル
---------------------------*/
/*-- フォントサイズ --*/
.f10 {
  font-size: 1rem;
}

.f18 {
  font-size: 1.8rem;
}

.f20 {
  font-size: 2rem;
}

.f22 {
  font-size: 2.2rem;
}

.f24 {
  font-size: 2.4rem;
}

.f26 {
  font-size: 2.6rem;
}

.f28 {
  font-size: 2.8rem;
}

.f32 {
  font-size: 3.2rem;
}

.f36 {
  font-size: 3.6rem;
}

.f38 {
  font-size: 3.8rem;
}

.f40 {
  font-size: 4rem;
}

.f45 {
  font-size: 4.5rem;
}

.f48 {
  font-size: 4.8rem;
}

.f56 {
  font-size: 5.6rem;
}

.f64 {
  font-size: 6.4rem;
}

.f96 {
  font-size: 9.6rem;
}

.f160 {
  font-size: 16rem;
}

/*-- マージン --*/
.mt16 {
  margin-top: 1.6rem;
}

.mt24 {
  margin-top: 2.4rem;
}

.mt32 {
  margin-top: 3.2rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt48 {
  margin-top: 4.8rem;
}

.mt64 {
  margin-top: 6.4rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt96 {
  margin-top: 9.6rem;
}

.mb24 {
  margin-bottom: 2.4rem;
}

.mb32 {
  margin-bottom: 3.2rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb48 {
  margin-bottom: 4.8rem;
}

.mb64 {
  margin-bottom: 6.4rem;
}

.ml32 {
  margin-left: 3.2rem;
}

/*-- パディング --*/
.pt12 {
  padding-top: 1.2rem;
}

.pt24 {
  padding-top: 2.4rem;
}

.pt32 {
  padding-top: 3.2rem;
}

.pt40 {
  padding-top: 4rem;
}

.pt48 {
  padding-top: 4.8rem;
}

.pt64 {
  padding-top: 6.4rem;
}

.pt96 {
  padding-top: 9.6rem;
}

.pb12 {
  padding-bottom: 1.2rem;
}

.pb20 {
  padding-bottom: 2rem;
}

.pb24 {
  padding-bottom: 2.4rem;
}

.pb32 {
  padding-bottom: 3.2rem;
}

.pb40 {
  padding-bottom: 4rem;
}

.pb48 {
  padding-bottom: 4.8rem;
}

.pb64 {
  padding-bottom: 6.4rem;
}

.pb80 {
  padding-bottom: 8rem;
}

.pb96 {
  padding-bottom: 9.6rem;
}

.pl24 {
  padding-left: 2.4rem;
}

/*-- カラー --*/
.gray {
  color: #4d6369;
}

.blue {
  color: #60b9c2;
}

.l_blue {
  color: #b2eaed;
}

.yellow {
  color: #fff500;
}

.red {
  color: #fe3572;
}

.white {
  color: #fff;
}

/*-- 背景色 --*/
.bg_l_blue {
  background: #b2eaed;
}

/*-- フォントスタイル --*/
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

/*-- フォントファミリー --*/
.font_ja {
  font-family: "mitimasu", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.font_en {
  font-family: "canada-type-gibson", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.font_en_i {
  font-family: "canada-type-gibson", sans-serif;
  font-style: italic;
  font-weight: 500;
}

/*-- font-face --*/
@font-face {
  font-family: "bootstrap@5.3.0";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/fonts/bootstrap-icons.woff2") format("woff2");
  font-display: swap;
}
/*-- 行間調整 --*/
.lh15 {
  line-height: 1.5em;
}

.lh18 {
  line-height: 1.8em;
}

.lh20 {
  line-height: 2em;
}

/*-- 円 --*/
.round {
  border-radius: 50%;
}

/*-- リンクテキスト --*/
.link_txt {
  text-decoration: underline;
}

/*---------------------------
Body
---------------------------*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #4d6369;
  line-height: 1.8em;
  background: #fff;
  position: relative;
}

/*---------------------------
Link
---------------------------*/
a {
  text-decoration: none;
  word-break: break-all;
}

a:hover img {
  transition-duration: 0.3s;
  opacity: 0.7;
}

a.link_line {
  text-decoration: underline;
}
a.link_line:hover {
  cursor: pointer;
  color: #fff500;
}

/*---------------------------
Img
---------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*---------------------------
中央揃え用スタイル
---------------------------*/
.mlr24 {
  margin: 0 2.4rem;
}

.mlr32 {
  margin: 0 3.2rem;
}

.mlr48 {
  margin: 0 4.8rem;
}

/*-- 画像センター用 --*/
.img_center {
  display: block;
  margin: 0 auto;
}

.t_center {
  text-align: center;
}

.v_middle {
  display: inline-block;
  vertical-align: middle;
}

.t_left {
  text-align: left;
}

/*-- ブロック要素 --*/
.display_b {
  display: block;
}

.display_ib {
  display: inline-block;
}

/*-- 横並び --*/
.display_f {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-- 縦並び --*/
.display_f2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*---------------------------
Pc
---------------------------*/
.pc_container {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../img/pc_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: auto;
}
.pc_container .pc_inner {
  max-width: 1536px;
}
.pc_container .pc_inner .pc_people {
  position: absolute;
  left: 15rem;
  bottom: 0;
  width: 90rem;
  z-index: 2;
}
.pc_container .pc_inner .pc_btn {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 5;
}
.pc_container .pc_inner .pc_flex {
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: flex;
  align-items: center;
  z-index: 5;
}
.pc_container .pc_inner .pc_flex .pc_store {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  background: #4d6369;
  padding: 1.8rem 3.6rem;
}

.pc_container.bg-lazy {
  background-image: none !important;
}

.no-webp .pc_container {
  background: url(../img/bg.jpg);
}
.no-webp .pc_container.bg-lazy {
  background-image: none !important;
}

/*------------------------------------------------------
Sp
------------------------------------------------------*/
.sp_container {
  box-shadow: 0 1rem 2.5rem 0 rgba(16, 76, 119, 0.6);
  width: 60rem;
  background: #fff;
}

/*---------------------------
@mixin
---------------------------*/
/*-- Webフォント用 --*/
/*-- ボタン用 --*/
/*-- 吹き出し用 --*/
/*-- h3見出し（日本語f48）用 --*/
/*-- 迷彩影付き見出し用 --*/
/*-- イエロー影付き見出し用 --*/
/*-- 画像と横並び見出し用 --*/
/*-- 青下線用 --*/
/*-- 横並び白枠用 --*/
/*-- リストボックス用 --*/
/*-- 複数行の見出し用 --*/
/*-- イエロー円・先着100名様限定 --*/
/*-- 注意書き --*/
/*---------------------------
■フッター
---------------------------*/
.footer_area {
  background: #4d6369;
  color: #fff;
  padding: 3.2rem 0 4rem;
}
.footer_area .logo {
  width: 24rem;
  margin: auto;
  display: block;
}
.footer_area .copy {
  font-size: 2rem;
  text-align: center;
}

/*---------------------------
■共通パーツ
---------------------------*/
/*---- ブルー背景複数行の見出し ----*/
.blue_ml_ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background: #60b9c2;
  padding: 3rem;
}

/*---- 背景複数行の見出し ----*/
.ml_ttl {
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

/*---- グレー背景見出し ----*/
.h2_gray {
  background: #4d6369;
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  padding: 2rem;
}

/*---- グレー背景テキスト ----*/
.gray_p {
  background: #4d6369;
  color: #fff;
  padding: 6.4rem 4.8rem;
}

/*---- 雲形吹き出し ----*/
.balloon_cloud {
  padding-bottom: 11rem;
}

.balloon_cloud_txt, .balloon_cloud_txt2 {
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  font-size: 4.5rem;
  padding-top: 5.5rem;
  position: absolute;
  width: 60rem;
  text-align: center;
}

.balloon_cloud_txt2 {
  padding-top: 23rem;
}

/*---- 吹き出し（白） ----*/
.white_balloon {
  position: absolute;
  background: url(../img/bubble_white.webp) top left no-repeat;
  background-size: cover;
  width: 28rem;
  height: 10rem;
  margin: -5.4rem 0 0 3.2rem;
}
.white_balloon .white_balloon_txt {
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  display: block;
  margin-top: 0.7rem;
}

/*---- 無料体験ボタン ----*/
.trial_btn {
  display: block;
  width: 50rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
  background-color: #60b9c2;
  border-radius: 100vh;
  box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.5) inset, -0.3rem -0.3rem 0.3rem 0 rgba(0, 66, 72, 0.5) inset;
  margin: 0 auto 4.8rem;
}
.trial_btn::before {
  content: "無料";
  font-size: 2.5rem;
  color: #60b9c2;
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2) inset;
}
.trial_btn::after {
  content: "▶";
  position: relative;
  top: -0.5rem;
  font-size: 2rem;
  color: #60b9c2;
  background-color: #fff;
  padding: 1rem 1.1rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.trial_btn:hover {
  opacity: 0.8;
}

/*---- 無料体験ボタン ----*/
.trial_btn_only {
  display: block;
  width: 50rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
  background-color: #60b9c2;
  border-radius: 100vh;
  box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.5) inset, -0.3rem -0.3rem 0.3rem 0 rgba(0, 66, 72, 0.5) inset;
  margin: 0 auto;
}
.trial_btn_only::before {
  content: "無料";
  font-size: 2.5rem;
  color: #60b9c2;
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2) inset;
}
.trial_btn_only::after {
  content: "▶";
  position: relative;
  top: -0.5rem;
  font-size: 2rem;
  color: #60b9c2;
  background-color: #fff;
  padding: 1rem 1.1rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.trial_btn_only:hover {
  opacity: 0.8;
}

/*---- 無料体験ボタンのリンクテキスト ----*/
.link a {
  text-decoration: underline;
}
.link a:hover {
  color: #fff500;
}

/*---- 口コミボタン ----*/
.tweet_btn {
  display: block;
  width: 50rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
  background-color: #60b9c2;
  border-radius: 100vh;
  box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.5) inset, -0.3rem -0.3rem 0.3rem 0 rgba(0, 66, 72, 0.5) inset;
  width: 36rem;
  margin: 0 auto;
}
.tweet_btn::after {
  content: "▶";
  position: relative;
  top: -0.5rem;
  font-size: 2rem;
  color: #60b9c2;
  background-color: #fff;
  padding: 1rem 1.1rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.tweet_btn:hover {
  opacity: 0.8;
}

/*---- 無料体験ボタン・フッター追従 ----*/
.trial_btn_fixed {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 2.5rem;
  text-align: center;
  background-color: #60b9c2;
}
.trial_btn_fixed::before {
  content: "無料";
  font-size: 2.4rem;
  color: #60b9c2;
  background-color: #fff;
  padding: 1.7rem 0.71rem;
  border-radius: 50%;
  margin-right: 1rem;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2) inset;
}
.trial_btn_fixed::after {
  content: "▶";
  position: relative;
  top: -0.5rem;
  font-size: 2rem;
  color: #60b9c2;
  background-color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.trial_btn_fixed:hover {
  opacity: 0.8;
}

/*---------------------------
■パーツ調整
---------------------------*/
/*---- メイン画像（First View） ----*/
.fv {
  position: relative;
  width: 100%;
  height: 104rem;
  background: url(../img/fv_bg.webp) 0 0 no-repeat;
  background-size: cover;
}
.fv .logo {
  padding-top: 3.2rem;
  width: 25rem;
}
.fv .logo img {
  width: 25rem;
  height: auto;
}
.fv .logo p {
  text-align: center;
}
.fv .fv_no1 {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  width: 24rem;
}
.fv .fv_txt {
  position: absolute;
  display: block;
  margin: 22rem 8.5rem;
}
.fv .fv_campaign {
  position: relative;
  width: 55.2rem;
  top: 43rem;
  background: #60b9c2;
  border-radius: 2rem;
  margin: 5rem auto 9.5rem;
}
.fv .fv_campaign .yellow_cercle {
  position: absolute;
  background: #fff500;
  border-radius: 50%;
  display: grid;
  place-items: center center;
  text-align: center;
  line-height: 1.4;
  top: -10rem;
  width: 12rem;
  height: 12rem;
}
.fv .fv_campaign .fv_c_ttl {
  padding: 1.4rem 0 0.5rem;
  text-align: center;
}
.fv .fv_campaign .oen {
  display: flex;
  gap: 1rem;
  position: relative;
  justify-content: space-between;
  z-index: 10;
  margin: 0 auto 1.6rem;
  padding: 0 2.4rem;
}
.fv .fv_campaign .oen .left, .fv .fv_campaign .oen .center, .fv .fv_campaign .oen .right {
  background: #fff;
  border-radius: 2rem;
  text-align: center;
  padding: 1.5rem 0.6rem 0;
}
.fv .fv_campaign .oen .left .oen_txt, .fv .fv_campaign .oen .center .oen_txt, .fv .fv_campaign .oen .right .oen_txt {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3em;
}
.fv .fv_campaign .oen .left .oen_price, .fv .fv_campaign .oen .center .oen_price, .fv .fv_campaign .oen .right .oen_price {
  display: inline-block;
  margin: 0.5rem auto 1.6rem;
}
.fv .fv_campaign .oen .left .oen_price img, .fv .fv_campaign .oen .center .oen_price img, .fv .fv_campaign .oen .right .oen_price img {
  width: 80%;
}
.fv .fv_campaign .plus_a_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.8rem;
}
.fv .fv_campaign .plus_a_box .plus img {
  width: 3.2rem;
  margin-bottom: 2.4rem;
}
.fv .fv_campaign .plus_a_box .plus_a_txt_group {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2rem;
  text-align: center;
  padding: 0 1.3rem;
  margin: 0 0 2.4rem 0.8rem;
}
.fv .fv_campaign .plus_a_box .plus_a_txt_group .plus_a_price {
  width: 13rem;
  padding-left: 1rem;
  margin-top: -1.2rem;
}
.fv .notes {
  width: 100%;
  line-height: 1.8;
  background: #4d6369;
  text-align: center;
  padding: 0.6rem 0 0.3rem 0;
  position: absolute;
  bottom: -2.4rem;
}

/*---- メイン画像下のテキスト ----*/
.why_keep {
  position: relative;
}
.why_keep .why_ttl {
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
}
.why_keep .why_ttl .why_cercle {
  display: inline-block;
}
.why_keep .why_ttl .why_cercle img {
  width: 7.2rem;
}
.why_keep .why_ttl .why_p {
  display: inline-block;
  font-size: 4.2rem;
  margin-top: 3rem;
  margin-left: -1rem;
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 3;
}
.why_keep .why_li {
  margin-top: 4rem;
}
.why_keep .why_li li {
  text-align: center;
  margin-top: 1rem;
}

.why_img img {
  margin-top: -6rem;
}

/*---- チェックリスト（ブルー） ----*/
.check_p_list li {
  font-size: 3.2rem;
  color: #4d6369;
  font-weight: bold;
  padding-bottom: 1rem;
}
.check_p_list li .blue_check {
  font-size: 2.4rem;
  color: #60b9c2;
  padding-right: 1.5rem;
}

/*---- 減量が成果基準になっています ----*/
.genryou {
  padding: 4rem 0 6.4rem;
}
.genryou .balloon {
  position: absolute;
  right: 0;
}
.genryou .balloon img {
  width: 52rem;
}
.genryou .genryou_s_point {
  margin-top: 36rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.genryou .genryou_s_point .genryou_staff img {
  width: 17rem;
}
.genryou .genryou_s_point .txt {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 4.8rem;
  line-height: 2;
}

/*---- 健康を損なう食事制限 ----*/
.about_diet .bad_diet {
  padding: 6.4rem 0 4.8rem;
}
.about_diet .bad_diet .bad_diet_list {
  margin: 0 4.8rem;
  padding: 4.8rem 2.4rem 2.4rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  box-shadow: 0 0.5rem 2rem 0 rgba(51, 51, 51, 0.3);
}
.about_diet .bad_diet .bad_diet_list li {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.about_diet .how_diet {
  background: #b2eaed;
}

/*---- リスト ----*/
.reason {
  margin: -9.7rem 4.8rem 6.4rem;
  padding: 8rem 2.4rem 2.4rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  box-shadow: 0 0.5rem 2rem 0 rgba(51, 51, 51, 0.3);
}
.reason li {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

/*---- 幸せに1番必要なもの図 ----*/
.keep_graph img {
  width: 53.6rem;
}

/*---- キャンペーン（画像パターン） ----*/
.campaign {
  position: relative;
  background: url(../img/bg_02.webp) 0 0 no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
}
.campaign .campaign_txt {
  position: absolute;
  margin-top: 10rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.8;
  padding: 2.4rem 3.2rem 2.4rem 19rem;
}
.campaign .campaign_staff01 {
  position: absolute;
  top: 10rem;
  left: 0;
}
.campaign .campaign_staff01 img {
  width: 28rem;
}
.campaign .campaign_ttl01 {
  width: 60rem;
}
.campaign .campaign_ttl01 img {
  width: 48rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.campaign .campaign_btm {
  position: relative;
}
.campaign .campaign_btm .campaign_staff02 {
  display: block;
  text-align: right;
}
.campaign .campaign_btm .campaign_staff02 img {
  margin-top: 33rem;
  width: 19rem;
}
.campaign .campaign_btm .campaign_table {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  position: absolute;
  top: 42rem;
  width: calc(100% - 8rem);
  margin: 0 4rem 3rem;
  justify-content: space-between;
}
.campaign .campaign_btm .campaign_table .campaign01, .campaign .campaign_btm .campaign_table .campaign02 {
  background: #60b9c2;
  border-radius: 2rem;
}
.campaign .campaign_btm .campaign_table .campaign01 .yellow_cercle, .campaign .campaign_btm .campaign_table .campaign02 .yellow_cercle {
  position: absolute;
  background: #fff500;
  border-radius: 50%;
  display: grid;
  place-items: center center;
  text-align: center;
  line-height: 1.4;
  top: -7rem;
  width: 10rem;
  height: 10rem;
  line-height: 1.3;
}
.campaign .campaign_btm .campaign_table .campaign01 .campaign_ttl, .campaign .campaign_btm .campaign_table .campaign02 .campaign_ttl {
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin: 0.5rem 0 1rem;
}
.campaign .campaign_btm .campaign_table .campaign01 .campaign_ttl02, .campaign .campaign_btm .campaign_table .campaign02 .campaign_ttl02 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 1.5rem 0 1rem;
}
.campaign .campaign_btm .campaign_table .campaign01 .bg_blue, .campaign .campaign_btm .campaign_table .campaign01 .bg_white, .campaign .campaign_btm .campaign_table .campaign02 .bg_blue, .campaign .campaign_btm .campaign_table .campaign02 .bg_white {
  width: 21.8rem;
  margin: 0 1.6rem 1.6rem;
  background: #fff;
  border-radius: 1rem;
}
.campaign .campaign_btm .campaign_table .campaign01 .bg_blue .campaign_sub, .campaign .campaign_btm .campaign_table .campaign01 .bg_white .campaign_sub, .campaign .campaign_btm .campaign_table .campaign02 .bg_blue .campaign_sub, .campaign .campaign_btm .campaign_table .campaign02 .bg_white .campaign_sub {
  width: 100%;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 1.5rem 0 0;
}
.campaign .campaign_btm .campaign_table .campaign01 .bg_blue .campaign_price img, .campaign .campaign_btm .campaign_table .campaign01 .bg_white .campaign_price img, .campaign .campaign_btm .campaign_table .campaign02 .bg_blue .campaign_price img, .campaign .campaign_btm .campaign_table .campaign02 .bg_white .campaign_price img {
  width: 10rem;
  margin: 1rem 5.5rem 1.6rem;
}
.campaign .campaign_btm .campaign_table .campaign01 .campaign02_flex, .campaign .campaign_btm .campaign_table .campaign02 .campaign02_flex {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 1rem 1.4rem 1.4rem;
}
.campaign .campaign_btm .campaign_table .campaign01 .campaign02_flex .campaign_sub, .campaign .campaign_btm .campaign_table .campaign02 .campaign02_flex .campaign_sub {
  flex-basis: 6rem;
  text-align: right;
}
.campaign .campaign_btm .campaign_table .campaign01 .campaign02_flex .plus_a_price img, .campaign .campaign_btm .campaign_table .campaign02 .campaign02_flex .plus_a_price img {
  width: 12rem;
}
.campaign .campaign_btm .campaign03 .campaign03_box {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 12rem;
}
.campaign .campaign_btm .campaign03 .campaign03_flex {
  position: relative;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.campaign .campaign_btm .campaign03 .campaign03_p {
  position: relative;
  color: #fff;
  font-size: 4rem;
  margin-top: -8rem;
}
.campaign .campaign_btm .campaign03 .plus_a2_price {
  margin-top: -15rem;
}
.campaign .campaign_btm .campaign03 .plus_a2_price img {
  width: 16rem;
}
.campaign .campaign_btm .notes {
  width: 100%;
  line-height: 1.8;
  background: #4d6369;
  text-align: center;
  padding: 0.6rem 0 0.3rem 0;
  position: relative;
}

/*---- スタッフ吹き出しバナー ----*/
.staff01, .staff02, .staff03, .staff05, .staff06 {
  position: relative;
  width: 100%;
  height: auto;
}

.staff01 {
  background: url(../img/staff01_bg.webp) 0 0 no-repeat;
  background-size: cover;
}

.staff02 {
  background: url(../img/staff02_bg.webp) 0 0 no-repeat;
  background-size: cover;
}

.staff03 {
  background: url(../img/staff03_bg.webp) 0 0 no-repeat;
  background-size: cover;
}

.staff04 {
  background: url(../img/staff04_bg.webp) 0 0 no-repeat;
  background-size: cover;
}

.staff05 {
  background: url(../img/staff05_bg.webp) 0 0 no-repeat;
  background-size: cover;
}

.staff01.bg-lazy, .staff02.bg-lazy, .staff03.bg-lazy, .staff04.bg-lazy, .staff05.bg-lazy, .staff06.bg-lazy {
  background-image: none !important;
}

.staff_l_bubble {
  background: url(../img/staff_bubble_left.webp) 0 0 no-repeat;
  position: absolute;
  margin-top: -5rem;
  background-size: cover;
  text-align: center;
  padding-top: 8.5rem;
  line-height: 1.5;
  z-index: 1;
  width: 51rem;
  height: 34rem;
  padding-right: 3rem;
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.staff_r_bubble {
  background: url(../img/staff_bubble_right.webp) 0 0 no-repeat;
  position: absolute;
  margin-top: -5rem;
  background-size: cover;
  text-align: center;
  padding-top: 8.5rem;
  line-height: 1.5;
  z-index: 1;
  width: 52rem;
  height: 33rem;
  left: 10rem;
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.staff_l_bubble.bg-lazy, .staff_r_bubble.bg-lazy {
  background-image: none !important;
}

.staff_i_group {
  position: relative;
}
.staff_i_group .staff_txt {
  display: block;
  position: absolute;
  left: 3.2rem;
  z-index: 10 !important;
}
.staff_i_group .gold_plated {
  display: block;
}
.staff_i_group .gold_plated img {
  position: absolute;
  width: 30rem;
  margin: 6rem 0 0 3.2rem;
}
.staff_i_group picture {
  display: block;
}
.staff_i_group .staff02_txt img {
  width: 33rem;
  margin-top: 32rem;
}
.staff_i_group .staff02_img {
  text-align: right;
}
.staff_i_group .staff02_img img {
  width: 20rem;
  margin-top: 20rem;
  z-index: 2;
}
.staff_i_group .staff04_img {
  text-align: right;
}
.staff_i_group .staff04_img img {
  width: 36rem;
  margin-top: 4rem;
}

.staff_ir_group {
  position: relative;
}
.staff_ir_group .staff_txt {
  display: block;
  position: absolute;
  right: 4.8rem;
  z-index: 10 !important;
}
.staff_ir_group picture {
  display: block;
}
.staff_ir_group .staff01_txt img {
  width: 36rem;
  margin-top: 28rem;
}
.staff_ir_group .staff01_img img {
  width: 25rem;
  margin-top: 16rem;
  z-index: 2;
}
.staff_ir_group .staff03_txt img {
  width: 40rem;
  margin-top: 30rem;
}
.staff_ir_group .staff03_img {
  text-align: left;
}
.staff_ir_group .staff03_img img {
  width: 23rem;
  margin-top: 22rem;
  z-index: 2;
}
.staff_ir_group .staff05_txt img {
  width: 32rem;
  margin-top: 32rem;
}
.staff_ir_group .staff05_img {
  text-align: left;
}
.staff_ir_group .staff05_img img {
  width: 28rem;
  margin-top: 25rem;
  z-index: 2;
}

.staff_name {
  position: absolute;
  margin-top: -4.2rem;
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4d6369;
  width: 57rem;
  background: url(../img/camouflage.jpg);
  padding: 1rem 0 0.6rem 4.8rem;
  box-shadow: 0.8rem 0.8rem 0 0 rgb(77, 99, 105);
}
.staff_name span {
  text-shadow: 0.2rem 0.2rem 0 #fff, -0.2rem -0.2rem 0 #fff, -0.2rem 0.2rem 0 #fff, 0.2rem -0.2rem 0 #fff, 0.2rem 0 0 #fff, -0.2rem 0 0 #fff, 0 0.2rem 0 #fff, 0 -0.2rem 0 #fff;
}

.staff_name_r {
  position: absolute;
  right: 0;
  margin-top: -4.2rem;
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4d6369;
  width: 57rem;
  background: url(../img/camouflage.jpg);
  padding: 1rem 0 0.6rem 4.8rem;
  box-shadow: 0.8rem 0.8rem 0 0 rgb(77, 99, 105);
  box-shadow: -0.8rem 0.8rem 0 0 rgb(77, 99, 105);
}
.staff_name_r span {
  text-shadow: 0.2rem 0.2rem 0 #fff, -0.2rem -0.2rem 0 #fff, -0.2rem 0.2rem 0 #fff, 0.2rem -0.2rem 0 #fff, 0.2rem 0 0 #fff, -0.2rem 0 0 #fff, 0 0.2rem 0 #fff, 0 -0.2rem 0 #fff;
}

.staff_p {
  color: #fff;
  font-size: 2.4rem;
  margin-top: 3rem;
  padding: 4.8rem;
  background-color: rgba(0, 0, 0, 0.6);
}

/*---- FAQ ----*/
.faq h3 {
  display: flex;
  line-height: 1.4;
  margin: 6.4rem 4.8rem 2.4rem;
  align-items: center;
}
.faq h3::before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  background: url(../img/q.png) top left no-repeat;
  background-size: contain;
  margin-right: 1.6rem;
}
.faq h3 .faq_txt {
  display: inline-block;
  width: 40rem;
}
.faq p {
  font-size: 2.4rem;
  background: #fff;
  padding: 3.2rem 2.4rem;
  margin: 0 4.8rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 2rem 0 rgba(51, 51, 51, 0.3);
}

/*---- ブルー背景のh4 ----*/
.gray_ja {
  background: #4d6369;
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 0.8rem;
}

/*---- 黒半透明背景 ----*/
.black_box {
  background-color: rgba(0, 0, 0, 0.6);
}

/*---- 97.2% ----*/
.keizoku {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.8rem 2.4rem 4.8rem 0;
}
.keizoku img {
  width: 25rem;
}

/*---- 日本語f48のh3 ----*/
.point_ttl {
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  margin: 8rem 4.8rem 4.9rem;
}

/*---- グリッド ----*/
.grid {
  display: grid;
  margin: 0 4.8rem;
  gap: 2.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}
.grid img {
  width: 16rem;
}
.grid span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 2.4rem auto;
  letter-spacing: -0.04em;
}

/*---- イエロー影付き見出し用 ----*/
.shadow_ttl {
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4d6369;
  width: 56rem;
  background: #fff500;
  padding: 1.6rem 0 1.4rem 4.8rem;
  margin-top: 6.4rem;
  box-shadow: 0.8rem 0.8rem 0 0 rgb(77, 99, 105);
  margin-bottom: 4.8rem;
  font-size: 3.8rem;
}

/*---- 料金テーブル（初期費用・基本料金） ----*/
.price_table {
  width: calc(100% - 9.6rem);
  margin: 0 4.8rem;
}
.price_table tr {
  border-bottom: 0.2rem solid #60b9c2;
}
.price_table tr .left {
  width: 60%;
  font-weight: bold;
  padding: 3rem 0 2.4rem;
}
.price_table tr .right {
  width: 40%;
  text-align: right;
  padding: 3rem 0 2.4rem;
}

/*-- 画像と横並び見出し（人数限定プラン・予約方法） --*/
.price_h4_ttl, .reserve_ttl {
  display: flex;
  background: #60b9c2;
  align-items: center;
  padding: 2.4rem 4.8rem;
  margin-top: 4rem;
}
.price_h4_ttl picture, .reserve_ttl picture {
  width: 11rem;
  margin-right: 1.6rem;
}
.price_h4_ttl div, .reserve_ttl div {
  line-height: 1.5em;
}

/*---- 料金テーブル（人数限定プラン） ----*/
.ranking_price {
  width: calc(100% - 9.6rem);
  margin: 0 4.8rem 4rem;
  border-bottom: 0.2rem solid #60b9c2;
}
.ranking_price dt {
  padding-top: 4rem;
  font-weight: bold;
}
.ranking_price dd {
  padding-bottom: 2.4rem;
  text-align: right;
}

.ranking_list {
  margin: 2rem 4.8rem 0;
  border-top: 0.2rem solid #60b9c2;
  padding-top: 4rem;
}
.ranking_list li::before {
  content: "●";
  color: #60b9c2;
  margin-right: 0.3em;
}

/*---- SNS ----*/
/*---- YOUTUBE ----*/
.frame_wrap {
  position: relative;
  margin: 0 auto;
  width: 53.6rem;
  padding-top: 50%; /* 動画の比率　*/
  overflow: hidden;
}
.frame_wrap .arrow, .frame_wrap .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.frame_wrap .arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 矢印背景色　*/
  pointer-events: none;
}
.frame_wrap .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #222; /* 矢印色　*/
}
.frame_wrap img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---- Instagram ----*/
.instagram_ttl {
  display: flex;
  align-items: center;
  margin: 0 3.2rem 2.4rem;
}
.instagram_ttl .instagram_icon img {
  width: 8rem;
  border-radius: 50%;
  margin-right: 1.6rem;
}

.snapwidget-widget-body {
  margin: 0 3.2rem 6.4rem;
}

.instagram_thumbnail {
  position: relative;
  width: 53.6rem;
  height: 36rem;
  text-align: center;
  margin: 0 auto 6.4rem;
  padding-top: 50%;
}
.instagram_thumbnail iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.indoor_wrap .indoorview {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*---- 概要 ----*/
.info {
  background-color: #fff;
  padding: 2.4rem;
  margin: 0 4.8rem 4.8rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 2rem 0 rgba(51, 51, 51, 0.3);
}
.info:last-child {
  margin-bottom: 4.8rem;
}
.info .info_span {
  display: inline-block;
  margin-right: 1.6rem;
}

.business_table {
  width: calc(100% - 9.6rem);
  margin: 0 4.8rem 3.2rem;
}
.business_table th {
  text-align: center;
  padding: 1rem 0;
  background: #60b9c2;
  color: #fff;
  border-right: 0.1rem solid #fff;
}
.business_table th:first-child {
  border-left: 0.1rem solid #60b9c2;
}
.business_table th:last-child {
  border-right: 0.1rem solid #60b9c2;
}
.business_table td {
  text-align: center;
  padding: 1rem 0;
  background: #fff;
  border-right: 0.1rem solid #b2eaed;
  border-bottom: 0.1rem solid #b2eaed;
}
.business_table td:first-child {
  border-left: 0.1rem solid #b2eaed;
}

.info_img {
  display: block;
  width: calc(100% - 9.6rem);
  margin: 0 auto;
}

.info_reserve {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  height: 1.8rem;
  text-align: center;
  margin-top: 3.2rem;
}

/*-- アイコンと横並び見出し --*/
.icon_h3 {
  display: flex;
  font-family: "mitimasu", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  margin: 6.4rem 4.8rem 3.2rem;
  align-items: center;
}
.icon_h3 picture {
  width: 6.4rem;
  margin-right: 1.6rem;
}

.blue_border {
  width: calc(100% - 9.6rem);
  margin: 0 4.8rem 4rem;
  border-bottom: 0.2rem solid #60b9c2;
  padding-bottom: 2.4rem;
}

/*---------------------------
アニメーション
---------------------------*/
/*------- フェードイン用 -------*/
.fadein {
  opacity: 0;
}

.fadein.is-active {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------- 下から上へフェードイン用 -------*/
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

/*------- 複数 / 下から上へフェードイン用 -------*/
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fade-type-up:nth-child(2) {
  transition-delay: 0.2s;
}

.is-active .u-fade-type-up:nth-child(3) {
  transition-delay: 0.4s;
}

.is-active .u-fade-type-up:nth-child(4) {
  transition-delay: 0.6s;
}

.is-active .u-fade-type-up:nth-child(5) {
  transition-delay: 0.8s;
}

.is-active .u-fade-type-up:nth-child(6) {
  transition-delay: 1s;
}

.is-active .u-fade-type-up:nth-child(7) {
  transition-delay: 1.2s;
}

.is-active .u-fade-type-up:nth-child(8) {
  transition-delay: 1.4s;
}

.is-active .u-fade-type-up:nth-child(9) {
  transition-delay: 1.6s;
}

.is-active .u-fade-type-up:nth-child(10) {
  transition-delay: 1.8s;
}

.is-active .u-fade-type-up:nth-child(11) {
  transition-delay: 2s;
}

.is-active .u-fade-type-up:nth-child(12) {
  transition-delay: 2.2s;
}

/*------- リスト用 / 右から順番にスライドイン用 -------*/
/* アニメーション前 */
.u-fade-type-left {
  transform: translateX(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-left {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.is-active .u-fade-type-left:nth-child(2) {
  transition-delay: 0.2s;
}

.is-active .u-fade-type-left:nth-child(3) {
  transition-delay: 0.4s;
}

.is-active .u-fade-type-left:nth-child(4) {
  transition-delay: 0.6s;
}

.is-active .u-fade-type-left:nth-child(5) {
  transition-delay: 0.8s;
}

.is-active .u-fade-type-left:nth-child(6) {
  transition-delay: 1s;
}

.is-active .u-fade-type-left:nth-child(7) {
  transition-delay: 1.2s;
}

.is-active .u-fade-type-left:nth-child(8) {
  transition-delay: 1.4s;
}

/*------- 見出し用 / 左からスライドイン用 -------*/
/* アニメーション前 */
.u-fade-type-right {
  transform: translateX(-50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-right {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

/*------- テキスト用 / 左からスライドイン用 -------*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation: slideTextX100 0.8s forwards;
  -webkit-animation: slideTextX100 0.8s forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation: slideTextX-100 0.8s forwards;
  -webkit-animation: slideTextX-100 0.8s forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*------- ズームイン用 -------*/
.zoomin {
  opacity: 0;
}

.zoomin.is-active {
  animation: zoomIn 0.7s ease forwards;
  -webkit-animation: zoomIn 0.7s ease forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*-- マーカー --*/
.marker {
  background: linear-gradient(transparent 50%, rgb(255, 245, 0) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.2s;
}

.marker.is-active {
  background-size: 100% 100%;
}

/*------- ボタン用 / ぽよんループ -------*/
.poyon_btn {
  animation: poyon_btn 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyon_btn {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
/*---------------------------
メディアクエリ
---------------------------*/
@media screen and (max-width: 1500px) {
  .pc_container .pc_no1 {
    width: 24rem;
  }
  .pc_container .pc_logo {
    width: 32rem;
  }
}
@media screen and (max-width: 1400px) {
  .pc_container .pc_people {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .pc_btn {
    width: 20rem;
    margin-left: 4rem;
  }
  .pc_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pc_flex .pc_no1 {
    width: 20rem;
  }
  .pc_flex .pc_logo {
    width: 28rem;
  }
  .pc_flex .pc_store {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp_container {
    position: absolute;
    top: 0;
    right: 5%;
  }
  #fixed_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_btn {
    display: none;
  }
  .pc_no1 {
    display: none;
  }
  .pc_logo {
    display: none;
  }
  .pc_store {
    display: none;
  }
  .sp_container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .footer_area .copy {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
  .pc_container {
    display: none;
  }
  .sp_container {
    width: 100%;
    box-shadow: none;
    overflow: hidden;
  }
  .special3 .bg_blue, .special3 .bg_white {
    display: flex;
    width: 100vw;
  }
  .trial_btn::before, .trial_btn_only::before, .footer_btn::before {
    margin-right: 1rem;
  }
  #fixed_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 50;
    cursor: pointer;
    transition: 0.5s;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 45%;
  }
  .bg_blue, .bg_white {
    width: 100%;
    box-sizing: content-box;
  }
  .accordion_ttl {
    border: 0.2rem solid #60b9c2;
  }
  .business_table th {
    border-right: 0.2rem solid #fff;
  }
  .business_table th:first-child {
    border-left: 0.2rem solid #60b9c2;
  }
  .business_table th:last-child {
    border-right: 0.2rem solid #60b9c2;
  }
  .business_table td {
    border-right: 0.2rem solid #b2eaed;
    border-bottom: 0.2rem solid #b2eaed;
  }
  .business_table td:first-child {
    border-left: 0.2rem solid #b2eaed;
  }
}
@media screen and (max-width: 428px) {
  html {
    font-size: 42.8%;
  }
  .pc_container {
    display: none;
  }
  .sp_container {
    width: 100%;
    box-shadow: none;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 41.4%;
  }
}
@media screen and (max-width: 409px) {
  html {
    font-size: 40.9%;
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: 39%;
  }
}
@media screen and (max-width: 384px) {
  html {
    font-size: 38.4%;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 37.5%;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 36%;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 32%;
  }
}
@media screen and (max-width: 240px) {
  html {
    font-size: 24%;
  }
}/*# sourceMappingURL=style.css.map */