/* ==========================================
   Template: matome（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */

@import url(https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap);

@charset "UTF-8" input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0
}

ol,
ul {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0
}

p {
  line-height: 1.6em
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700
}

body {
  background: #FCF fixed;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-image: radial-gradient(#FFF 20%, transparent 20%), radial-gradient(#FF99CC 20%, transparent 20%);
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6
}

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

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

a:hover {
  color: lightpink;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

a:hover img {
  opacity: .7;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

a.btn {
  display: block;
  background: #46e0cc;
  color: #fff;
  padding: 3px 10px;
  margin: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

a.btn:hover {
  background: #aefe7c
}

dl,
ol,
p,
ul {
  margin: 10px auto 20px;
  padding: 0
}

@media screen and (max-width:767px) {

  dl,
  ol,
  p,
  ul {
    margin: 15px auto
  }
}

h1 {
  color: #da2b5c;
  font-family: "Kosugi Maru", sans-serif
}

h4 {
  padding-left: 10px;
  margin: 20px 0 10px;
  font-size: 120%
}

.center {
  text-align: center
}

.header {
  background-color: #ccc;
  background-image: url(../img/header.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  text-align: left;
  margin-bottom: 80px
}

.header img.icon {
  display: block;
  margin: auto;
  height: 150px;
  width: 150px;
  background: #fff;
  border-radius: 50%;
  border: solid 6px #fff;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  z-index: 1
}

@media screen and (max-width:767px) {
  .header {
    height: 200px
  }

  .header img.icon {
    height: 100px;
    width: 100px;
    border: solid 4px #fff;
    bottom: -50px
  }
}

dl.memo dt {
  width: 100%;
  font-weight: 700;
  color: #da2b5c;
  padding: .5em 0
}

dl.memo dd {
  border-left: 1px dotted #d0d0d0;
  margin: 0 0 0 1em;
  padding: 0 0 1em 1em
}

section {
  width: 95%;
  max-width: 990px;
  margin: 60px auto
}

.two-column {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.two-column .column {
  width: 48%
}

@media screen and (max-width:767px) {
  .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .two-column .column {
    width: 100%
  }
}

h2 {
  font-size: 20px;
  margin: 1em auto;
  color: #da2b5c;
  width: 100%
}

section>h2 {
  text-align: center;
  font-size: 24px
}

h3 {
  margin: 1em auto
}

.update {
  font-size: 80%;
  color: #bcbcbc;
  text-align: center
}

.box {
  background: #ffe8eb;
  padding: 10px 15px;
  border-radius: 5px
}

.cs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start
}

.cs li {
  width: 24%;
  padding: 0;
  margin: 0 0 20px 0
}

.cs li:not(:nth-of-type(4n-3)) {
  margin-left: calc(4% / 3)
}

.cs li a {
  width: 100%;
  background: #e6e6e6;
  display: block
}

.cs li a:hover {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.cs li a img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover
}

.cs li a .text {
  padding: 5px
}

.cs li a .text p {
  font-size: 80%;
  color: #333;
  text-align: center
}

.cs li a .text p.name {
  font-size: 100%;
  color: #da2b5c;
  text-align: center;
  font-weight: 700;
  margin: 0 auto .5em
}

@media screen and (max-width:767px) {
  .cs li {
    width: 49%
  }

  .cs li li a img {
    height: 240px
  }

  .cs li:not(:nth-of-type(4n-3)) {
    margin-left: 0
  }

  .cs li:nth-of-type(odd) {
    margin-right: 2%
  }
}

@media screen and (max-width:575px) {
  .cs li {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 260px
  }

  .cs li:nth-of-type(odd) {
    margin-right: auto
  }

  .cs li:not(:nth-of-type(4n-3)) {
    margin-left: auto
  }
}

ul.sns-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 600px
}

ul.sns-list li {
  margin-bottom: 1em
}

ul.sns-list li a {
  font-size: 14px;
  border: 2px solid #65676d;
  color: #65676d;
  padding: 5px 8px;
  border-radius: 20px
}

ul.sns-list li a:hover {
  background: #65676d;
  color: #fff
}

ul.sns-list li a.twitter:hover {
  background: #1DA1F2;
  border: 2px solid #1DA1F2;
  color: #fff
}

ul.sns-list li a.tumblr:hover {
  background: #36465d;
  border: 2px solid #36465d;
  color: #fff
}

ul.sns-list li a.lineat:hover {
  background: #00b900;
  border: 2px solid #00b900;
  color: #fff
}

ul.sns-list li a.youtube:hover {
  background: #cd201f;
  border: 2px solid #cd201f;
  color: #fff
}

ul.sns-list li a.note:hover {
  background: #2dcdb5;
  border: 2px solid #2dcdb5;
  color: #fff
}

ul.sns-list li a.amazon:hover {
  background: #F90;
  border: 2px solid #F90;
  color: #fff
}

ul.sns-list li a.marsh:hover {
  background: #F3969A;
  border: 2px solid #F3969A;
  color: #fff
}

ul.sns-list li a.skeb:hover {
  background: #30B396;
  border: 2px solid #30B396;
  color: #fff
}

ul.sns-list li a.pixiv:hover {
  background: #0096FA;
  border: 2px solid #0096FA;
  color: #fff
}

ul.sns-list li a.booth:hover {
  background: #FC4D50;
  border: 2px solid #FC4D50;
  color: #fff
}

ul.sns-list li a.fantia:hover {
  background: #FF5600;
  border: 2px solid #FF5600;
  color: #fff
}

ul.sns-list li:not(:last-of-type) {
  margin-right: 20px
}

footer .container {
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none
}

footer .bottom {
  margin: 0
}

footer .bottom a {
  opacity: .7;
  text-align: right;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 0 0 auto;
  display: block
}

.copy-btn {
  background-color: #F09;
  border: none;
  padding: 10px 10px;
  border-radius: 6px;
  color: #fff
}

.copy-btn:hover {
  background-color: #F3F;
  cursor: pointer
}