@charset "utf-8";

/* -- 基本設定 -- */
body {
  max-width: 1920px;
  min-width: 1040px;
  margin: 0 auto;
}

/* ----- グループロゴ ----- */
header {
  height: 76px;
}

.indexGroupLogo {
  margin: 0 auto;
  padding: 15px 0 0;
  width: 248px;
}

/* -- h1の指定 -- */
#indexBlock h1 {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  height: 31px;
  line-height: 32px;
  text-align: center;
  position: relative;
}

/* -- 18歳未満 -- */
#indexBlock .under18Small {
  height: 52px;
  line-height: 52px;
  text-align: center;
  vertical-align: middle;
  background-color: #000000;
}

#indexBlock .under18Small a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

#indexBlock .under18Small a::before {
  content: "";
  display: inline-block;
  background-image: url(/img/common/icon_under18.svg);
  width: 24px;
  height: 23px;
  margin-right: 5px;
  vertical-align: middle;
}

#indexBlock .under18Small a:hover {
  text-decoration: underline;
}

/* =========================================================
	メインビューアー
========================================================= */
#indexContentLeft {
  height: 747px;
  position: relative;
}

.mainVisual {
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* -- ロゴとボタン -- */
#indexLogoWrap {
  position: absolute;
  top: 222px;
  left: 0;
  right: 0;
  margin: auto;
}

#indexLogoImg {
  position: relative;
  width: 409px;
  height: 146px;
  margin: 0 auto;
}

#indexLogoImg img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.4));
}

#indexLogoImg::before {
  content: "";
  display: block;
  background-image: url(/img/index/img_index_logo.svg);
  mix-blend-mode: overlay;
  filter: drop-shadow(0 0 7px #000000) drop-shadow(0 0 7px #000000) drop-shadow(0 0 7px #000000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}

#enterBtn {
  width: 324px;
  margin: 114px auto 0;
}

#enterBtn a {
  display: block;
  width: 100%;
  height: 90px;
  border-radius: 45px;
  background-color: #888888;
  background-image: url(/img/index/img_enter.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 29px;
  transition: all .2s ease;
}

#enterBtn a:hover {
  opacity: 0.8;
}

/* -- リクルートバナー -- */
.recruitBanner {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.recruitBanner li {
  width: 480px;
}

.recruitBanner li:first-of-type {
  margin-left: 0;
}

.recruitBanner li a {
  display: block;
  background-color: #ffffff;
}

.recruitBanner li img {
  width: 100%;
  height: auto;
  transition: all .2s ease;
}

.recruitBanner li a:hover img {
  opacity: 0.8;
}

/* -- vip -- */
#vipWrap {
  margin: 0 auto 30px;
}

#vipWrap #vipImg {
  width: 980px;
}

#vipWrap #vipText p {
  height: 69px;
  line-height: 69px;
  font-size: 24px;
  bottom: 40px;
}

#vipWrap #vipText .targetStore {
  width: 340px;
  left: 152px;
}

#vipWrap #vipText p.targetStore.twoShop {
  bottom: 35px;
  line-height: 1.3;
}

#vipWrap #vipText .targetStore a:hover {
  text-decoration: none;
}

#vipWrap #vipText .period {
  width: 336px;
  right: 40px;
}

/* -- バニラバナー -- */
#middleBox {
  margin: 0 auto 30px;
}

.vanillaBanner {
  width: 468px;
  margin: 0 auto;
}

.vanillaBanner a {
  display: block;
  outline: none;
  background-color: #ffffff;
}

.vanillaBanner a img {
  transition: all .2s ease;
}

.vanillaBanner a:hover img {
  opacity: 0.8;
}

.vanillaChildren {
  display: flex;
  justify-content: space-between;
  width: 468px;
  margin: 30px auto 40px;
}

.vanillaWidget {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.vanillaWidget iframe {
  background-color: #ffffff;
  width: 320px;
  height: 445px;
  margin-left: 36px;
}

.vanillaWidget iframe:last-child {
  width: 360px;
  margin-left: 40px;
}

.legalContent {
  background-color: #ffffff;
  color: #333333;
  width: 980px;
  margin: 40px auto;
  padding: 30px 40px;
  box-sizing: border-box;
}

.legalContent h4 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.legalTable {
  border: 1px solid #bbb;
  font-size: 16px;
}

.legalTable div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #bbb;
}

.legalTable div:last-of-type {
  border-bottom: 0;
}

.legalTable p {
  padding: 0.8em 1em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.35;
}

.legalTable p:first-of-type {
  font-weight: bold;
  background-color: #f3f4f7;
  width: 35%;
}

.legalTable p:last-of-type {
  width: 65%;
}