/* color import setting
------------------------------------*/
/* color setting
------------------------------------*/
/* web font setting
------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/400_noto-sans-jp-r.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/500_noto-sans-jp-m.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/600_noto-sans-jp-sb.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/700_noto-sans-jp-b.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/900_noto-sans-jp-bl.woff") format("woff");
  font-display: swap;
}
/* common setting
------------------------------------*/
html {
  line-height: 1.4;
  text-align: left;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
  color: #fff;
}

body {
  background: #000;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
}

button,
a {
  transition: opacity .6s ease;
}
button:hover, button:hover img,
a:hover,
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  z-index: 1;
}
button:link, button:visited,
a:link,
a:visited {
  text-decoration: none;
  color: #fff;
}
button[href^="tel:"],
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

.onlySR,
.onlySP {
  display: none;
}

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}

main {
  margin: 0 auto;
  width: 100%;
}

h2 span {
  position: relative;
  z-index: 1;
  border-radius: 12.5px;
  background: #ad2c9c;
  display: inline-block;
  margin: 0 auto 80px;
  margin: 20px auto 80px;
  padding: 0 20px;
  height: 25px;
  height: 47px;
  line-height: 23px;
  line-height: 43px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 31px;
  color: #fff;
}
h2::before {
  content: '';
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: -1;
  display: block;
  height: 70px;
}

/* header setting
------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  padding: 0 13px 0 0;
  background: url("../../img/bg_header_pc.webp") center 0/cover no-repeat;
  width: 100%;
  height: 100px;
}
header p {
  position: absolute;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 34px;
}
header nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header nav > button.btnEntry {
  position: absolute;
  top: 15px;
  right: 200px;
  z-index: 1;
  box-sizing: border-box;
  width: 11.333%;
  max-width: 170px;
}
header nav > button.btnEntry a {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #700363 0%, #700363 25%, #ad2c9c 75%, #ad2c9c 100%);
  margin: 0 auto;
  width: 100%;
  height: 70px;
  line-height: 68px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 20px;

  color: #fff;
}
header nav > button.btnEntry a::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  z-index: 0;
  display: block;
  border-radius: 50%;
  background: #1b8acc;
  margin: 0 0 0 -12px;
  width: 24px;
  height: 24px;
}
header nav > button.btnEntry a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 48%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header nav > button#btnMenu {
  position: absolute;
  top: 32px;
  right: 50px;
  z-index: 1;
  box-sizing: border-box;
  width: 42px;
  height: 36px;
}
header nav > button#btnMenu i {
  display: block;
  position: absolute;
  background: #fff;
  width: 42px;
  height: 4px;
  transition: all 0.3s;
}
header nav > button#btnMenu i:nth-child(1) {
  top: 0;
}
header nav > button#btnMenu i:nth-child(2) {
  top: 16px;
}
header nav > button#btnMenu i:nth-child(3) {
  top: 32px;
}
header nav ul.anchorNav {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  transform: translateX(100%);
  align-items: flex-start;
  align-content: flex-start;
  background: rgba(0, 0, 0, 0.9);
  padding: 100px 20%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  opacity: 0;
  overflow-y: scroll;
}
header nav ul.anchorNav li {
  margin: 0 2.5% 3.5%;
  width: 27.5%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
header nav ul.anchorNav li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  color: #ad2c9c;
}
header nav ul.snsNav {
  position: absolute;
  top: 26px;
  right: 100px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
header nav ul.snsNav li {
  margin: 0 6px;
}
header nav ul.snsNav li a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
}
header nav ul.snsNav li a img {
  margin: 0 auto;
  width: auto;
  height: 20px;
}

body.modeNav {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
body.modeNav header nav button i:nth-child(1) {
  transform: translateY(16px) rotate(45deg);
}
body.modeNav header nav button i:nth-child(2) {
  opacity: 0;
}
body.modeNav header nav button i:nth-child(3) {
  transform: translateY(-16px) rotate(-45deg);
}
body.modeNav header nav ul.anchorNav {
  transform: translateX(0);
  opacity: 1.0;
}

/* footer setting
------------------------------------*/
footer {
  background: url("../../img/bg_header_pc.webp") center 0/cover no-repeat;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
footer nav button {
  margin: 0 0 15px;
  width: 180px;
}
footer nav button a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 11px;
}
footer nav button a::before, footer nav button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 12px;
  height: 2px;
}
footer nav button a::after {
  right: 8px;
  background: #ad2c9c;
  transform: rotate(45deg);
  margin: -2px 0 0;
  width: 8px;
}
footer nav button a:link, footer nav button a:visited {
  color: #ad2c9c;
}

/* ------------------------------------------------------------------------
	Ajustment For Window 1200 
------------------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
  main {
    box-sizing: border-box;
  }

  /* footer setting
  ------------------------------------*/
  footer > .inner {
    box-sizing: border-box;
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  /* header setting
  ------------------------------------*/
  header p {
    font-size: 20px;
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* common setting
  ------------------------------------*/
  .onlyPC {
    display: none;
  }

  .onlySP {
    display: block;
  }

  h2 span {
    border-radius: 2.4vw;
    margin: 0 auto 10.666667vw;
    padding: 0 2.666667vw;
    height: 4.8vw;
    line-height: 4.4vw;
    font-size: 3.2vw;
  }
  h2::before {
    top: -7.3333333vw;
    height: 9.0666667vw;
  }

  /* header setting
  ------------------------------------*/
  header {
    background: url("../../img/bg_header_sp.webp") center 0/cover no-repeat;
    padding: 0;
    height: 16vw;
  }
  header p {
    left: 0;
    padding: 3.4vw 4vw 0 0;
    height: 16vw;
    line-height: 1.2;
    font-size: 4vw;
  }
  header span {
    left: 4vw;
    display: flex;
    margin: 3.2vw 0 0;
    width: 35vw;
    height: 16vw;
  }
  header nav > button.btnEntry {
    top: 3vw;
    right: auto;
    left: 3vw;
    width: 24vw;
    max-width: 24vw;
  }
  header nav > button.btnEntry a {
    border-radius: 1.333vw;
    border: 0.26667vw solid #fff;
    height: 10vw;
    line-height: 10vw;
    font-size: 3vw;
  }
  header nav > button.btnEntry a::before {
    bottom: -2vw;
    margin: 0 0 0 -2vw;
    width: 4vw;
    height: 4vw;
  }
  header nav > button.btnEntry a::after {
    bottom: -0.4vw;
    left: 47%;
    border-top: 0.26667vw solid #fff;
    border-right: 0.26667vw solid #fff;
    width: 1.2vw;
    height: 1.2vw;
  }
  header nav > button#btnMenu {
    top: 4.4vw;
    right: 4vw;
    width: 8vw;
    height: 18vw;
  }
  header nav > button#btnMenu i {
    display: block;
    position: absolute;
    background: #fff;
    width: 8vw;
    height: 0.8vw;
    transition: all 0.3s;
  }
  header nav > button#btnMenu i:nth-child(1) {
    top: 0;
  }
  header nav > button#btnMenu i:nth-child(2) {
    top: 3.2vw;
  }
  header nav > button#btnMenu i:nth-child(3) {
    top: 6.4vw;
  }
  header nav ul.anchorNav {
    justify-content: center;
    padding: 20vw 0;
  }
  header nav ul.anchorNav li {
    margin: 0 1vw 2vw;
    width: 40vw;
    font-size: 3.2vw;
  }
  header nav ul.anchorNav li a {
    border-radius: 1.333vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 3.2vw;
  }
  header nav ul.snsNav {
    top: 3.2vw;
    right: 10vw;
    padding: 0 4vw;
  }
  header nav ul.snsNav li {
    margin: 0 1.2vw;
  }
  header nav ul.snsNav li a {
    width: 10vw;
    height: 10vw;
  }
  header nav ul.snsNav li a img {
    margin: 0 auto;
    width: auto;
    height: 20px;
  }

  body.modeNav header nav button i:nth-child(1) {
    transform: translateY(3.2vw) rotate(45deg);
  }
  body.modeNav header nav button i:nth-child(2) {
    opacity: 0;
  }
  body.modeNav header nav button i:nth-child(3) {
    transform: translateY(-3.2vw) rotate(-45deg);
  }
  body.modeNav header nav ul.anchorNav {
    transform: translateX(0);
    opacity: 1.0;
  }

  /* footer setting
  ------------------------------------*/
  footer {
    padding: 4vw 0;
  }
  footer nav button {
    margin: 0 0 4vw;
    width: 40vw;
  }
  footer nav button a {
    border-radius: 1.3vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 2.4vw;
  }
  footer nav button a::before, footer nav button a::after {
    right: 2vw;
    border-radius: 0.2vw;
    width: 2.4vw;
    height: 0.4vw;
  }
  footer nav button a::after {
    right: 1.6vw;
    margin: -0.4vw 0 0;
    width: 1.6vw;
  }
}
