@charset "UTF-8";
/*************************************
SIZE
*************************************/
/*************************************
COLORS
*************************************/
/*************************************
MIXINS
*************************************/
.scpop {
  transform: scale3d(0, 0, 0);
  transform-origin: center center;
  will-change: animation;
}

.scpop.ac {
  animation: bounce 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*------------------------------------
animation
	*/
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
@keyframes photoCoverAnim {
  0% {
    filter: grayscale(95%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes bounce {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*------------------------
COLOR
-------------------------*/
::selection {
  background: #faf5f0;
}

a {
  color: #FFF;
  text-decoration: none;
}

/*------------------------
TEXT SET
-------------------------*/
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  font-size: 1.6em;
  font-family: "Noto Sans", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
  background-color: #FAFAF7;
  min-height: -webkit-fill-available;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.en {
  font-family: "apertura", sans-serif;
}

/*------------------------
BASIC LAYOUT / MODULE
-------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
}

.pcHide {
  display: none;
}
@media screen and ( max-width : 768px ) {
  .pcHide {
    display: block;
  }
}

.spHide {
  display: block;
}
@media screen and ( max-width : 768px ) {
  .spHide {
    display: none;
  }
}

.lbx {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and ( max-width : 1024px ) {
  .wrap {
    padding: 0 20px;
  }
}

.minWrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 0;
}

/*------------------------
RESET
-------------------------*/
body {
  word-wrap: break-word;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
  vertical-align: bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset, img {
  border: 0;
}

a {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/*
	clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

img {
  width: 100%;
}

a {
  color: #000;
  transition: opacity, 0.2s;
}

a:hover {
  opacity: 0.6;
}

h1 {
  width: 400px;
  margin: 20px auto 100px;
  position: fixed;
  left: 0;
  right: 0;
}
@media screen and ( max-width : 768px ) {
  h1 {
    width: 330px;
  }
}

#content {
  display: flex;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
  overflow-y: hidden;
}

@supports (-webkit-touch-callout: none) {
  #content {
    min-height: -webkit-fill-available;
  }
}
h2 {
  font-size: 8.0527086384vw;
  text-align: center;
  margin-top: -1.4641288433vw;
  margin-bottom: 55px;
  font-weight: bold;
  font-weight: 700;
  color: #C6C6C6;
}
@media screen and ( max-width : 768px ) {
  h2 {
    font-size: 12vw;
    letter-spacing: 0;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.mail {
  margin: 0 auto;
  text-align: center;
}

.mail a {
  display: inline-block;
  padding: 1.8301610542vw 1.4641288433vw;
  width: 50%;
  background: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 1.4641288433vw;
}
@media screen and ( max-width : 768px ) {
  .mail a {
    width: 60%;
    font-size: 3.4666666667vw;
    padding: 3.7333333333vw 1.4641288433vw;
  }
}

.sns {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media screen and ( max-width : 768px ) {
  .sns {
    margin-top: 70px;
  }
}
.sns li {
  margin: 0 10px;
}
.sns img {
  width: 3.6603221083vw;
}
@media screen and ( max-width : 768px ) {
  .sns img {
    width: 9.3333333333vw;
  }
}

footer {
  position: fixed;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.7320644217vw;
  font-weight: 700;
}
@media screen and ( max-width : 768px ) {
  footer {
    font-size: 1.8666666667vw;
  }
}