@charset "UTF-8";
/*共通*/
/* LINE Seed Sans */
@font-face {
  font-family: "LINE Seed Sans";
  src: url("font/LINESeedSans_W_Bd.woff2") format("woff2"), url("font/LINESeedSans_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed Sans";
  src: url("font/LINESeedSans_W_He.woff2") format("woff2"), url("font/LINESeedSans_W_He.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed Sans";
  src: url("font/LINESeedSans_W_Rg.woff2") format("woff2"), url("font/LINESeedSans_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed Sans";
  src: url("font/LLINESeedSans_W_Th.woff2") format("woff2"), url("font/LINESeedSans_W_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed Sans";
  src: url("font/LINESeedSans_W_XBd.woff2") format("woff"), url("font/LINESeedSans_W_XBd.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* LINE Seed Sans */
@font-face {
  font-family: "LINE Seed JP";
  src: url("font/LINESeedJP_OTF_Bd.woff2") format("woff"), url("font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("font/LINESeedJP_OTF_Eb.woff2") format("woff"), url("font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("font/LINESeedJP_OTF_Rg.woff2") format("woff"), url("font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("font/LINESeedJP_OTF_Th.woff2") format("woff"), url("font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
.mBottom_15 {
  margin-bottom: 15px;
}

.mBottom_30 {
  margin-bottom: 30px;
}

body {
  font-family: "LINE Seed JP", "LINE Seed Sans", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

.container {
  width: clamp(310px, 100%, 1100px);
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 450px) {
  .container {
    padding: 0 2px;
  }
}

.production {
  width: 80%;
  padding-bottom: 100px;
  position: absolute;
  font-size: clamp(0.875rem, 0.728rem + 0.76vw, 1.25rem);
  font-weight: 400;
  translate: -50% 0;
  top: 30%;
  left: 50%;
  z-index: 1;
}

.bg_logo {
  padding-bottom: 30px;
  position: absolute;
  translate: -50% 0;
  top: 40%;
  left: 50%;
  z-index: 0;
  opacity: 0.45;
}

.titleH1 {
  margin-bottom: 50px;
  font-size: clamp(1.125rem, 0.88rem + 1.27vw, 1.75rem);
  font-weight: 700;
}

.site-footer {
  padding-bottom: clamp(5px, 2.73vw, 30px);
  font-size: 12px;
  font-weight: 100;
  position: absolute;
  translate: -50% -100%;
  bottom: 0;
  left: 50%;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}