:root {
    --accent: 171, 94, 173;
    --purple: 171, 94, 173;
    --main: 171, 94, 173;
    --pink_purple: 171, 94, 173;
    --light_purple: 250, 244, 255;
    --beauty_main: 161, 88, 216;
}
.container{ width: 100%; max-width: 1100px; position: relative; margin: auto;}
	
.pc{ display: block;}
.sp{ display: none;}

body {
    background-image: none !important;
    background-position: unset;
    background-repeat: no-repeat !important;
	padding-top: 0 !important;
}
.wrapper{background-image:  none !important;}

.l-sub-img.has-bg .l-sub-img__txt {
        font-size: 5rem;
        padding-left: 5rem;
}

.c-toggle02__head {
    background: rgb(var(--bg));
}

.footer-copy{
	width: 100%;
	background-color: rgb(var(--purple));
	padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    line-height: 1.4;
}

	
@media screen and (max-width: 767px) {
.pc{ display: none;}
.sp{ display: block;}
.container{ 
	width: 100% !important;
	}

.l-sub-img.has-bg .l-sub-img__txt {
    font-size: 2.4rem;
    text-align: left;
	padding-left: 1.2rem;
	}
}

/*--- header subpage共有ヘッダー---*/
.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

#header .body {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

#header .inner {
  padding: 0;
}

#header .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .logo {
  width: 100%;
  max-width: 250px;
}

#header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .logo a:hover {
  opacity: 0.7;
}

#header .btn {
  width: 100%;
  max-width: 100px;
}

#header .btn a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .btn a:hover {
  opacity: 0.7;
}

#header .btn img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-sub-img__wrap{
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  #header {
    height: 12.82vw;
  }
  #header .inner {
    padding-left: 3.85vw;
    padding-right: 0;
  }
  #header .logo {
    max-width: 39.49vw;
  }
  #header .logo  img{
    vertical-align: middle;
  }
  #header .btn img {
    height: 12.82vw;
  }
  .l-sub-img__wrap {
    margin-top: 12.82vw;
  }
  .l-sub-img {
    margin-top: 12.82vw;
  }
}

/*---- footer subpage共有フッター -------*/
#fixed_btn ul {
    background-image: url("../img/footer_bg.jpg") !important;
}

#fixed_btn ul li:last-child {
    background-image: url(../img/footer_cv_bg_r.jpg), url(../img/footer_cv_bg_l.jpg), url("../img/footer_cv_bg.png") !important;
}

/*---- サイドボタン subpage共有フッター -------*/
#sidenavi {
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 30;
}

#sidenavi ul li{
	margin-top:5px;
	list-style: none;
}

