@charset "utf-8";

html, body {
 margin: 0px;
 padding: 0px;
}

body {
  font-family: ab-kokoro-no3, sans-serif;
    font-size: 1em;
    color: #7F6350;
    line-height:1.8em;
    background-color: #322A00;
    }

#container{
   background-color: bisque;
   margin: 0 auto;
   width: 100%;
   max-width :390px;
   height: 2450px;
   background-image: url("sozai/haikei.jpg");
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: scroll;
   text-align: left;
}

header {
  display: flex;
  margin: auto;
  width: 390px;
  height: 45px;
  background-color: #F25625;
  align-items: center;
}

.title{
  font-family: ads-yutampo, sans-serif;
  font-size: 1.0em;
  color: #fff;
}
#keyvisual{
   width: 100%;
   height: 45vh;
   background-image: url(sozai/title.gif);
   background-size:contain;
   background-repeat: no-repeat;
   display: flex;
   align-items: flex-end;
   margin-top: auto;
   
}

.item-list {
  display: flex;
  height: 300px;
  max-width: 1024px;
  margin: 0 auto;
}

.item {
  width: 100%;
  margin: auto;
}
.item:nth-child(1) {
  background-color: rgb(255, 255, 255);
}

#s1{
  font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;
}

#s2{
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

.toukou {
  width: 200px;
  height: 80px;
  background-color: #F25625;
  border-radius: 100px; 
  padding: 10px;
  border: 5px solid #ffffff;
  margin: auto;
  margin-top: 30px;
}

.toukousuru{
   padding: 12px 20px 0 35px;
   margin: 0;
   font-family: ads-yutampo, sans-serif;
   font-size: 2em;
   color: #ffffff;
   line-height:1.5em;
}

.shirowaku {
  width: 350px;
  height:550px;
  background-color: #fff;
  border-radius: 30px; 
  padding: 10px;
  margin: 0 auto;
  margin-top: 50px;
}

#maguma{
  display: flex; 
  margin: 0 auto;
   border-radius: 30px;
}

#tagu{
   color: #F25625;
   font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

#reactions {
  display: flex;
  gap:20px;
  justify-content: space-between;
 width: 300px;
  height:35px;
  margin: auto;
}
#reaction {
  width: 100%;
  border: 1px solid #322A00;
   background-color: #fff;
   border-radius: 10px;
}

#re{
 text-align:center;
  line-height:3px;
  font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 20px
}

.shirowaku2 {
  width: 350px;
  height:550px;
  background-color: #fff;
  border-radius: 30px; 
  padding: 10px;
  margin: 0 auto;
 margin-top: 50px;
}

.motto{
  width: 150px;
  height: 50px;
  background-color: #fff;
  border-radius: 100px; 
  padding: 10px;
  border: 5px solid #F25625;
  margin: 0 auto;
  position: relative;
    top: 30px;
    left: 75px;
}

#miru{
  padding:10px 0px 0px 23px;
   margin: 0;
   font-family: ads-yutampo, sans-serif;;
   font-size: 1.1em;
   color: #F25625;
   line-height:1.5em;
}

.toukou2 {
  width: 200px;
  height: 80px;
  background-color: #F25625;
  border-radius: 100px; 
  padding: 10px;
  border: 5px solid #ffffff;
  margin: 0 auto;
  position: relative;
    top: 100px;
}

.owari{
  display: flex;
  height: 100px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
    top: 150px;
}

.shikaku {
  width: 100%;
}
.shikaku:nth-child(1) {
  background-color: rgb(255, 255, 255);
}