@charset "UTF-8";
body {
  background: #ffeeee;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  margin: 0;
  color: #3b0f0f;
  background-attachment: fixed;
}

body main .container {
  background: #ffb5c3;
  margin-top: 100px;
}


p {
  line-height: 1.6em;
}

p.pale {
  color: #a99191;
  line-height: 1.8em;
}

dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

dl dd,
dl dt {
  width: 50%;
  display: block;
}

a {
  text-decoration: none;
  color: #c90707;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #fa3c72;
}

a img:hover {
  opacity:0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffb5c3;
}



.font_script {
  font-family: thirsty-script, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4em;
  color: #c90707;
}

.font_strong {
  font-family: akzidenz-grotesk-next-pro, sans-serif;
  font-weight: 900;
}

.font_r {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font_m {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font_b {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

h1 {
  font-family: akzidenz-grotesk-next-pro, sans-serif;
  font-size: 1.8em;
  margin: 20px auto;
  font-weight: 900;
}

@media screen and (max-width: 1023px) {
  h1 {
    display: none;
  }
}

h2 {
  font-weight: 900;
}


h3 {
  font-weight: 700;
}

.container {
  margin: 60px auto;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
}

img + img {
  margin-left: 5px;
}


header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  color: #c90707;
}



header .container {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header .container {
    padding: 0;
  }
}

header h2 {
  font-size: 1.4em;
  font-weight: 900;
  padding-top: 20px;
  color: #c90707;
  font-family: akzidenz-grotesk-next-pro, sans-serif;
}

header ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

header ul li a {
  font-size: 1.5em;
  font-family: akzidenz-grotesk-next-pro, sans-serif;
  font-weight: 900;
  display: block;
  padding: 0 20px;
  color: #c90707;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  header ul li a {
    padding: 0 10px;
  }
}

section {
  position: relative;
  overflow: hidden;
}

section#top {
  background: url(../img/background.jpg) no-repeat 0 center / cover;
  height: calc(50vh);
  z-index: 1;
  border-radius: 0 0 100% 100% / 0 0 100% 100%;
  outline: 0.5rem solid #c90707;
  animation: blur ease forwards;
  animation-timeline: view();
  animation-range: cover 30% cover 100%;
}

@keyframes blur{
  0% {
      filter: blur(0);
    }
  
    50% {
      filter: blur(0);
    }
  
    100% {
      filter: blur(12px);
    }
  }

@media screen and (max-width: 767px) {
	section#top {
		animation: none;
	}
}


section#Profile {
  overflow: visible;
}

section#Profile .heart {
  display: block;
  text-align: center;
  position: absolute;
  top: -145px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
}

section#Profile .smeagol {
  margin-bottom: 20px;
}

section#Comics {
  background: #fff6f6;
}


dl.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 30px auto;
}

dl.flex dt {
  width: 120px;
  margin-bottom: 10px;
}

dl.flex dd {
  width: calc(100% - 120px);
  margin-bottom: 10px;
  margin-left: 0;
}


ul.sns-list {
  display: -webkit-box;
  display: flex;
  margin-bottom: 3em;
}

ul.sns-list li a {
  font-size: 2.6em;
  color: #c90707;
  padding: 0 20px 0 0;
}

ul.sns-list li a:hover {
  color: #fa3c72;
}

ul.sns-list li img:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffeeee;
}




footer {
  background: #c90707;
  overflow: hidden;
  padding: 0 0 50px 0;
  color: #fff;
}

footer .container {
  margin-bottom: 0;
}


#copy-email-btn {
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
}

#copy-email-btn:hover {
  background: #ffb5c3;
}


#gallery .container{
    padding: 0;
    overflow: hidden;
}

#gallery {
    margin: 0 auto;
    overflow: hidden;
}


#gallery li {
    max-width: 380px;
    padding: 5px;
}

#gallery li img {
    max-width: 100%;
    height: auto;
    border: solid #ffffff 2px;
}

.comicTitle{
  color: #c90707;
}

#Comics ul .works {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

#Comics ul li  {
  list-style-type: disc;
  margin-bottom: 1em;
}

#Comics a {
  text-decoration: underline;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .comic {
    text-align: center;
    padding-bottom: 30px;
  }
}


#page-top {
  position: fixed;
  bottom: 0px;
  right: 5px;
  z-index: 99;
}

#page-top a {
  text-decoration: none;
  color: #c90707;
  font-size: 2.5em;
  text-align: center;
  display: block;
  transition: all .3s ease;
  opacity: 0.5;
}

#page-top a:hover {
  text-decoration: none;
  color: #fa3c72;
}

