@charset "UTF-8";
/*
Theme Name: I'LL
Author: 株式会社CLANE
Author URI: https://i-will.design
Description: HP制作用テーマ
Tags: 
Text Domain: Ill
*/


/*--------------------*/
/* Reset Stylesheet   */
/*--------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* Change colours to suit your needs */
address,
cite {
  font-style: italic;
}

em {
  font-weight: bold;
}

code,
kbd,
var,
pre {
  font-family: monospace, serif;
}

code {
  padding: 2px 8px;
  border: solid 1px #e2e5e8;
  border-radius: 4px;
}

kbd {
  padding: 2px 8px;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
  margin-bottom: 40px;
  padding: 24px;
  border: solid 1px #e2e5e8;
  white-space: pre-wrap;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: dotted 1px;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

embed,
iframe,
img,
object {
  max-width: 100%;
}

.wp-embedded-content {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*--------------------*/
/* 404ページ           */
/*--------------------*/

/*991px以下で改行する*/
@media screen and (min-width: 992px) {
  .sp-404 {
    display: none;
  }
}

/*992px以上で改行する*/
@media screen and (max-width: 991px) {
  .pc-404 {
    display: none;
  }
}

.l-content {
  /*ベースを10pxにしています(1rem=10px)*/
  font-size: 62.5%;
  width: 100%;
  /*背景の名前は [bg.png] にしてください*/
  background-image: url(/wp-content/uploads/bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 4%;
}

.l-notfound {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 9.6rem 6.4rem 12rem;
}

.l-notfound-text:nth-child(1) {
  font-size: 16rem;
  line-height: 1;
  padding-bottom: 6.4rem;
}

.l-notfound-text:nth-child(2) {
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding-bottom: 2.4rem;
}

.l-notfound-text:nth-child(3) {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-bottom: 7.2rem;
}

.button {
  display: inline-block;
  padding: 0.8em 2.4em;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1.6rem;
  /*ボタン色*/
  background: #e24e42;
  /*ボタンの文字色*/
  color: #fcfcfc;
  /*ボタン色の影の色*/
  border-bottom: solid 4px #b53e39;
}

.button:active {
  /*ボタンを押したとき下に動く*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*線を消す*/
  border-bottom: none;
  filter: contrast(120%);
}

.button:hover {
  color: #fcfcfc;
  filter: contrast(120%);
}

/*991px以下 設定*/
@media screen and (max-width: 991px) {
  .l-notfound-text:nth-child(1) {
    font-size: 14.4rem;
    padding-bottom: 5.6rem;
  }

  .l-notfound-text:nth-child(2) {
    font-size: 2.0rem;
    line-height: 2.8rem;
    padding-bottom: 2.0rem;
  }

  .l-notfound-text:nth-child(3) {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-bottom: 6.4rem;
  }
}

/*767px以下 設定*/
@media screen and (max-width: 767px) {
  .l-notfound {
    padding: 8.0rem 0rem 9.6rem;
  }

  .l-notfound-text:nth-child(1) {
    font-size: 13.6rem;
    padding-bottom: 4.8rem;
  }

  .l-notfound-text:nth-child(2) {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-bottom: 1.6rem;
  }

  .l-notfound-text:nth-child(3) {
    font-size: 1.3rem;
    line-height: 2.2rem;
    padding-bottom: 4.8rem;
  }
}
