@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

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

fieldset,
img {
  border: 0;
}

img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

caption,
th {
  text-align: left;
}

img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

ol,
ul {
  list-style: none;
}

/*clearfix-------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #bb1c21;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.loading-inner {
  text-align: center;
}

.loading-text {
  font-size: 1.8rem;
  margin-top: 1.5rem;
  z-index: 2;
  position: relative;
  color: #fff;
}

.flip-box {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease, opacity 0.2s ease;
  transform-origin: center center;
  opacity: 0;
  z-index: 1;
}

.flip-image.active {
  opacity: 1;
  z-index: 2;
  transform: scaleX(1);
}

.flip-image.shrink {
  transform: scaleX(0);
  opacity: 0;
}

body {
  background-color: #010000;
  background-image: url(../images/illustrations/distorted_grid_pattern_aa.jpg);
  background-size: 400px;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}
body div.wrapper {
  width: 100%;
}
body div.wrapper header {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  background-color: #010000;
}
body div.wrapper header .global ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
body div.wrapper header .global ul li a {
  display: block;
  color: #bb1c21;
  font-size: 1.4rem;
  padding: 10px;
  line-height: 2em;
}
body div.wrapper header .global ul li a:hover {
  color: #cd9546;
}
body div.wrapper main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media (min-width: 979px) {
  body div.wrapper main {
    display: flex;
    gap: 30px;
  }
  body div.wrapper main #side_area {
    flex: 1;
  }
  body div.wrapper main #main_area {
    flex: 2;
  }
}
body div.wrapper main .top {
  max-width: 980px;
  background-color: #bb1c21;
  margin-bottom: 30px;
  margin: 0 auto 30px;
  border-radius: 0 0 3px 3px;
}
body div.wrapper main .top .top-illust {
  display: block;
  width: 100%;
  height: 40vh;
  background-color: gray;
  background-image: url(../images/illustrations/header_202406.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 979px) {
  body div.wrapper main .top .top-illust {
    background-position: center;
  }
}
body div.wrapper main .top .top-text {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background-color: #bb1c21;
}
body div.wrapper main .top .top-text h2 {
  color: #010000;
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
body div.wrapper main .top .top-text p {
  color: #010000;
  font-size: 1.1rem;
  padding-bottom: 10px;
  text-align: center;
}
body div.wrapper main .top .top-text p span.mail_address {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  border: 1px solid;
  padding: 15px;
  margin: 0px auto 5px;
  text-align: center;
}
body div.wrapper main .attention {
  width: 100%;
  max-width: 980px;
  background-color: #bb1c21;
  margin: 0px auto 30px;
  border-radius: 3px;
}
body div.wrapper main .attention ul {
  display: flex;
  justify-content: center;
}
@media (min-width: 979px) {
  body div.wrapper main .attention ul {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
}
body div.wrapper main .attention ul li {
  padding: 10px;
}
body div.wrapper main .illustlation {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px;
  background-color: #bb1c21;
  border-radius: 3px;
  margin-bottom: 30px;
}
body div.wrapper main .illustlation h1 {
  margin-bottom: 10px;
}
body div.wrapper main .illustlation p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body div.wrapper main .illustlation p a {
  display: block;
}
body div.wrapper main .illustlation p a img {
  max-width: 125px;
  border-radius: 3px;
}
body div.wrapper main .contact_page_section {
  width: 100%;
  max-width: 980px;
  padding: 50px;
  background-color: #bb1c21;
  border-radius: 3px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  body div.wrapper main .contact_page_section {
    margin: 0 auto;
  }
}
body div.wrapper main .contact_page_section h1 {
  font-size: 1.4rem;
  padding: 10px 0;
}
body div.wrapper main .contact_page_section h1:before {
  content: "【";
}
body div.wrapper main .contact_page_section h1:after {
  content: "】";
}
body div.wrapper main .contact_page_section p {
  width: 100%;
  font-size: 1.1rem;
}
body div.wrapper main .contact_page_section p a.skeb_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #bb1c21;
  padding: 10px;
  border-radius: 3px;
  background-color: #010000;
  margin: 10px;
  font-weight: bold;
}
body div.wrapper main .contact_page_section p a.skeb_link:hover {
  background-color: #cd9546;
  color: #010000;
}
body div.wrapper main .contact_page_section ul.ul_mail {
  margin-left: 20px;
  list-style: decimal;
}
body div.wrapper main .contact_page_section ul.ul_mail li {
  font-size: 1.1rem;
  line-height: 1.5em;
}
body div.wrapper main .contact_page_section ul.ul_mail li div.mail_template {
  max-width: 400px;
  background-color: #bb1c21;
  height: auto;
  padding: 20px;
  margin: 20px 0;
  border-radius: 3px;
  border: 1px solid #010000;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
body div.wrapper main .contact_page_section ul.ul_number {
  margin-left: 20px;
  list-style: decimal;
}
body div.wrapper main .contact_page_section ul.ul_number li {
  font-size: 1.1rem;
  line-height: 1.5em;
}
body div.wrapper main section.skill {
  width: 100%;
  padding: 50px;
}
body div.wrapper footer {
  display: block;
  background-color: #bb1c21;
  width: 100%;
  padding: 10px;
}
body div.wrapper footer .copyright {
  max-width: 500px;
  margin: 0 auto;
}
body div.wrapper footer .copyright small {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 20em;
  color: #010000;
  font-size: 1rem;
}

body .wrapper main article.skils {
  width: 100%;
  max-width: 980px;
  padding: 50px;
  margin: 0 auto 20px;
  border-radius: 3px;
  background-color: #bb1c21;
}
body .wrapper main article.skils h1 {
  color: #010000;
  font-size: 2rem;
  padding-bottom: 8pxpx;
}
body .wrapper main article.skils h2 {
  color: #010000;
  font-size: 1.4rem;
}
body .wrapper main article.skils p {
  color: #010000;
  font-size: 1.1rem;
  padding-bottom: 10px;
}
body .wrapper main article.skils div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: first baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
@media (max-width: 656px) {
  body .wrapper main article.skils div {
    flex-direction: column;
  }
}
body .wrapper main article.skils div section.skil {
  width: 100%;
  max-width: 260px;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  color: #010000;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
}
body .wrapper main article.skils div section.skil p {
  color: #010000;
  font-size: 1rem;
}
body .wrapper main section.portfolio {
  width: 100%;
  max-width: 980px;
  padding: 50px;
  margin: 0 auto 20px;
  border-radius: 3px;
  background-color: #bb1c21;
}
body .wrapper main section.portfolio h1 {
  color: #010000;
  font-size: 1.4rem;
  padding-bottom: 8pxpx;
}
body .wrapper main section.portfolio h2 {
  color: #010000;
  font-size: 1.2rem;
}
body .wrapper main section.portfolio p {
  color: #010000;
  font-size: 1.1rem;
  padding-bottom: 10px;
}
body .wrapper main section.portfolio .portfolio_box {
  width: 100%;
  margin: 0 auto;
}
body .wrapper main section.portfolio .portfolio_box .portfolio_description {
  width: 100%;
}
body .wrapper main section.portfolio .portfolio_box .portfolio_illust {
  width: 100%;
  max-width: 400px;
  padding: 20px 0;
}
body .wrapper main section.portfolio .portfolio_box .portfolio_illust div a {
  display: block;
}
body .wrapper main section.portfolio .portfolio_box .portfolio_illust div a img {
  display: block;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 979px) {
  body .wrapper main section.portfolio .portfolio_box {
    flex-direction: column;
  }
}

span.line_br {
  display: block;
}/*# sourceMappingURL=sass.css.map */