@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
     padding: 0;
     margin: 0;
     box-sizing: border-box

}
html {
  font-size: 100%;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
}

body {
color: #262626;
font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
background-color: #ffffff
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
}
p {
  font-size: 16px;
  text-align: justify;
}

li{
  list-style: none;
  font-size: 1.2rem;
}

.wrapper{
 max-width: 1100px;
 margin: 0 auto 130px auto;
 font-size: 0.9rem;
 padding: 0 4%;
}


.button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
}

.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}

.marquee{
    width: auto;
    font-size:10px;
    padding:1px 0px 1px 0px;
    color:#ffffff;
    background-color:#F1B0B2;

    text-align: center;
}

#top {
  margin-top: 80px;
}
#top .flex {
  display: flex;
  align-items:flex-start;
}
#top .photo {
  width: 400px;
}
#top .box img {
  width: 400px;
  height: auto;
  padding: 20px;
}
h1 {
  font-size: 28px;
  padding: 30px 0px;
}
   
h2{
  font-size: 1.5rem;
  text-align: center;
  padding-top:  100px;
  border-bottom: solid 10px #F1B0B2;
}

h3 {
    margin: 20px 0;
    font-size: 20px;

}
.title {
    font-size: 20px;
}
h4 {
    margin: 10px 0;
    color: #AFD147;

}
.top_banner {
  margin: 50px 0;
}
#one .flex {
    display: flex;
}
#one img {
    width: 100px;
}
#one .box .photo {
    width: 80px;
}
#one .box .photo-1 {
    width: 70px;
}
#one .box {
    padding: 10px;
    margin-bottom: 20px;
}
strong {
  color: #E30021;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #AFD147;
    display: inline-block;
    margin-top: 50px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #AFD147;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
#manga {
    margin-top: 20px;
}
.ki_banner {
  margin-top: 80px;
}
@media screen and (max-width:600px) {
h1 {
    margin-top: 10px;
    text-align: center;
}
h1 span {
    display: inline-block;
}
h2 {
    padding-top: 0px;
}
h2 span {
    display: inline-block;
}
#top .flex {
  flex-direction: column;
}
#one .flex {
  flex-direction: column;
}
#one .box {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}
#one h3 {
  margin-top: 0;
}
#one h3 span {
  display: inline-block;
}
.end_banner {
  text-align: center;
  margin-top: 30px;
}
.ki_banner {
  text-align: center;
  margin-top: 50px;
}
}

   
   /*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
     position: fixed;
     bottom: 10px;
     right: 20px;
     z-index: 9999;
   }
.go-top a{
     width: 50px;
     height: 50px;
     display: inline-block;
     background: #E94E66;
     border-radius: 50%;
     text-align: center;
     line-height: 50px;
     color: black;
     text-decoration: none;
   }
 
.go-top a:hover{
       opacity: 0.8;
     }
 
@media screen and (max-width:600px) {
  
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}




