@charset "UTF-8";
@import url("./common2.css");




/* 背景　*/

#kv_back {
  z-index: -1;
}




/* 共通部分 */

.ffJosefin {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}




/* ヘッダー　*/

#header {
  position: fixed;
  z-index: 11;
  height: 250px;
}

#header .layoutwrap {
  height: 250px;
  position: relative;
}
#header .innerwrap {
  width: 100vw;
  height: 200px;
  overflow: hidden;
  display: inline-block;
  background-color: var(--red);
  opacity: 95%;
  border-bottom: 3px solid black;
}

/* ヘッダー_吹き出し */
#header .innerwrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 75px);
  background-color: black;
  width: 150px;
  height: 50px;
  clip-path: polygon(0 0,100% 0,50% 100%);
}


#header .innerwrap::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: calc(50% - 75px);
  background-color: var(--red);
  width: 150px;
  height: 50px;
  clip-path: polygon(0 0,100% 0,50% 100%);
}
/**/

h1 {
  text-align: center;
  margin: 35px auto auto auto;
  font-size: 60px;
  line-height: 1;
  color: black;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white,
    -1px 1px 0 white, 1px -1px 0 white,
    0px 1px 0 white, 0-1px 0 white,
    -1px 0 0 white, 1px 0 0 white;
}

#header h1 img {
  width: 500px;
}




/* REPORT LIST */

#listwrap {
  background-color: var(--yellow);
  width: 100%;
}

#listwrap .layoutwrap {
  background-color: var(--bgcolor);
  border-bottom: 3px solid black;
  width: 100%;
  padding-top: 200px;
}


#listwrap .list_heading {
  text-align: right;
  background-color: var(--bgcolor);
  border-radius: 100vh 0 0 100vh;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  box-sizing: border-box;
  width: 400px;
  padding: 80px 50px 80px 80px;
  position: absolute;
  top: 225px;
  left: calc(100% - 400px);
}


#listwrap .list_heading h2 span{
  display: block;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: 800;
  color: var(--red);
}
  

#listwrap .report_photo {
  background-color: gray;
}

#list1 {
  display: flex;
  align-items: flex-end;
  padding-left: 0;
  margin-top: 75px;
}

#list1 .pastwrap {
  margin-left: 1em;
}




/* new report */

#newwrap {
  width: 60vw;
  height: 650px;
}


/* new report 吹き出し */

#newwrap .innerwrap::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: calc(50vw - 75px);
  background-color: black;
  width: 150px;
  height: 50px;
  clip-path: polygon(0 0,100% 0,50% 100%);
}


#newwrap .innerwrap::after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: calc(50vw - 75px);
  background-color: var(--red);
  width: 150px;
  height: 50px;
  clip-path: polygon(0 0,100% 0,50% 100%);
}

/**/


#newwrap .layoutwrap {
  width: 60vw;
  height: 600px;
  background-color: var(--red);
  border-top: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
}

#newwrap .heading {
  border-radius: 0 100vh 100vh 0;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  background-color: var(--red);
  font-size: 40px;
  font-weight: 600;
  width: 300px;
  text-align: center;
  z-index: 5;
  position: absolute;
  top: 25px;
}

#newwrap .text {
  background-color: var(--red);
  width: 400px;
  padding: 2rem 2rem 0 2rem;
  z-index: 10;
  position: absolute;
  bottom: 0;
  top: 300px;
}

#newwrap .title {
  font-size: 25px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black,
    -1px 1px 0 black, 1px -1px 0 black,
    0px 1px 0 black, 0-1px 0 black,
    -1px 0 0 black, 1px 0 0 black;
  line-height: 1.6;
}

#newwrap .date {
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
  padding-top: 0.5rem;
}

#newwrap .sample {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1rem;
} 

#newwrap .arrow {
  width: 70px;
  height: 70px;
  z-index: 10;
  position: absolute;
  left: 400px;
  bottom: 200px;
}

#newwrap .read {
  background-color: var(--yellow);
  border: 1.5px solid black;
  padding: 0.7rem;
  font: 10px;
}

#newwrap .report_photo {
  background-color: gray;
  width: 80%;
  height: 500px;
  object-fit: cover;
  z-index: 3;
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 0;
  top: 60px;
}





/* 過去投稿 */

.pastwrap {
  width: 35vw;
  margin-bottom: 50px;
  position: relative;
}

.pastwrap .report_photo {
  width: 35vw;
  height: 35rem;
  object-fit: cover;
  filter: grayscale(100%);
  margin-bottom: 0;
}

.pastwrap .text {
  background-color: var(--bgcolor);
  padding: 0.7rem 2rem 0 1px;
  width: 270px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  overflow: hidden scroll;
  scrollbar-color: var(--red) var(--bgcolor);
}

.pastwrap .title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black,
    -1px 1px 0 black, 1px -1px 0 black,
    0px 1px 0 black, 0-1px 0 black,
    -1px 0 0 black, 1px 0 0 black;
  line-height: 1.6;
}

.pastwrap .date {
  padding-top: 0.5rem;
  font-size: 0.6em;
  line-height: 1.2;
}

.pastwrap .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 270px;
  bottom: 2em;
  z-index: 10;

}




/* 過去投稿2 */

#list2 {
  display: grid;
  width: fit-content;
  column-gap: 1em;
  grid-template-columns: repeat(2, auto);
  margin-left: 25vw;
  margin-top: 15px;
}

#list3 {
  display: grid;
  width: fit-content;
  column-gap: 0em;
  grid-template-columns: repeat(2, auto);
  margin-left: calc(60vw + 1em)
}



/* REPORT LIST_吹き出し */

#arrow1 {
  width: 100%;
  height: 50px;
  position: relative;
}


#arrow1 ::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50vw - 75px);
  background-color: black;
  width: 150px;
  height: 50px;
  clip-path: polygon(0 0,100% 0,50% 100%);
}


#arrow1 ::after {
  content: "";
  position: absolute;
  top: -4px;
  left: calc(50vw - 75px);
  background-color: var(--bgcolor);
  width: 150px;
  height: 50px;
  clip-path: polygon(0 0,100% 0,50% 100%);
  z-index: 7;
}

#arrow2 {
  width: 100%;
  height: 50px;
  position: relative;
}

#arrow2 ::before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50vw - 75px);
  background-color: black;
  width: 150px;
  height: 50px;
  clip-path: polygon(0 0,25% 0,50% 50%,75% 0,100% 0,50% 100%);
  z-index: 7;
}

#arrow2 ::after {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50vw - 75px);
  background-color: var(--bgcolor);
  width: 150px;
  height: 50px;
  transform: scale(88%);
  clip-path: polygon(0 0,21% 0,50% 57%,79% 0,100% 0,50% 100%);
  z-index: 7;
}

#arrow3 {
  width: 100%;
  height: 50px;
  position: relative;
}

#arrow3 ::before {
  content: "";
  position: absolute;
  top: -25px;
  left: calc(50vw - 75px);
  background-color: black;
  width: 150px;
  height: 50px;
  clip-path: polygon(0 0,25% 0,50% 50%,75% 0,100% 0,50% 100%);
  z-index: 7;
}

#arrow3 ::after {
  content: "";
  position: absolute;
  top: -25px;
  left: calc(50vw - 75px);
  background-color: var(--bgcolor);
  width: 150px;
  height: 50px;
  transform: scale(88%);
  clip-path: polygon(0 0,21% 0,50% 57%,79% 0,100% 0,50% 100%);
  z-index: 7;
}




/* レポート本文 */

main {
  width: 100%;
  margin: -50px auto 50px auto;
}


article {
  padding-top: 200px;
  width: 767px;
  margin: auto;
}


article .innerwrap {
  background-color: var(--bgcolor);
  border: 1.5px solid black;
  box-sizing: border-box;
  padding: 50px 1.5em;
  z-index: 10;
}


/* レポート本文_見出し */

.titlewrap {
  background-color: var(--red);
  padding: 3rem;
}

.titlewrap .ffJosefin {
  font-size: 18px;
  line-height: 1;
}

h3 {
  font-size: 36px;
  line-height: 1.4em;
  color: white;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black,
    -1px 1px 0 black, 1px -1px 0 black,
    0px 1px 0 black, 0-1px 0 black,
    -1px 0 0 black, 1px 0 0 black;
}

.name {
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
  color: darkgray;
  margin: 1rem 0 50px 0;
  padding-right: 160px;
  position: relative;
}

.word1 {
  font-size: 22px;
  color: black;
}

.member-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 1rem;

}



/* レポート本文_文 */

.report_text {
  width: 90%;
  margin: auto;
}

article .report_text p {
  font-size: 16px;
  line-height: 1.8;
  padding: auto 4rem;
  margin-top: 2rem;
}

article .report_photo {
  background-color: gray;
  margin: 2rem auto 0;
}



/* BACK */

#backwrap {
  background-color: var(--pale-yellow);
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  box-sizing: border-box;
  border-radius: 100vh 0 0 100vh;
  padding: 1rem 1rem 1rem 2rem;
  width: fit-content;
  position: fixed;
  bottom: 1rem;
  right: 0;
  z-index: 11;
}




/* /////////////////// 
     SP
 /////////////////// */

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

  #newwrap .text {
    width: 350px;
  }

  #newwrap .title {
    font-size: 22px;
  }

  #newwrap .arrow {
    left: 350px;
  }

  .pastwrap .text {
    width: 230px;
  }

  .pastwrap .title {
    font-size: 15px;
  }

  .pastwrap .report_photo {
    height: 30rem;
  }

  .pastwrap .arrow {
    left: 220px;
  }

 }



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

  /* ヘッダー */

  #header {
    z-index: 11;
    height: calc(15vh + 50px);
  }
  
  #header .layoutwrap {
    height: calc(15vh + 50px);
    position: relative;
  }
  #header .innerwrap {
    height: 15vh;
    border-bottom: 3px solid black;
  }
    
  h1 {
    text-align: center;
    margin: 0.8em 1em auto auto;
    font-size: 1.8em;
    line-height: 1;
    color: black;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white,
      -1px 1px 0 white, 1px -1px 0 white,
      0px 1px 0 white, 0-1px 0 white,
      -1px 0 0 white, 1px 0 0 white;
  }
  
  #header h1 img {
    width: 300px;
  }




  /* REPORT LIST */

  #listwrap {
    background-color: var(--yellow);
  }
  
  #listwrap .layoutwrap {
    background-color: var(--bgcolor);
    border-bottom: 3px solid black;
    width: 100%;
    padding-top: calc(15vh + 50px);
    padding-bottom: 6rem;
  }
  
  
  #listwrap .list_heading {
    border-top: 1px solid black;
    box-sizing: border-box;
    width: 70%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1.5em;
    z-index: 10;
    position: absolute;
    top: calc(15vh + 60px);
    left: 30%;
  }
  
  
  #listwrap .list_heading h2 span{
    font-size: 1.5em;
    display: inline-block;
  }
    
    
  #list1 {
    display: block;
    margin-top: 80px;
    z-index: 8;
  }

  #list1 .pastwrap {
    margin-left: 0.7em;
  }
  
  
    
  
  /* new report */
  
  #newwrap {
    width: 90%;
    height: calc(56rem + 50px);
    margin: auto;
  }  
  
  
  /* new report 吹き出し */
  
  #newwrap .innerwrap::before {
    bottom: 0;
    left: calc(50% - 75px);
    background-color: black;
    width: 150px;
    height: 50px;
    clip-path: polygon(0 0,100% 0,50% 100%);
    bottom: -50px;
  }
  
  
  #newwrap .innerwrap::after {
    bottom: 4px;
    left: calc(50% - 75px);
    background-color: var(--red);
    width: 150px;
    height: 50px;
    clip-path: polygon(0 0,100% 0,50% 100%);
    bottom: -46px;
  }
  
  /**/
  
  
  #newwrap .layoutwrap {
    width: 100%;
    height: 56rem;
    background-color: var(--red);
    border: 3px solid black;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: -30px;
    z-index: 5;
  }
  
  #newwrap .heading {
    border-radius: 0 100vh 100vh 0;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-sizing: border-box;
    background-color: var(--red);
    font-size: 2em;
    font-weight: 600;
    width: 60%;
    text-align: left;
    padding-left: 1.5em;
    z-index: 5;
    position: absolute;
    top: 1.35em;
  }
  
  #newwrap .text {
    width: 100%;
    height: 0;
    padding: 0;
    z-index: 10;
    position: absolute;
    top: 310px;
  }

  #newwrap .spwrap {
    background-color: var(--red);
    width: 88%;
    padding-top: 1rem;

  }
  
  #newwrap .title {
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 0 black, -1px -1px 0 black,
      -1px 1px 0 black, 1px -1px 0 black,
      0px 1px 0 black, 0-1px 0 black,
      -1px 0 0 black, 1px 0 0 black;
    line-height: 1.6;
    padding-left: 1rem;
    padding-right: 2rem;
  }
  
  #newwrap .date {
    font-size: 14px;
    font-style: normal;
    line-height: 1.2;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 2rem;
  }
  
  #newwrap .sample {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
    margin: 1rem;
    padding: 0 1rem;
  } 
  
  #newwrap .arrow {
    width: 55px;
    height: 55px;
    z-index: 10;
    position: absolute;
    left: auto;
    right: 5%;
    bottom: 172px;
  }
  
  #newwrap .read {
    margin-left: 2rem;
  }
  
  #newwrap .report_photo {
    background-color: gray;
    width: 100%;
    height: 300px;
    object-fit: cover;
    z-index: 3;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 90px;
  }

  


  /* 過去投稿 */

  .pastwrap {
    display: block;
    margin: 4rem 2.5vw 0 2.5vw;
    width: 95%;
    height: 13em;
  }

  .pastwrap .report_photo {
    width: 100%;
    height: 13em;
    object-fit: cover;
  }

  .pastwrap .text {
    width: 70%;
    bottom: -1rem;
  }

  .pastwrap .title {
    font-size: 1.2em;
  }

  .pastwrap .date {
    font-size: 1em;
    padding-top: 0.4rem;
  }

  .pastwrap .arrow {
    left: 70%;
    bottom: 1.5em;
  }




  /* 過去投稿2 */

  #list2 {
    display: block;
    width: 100%;
    column-gap: 0em;
    grid-template-columns: repeat(2, auto);
    margin-left: 0vw;
    margin-top: 0px;
  }
  

  #list3 {
    display: block;
    width: 100%;
    column-gap: 0em;
    grid-template-columns: repeat(2, auto);
    margin-left: 0vw;
    margin-top: 0px;
  }





  /* レポート本文 */

  main {
    width: 100%;
  }
  
  
  
  article {
    padding-top: calc(15vh + 30px);
    width: 100%;
    margin: auto;
  }
  
  
  article .innerwrap {
    background-color: var(--bgcolor);
    border: 1.5px solid black;
    box-sizing: border-box;
    padding: 20px 1em;
  }

  

  
  
  
  /* レポート本文_見出し */
  
  
  h3 {
    font-size: 1.5em;
    color: white;
    text-shadow: 1px 1px 0 black, -1px -1px 0 black,
      -1px 1px 0 black, 1px -1px 0 black,
      0px 1px 0 black, 0-1px 0 black,
      -1px 0 0 black, 1px 0 0 black;
    margin-bottom: 1rem;
  }
  
  .titlewrap {
    padding: 2rem;
  }
  
  .titlewrap .ffJosefin {
    font-size: 1.1em;
  }

  
  .name {
    padding-right: 9.5em;
    font-size: 0.7em;
  }

  .name  .word1 {
    font-size: 2em;
  }


  
  article .member-img {
    width: 8em;
    height: 8em;
    border-radius: 50%;
    bottom: -0.5em;
  }
  
  
  
  /* レポート本文_文 */
  
  .report_text {
    width: 98%;
    margin: auto;
  }
  
  article .report_text p {
    font-size: 1.1em;
    line-height: 1.8;
    padding: auto 2rem;
    margin-top: 0rem;
  }
  
  article .report_photo {
    background-color: gray;
    margin: 2rem auto 0;
  }
  
}