body{
  width: 1024px;
  font-family:"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin:0 auto;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #434343;
  -webkit-font-smoothing: antialiased; //なめらか

    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.2));
}


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .9s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  min-width: 70%;
  max-width: 110.5vh;
  background-color: white;
    text-align: left;
  margin: 0 auto;
    padding: 50px;
  background-size: cover;  z-index: 2;
}

.popup-inner h2{
  text-align: center;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200vh;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

.popup a{
  color: inherit;
  text-decoration: underline;
}

.popup p{
    padding: 0 5%;
    line-height: 2;
    font-size: 0.9rem;
    text-align: left;
}

.popup h2{

    font-size: 23px;
    letter-spacing: 1px;
}


html{
  background-color: black;
}

.header{
}

.intro_p{
  margin-bottom: 0px;
    line-height: 1.75;
    color: white;
}

.fate_bg .intro_p{
  color: #333;
}

#set .notice{
  font-size: 0.8rem;
}

.rin_sakura_illust_area{
  background-color: gray;
  margin: 0 auto;
    padding: 20px;
  background-size: cover;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
  }
.rin_sakura_illust_area ul{

    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.rin_sakura_illust_area li{
      width: 50%;
}

a:visited{
  color: inherit;
}

.fukkoku_area{
  display: flex;
  justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
}

.kimetsu_area .ac2_tokuten p{
  color: black!important;
}


.fukkoku_area ul img{

    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
}

.header_png{
    margin-top: -0.6%;
}

.fukkoku_area ul{
    list-style-type: none;
    width: 50%;
    padding-left: 0;
    float: left;
}

.fukkoku_area p{
  font-size: 9px;
  letter-spacing: 1px;
}

#fate_fukkoku h6{
  font-size: 14px;
}
.kimetsu_area h3{
  color: black;
}

.kimetsu_area nav p{
  margin-top:0;
    padding: 0 3%;
}
.kimetsu_area h2{
  color: black;
}

.kimetsu_area h5{

    font-size: 23px;
    letter-spacing: 2px;
    margin: 15px;
}

.topicon nav ul p{
  color: black;
}
.kimetsu_area .goods_section{
background-color: rgba(46,46,46,0.6);
}

.kimetsu_area .goods_section p{
  color: white;
}

.intropic{
  margin: 1%;
}

.fate_mini ul{

    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 1%;
    background-color: gray;
    padding: 2%;
}

.fate_mini img{
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
}

.fate_mini li{
    margin-bottom: 25px;
    width: 18%;
}

.fate_mini p{

    font-size: 1rem;
}


.illust_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}


.illust_area ul{
  list-style-type: none;
  padding-left: 0
}

.illust_area li{
  margin-bottom: 25px;
  width: 40%;
}

.illust_area img{
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));

}

.role{

    font-size: 14px;
    line-height: 1.85;
    display: block;
}

.shikishi_para li p{
  margin-top:0;
  padding-top: 10px;
  letter-spacing: 0;
background-color: #222;
padding-bottom: 15px;
font-weight: bold;
}

.role{
  font-weight: normal;
}

.shikishi{

    margin: 1%;
    background-color: gray;
    padding: 2%;
}

.illustration h3{
  text-align: center;
  background-color: inherit;
  border: inherit;
  color: white;
  border-bottom: 1px solid;
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    width: 90%;
    letter-spacing: 1px;
    margin-top: 0;
}

.fate_mini p{
  margin-top: 0;
  display: block;
  margin: 4px 0;
  padding: 5px;
  color: #222;
  background-color: whitesmoke;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
}

.item1 {
  width: 100%;
}

#fate_himekuri img{
  border-radius: 0;
}

#fate_himekuri .thumb img{
  border-radius: 0;
  width: 100%;
  margin-top:0;
}

#fate_himekuri ul{
  flex-wrap: wrap;
}

#fate_himekuri .item1{
  width: inherit;
}
#fate_himekuri .thumb li{
  width: 15%;
}
.zero_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.zero_price{
  margin: 0;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.0));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.0));

}

.zero_list li{
  width: 50%;
}

ul{
  padding-left: 0;
}

ul li{
  list-style-type: none;
}

.zero_list h3{
  text-align: center;
  width: 95%;
  margin-top: 0;

}

.fate_mini ul p{
  margin-top: 0;
  display: block;
  margin: 4px 0;
  padding: 5px;
  background-color: whitesmoke;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
  color:#222;
}

.kimetsu_area .intropic img{
    width: 100%;
    margin-bottom: 30px;
      -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
      filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
}

.header_h3{
  text-align: center;
}

.fate_area .intropic img{

  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
}


.price{
    color: #505050!important;
    font-size: 18px;
    margin: 0;
}

h3 span{
  color:#FB807B;
}
h3{
  font-size: 20px;
  font-weight: bold;
  display: block;
  background-color: white;
  border: 1px solid #B7B7B7;
  padding: 15px;
  margin: 30px auto;
  width: 70%;
  letter-spacing: 1px;
}


#kimetsu_himekuri .sample img{
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,1));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,1));
}

.kimetsu_area .sample .main img{
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,1));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,1));
}

.sample ul{
  list-style-type: none;
  margin: 0 auto;

}

.sample .main{
  margin-bottom: 30px;
  padding-left: 0;
}

.main li{
    overflow: hidden;
}

.sample .thumb{
      width: 90%;
}

.thumb li{
  width: 100px;
}

.thumb img{
  width: 100%;
  cursor: pointer;
}

.ojuu{

  	transition : all 1000ms;
  cursor: pointer;
}
.open{
	transition : all 1000ms;
}

h2{
  margin: 0 auto;
display: block;
text-align: center;
width: 50%;
background-color: white;
padding: 10px;
-webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
margin-bottom: 30px;
font-weight: normal;
letter-spacing: 2px;
}

.topicon nav ul{
      display: flex;
      flex-wrap: wrap;
      list-style-type: none;
      justify-content: space-evenly;
      margin: 0 auto;
      width: 90%;
      padding-left: 0;
}

.topicon nav ul li:hover{
	transition : all 300ms;
  opacity: 0.7;
  cursor: pointer;
}

.intropic img{
display: block;
margin: 20px auto;
width:90%;
}

.topicon nav ul li{
  width: 45%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(255,255,255,.36));
  filter: drop-shadow(0px 3px 6px rgba(255,255,255,.36));
      margin-bottom: 30px;
}

.topicon nav ul li img{
  display: block;
    width: 100%;
  margin:0 auto;
}


.topicon nav ul p{

}

h6{
  font-size: 23px;
    letter-spacing: 2px;
    margin: 6px;
}

.set_ul{

    width: 90%;
    padding-top: 30px;
}

.set_ul2{
      width: 90%;
      padding-top: 30px;
      display: block!important;
}

.flex{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    margin: 0 auto;
}

.noshadow{
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.0))!important;
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.0))!important;
}

#fate_himekuri img{
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
}


#haru_set img{
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
}

#primo img{
      -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
      filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
}
h4{

    font-size: 30px;
    font-weight: normal;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    width: 30%;
    display: block;
    margin: 20px auto;
}

#haru_set .bamen{
  width: 80%;
}

#haru_set .set_naiyou{
    flex-wrap: wrap;
    width: 85%;
}

#haru_set .set_naiyou li{
    margin-bottom: 20px;
}

#haru_set .set_naiyou p{
    display: block;
    padding: 8px;
    background: white;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.2));
}

#fate_conte ul img{
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,.2));

}


.ac2_tokuten{
  background-color: white;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #C1C1C1;
}

p.setsumei{

      line-height: 1.5;
    margin-bottom: 40px;
}


@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.ac2_tokuten p{
  line-height: 1;
}

.fate_bg{
  background-color: white;
	transition : all 1000ms;
  color: #333;
}

.close{
  display: none;
  animation: show 1s linear 0s;
}

.ojuu_open{
  display: none;
  animation: show 1s linear 0s;
}

.ojuu img{
  margin: 0 auto;
  animation: show 1s linear 0s;
}

.open{
  display: block;
  animation: show 1s linear 0s;
}

.kmt_bg{
	transition : all 1000ms;
  color: white;
}

.topnav a{
  width: 45%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));

}

#topics{
  padding:30px 0;
}

.topnav a img{
  width: 100%;
}


nav{
padding-top: 15px;
}

.goods_section{
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}


.fate_area .goods_section{
background-color: rgba(0,0,0,0.5);}


.flexbox{
  list-style-type: none;
    padding-left: 0;
}

.shadow{
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
}

.flexbox{
  display: flex;
  justify-content: space-evenly;
}

.flexbox li img{
  cursor: pointer;
    margin-top: -3%;
    border-radius: 10px;
}
.flexbox li img:hover{
  opacity: 0.8;
	transition : all 500ms;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.container{
  height: 500px;
}

.tenji ul{
  list-style-type: none;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#eyemask h6{

    margin: 20px 0;
    margin-top: 30px;
}

p{
    letter-spacing: 1px;
    padding: 0 10%;
    text-align: center;
    line-height: 2;
    font-size: 16px;

}

.illustration{
  margin-bottom: 30px;
  margin: 2%;
}

.title{
  font-weight: bold;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0;
  line-height: 1;
  margin: 0;}

.gallery{
    display: block;
    margin: 40px auto;
}

.tenji li{
  margin-bottom: 40px;
}

.pic{
    margin-bottom: 20px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.3));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.3));
}


.name{
-webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
}

ul.to{
  list-style-type: none;
  display: flex;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.3));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,.3));
  justify-content: space-evenly;
  padding-left: 0;
  padding: 0 40px;
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 30px);
	transition : all 1000ms;
	}


/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


	.fadein_now {
		opacity : 0.1;
		transform : translate(0, 30px);
		transition : all 1000ms;
		}


	/* 画面内に入った状態 */
	.fadein_now.scrollin {
		opacity : 1;
		transform : translate(0, 0);
		}
  .header{
  }

  .header img{
    width: 100%;
  }

footer{
  background-color: #696767;
    padding: 20px;
    color: white;
    text-align: center;
}

footer a{

    color: white;
    text-decoration: none;
    font-size: 15px;
}


.webshop_to{
    display: block;
    background-color: #4E4C4C;
    width: 350px;
    margin: 0 auto;
    padding: 20px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));

}

.goods_section img{
  border-radius: 5px;
      -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.7));
      filter: drop-shadow(0px 0px 6px rgba(0,0,0,.7));

}

.goods_section{
box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.goods_section h3{
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    margin: 20px auto;
    margin-top: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
    width: 80%;
    font-size: 1.15rem;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
}


a:hover{
  opacity: 0.8;
  	transition : all 300ms;
}

a.webshop_to:visited{
  color: white;
}

.webto_{

  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
  margin-bottom: 30px;
  width: inherit;
}

.link{
  margin: 0;
margin-block-start: 0;
padding-inline-start: 0;
list-style-type: none;
}

.link li{
  border-bottom: none;
margin-bottom: 10px;
padding-bottom: 0;
text-align: center;
}




  #page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #666;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: white;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }



.hide {
  display: none;
}
