@charset "utf-8";

/* =========================================================
 header
========================================================= */
header {
  padding: 2.3% 0;
}

header .indexGroupLogo {
  margin: 0 auto;
  width: 49.8%;
  text-align: center;
}

header .indexGroupLogo img {
  max-width: 306px;
}

header h1 {
  padding: 1.25% 2.5% 1.1%;
  background-color: #2f2f2f;
  font-size: 64.3%;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.04em;
}

/* =========================================================
 メインビューア
========================================================= */
#indexMainViewer {
  padding: 0 0 7%;
  border-top: 2px solid #2b97f2;
  /*vwに対応していないもの用*/
  border-top: 0.625vw solid #2b97f2;
  background-image: url(/img/s/index/bg_blue.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#indexMainViewer #indexWrap #indexLogoImg {
  width: 63.4%;
  margin: 8.2% auto 5.2%;
  text-align: center;
}

#indexMainViewer #indexWrap #indexLogoImg img {
  max-width: 406px;
}

#indexMainViewer #indexWrap #enterBtn {
  width: 93.75%;
  margin: 0 auto 5%;
  text-align: center;
}

#indexMainViewer #indexWrap #enterBtn img {
  max-width: 600px;
}

/* -- 18under -- */
#indexMainViewer #indexWrap .under18Small {
  width: 48.9%;
  margin: 0 auto;
  text-align: center;
}

#indexMainViewer #indexWrap .under18Small a {
  display: block;
  color: #ffffff;
  font-size: 85.7%;
  line-height: 1.3;
}

#indexMainViewer #indexWrap .under18Small .under18Icon {
  width: 22.7%;
  margin: 5% auto 0;
  text-align: center;
}

#indexMainViewer #indexWrap .under18Small .under18Icon img {
  max-width: 71px;
}

/* =========================================================
 バナー
========================================================= */
.contentsWrap {
  margin: 5% auto;
}

.contentsWrap .recruitBanner {
  width: 93.75%;
  margin: 0 auto 5%;
}

.contentsWrap .recruitBanner li {
  width: 48.4375%;
}

.contentsWrap .recruitBanner li:nth-child(even) {
  float: left;
}

.contentsWrap .recruitBanner li:nth-child(odd) {
  float: right;
}

.contentsWrap .recruitBanner li a {
  display: block;
}

/* =========================================================
 てんぽ一覧
========================================================= */
#shopList {
  margin: 5% auto;
}

#shopList #detailedRegional,
#shopList .areaShopList {
  display: none;
}

#shopList #areaSelect li h2,
#shopList h3 {
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  font-size: 100%;
  padding: 3.1% 0 3.1% 0.7em;
  position: relative;
}

#shopList #areaSelect li h2:before,
#shopList #areaSelect li h2:after,
#shopList h3:before,
#shopList h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.1em;
  height: 1em;
  right: 1.7em;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  transition: .5s;
}

#shopList #areaSelect li h2:after,
#shopList h3:after {
  width: 1em;
  height: 0.1em;
  right: 1.25em;
}

#shopList #areaSelect li h2.open:before,
#shopList h3.open:before,
#shopList #areaSelect li h2.open:after,
#shopList h3.open:after {
  transform: rotate(45deg);
}

#shopList #areaSelect li h2.open:before,
#shopList h3.open:before {
  top: 49%;
  /*calcをサポートしてないdevice*/
  top: calc(50% - 0.5em + 1.25px);
}

#shopList #tokyoAreaShop h2 {
  background-color: #ff6f68;
}

#shopList #yokohamaAreaShop h2 {
  background-color: #6abbff;
}

#shopList #saitamaAreaShop h2 {
  background-color: #ff9e57;
}

#shopList #areaSelect li .areaShopList li {
  background-color: #ffffff;
  padding: 3.1% 0 3.1% 1.7em;
  border-bottom: 1px solid #cccccc;
}

#shopList #areaSelect li .areaShopList li:last-of-type {
  border-bottom: none;
}

#shopList #areaSelect li .areaShopList li a {
  display: block;
  color: inherit;
  font-weight: bold;
}

#shopList #detailedRegional li h3 {
  padding: 3.1% 0 3.1% 1.7em;
}

#shopList #detailedRegional li h3 {
  background-color: #de4039;
}

/* =========================================================
 footer
========================================================= */
footer {
  background: url(/img/s/common/bg_footer.jpg);
}

footer #copyright {
  border-top: 0;
}

footer #copyright a {
  color: #ffffff;
  font-size: 100%;
  text-decoration: underline;
}

/* レスポンシブ */
h1 {
  padding: 1.75% 0;
  background-color: #000000;
  font-size: 0.7em;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#indexContentLeft {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.mainVisual {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

#indexLogoWrap {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  width: 100%;
}

#indexLogoImg {
  position: relative;
  width: 65%;
  margin: 0 auto;
  aspect-ratio: 409 / 146;
}

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

#indexLogoImg img {
  filter: drop-shadow(0 0 0.6em rgba(0, 0, 0, 0.2));
}

#enterBtn {
  width: 50%;
  margin: 18% auto 0;
}

#enterBtn a {
  display: block;
  width: 100%;
  height: 13.5vw;
  background-color: rgba(119, 101, 227, 0.8);
  border-radius: 6.75vw;
  background-image: url(/img/index/img_enter.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 39% auto;
}

.under18Small {
  text-align: center;
  margin-top: 3%;
  line-height: 1.35;
}

.under18Small a {
  color: #ffffff;
  line-height: 1.3;
  font-size: 0.8em;
}

.under18Small::after {
  content: "";
  display: block;
  background-image: url(/img/common/icon_under18.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.2em;
  height: 3.2em;
  margin: 2.5% auto;
}

.recruitBanner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 94%;
  margin: 5% auto;
}

.recruitBanner li {
  width: 48%;
}

/* =========================================================
 メディアquery
========================================================= */
/* -- iPhone 7/6 Plus縦向き -- */
@media screen and (max-width: 480px) and (min-width: 376px) {
  #indexMainViewer #indexWrap .under18Small a {
    letter-spacing: -0.5px;
  }
}

/* -- iPhone 7/6 Plus横向き -- */
@media screen and (max-width: 736px) and (min-width: 668px) {
  #indexMainViewer #indexWrap .under18Small a {
    letter-spacing: -0.5px;
  }

}

#footerSitemap,
#footerStoreList,
#subFooter {
  display: none;
}

#footerCopyright {
  border-top: initial;
}

#recruitBanner {
  display: none;
}

footer #footerContent {
  margin-top: 0;
  border: 0;
}

.vanillaBanner {
  width: 94%;
  margin: 0 auto;
}

.vanillaChildren {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94%;
  margin: 5% auto;
}

.vanillaChildren div {
  width: 22%;
}

.vanillaWidget {
  text-align: center;
  width: 94%;
  margin: 0 auto 5%;
}

.vanillaWidget iframe {
  width: 100%;
  max-width: 320px;
  height: 123.5vw;
  max-height: 437px;
  margin-bottom: 4%;
  background-color: #ffffff;
}

.vanillaWidget iframe:first-child {
  max-width: 320px;
}

.vanillaWidget iframe:last-child {
  max-width: 291px;
  max-height: 270px;
}

@media screen and (min-width: 663px) {
  .vanillaWidget iframe:last-child {
    max-height: 437px;
  }
}

.legalContent {
  background-color: #ffffff;
  color: #333333;
  width: 94%;
  margin: 7% auto 0;
  padding: 5% 3%;
  box-sizing: border-box;
}

.legalContent h4 {
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
  margin-bottom: 5%;
}

.legalTable {
  border: 1px solid #bbb;
}

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

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

.legalTable p {
  padding: 0.7em 0.5em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.35;
  font-size: 3.2vw;
}

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

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